Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 252260 - xfdesktop-4.4.3 filesize wrong
Summary: xfdesktop-4.4.3 filesize wrong
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: XFCE Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-23 10:37 UTC by Jeroen Roos
Modified: 2008-12-24 05:58 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 Jeroen Roos 2008-12-23 10:37:02 UTC
emerging xfdesktop-4.4.3 fails with the following error:
!!! Digest verification failed:
!!! /usr/portage/distfiles/xfdesktop-4.4.3.tar.bz2
!!! Reason: Filesize does not match recorded size
!!! Got: 3095897
!!! Expected: 1472268

I deleted the file, emerge --synced and tried again, but the error remains.

Reproducible: Always
Comment 1 abyss 2008-12-23 20:52:13 UTC
Ok so try the following :

$> rm /usr/portage/xfce-base/xfdesktop/Manifest

$> ebuild /usr/portage/xfce-base/xfdesktop/xfdesktop-4.4.3.ebuild digest

The new Manifest will be create and finally run :

$> emerge xfdesktop
Comment 2 Jeroen Roos 2008-12-23 21:33:54 UTC
(In reply to comment #1)
> $> rm /usr/portage/xfce-base/xfdesktop/Manifest
> $> ebuild /usr/portage/xfce-base/xfdesktop/xfdesktop-4.4.3.ebuild digest
> $> emerge xfdesktop

Yes, that fixed it, thanks... but shouldn't emerge --sync have fixed this? 

Comment 3 Wormo (RETIRED) gentoo-dev 2008-12-23 23:38:19 UTC
You should not have to recalculate the digest! That removes the point of having digests stored in the tree, which is to detect corrupted files...

Assigning to maintainers, who can fix the digest in the tree.
Comment 4 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2008-12-24 05:58:51 UTC
Thanks for pointing this out. Fixed in cvs now.