Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 238559

Summary: Digest verification failure app-editors/vim-core-7.2
Product: Gentoo Linux Reporter: Steve Thomas <steven__thomas>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: normal CC: loki_val
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Steve Thomas 2008-09-24 09:51:03 UTC
'emerge vim' requires 'emerge vim-core-7.2'
!!! Digest verification failed:
!!! /usr/portage/distfiles/vim-7.2.tar.bz2
!!! Reason: Filesize does not match recorded size

Reproducible: Always

Steps to Reproduce:
1. emerge vim

Actual Results:  
!!! Digest verification failed:
!!! /usr/portage/distfiles/vim-7.2.tar.bz2
!!! Reason: Filesize does not match recorded size
!!! Got: 7203720
!!! Expected: 7203291

Expected Results:  
Successful emerge

Happened to me first time yesterday, and occurs still despite 3 'emerge --sync's throughout yesterday and today
Comment 1 Peter Alfredsen (RETIRED) gentoo-dev 2008-09-24 10:09:16 UTC
as root, do:
rm -f /usr/portage/distfiles/vim-7.2.tar.bz2
Then try again. Freshly fetched tarballs seem to be ok here, so you probably got a bad tarball off your mirror.
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2008-09-24 14:17:46 UTC

*** This bug has been marked as a duplicate of bug 238227 ***
Comment 3 Steve Thomas 2008-09-24 17:15:57 UTC
You solution worked - upon second attempt. I presume the mirrors took a while to propagate.
Thanks