Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
I get the following while trying to emerge svgalib: # emerge svgalib Calculating dependencies ...done! >>> emerge (1 of 1) media-libs/svgalib-1.4.3-r4 to / >>> md5 src_uri ;-) svgalib-1.4.3.tar.gz !!! No message digest entry found for file "r128.c." !!! 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 The file /usr/portage/distfiles/r128.c does exist. The contents of /usr/portage/media-libs/svgalib/files/digest-svgalib-1.4.3-r4 is: MD5 7d2778e3beebc07dd7c74668f6887c6f svgalib-1.4.3.tar.gz 840282 MD5 84ae3a6515b24a657ba9118af1c2cfce svgalib-1.4.3-r128.c.bz2 8633 Reproducible: Always Steps to Reproduce: 1. emerge svgalib Actual Results: see 'details' Expected Results: svgalib to compile and install.
Digests are correct, just verified. The following steps should solve your problem: # rm /usr/portage/distfiles/svgalib-1.4.3.tar.gz # rm /usr/portage/distfiles/r128.c # emerge sync # emerge svgalib
actually it is a semi-valid bug ... since the file is text, some http servers translate the CRLF stuff for you (thus changing the md5)
*** This bug has been marked as a duplicate of 23591 ***
*** Bug 37893 has been marked as a duplicate of this bug. ***