Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 112663 - quake3-bin ebuilds fail digest varification
Summary: quake3-bin ebuilds fail digest varification
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-15 20:20 UTC by sharpshopter
Modified: 2005-11-15 20:41 UTC (History)
0 users

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 sharpshopter 2005-11-15 20:20:44 UTC
quake3-bin-1.31.ebuild
quake3-bin-1.32b-r3.ebuild
quake3-bin-1.32b-r4.ebuild
are all one byte bigger than the sizes recorded in the Manifest, causing a
digest verification failure.  They also have the wrong md5sums recorded (though
the size error causes this check not to happen).

Reproducible: Always
Steps to Reproduce:
1.emerge games-fps/quake3-bin
2.
3.

Actual Results:  
Calculating dependencies  ...done!
>>> emerge (1 of 1) games-fps/quake3-bin-1.32b-r4 to /

!!! Digest verification Failed:
!!!    /var/portage/games-fps/quake3-bin/quake3-bin-1.32b-r4.ebuild
!!! Reason: Filesize does not match recorded size

>>> Please ensure you have sync'd properly. Please try 'emerge sync' and
>>> optionally examine the file(s) for corruption. A sync will fix most cases.

Expected Results:  
quake3-bin should merge without error

# ls -l games-fps/quake3-bin
total 28
-rw-r--r--  1 root root 4725 Nov 13 09:35 ChangeLog
drwxr-xr-x  2 root root  240 Oct 25 11:05 files/
-rw-r--r--  1 root root  640 Oct 25 10:47 Manifest
-rw-r--r--  1 root root  954 Oct 25 10:38 metadata.xml
-rw-r--r--  1 root root 2210 Nov 13 09:35 quake3-bin-1.31.ebuild
-rw-r--r--  1 root root 2375 Nov 13 09:35 quake3-bin-1.32b-r3.ebuild
-rw-r--r--  1 root root 2748 Nov 13 09:35 quake3-bin-1.32b-r4.ebuild
# md5sum games-fps/quake3-bin/*.ebuild
242868e6cfeb12b5258c9406bf2f0e28  quake3-bin-1.31.ebuild
6a119ff302ac8dce6757571e27648edb  quake3-bin-1.32b-r3.ebuild
6d095731652ffe37aaef9c8afc5267e9  quake3-bin-1.32b-r4.ebuild
# cat games-fps/quake3-bin/Manifest
MD5 c9be6e99e0e70f0b6cfa6023266d1e8a ChangeLog 4275
MD5 aa25102bc1d29a9d3cef6ccb88b87833 files/digest-quake3-bin-1.31 73
MD5 ac0eeb5bcea4995d27e0c6575b8f4dbb files/digest-quake3-bin-1.32b-r3 76
MD5 ac0eeb5bcea4995d27e0c6575b8f4dbb files/digest-quake3-bin-1.32b-r4 76
MD5 72c65c35c66233c80ad323c2e003f09e files/q3ded.conf.d 307
MD5 bce99c15571ed629697bcfe7c6f0d1e8 files/q3ded.rc 847
MD5 0a25a9c85ee385ef578cb770a957756d metadata.xml 954
MD5 d3ea98db2464dfe25dd01f5bc2102e55 quake3-bin-1.31.ebuild 2209
MD5 463b4fbbc6e9db4af5ca9b8084dedc9a quake3-bin-1.32b-r3.ebuild 2374
MD5 10b24f3b45b09f1e4485664bcda8116c quake3-bin-1.32b-r4.ebuild 2747
Comment 1 SpanKY gentoo-dev 2005-11-15 20:41:21 UTC
weird

fixed manifest in cvs, thanks for reporting