Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 135214 - quagga-0.99.4 fails to emerge due to bad digest
Summary: quagga-0.99.4 fails to emerge due to bad digest
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Amir Guindehi (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-01 16:44 UTC by Jason Wever (RETIRED)
Modified: 2006-06-02 05:58 UTC (History)
2 users (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 Jason Wever (RETIRED) gentoo-dev 2006-06-01 16:44:02 UTC
As the title states, quagga-0.99.4 fails to emerge as the MD5 checksum on the patches tarball fails to match up.  Emerge output below:

titan ~ # emerge -1v quagga 
Calculating dependencies... done!
>>> Emerging (1 of 1) net-misc/quagga-0.99.4 to /
>>> Downloading http://gentoo.osuosl.org/distfiles/quagga-0.99.4-patches-20060523.tar.gz
--17:41:13--  http://gentoo.osuosl.org/distfiles/quagga-0.99.4-patches-20060523.tar.gz
           => `/nfs/distfiles/quagga-0.99.4-patches-20060523.tar.gz'
Resolving gentoo.osuosl.org... 64.50.236.52, 64.50.238.52
Connecting to gentoo.osuosl.org|64.50.236.52|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 17,529 (17K) [application/x-gzip]

100%[====================================>] 17,529       110.11K/s             

17:41:13 (109.97 KB/s) - `/nfs/distfiles/quagga-0.99.4-patches-20060523.tar.gz' saved [17529/17529]

>>> checking ebuild checksums ;-)
>>> checking auxfile checksums ;-)
>>> checking miscfile checksums ;-)
>>> checking quagga-0.99.4.tar.gz ;-)
>>> checking quagga-0.99.4-patches-20060523.tar.gz
!!! Digest verification failed:
!!! /nfs/distfiles/quagga-0.99.4-patches-20060523.tar.gz
!!! Reason: Failed on MD5 verification
!!! Got: 06898616f1fabbb609c97b2e405d2460
!!! Expected: d28e0fa45ae762f4b5317eb13cc9a0c2

Seems to be a mirror agnostic problem and you'll notice the mirror I'm fetching from above is the master mirror from which files put on dev.g.o first appear (at least for the US).
Comment 1 Alin Năstac (RETIRED) gentoo-dev 2006-06-01 21:42:08 UTC
oopsie... Byte 5 is different so I guess I've recreated the tarball before commiting the ebuild to the tree.

I've uploaded the correct tarball into distfiles-local.
Comment 2 Alin Năstac (RETIRED) gentoo-dev 2006-06-02 05:58:33 UTC
I've verified manifests using patch tarball downloaded from mirrors.

Sorry for the trouble.