Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 396231 - binutils-2.21.1.tar.bz2 fails fetch due to checksum
Summary: binutils-2.21.1.tar.bz2 fails fetch due to checksum
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-27 20:17 UTC by Justin Patrin
Modified: 2011-12-30 03:51 UTC (History)
0 users

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 Justin Patrin 2011-12-27 20:17:53 UTC
>>> Downloading 'http://ftp.wayne.edu/pub/gnu/binutils/binutils-2.21.1.tar.bz2'
--2011-12-27 19:48:17--  http://ftp.wayne.edu/pub/gnu/binutils/binutils-2.21.1.tar.bz2
Connecting to 10.0.76.1:4242... connected.
Proxy request sent, awaiting response... 200 OK
Length: 18890094 (18M)
Saving to: “/usr/portage/distfiles/binutils-2.21.1.tar.bz2”

100%[======================================>] 18,890,094  --.-K/s   in 0.1s    

2011-12-27 19:48:17 (133 MB/s) - “/usr/portage/distfiles/binutils-2.21.1.tar.bz2” saved [18890094/18890094]

!!! Fetched file: binutils-2.21.1.tar.bz2 VERIFY FAILED!
!!! Reason: Filesize does not match recorded size
!!! Got:      18890094
!!! Expected: 18997755
Refetching... File renamed to '/usr/portage/distfiles/binutils-2.21.1.tar.bz2._checksum_failure_.5mWlED'

!!! Couldn't download 'binutils-2.21.1.tar.bz2'. Aborting.
 * Fetch failed for 'sys-devel/binutils-2.21.1-r1', Log file:
 *  '/var/tmp/portage/sys-devel/binutils-2.21.1-r1/temp/build.log'

>>> Failed to emerge sys-devel/binutils-2.21.1-r1, Log file:

>>>  '/var/tmp/portage/sys-devel/binutils-2.21.1-r1/temp/build.log'
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2011-12-27 21:06:58 UTC
Cannot reproduce that.

jer@wieneke /newaches/gentoo/cvs/gentoo-x86/sys-devel/binutils $ wget http://ftp.wayne.edu/pub/gnu/binutils/binutils-2.21.1.tar.bz2
--2011-12-27 21:55:49--  http://ftp.wayne.edu/pub/gnu/binutils/binutils-2.21.1.tar.bz2
Resolving ftp.wayne.edu (ftp.wayne.edu)... 141.217.0.155
Connecting to ftp.wayne.edu (ftp.wayne.edu)|141.217.0.155|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 18997755 (18M) [application/x-tar]
Saving to: `binutils-2.21.1.tar.bz2'

100%[==========================================================================================>] 18,997,755  3.13M/s   in 6.6s

2011-12-27 21:55:58 (2.74 MB/s) - `binutils-2.21.1.tar.bz2' saved [18997755/18997755]

jer@wieneke /newaches/gentoo/cvs/gentoo-x86/sys-devel/binutils $ wc -c binutils-2.21.1.tar.bz2 /world/distfiles/binutils-2.21.1.tar.bz2
18997755 binutils-2.21.1.tar.bz2
18997755 /world/distfiles/binutils-2.21.1.tar.bz2
37995510 total
jer@wieneke /newaches/gentoo/cvs/gentoo-x86/sys-devel/binutils $ cmp binutils-2.21.1.tar.bz2 /world/distfiles/binutils-2.21.1.tar.bz2 
jer@wieneke /newaches/gentoo/cvs/gentoo-x86/sys-devel/binutils $ echo $?
0

I downloaded from the same FTP site and got the correct result.