Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 367389 - games-strategy/ufo-ai-2.3.1-r1 : wrong cheksum
Summary: games-strategy/ufo-ai-2.3.1-r1 : wrong cheksum
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All Linux
: Normal major (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-15 14:55 UTC by Emmanuel Andry
Modified: 2012-05-05 18:32 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Emmanuel Andry 2011-05-15 14:55:51 UTC
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
Comment 1 Michael Orlitzky gentoo-dev 2011-05-15 15:35:46 UTC
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 ]
Comment 2 Michael Orlitzky gentoo-dev 2011-05-15 15:36:42 UTC
I forgot to ask: if it is a mirror issue, can you post the ones you hit?
Comment 3 Emmanuel Andry 2011-05-15 15:45:06 UTC
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.
Comment 4 Michael Orlitzky gentoo-dev 2011-05-15 16:33:23 UTC
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?)
Comment 5 Emmanuel Andry 2011-05-15 16:46:06 UTC
Strange it's not a compressed tarball.
Is it on purpose ?
Comment 6 Michael Orlitzky gentoo-dev 2011-05-15 17:15:30 UTC
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.