Opened 14 years ago

Last modified 14 years ago

#516 closed defect

Checksum Failure on mindi-2.0.7.5.tar.gz — at Version 1

Reported by: Gene Owned by: Bruno Cornec
Priority: highest Milestone: 3.0.0
Component: mindi Version: 2.2.9.7
Severity: blocker Keywords:
Cc:

Description (last modified by Bruno Cornec)

I am installing MondoRescue via porting in Gentoo... during the downloading of the source I get the following error:

>>> Downloading 'ftp://ftp.mondorescue.org/src/mindi-2.0.7.5.tar.gz'
--2011-10-20 11:28:57--  ftp://ftp.mondorescue.org/src/mindi-2.0.7.5.tar.gz
           => `/usr/portage/distfiles/mindi-2.0.7.5.tar.gz'
Resolving ftp.mondorescue.org... 213.30.161.23
Connecting to ftp.mondorescue.org|213.30.161.23|:21... connected.
Logging in as anonymous ... Logged in!
==> SYST ... done.    ==> PWD ... done.
==> TYPE I ... done.  ==> CWD /src ... done.
==> SIZE mindi-2.0.7.5.tar.gz ... 191338
==> PASV ... done.    ==> RETR mindi-2.0.7.5.tar.gz ... done.
Length: 191338 (187K)

^M 0% [                                                                                                                                                                      ] 0           --.-K/s              ^M 7% [===========>                                                                                                                                                          ] 14,480      58.4K/s              ^M32% [====>                                                                                                                ] 62,264       125K/s              ^M100%[====>] 191,338      304K/s   in 0.6s

2011-10-20 11:29:02 (304 KB/s) - `/usr/portage/distfiles/mindi-2.0.7.5.tar.gz' saved [191338]

('Filesize does not match recorded size', 191338, 191326)
!!! Fetched file: mindi-2.0.7.5.tar.gz VERIFY FAILED!
!!! Reason: Filesize does not match recorded size
!!! Got:      191338
!!! Expected: 191326
Refetching... File renamed to '/usr/portage/distfiles/mindi-2.0.7.5.tar.gz._checksum_failure_.E4sa2o'

!!! Couldn't download 'mindi-2.0.7.5.tar.gz'. Aborting.

Change History (1)

comment:1 by Bruno Cornec, 14 years ago

Description: modified (diff)
Status: newassigned

I wonder why you use mindi 2.0.7.5, as for mondo 2.2.9.7 you need mindi 2.0.7.8.

the tar file on the ftp server is 191338 in size:

$ ll mindi-2.0.7.5.tar.gz 
68727 -rw-r--r-- 1 bruno bruno 191338 2011-01-20 00:34 mindi-2.0.7.5.tar.gz

So wget is right. Now, I don't know why gentoo think it should be another size, and I'm not that much a gentoo specialist.

Maybe it's linked to the fact that in my gentoo directory I have:

mindi.ebuild -> mindi-2.0.7.8-r1.ebuild

corresponding to the fact that the latest is indeed not 2.0.7.5 which may create the problem on your side. HTH.

Note: See TracTickets for help on using tickets.