Tried on 3 different mirrors : !!! Fetched file: ufoai-2.3.1-data.tar VERIFY FAILED! !!! Reason: Failed on RMD160 verification !!! Got: fac1c44e8d854e4de15f17970b67c18f5132a26c !!! Expected: 30ba39315718bccd13ffc56e49719a04b3bbd806 Reproducible: Always Steps to Reproduce: 1. emerge ufo-ai 2. 3. Actual Results: Wrong checksum Expected Results: Good checksum and build
I just checked here and it seemed to work. Either a dev noticed it already, or I got lucky with my mirror: Resolving mirrors.kernel.org... 149.20.20.135, 149.20.4.71 Connecting to mirrors.kernel.org|149.20.20.135|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 533196800 (508M) [application/x-tar] Saving to: `/usr/portage/distfiles/ufoai-2.3.1-data.tar' 0K .......... .......... .......... .......... .......... 0% 157K 55m11s 50K .......... .......... .......... .......... .......... 0% 463K 36m58s ... 520650K .......... .......... .......... .......... ........100% 3.06M 0s 520700K 100% 0.00 =2m33s 2011-05-15 11:27:48 (2.57 MB/s) - `/usr/portage/distfiles/ufoai-2.3.1- data.tar' saved [533196800/533196800] * ufoai-2.3.1-data.tar RMD160 SHA1 SHA256 size ;-) ... [ ok ]
I forgot to ask: if it is a mirror issue, can you post the ones you hit?
I use fetchcommandwrapper, so it's not easy to see the culprit, but those have wrong checksum : http://trumpetti.atm.tut.fi/ ftp://ftp6.uni-erlangen.de And those seems not to have the file : >>> Downloading 'ftp://ftp.free.fr/mirrors/ftp.gentoo.org/distfiles/ufoai-2.3.1-data.tar' ERROR: All Gentoo mirrors tried already, exiting. >>> Downloading 'ftp://gentoo.imj.fr/pub/gentoo/distfiles/ufoai-2.3.1-data.tar' ERROR: All Gentoo mirrors tried already, exiting. >>> Downloading 'ftp://mirrors.linuxant.fr/distfiles.gentoo.org/distfiles/ufoai-2.3.1-data.tar' ERROR: All Gentoo mirrors tried already, exiting. >>> Downloading 'ftp://mirror.ovh.net/gentoo-distfiles/distfiles/ufoai-2.3.1-data.tar' ERROR: All Gentoo mirrors tried already, exiting. >>> Downloading 'ftp://mirror.opteamax.de/gentoo/distfiles/ufoai-2.3.1-data.tar' ERROR: All Gentoo mirrors tried already, exiting.
Yep, the one that I have matches the manifest: $ md5sum /usr/portage/distfiles/ufoai-2.3.1-data.tar 11468144bc00618c38667eec04b12a4a /usr/portage/distfiles/ufoai-2.3.1-data.tar But those two, at least, don't: $ md5sum trumpetti.atm.tut.fi/ufoai-2.3.1-data.tar 193ccc2e5e7f290198408fa03804ae53 trumpetti.atm.tut.fi/ufoai-2.3.1-data.tar $ md5sum ftp.uni-erlangen.de/ufoai-2.3.1-data.tar 193ccc2e5e7f290198408fa03804ae53 ftp.uni-erlangen.de/ufoai-2.3.1-data.tar (but they match each other?)
Strange it's not a compressed tarball. Is it on purpose ?
Probably. Audio, video, and graphic data are already compressed with algorithms that work better than gzip, bzip, etc. Trying to compress them again would likely make the result larger.