-
Bug
-
Resolution: Fixed
-
P3
-
8
There is another bug on a concurrent modification bug in this same module (RT-34437), but this problem has a different final cause listed in the error output as seen below:
-----------------------------
:graphics:ccMacFontT2K FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':graphics:ccMacFontT2K'.
> Could not call NativeCompileTask.compile() on task ':graphics:ccMacFontT2K'
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
BUILD FAILED
-----------------------------
Those error lines are accompanied by 4000 lines of error messages which are attached in a text file.
-----------------------------
:graphics:ccMacFontT2K FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':graphics:ccMacFontT2K'.
> Could not call NativeCompileTask.compile() on task ':graphics:ccMacFontT2K'
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
BUILD FAILED
-----------------------------
Those error lines are accompanied by 4000 lines of error messages which are attached in a text file.
- relates to
-
JDK-8089417 Mac: intermittent T2K gcc failure prevents parallel compilation
- Closed
-
JDK-8097343 Mac: Intermittent build failures when compiling T2K native code on Mac OS X
- Closed
-
JDK-8339505 Enable parallel compilation of native code on macOS
- Resolved