[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:45:45 UTC 2015
http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=2764
Andrew John Hughes <gnu.andrew at redhat.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Hardware|ppc64le |all
--- Comment #6 from Andrew John Hughes <gnu.andrew at redhat.com> ---
(In reply to Tiago Stürmer Daitx from comment #5)
> The arch was added due to multiarch support (eg. amd64 host having both
> amd64 and i386 jvm installed).
>
Other platforms use /usr/lib and /usr/lib64 to support this and
we already detect both:
/usr/lib/jvm/icedtea-7
/usr/lib/jvm/icedtea7
/usr/lib/jvm/java-1.7.0-openjdk
/usr/lib/jvm/java-1.7.0-openjdk.x86_64
/usr/lib64/jvm/java-1.7.0-openjdk
We could try checking for /usr/lib/jvm/java-7-openjdk-${host_cpu} but it
doesn't help that Debian is using a non-standard naming for this (amd64 instead
of x86_64, ppc64el instead of ppc64le)
> 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.
This is no good. We need specific versions of OpenJDK, not whatever random JVM
the user has selected. Besides, we already have
/etc/alternatives/java_sdk_openjdk as a last resort. Don't tell me, Debian
doesn't provide this either?
--
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/90cb27b0/attachment.html>
More information about the distro-pkg-dev
mailing list