| View previous topic :: View next topic |
| Author |
Message |
dgrant Apprentice


Joined: 28 May 2003 Posts: 158 Location: Vancouver, BC, Canada
|
Posted: Thu May 29, 2003 1:54 am Post subject: missing xfree digest? |
|
|
I'm getting the following now when I type "emerge xfree".
| Code: |
Calculating dependencies ^H^H ...done!
>>> emerge (1 of 1) x11-base/xfree-4.3.0-r2 to /
>>> md5 src_uri ;-) X430src-1.tgz
>>> md5 src_uri ;-) X430src-2.tgz
>>> md5 src_uri ;-) X430src-3.tgz
>>> md5 src_uri ;-) X430src-4.tgz
>>> md5 src_uri ;-) X430src-5.tgz
!!! No message digest entry found for file "XFree86-4.3.0-patches-1.1.4.tar.bz2."
!!! Most likely a temporary problem. Try 'emerge rsync' again later.
!!! If you are certain of the authenticity of the file then you may type
!!! the following to generate a new digest:
!!! ebuild /usr/portage/category/package/package-version.ebuild digest
|
I've seen some other threads about this and it seems the solution was to regenerate the digest as suggested at the end of the above error message. I don't like this idea. Why should I regenerate the digest when clearly something is wrong with either the md5 or the tarball?
Now here's the weird part:
-In "usr/portage/distfiles" there is a file called "XFree86-4.3.0-patches-1.1.4.tar.bz2" which matches what is shown above. I did an md5sum on it and I get: 04b211ac8c4d6bb54e5ceb31e88e95bb
-In "/usr/portage/x11-base/xfree/files" there is a file called "digest-xfree-4.3.0-r3" and inside that file is a line which says:
| Code: |
"MD5 04b211ac8c4d6bb54e5ceb31e88e95bb XFree86-4.3.0-patches-1.1.4.tar.bz2 421341"
|
So the file sizes match and the digest from portage seems to match. So what gives? Thanks. |
|
| Back to top |
|
 |
viniosity Tux's lil' helper


Joined: 25 May 2003 Posts: 108 Location: DC
|
Posted: Thu May 29, 2003 3:18 am Post subject: same here |
|
|
I am having the exact same problem. I've moved the culprit files to my /tmp/ directory but that didn't help. I also tried changing the mirrors for the distfiles and rsync but that didn't help either. The process I tried:
| Code: |
mv /usr/portage/distfiles/X430src* /tmp/
mv /usr/portage/distfiles/xfree86-dri-resume-v8.patch /tmp/
emerge rsync (with different mirrors)
emerge x11-base/xfree86 (tried with different mirrors)
|
I'm still getting the same error:
!!! No message digest entry found for file "XFree86-4.3.0-patches-1.1.4.tar.bz2."
FYI I changed mirrors by downloading mirrorselect
| Code: |
#emerge mirrorselect
#mirrorselect -i
|
I changed the rsync server by adding this line to my make.conf file:
SYNC="rsync://rsync.ca.gentoo.org/gentoo-portage"
Based on other tips I read in this forum I thought this would work.. but at this point I'm lost and could use a helping hand too. Thanks in advance |
|
| Back to top |
|
 |
StinkingMonkey Apprentice


Joined: 24 May 2003 Posts: 183 Location: UK
|
Posted: Thu May 29, 2003 3:45 am Post subject: |
|
|
im having exactly the same problem, i even deleted the whole of the xfree folder in /usr/portage/x11-base/ , to no avail kept spitting that message back at me, then i done the ebuild /usr/portage/x11-base/xfree/xfree-4.3.0-r3.ebuild digest , didnt work
!!! No message digest entry found for file "XFree86-4.3.0-patches-1.1.4.tar.bz2"  |
|
| Back to top |
|
 |
ianneub Tux's lil' helper


Joined: 29 May 2003 Posts: 90 Location: HB, CA, USA
|
Posted: Thu May 29, 2003 6:22 am Post subject: |
|
|
| After reinstalling all of Gentoo I get the same error. Doh. Any ideas? |
|
| Back to top |
|
 |
seemant Retired Dev


Joined: 16 Nov 2002 Posts: 59 Location: Boston, MA
|
Posted: Thu May 29, 2003 7:01 am Post subject: xfree digest |
|
|
| yeah, I have an idea -- I screwed up and didn't digest -r2 after updating the patchball. Sorry about that, fixed in next rsync about 30 minutes after this post. |
|
| Back to top |
|
 |
StinkingMonkey Apprentice


Joined: 24 May 2003 Posts: 183 Location: UK
|
Posted: Thu May 29, 2003 7:53 am Post subject: |
|
|
yeah i got mine fixed to
ebuild /usr/portage/x11-base/xfree/<file name >.ebuild digest
where file name = package it was trying to emerge, written at the top of the error message, think it was xfree-4.2.1-r2 in my case |
|
| Back to top |
|
 |
dgrant Apprentice


Joined: 28 May 2003 Posts: 158 Location: Vancouver, BC, Canada
|
Posted: Thu May 29, 2003 3:58 pm Post subject: |
|
|
I got it fixed by doing:
ebuild /usr/portage/category/package/package-version.ebuild digest
as suggest by emerge...XFree86 works fine! |
|
| Back to top |
|
 |
|