Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 47850 - Typo in required file to download for IBM-JDK-1.4.1
Summary: Typo in required file to download for IBM-JDK-1.4.1
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-14 15:15 UTC by Tom
Modified: 2004-04-18 07:48 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
I've never made a patch before but this should make it work (patch,1.42 KB, patch)
2004-04-14 17:32 UTC, Tom
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tom 2004-04-14 15:15:02 UTC
IBM-JDK is required to be hand downloaded (love licenses) Anyways the ebuild tells X86 users: 
!!! ERROR: dev-java/ibm-jdk-1.4.1-r1 failed.
!!! Function pkg_nofetch, Line 34, Exitcode 0
!!! Please download x86? ( IBMJava2-SDK-142.tgz )
                ppc? ( IBMJava2-SDK-141.ppc.tgz ) from https://www6.software.ibm.com/dl/lxdk/lxdk-p to /usr/portage/distfiles

However, it should say IBMJava2-SDK-141.tgz for x86.
The ebuild looks for the IBMJava2-SDK-142.tgz file name too. You have to move IBMJava2-SDK-141.tgz to IBMJava2-SDK-142.tgz to get the build to work. After doing that md5 sum works fine and the package installs.




Reproducible: Always
Steps to Reproduce:
1. emerge ibm-jdk
2. download xseries download from https://www6.software.ibm.com/dl/lxdk/lxdk-p
3. emerge ibm-jdk

Actual Results:  
It didn't detect the downloaded jdk

Expected Results:  
it should have installed it

rename the download to IBMJava2-SDK-142.tgz and it works
Comment 1 Tom 2004-04-14 17:32:45 UTC
Created attachment 29295 [details, diff]
I've never made a patch before but this should make it work
Comment 2 Chris Aniszczyk (RETIRED) gentoo-dev 2004-04-18 07:48:31 UTC
Thanks, fixed in portage ;)