Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 129703 - dev-java/ibm-jdk-bin works on s390
Summary: dev-java/ibm-jdk-bin works on s390
Status: RESOLVED LATER
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: s390 Linux
: High enhancement (vote)
Assignee: s390 team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-12 08:16 UTC by Nils Reimann
Modified: 2008-12-31 19:48 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 Nils Reimann 2006-04-12 08:16:26 UTC
The following paket compiles fine on s390 system.

 - lib-compat-1.4
 - java-config-1.2.11-r1

For 

 - ibm-jdk-bin-1.4.2.04

i tweaked the ebuild, couse the use of s390 won't be checked. 

---- added to ibm-jdk-bin ebuild ----
if use x86 ; then
.....
+ elif use s390 ; then
+    JDK_DIST="IBMJava2-SDK-142.s390.tgz"
+    JDK_DIST_GENTOO="IBMJava2-SDK-142.s390.tgz"
+    JAVACOMM_DIST="IBMJava2-SDK-142.s390.tgz"
+    JAVACOMM_DIST_GENTOO="IBMJava2-SDK-142.s390.tgz"
.....
SRC_URI="x86? ( IBMJava2-SDK-142-SR4.tgz )
.....
+ s390? ( IBMJava2-SDK-142.s390.tgz )
.....
if use ppc; then
    S="${WORKDIR}/IBMJava2-ppc-142"
.....
+ elif use s390; then
+   S="${WORKDIR}/IBMJava2-s390-142"
-----------------------------------------

The new ebuild and the java sdk package from ibm are working fine.
Comment 1 SpanKY gentoo-dev 2006-04-16 00:15:15 UTC
ive added your stuff to the 1.4.2.04 and 1.5.0 ebuilds ... but i have no idea where to find these javacomm archives, maybe the java team can help out
Comment 2 Josh Nichols (RETIRED) gentoo-dev 2006-04-16 07:16:21 UTC
There are on the same page as the download for the JDK, but lower down under 'Java Communications API'.

You may also be interested in adding the keyword to ibm-jre-bin as well, since it is also available on the same page.

Point of clarification: ibm-jdk-bin isn't compiled, it is a binary package.
Comment 3 Vlastimil Babka (Caster) (RETIRED) gentoo-dev 2006-09-15 06:22:11 UTC
s390: please keyword ibm-jdk-bin-1.4.2.6-r1 and 1.4.2.6-r3. That will allow us to punt all the older versions (not reliably provided by upstream anyway) after other arches are done stabling. I already added the needed SRC_URI stuff in the ebuilds. I see two problems here:
- javacomm really isn't downloadable for s390, you will probably need to mask the USEflag
- you will need to solve bug 141469 first. but it's also possible that libstdc++ isn't needed on s390 (which it probably isn't on x86 neither)

If you're bored, you can also keyword 1.5.0.2. Thanks :)
Comment 4 Vlastimil Babka (Caster) (RETIRED) gentoo-dev 2008-02-26 16:48:26 UTC
Keywords got dropped per bug 117356 comment 14. Reassigning to s390, their call to close this bug WONTFIX or keep for later, nobody from Java team has no s390 HW nor intention to do arch support for it themselves.
If there's interest in this in the future, bug 141469 should be reopened as well.
Comment 5 Raúl Porcel (RETIRED) gentoo-dev 2008-12-24 11:34:06 UTC
Nils, are you still interested?
Comment 6 Raúl Porcel (RETIRED) gentoo-dev 2008-12-31 19:48:08 UTC
Reopen if you do, thanks.