Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 176425 - games-misc/fortune-mod-gentoo-dev-20070428 has digest verification error
Summary: games-misc/fortune-mod-gentoo-dev-20070428 has digest verification error
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Robin Johnson
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-29 01:10 UTC by Heiko Baums
Modified: 2007-05-11 06:56 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 Heiko Baums 2007-04-29 01:10:21 UTC
`emerge -uDNpv world` gives a digest verification error for games-misc/fortune-mod-gentoo-dev-20070428:

!!! Digest verification failed:
!!! /usr/portage/games-misc/fortune-mod-gentoo-dev/fortune-mod-gentoo-dev-20070428.ebuild
!!! Reason: Filesize does not match recorded size
!!! Got: 859
!!! Expected: 857
Comment 1 Jorge Manuel B. S. Vicetto (RETIRED) gentoo-dev 2007-04-29 01:24:32 UTC
I've just tried it here and it works.

Please try to update the tree again and if that fails, try to use another mirror.
Comment 2 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2007-04-29 01:46:13 UTC
works for me too, what mirror did you get it from?
Comment 3 Heiko Baums 2007-04-29 01:55:56 UTC
I synced from two different mirrors, I can't tell which mirrors exactly, one of these was one of the default mirrors.

The error is still present.

I'll sync again and tell you the mirrors.
Comment 4 Heiko Baums 2007-04-29 02:06:26 UTC
I synced again twice. The first time with GENTOO_MIRRORS uncommented, the second time with GENTOO_MIRRORS commented.

These were the servers with which I synced:
raven.gentoo.org (134.68.220.73)
raptor.gentoo.org (140.211.166.165)

I guess it's the same with other servers, too.
Comment 5 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2007-04-29 06:30:24 UTC
I meant which distfile mirror did you get it from, and what SHA1 do you have for it?

On my machine
# sha1sum /home/gentoo/distfiles/fortune-gentoo-dev-20070428.tar.bz2
9c31a69584c65f41e23cb31d27407add9ab03736  /home/gentoo/distfiles/fortune-gentoo-dev-20070428.tar.bz2

Which matches the Manifest.

If it doesn't match, remove your distfile and download it again.
Comment 6 Heiko Baums 2007-04-29 16:29:06 UTC
The digest verification error appeared before downloading the file. So it didn't have anything to do with the distfiles and the distfile mirror.

The error appeared while running `emerge -uDNpv world` and before running `emerge -uDNf world`. The error message was displayed before the packages which will be installed.

It looked similar to this:

# emerge -uDNpv world

These are the packages that would be merged, in order:

Calculating world dependencies... !!! Digest verification failed:
!!! /usr/portage/games-misc/fortune-mod-gentoo-dev/fortune-mod-gentoo-dev-20070428.ebuild
!!! Reason: Filesize does not match recorded size
!!! Got: 859
!!! Expected: 857
 done!
[ebuild  NS   ] dev-java/jgoodies-looks-1.2.2-r1  USE="doc" 1,770 kB
[ebuild     U ] media-gfx/opcion-1.1.1-r1 [1.1.1] 313 kB

Total: 2 packages (1 upgrades, 1 in new slot), Size of downloads: 2,083 kB

Maybe I should have posted the complete output and not only the error message.

Btw., I just synced again and the error disappeared. But I noticed that the package games-misc/fortune-mod-gentoo-dev-20070428 wasn't in the list of the packages which will be updated. But now after my last sync it's in this list.

This is the new list:

# emerge -uDNpv world

These are the packages that would be merged, in order:

Calculating world dependencies... done!
[ebuild     U ] games-misc/fortune-mod-gentoo-dev-20070428 [20061115] 58 kB
[ebuild  NS   ] dev-java/jgoodies-looks-1.2.2-r1  USE="doc" 1,770 kB
[ebuild     U ] media-gfx/opcion-1.1.1-r1 [1.1.1] 313 kB

Total: 3 packages (2 upgrades, 1 in new slot), Size of downloads: 2,139 kB

So the problem must have been somewhere in the portage tree. Maybe the upload of the ebuild and/or other related files in the portage tree to the sync mirrors and my syncs have been overlapped or whatever.

I guess the bug can be closed as invalid or something like this.