Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 53044 - emerge system reports j2sdk-1_4_1-doc.zip having a wrong digest.
Summary: emerge system reports j2sdk-1_4_1-doc.zip having a wrong digest.
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-05 04:20 UTC by Martin Eisenhardt
Modified: 2004-06-06 08:30 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 Martin Eisenhardt 2004-06-05 04:20:56 UTC
While emerging system, emerge stops to tell that you have to download j2sdk-1_4_1-doc.zip manually. No Prob, done that before on another Gentoo install at work.

After having moved the downloaded j2sdk-1_4_1-doc.zip to /usr/portage/distfiles and re-starting emerge system, emerge tells me the following:

<snip>
livecd portage # emerge system
Calculating system dependencies ...done!
>>> emerge (1 of 54) dev-java/java-sdk-docs-1.4.1 to /

!!! File is corrupt or incomplete. (Digests do not match)
>>> our recorded digest: afee895d516243034cb0521e06ba4b2e
>>>  your file's digest: 105e236ee793b5d01be899527f36ca94
!!! File does not exist: /usr/portage/distfiles//j2sdk-1_4_1-doc.zip

</snip>

So, I am pretty sure that j2sdk-1_4_1-doc.zip is there (at least, so does ls tell me ;-), and it is a perfectly usable zip-file.

I can think of two possible causes:

1. Sun has changed the contents of this file, naturally leading to a different md5sum.
2. The md5sum in the Gentoo ebuilds/portage system is wrong.

Thanks for your time and help!

Best regards
Martin Eisenhardt


Reproducible: Always
Steps to Reproduce:
1. Install Gentoo.
2. emerge system
3. emerge system tells you to download j2sdk-1_4_1-doc.zip manually.
4. So you do.
5. emerge system --> prob

Actual Results:  
livecd portage # emerge system
Calculating system dependencies ...done!
>>> emerge (1 of 54) dev-java/java-sdk-docs-1.4.1 to /

!!! File is corrupt or incomplete. (Digests do not match)
>>> our recorded digest: afee895d516243034cb0521e06ba4b2e
>>>  your file's digest: 105e236ee793b5d01be899527f36ca94
!!! File does not exist: /usr/portage/distfiles//j2sdk-1_4_1-doc.zip



Expected Results:  
merge the javadocs and continue to emerge system.
Comment 1 Michiel de Bruijne 2004-06-05 12:35:31 UTC
Same over here, I have installed a lot of systems with the zip-file I have, but just to be sure I have downloaded a new file from java.sun.com but it is exactly the same file I used before. The correct MD5 is 105e236ee793b5d01be899527f36ca94. I think the following change needs to be reverted;  http://www.gentoo.org/cgi-bin/viewcvs.cgi/dev-java/java-sdk-docs/files/digest-java-sdk-docs-1.4.1?r1=1.2&r2=1.3
Comment 2 Karl Trygve Kalleberg (RETIRED) gentoo-dev 2004-06-06 08:30:56 UTC
Fixed. My bad.