[Bug 2929] configure: error: "A JDK home directory could not be found."
bugzilla-daemon at icedtea.classpath.org
bugzilla-daemon at icedtea.classpath.org
Thu Apr 14 03:17:58 UTC 2016
http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=2929
--- Comment #4 from yugiohjcj at 1s.fr ---
Indeed, more details are in config.log:
$ cat config.log
[...]
configure:10853: checking for xsltproc
configure:10871: found /usr/bin/xsltproc
configure:10883: result: /usr/bin/xsltproc
configure:10921: checking if the VM and compiler work together
./configure: line 10942: -cp: command not found
configure:10951: error: Compiler failed to compile Java code.
[...]
At line 10942 of the configure script, the "-cp" command is not found.
It seems to be more options for a command than a command.
Here is this line:
$ cat -n configure
[...]
10942 if $JAVAC -cp . $JAVACFLAGS -source 5 -target 5 $CLASS >&5 2>&1;
then
[...]
So, the $JAVAC variable seems to be empty.
Do you know why?
--
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/20160414/6f71a7bb/attachment.html>
More information about the distro-pkg-dev
mailing list