[Bug 2764] Not able to find JDK during ./configure on ppc64el
bugzilla-daemon at icedtea.classpath.org
bugzilla-daemon at icedtea.classpath.org
Wed Dec 16 00:29:47 UTC 2015
http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=2764
Tiago Stürmer Daitx <tdaitx at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |tdaitx at gmail.com
--- Comment #5 from Tiago Stürmer Daitx <tdaitx at gmail.com> ---
The arch was added due to multiarch support (eg. amd64 host having both amd64
and i386 jvm installed).
Here is the result of "ls -l /usr/lib/jvm" with the first columns removed:
default-java -> java-1.7.0-openjdk-amd64
java-1.6.0-openjdk-amd64 -> java-6-openjdk-amd64
java-1.7.0-openjdk-amd64 -> java-7-openjdk-amd64
java-1.8.0-openjdk-amd64 -> java-8-openjdk-amd64
java-6-openjdk-amd64
java-6-openjdk-common
java-7-openjdk-amd64
java-8-openjdk-amd64
According to a discussion with doko and ebourg in #debian-java @oftc there is
currently no plans to add the java-X-openjdk directories back.
The default-java will point to whatever debian considers the default java
installation and is set at build time by the java-common package (see line 115
@ http://sources.debian.net/src/java-common/0.52.1/debian/rules). Currently it
points to 7, but soon will point to 8.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20151216/81f95597/attachment.html>
More information about the distro-pkg-dev
mailing list