Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 407731 - sys-apps/net-tools-1.60_p20120127084908 fails to fetch with a RMD160 verification error
Summary: sys-apps/net-tools-1.60_p20120127084908 fails to fetch with a RMD160 verifica...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
: 407713 (view as bug list)
Depends on:
Blocks:
 
Reported: 2012-03-10 23:41 UTC by Mark Nowiasz
Modified: 2012-03-13 10:21 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 Mark Nowiasz 2012-03-10 23:41:42 UTC
When trying to update the system, sys-apps/net-tools-1.60_p20120127084908 fails to fetch with a RMD160 verification error

Reproducible: Always

Steps to Reproduce:
1. emerge -uDN @world @system
2.
3.
Actual Results:  
2012-03-11 00:37:03 (1.55 MB/s) - `/usr/portage/distfiles/net-tools-1.60_p20120127084908-patches-1.tar.xz' saved [3332/3332]

!!! Fetched file: net-tools-1.60_p20120127084908-patches-1.tar.xz VERIFY FAILED!
!!! Reason: Failed on RMD160 verification
!!! Got:      c4f8a55e6883204c5b84d35e9ed5db75d2823e2a
!!! Expected: 9aa990353d0bc7dda2d9c0c84503714651bfefdd

(on all mirrors)
Comment 1 Otto A. Schell 2012-03-10 23:54:14 UTC
Me too! 
~ppc ppc ~x86 x86
Comment 2 Marshall Banana 2012-03-11 01:55:22 UTC
i guessed the package author forgot to re-manifest the ebuild after changing a patch...

so what i did to fix it was:

sudo mv /usr/portage/distfiles/net-tools-1.60_p20120127084908-patches-1.tar.xz._checksum_failure_.3e9PA0 /usr/portage/distfiles/net-tools-1.60_p20120127084908-patches-1.tar.xz
(source-filename will prob. have a different extension for you)

cd /usr/portage/sys-apps/net-tools/

sudo ebuild net-tools-1.60_p20120127084908.ebuild manifest --force


after that the emerge worked without problem...

someone of the devs should fix this in portage...
Comment 3 Robert Cabrera 2012-03-11 02:40:36 UTC
(In reply to comment #2)
> i guessed the package author forgot to re-manifest the ebuild after changing
> a patch...
> 
> so what i did to fix it was:
> 
> sudo mv
> /usr/portage/distfiles/net-tools-1.60_p20120127084908-patches-1.tar.xz.
> _checksum_failure_.3e9PA0
> /usr/portage/distfiles/net-tools-1.60_p20120127084908-patches-1.tar.xz
> (source-filename will prob. have a different extension for you)
> 
> cd /usr/portage/sys-apps/net-tools/
> 
> sudo ebuild net-tools-1.60_p20120127084908.ebuild manifest --force
> 
> 
> after that the emerge worked without problem...
> 
> someone of the devs should fix this in portage...

I had this same problem too on my ~amd64 laptop. Thanks for posting the workaround.
Comment 5 Jeroen Roovers (RETIRED) gentoo-dev 2012-03-13 10:21:10 UTC
*** Bug 407713 has been marked as a duplicate of this bug. ***