-
Bug
-
Resolution: Fixed
-
P4
-
openjdk8u302
-
b01
-
os_x
With the integration of https://bugs.openjdk.java.net/browse/JDK-8262730
to support MacOS debug symbols, if you build mac with default configure options then debug symbols is enabled with "zipped", but the following error will occur:
make[2]: *** No rule to make target `/Users/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-mac-x64-hotspot/workspace/build/src/build/macosx-x86_64-normal-server-release/jdk/lib/libverify.diz', needed by `all'. Stop.
The reason being because there is a missing copy rule for the .diz on MacOS.
to support MacOS debug symbols, if you build mac with default configure options then debug symbols is enabled with "zipped", but the following error will occur:
make[2]: *** No rule to make target `/Users/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-mac-x64-hotspot/workspace/build/src/build/macosx-x86_64-normal-server-release/jdk/lib/libverify.diz', needed by `all'. Stop.
The reason being because there is a missing copy rule for the .diz on MacOS.
- relates to
-
JDK-8262730 Enable jdk8u MacOS external debug symbols
- Resolved