Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 54771 - Incorrect digest for pyvorbis-1.3
Summary: Incorrect digest for pyvorbis-1.3
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-22 10:54 UTC by KLawson
Modified: 2004-06-26 14:33 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 KLawson 2004-06-22 10:54:31 UTC
I'm getting the wrong digest for pyvorbis-1.3.tar.gz using emerge. I have also tried downloading the file separately and get the same (incorrect) digest. Could it be that the digest in the ebuild is wrong ? Or possibly they have released the tarfile without upping the release number.


Reproducible: Always
Steps to Reproduce:
1. emerge pyvorbis
2.
3.

Actual Results:  

Calculating dependencies ...done!
>>> emerge (1 of 2) dev-python/pyvorbis-1.3 to /
 
!!! File is corrupt or incomplete. (Digests do not match)
>>> our recorded digest: c7e31c4b1711b5eec7c45fbc9b87438e
>>>  your file's digest: 3ddd0dc996b57827c324910cc899d40b
!!! File does not exist: /usr/portage/distfiles//pyvorbis-1.3.tar.gz
Cheers.

Expected Results:  
Matched the digest and installed
Comment 1 Chris White (RETIRED) gentoo-dev 2004-06-22 11:00:49 UTC
Nothing that would indicate a bad digest on my side.  Please delete the source file from /usr/portage/distfiles (if that's where they are) and emerge sync as well.
Comment 2 KLawson 2004-06-22 13:22:04 UTC
I have deleted the following files and directories:

/usr/portage/distfiles/pyvorbis-1.2.tar.gz /usr/portage/distfiles/dev-python/pyvorbis

After an emerge sync I get the same problem. I have downloaded the tar.gz file from other sites and get the same digest.

Do you think it is one of these:
. I am getting the wrong file through portage and from other sites
. The digest in the ebuild doesn't match the file which is currently being delivered
. My digest is being calculated incorrectly

If you don't mind could you check which digest your pyvorbis-1.3.tar.gz from portage has:

>>> our recorded digest: c7e31c4b1711b5eec7c45fbc9b87438e
>>>  your file's digest: 3ddd0dc996b57827c324910cc899d40b

According to emerge, mine is coming from:
http://www.andrewchatham.com/pyogg/download/pyvorbis-1.3.tar.gz

Thanks.
Comment 3 Martin Holzer (RETIRED) gentoo-dev 2004-06-23 00:11:41 UTC
wrangler
Comment 4 Martin Holzer (RETIRED) gentoo-dev 2004-06-23 00:11:58 UTC
seems the file got updated on main site
Comment 5 Alastair Tse (RETIRED) gentoo-dev 2004-06-26 14:33:25 UTC
made SRC_URI point to gentoo mirrors and added to distlocal. thanks for your report.