Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 79935 - ipython-0.6.10 emerge: Digest verification Failed
Summary: ipython-0.6.10 emerge: Digest verification Failed
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-29 03:16 UTC by Fabian Neumann
Modified: 2005-01-29 05:37 UTC (History)
0 users

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


Attachments
Corrected digest (digest-ipython-0.6.10,66 bytes, text/plain)
2005-01-29 04:13 UTC, Andre David
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Fabian Neumann 2005-01-29 03:16:18 UTC
Emerge for ipython-0.6.10 (~x86) fails

Reproducible: Always
Steps to Reproduce:
1. echo "dev-python/ipython ~x86" >> /etc/portage/packages.keywords
2. emerge -va ipython
3. see error

Actual Results:  
Last output of emerge -vua ipython:

12:06:07 (111.76 KB/s) - 
Comment 1 Fabian Neumann 2005-01-29 03:16:18 UTC
Emerge for ipython-0.6.10 (~x86) fails

Reproducible: Always
Steps to Reproduce:
1. echo "dev-python/ipython ~x86" >> /etc/portage/packages.keywords
2. emerge -va ipython
3. see error

Actual Results:  
Last output of emerge -vua ipython:

12:06:07 (111.76 KB/s) - »/usr/portage/distfiles/ipython-0.6.10.tar.gz«
gespeichert [843400/843400]

!!! Digest verification Failed:
!!!    /usr/portage/distfiles/ipython-0.6.10.tar.gz
!!! Reason: Filesize does not match recorded size

# md5sum /usr/portage/distfiles/ipython-0.6.10.tar.gz
6ca62bed34cccc3cddd766e2bece0bf0  /usr/portage/distfiles/ipython-0.6.10.tar.gz
# cat /usr/portage/dev-python/ipython/files/digest-ipython-0.6.10
MD5 cea469e770e91662212e5ff5f29b43e6 ipython-0.6.10.tar.gz 843393


Expected Results:  
ipython should install correctly
Comment 2 Andre David 2005-01-29 04:08:14 UTC
I can confirm that the file from scipy.org is used (none of my mirrors has it):

>>> Downloading http://ipython.scipy.org/dist/ipython-0.6.10.tar.gz
--13:06:29--  http://ipython.scipy.org/dist/ipython-0.6.10.tar.gz
           => `/usr/portage/distfiles/ipython-0.6.10.tar.gz'
Resolving ipython.scipy.org... 216.62.213.228
Connecting to ipython.scipy.org[216.62.213.228]:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 843,400 [application/x-gzip]

100%[======================================================================================================>] 843,400       57.49K/s    ETA 00:00

13:06:44 (57.51 KB/s) - `/usr/portage/distfiles/ipython-0.6.10.tar.gz' saved [843400/843400]


!!! Digest verification Failed:
!!!    /usr/portage/distfiles/ipython-0.6.10.tar.gz
!!! Reason: Filesize does not match recorded size

# cat /usr/portage/dev-python/ipython/files/digest-ipython-0.6.10
MD5 cea469e770e91662212e5ff5f29b43e6 ipython-0.6.10.tar.gz 843393
# md5sum /usr/portage/distfiles/ipython-0.6.10.tar.gz
6ca62bed34cccc3cddd766e2bece0bf0  /usr/portage/distfiles/ipython-0.6.10.tar.gz
Comment 3 Andre David 2005-01-29 04:13:08 UTC
Created attachment 49818 [details]
Corrected digest

I corrected the digest and re-emerged ipython.
Works like a charm.
Comment 4 Bryan Østergaard (RETIRED) gentoo-dev 2005-01-29 05:37:06 UTC
Fixed in cvs, thanks for reporting this.