Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 131480 - pythonutils SRC_URI and checksum
Summary: pythonutils SRC_URI and checksum
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-27 09:57 UTC by Dima Tisnek
Modified: 2006-04-30 13:03 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 Dima Tisnek 2006-04-27 09:57:26 UTC
emerging pythonutils fails with checksum mismatch on a downloaded source archive like this:

> http://www.voidspace.org.uk/cgi-bin/voidspace/downman.py?file=py
> thonutils-0.2.3.zip
> --19:58:59--
> http://www.voidspace.org.uk/cgi-bin/voidspace/downman.py?file=pyth
> onutils-0.2.3.zip
>            =>
> `/usr/portage/distfiles/downman.py?file=pythonutils-0.2.3.zip'
> Resolving www.voidspace.org.uk... 207.210.74.129
> Connecting to www.voidspace.org.uk[207.210.74.129]:80... connected.
> HTTP request sent, awaiting response... 200 OK
> Length: 251,909 [application/octet-stream]
> 
> 100%[====================================>] 251,909       99.72K/s
> 
> 19:59:02 (99.45 KB/s) -
> `/usr/portage/distfiles/downman.py?file=pythonutils-0.2.
> 3.zip' saved [251909/251909]
> 
> > > > checksums files   ;-) pythonutils-0.2.3.ebuild
> > > > checksums files   ;-) pythonutils-0.2.0.ebuild
> > > > checksums files   ;-) pythonutils-0.2.2.ebuild
> > > > checksums files   ;-) files/digest-pythonutils-0.2.0
> > > > checksums files   ;-) files/digest-pythonutils-0.2.2
> > > > checksums files   ;-) files/digest-pythonutils-0.2.3
> 
> !!! Digest verification Failed:
> !!!    /usr/portage/distfiles/downman.py?file=pythonutils-0.2.3.zip
> !!! Reason: Filesize does not match recorded size
> !!! Got:      251909
> !!! Expected: 251633

i contacted the author and he said:

quote
I just downloaded a copy of pythonutils 0.2.3, file size 251,909 bytes. It
hasn't changed recently (in fact the latest version of this module is
0.2.5). That file hasn't been hacked either, the contents look fine.
unquote

besides the strenge length and checksum, there appears to be no mirror that hosts the given source archive, which is a bummer because as I'm writing this the author's site is down...
Comment 1 Lukasz Strzygowski (RETIRED) gentoo-dev 2006-04-30 13:03:46 UTC
I've fixed digest and added ebuild for the current release.
Author's site seems to work at the moment, I hope it was only a temporary issue.

Thank you for detailed report!