Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 238559 - Digest verification failure app-editors/vim-core-7.2
Summary: Digest verification failure app-editors/vim-core-7.2
Status: RESOLVED DUPLICATE of bug 238227
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-24 09:51 UTC by Steve Thomas
Modified: 2008-09-24 17:15 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 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