Details
-
Bug
-
Resolution: Fixed
-
P1
-
9.0.4, 10
-
b35
-
os_x
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8192918 | 9.0.6 | Erik Joelsson | P1 | Resolved | Fixed | master |
JDK-8193002 | 9.0.4 | Erik Joelsson | P1 | Closed | Fixed | b09 |
Description
Build failed with the following error message:
> Creating support/native/jdk.deploy.controlpanel/JavaUpdater/JavaUpdater from 9 file(s)
jib > Creating support/modules_cmds/jdk.javaws/javaws from 19 file(s)
jib > Creating support/modules_libs/jdk.javaws/shortcuts/JavaWSApplicationStub from 2 file(s)
jib > warning: no debug symbols in executable (-arch x86_64)
jib > warning: no debug symbols in executable (-arch x86_64)
jib > ld: file too small (length=0) file '/scratch/...../....fe9a/workspace/.../.../modules_libs/java.desktop/libfontmanager.dylib' for architecture x86_64
jib > clang: error: linker command failed with exit code 1 (use -v to see invocation)
jib > /scratch/..../..../make/lib/Awt2dLibraries.gmk:30: recipe for target '/scratch/mesos/slaves/5af44a71-976a-41b7-81de-5773b84ec572-S38937/..../..../java.desktop/libt2k.dylib' failed
jib > make[3]: *** [/scratch/..../..../java.desktop/libt2k.dylib] Error 1
jib > make[3]: *** Waiting for unfinished jobs....
jib > make/Main.gmk:226: recipe for target 'java.desktop-libs' failed
jib > make[2]: *** [java.desktop-libs] Error 2
jib >
jib > ERROR: Build failed for target 'default (product-bundles test-bundles)' in configuration 'macosx-x64' (exit code 2)
> Creating support/native/jdk.deploy.controlpanel/JavaUpdater/JavaUpdater from 9 file(s)
jib > Creating support/modules_cmds/jdk.javaws/javaws from 19 file(s)
jib > Creating support/modules_libs/jdk.javaws/shortcuts/JavaWSApplicationStub from 2 file(s)
jib > warning: no debug symbols in executable (-arch x86_64)
jib > warning: no debug symbols in executable (-arch x86_64)
jib > ld: file too small (length=0) file '/scratch/...../....fe9a/workspace/.../.../modules_libs/java.desktop/libfontmanager.dylib' for architecture x86_64
jib > clang: error: linker command failed with exit code 1 (use -v to see invocation)
jib > /scratch/..../..../make/lib/Awt2dLibraries.gmk:30: recipe for target '/scratch/mesos/slaves/5af44a71-976a-41b7-81de-5773b84ec572-S38937/..../..../java.desktop/libt2k.dylib' failed
jib > make[3]: *** [/scratch/..../..../java.desktop/libt2k.dylib] Error 1
jib > make[3]: *** Waiting for unfinished jobs....
jib > make/Main.gmk:226: recipe for target 'java.desktop-libs' failed
jib > make[2]: *** [java.desktop-libs] Error 2
jib >
jib > ERROR: Build failed for target 'default (product-bundles test-bundles)' in configuration 'macosx-x64' (exit code 2)
Attachments
Issue Links
- backported by
-
JDK-8192918 MacOS build fails intermittently after JDK-8139653
- Resolved
-
JDK-8193002 MacOS build fails intermittently after JDK-8139653
- Closed
- relates to
-
JDK-8139653 Freetype bundled on macosx, but not correctly linked
- Closed