| « Updating Bluetooth packages | Most of Sun's Java class library under GPL now » |
OpenJDK ebuild
betelgeuse@pena ~ $ eselect java-vm list Available Java Virtual Machines: [1] blackdown-jdk-1.4.2 [2] ibm-jdk-bin-1.5 [3] kaffe [4] openjdk-1.7 user-vm [5] sun-jdk-1.4 [6] sun-jdk-1.5 [7] sun-jdk-1.6 system-vm [8] sun-jdk-1.6.0.02 [9] sun-jdk-1.7
Takes me about 45 minutes to build on:
betelgeuse@pena ~ $ uname -p Intel(R) Core(TM)2 CPU 6600 @ 2.40GHz
Please note the word experimental in the url. Now I am off to bed for today. Have an exam in C programming coming up tomorrow.
Trackback address for this post
Trackback URL (right click and copy shortcut/link location)
7 comments
Comment from: Bo [Visitor]
Hi,
hope your exam went good.
I tried to use the ebuild (out of curiosity), but it failed.
It has a few times
> [exec] /bin/sh: /bin/ls: Argument list too long
and a
> [exec] javac: no source files
Where could I report this bug with the whole output? Bugzilla?
hope your exam went good.
I tried to use the ebuild (out of curiosity), but it failed.
It has a few times
> [exec] /bin/sh: /bin/ls: Argument list too long
and a
> [exec] javac: no source files
Where could I report this bug with the whole output? Bugzilla?
05/09/07 @ 18:07
Yeah another user stumbled onto this problem too. It's because amd64 has one more character than i486 so it just goes over the top. The solution is to make PORTAGE_TMPDIR shorter than the default /var/tmp/portage.
05/09/07 @ 18:24
Comment from: Bo [Visitor]
Thanks, works good up to now.
Compiling takes a lot longer on my old box :-)
Compiling takes a lot longer on my old box :-)
05/09/07 @ 19:44
I found a few problems, one was the arc var wasn't being set right, which now seems to be fixed,
another problem was libjli.so doesn't have the right permissions set on it, only root can read it.
I have been half-ass documenting my stuff at the thread listed as my URL. Check it out.
BTW , my T7600 cpu was able to compile it in under 30 minutes :)
another problem was libjli.so doesn't have the right permissions set on it, only root can read it.
I have been half-ass documenting my stuff at the thread listed as my URL. Check it out.
BTW , my T7600 cpu was able to compile it in under 30 minutes :)
05/11/07 @ 00:15
Comment from: Jeff [Visitor]
Has anyone succeeded in cross-compiling it for sparc? Sparc (Linux) has not had a version of Java since 1.3 or 1.4 I believe. I was getting ready to try cross compiling.
06/04/07 @ 15:45
Well it's not as simple as cross compiling I guess. Preferable the VM would work too. That means having a JIT in Hotspot for Sparc but there should be an interpreter too that the RedHat people at least are looking into.
06/04/07 @ 15:58