-
Bug
-
Resolution: Fixed
-
P2
-
23
-
None
-
b19
-
generic
-
aix
After JDK-8329704 we run into make errors :
We get now
gmake[3]: *** No rule to make target '/jdk23/support/modules_libs/java.base/libjli.a', needed by '/jdk23/support/modules_cmds/java.rmi/rmiregistry'. Stop.
gmake[3]: *** Waiting for unfinished jobs....
or (a collegue got)
gmake[3]: *** No rule to make target '/build/jdk23/support/modules_libs/java.base/libjli.a', needed by '/build/jdk23/support/test/jdk/jtreg/native/bin/JliLaunchTest'. Stop.
So the dependencies seem to be broken for some build targets.
Seems the static libjli.a is not correctly resolved.
We get now
gmake[3]: *** No rule to make target '/jdk23/support/modules_libs/java.base/libjli.a', needed by '/jdk23/support/modules_cmds/java.rmi/rmiregistry'. Stop.
gmake[3]: *** Waiting for unfinished jobs....
or (a collegue got)
gmake[3]: *** No rule to make target '/build/jdk23/support/modules_libs/java.base/libjli.a', needed by '/build/jdk23/support/test/jdk/jtreg/native/bin/JliLaunchTest'. Stop.
So the dependencies seem to be broken for some build targets.
Seems the static libjli.a is not correctly resolved.
- relates to
-
JDK-8329704 Implement framework for proper handling of JDK_LIBS
-
- Resolved
-