-
Bug
-
Resolution: Fixed
-
P4
-
jfx11, 8, jfx17
-
Created by sourcing the following Bash script:
#!/bin/bash # Sets up the environment for building JavaFX syspath=/usr/sbin:/usr/bin:/sbin:/bin export CMAKE_HOME=$HOME/opt/cmake-3.13.3-Darwin-x86_64/CMake.app/Contents export JAVA_HOME=$HOME/opt/jdk-16.0.1.jdk/Contents/Home export ANT_HOME=$HOME/opt/apache-ant-1.10.5 export GRADLE_HOME=$HOME/opt/gradle-7.0.1 SOURCE_DATE_EPOCH=$(git log -1 --pretty=%ct) export SOURCE_DATE_EPOCH # JDK_HOME and PATH are required by the build export JDK_HOME=$JAVA_HOME export PATH=$GRADLE_HOME/bin:$ANT_HOME/bin:$JAVA_HOME/bin:$CMAKE_HOME/bin:$syspath
Created by sourcing the following Bash script: #!/bin/bash # Sets up the environment for building JavaFX syspath=/usr/sbin:/usr/bin:/sbin:/bin export CMAKE_HOME= $HOME /opt/cmake-3.13.3-Darwin-x86_64/CMake.app/Contents export JAVA_HOME= $HOME /opt/jdk-16.0.1.jdk/Contents/Home export ANT_HOME= $HOME /opt/apache-ant-1.10.5 export GRADLE_HOME= $HOME /opt/gradle-7.0.1 SOURCE_DATE_EPOCH=$(git log -1 --pretty=%ct) export SOURCE_DATE_EPOCH # JDK_HOME and PATH are required by the build export JDK_HOME=$JAVA_HOME export PATH=$GRADLE_HOME/bin:$ANT_HOME/bin:$JAVA_HOME/bin:$CMAKE_HOME/bin: $syspath
-
x86_64
-
os_x
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8269233 | 8u311 | Kevin Rushforth | P4 | Resolved | Fixed | b02 |
JDK-8272633 | jfx11.0.13 | Kevin Rushforth | P4 | Resolved | Fixed |
The production build of JavaFX fails on macOS 11.4 using the latest Command Line Tools for Xcode 12.5. The previous version 12.4 of the Command Line Tools for Xcode works fine.
I ran Gradle with the following options:
$ gradle --info -PCONF=Release -PPROMOTED_BUILD_NUMBER=12 -PHUDSON_BUILD_NUMBER=101 -PHUDSON_JOB_NAME=jfx -PCOMPILE_WEBKIT=true -PCOMPILE_MEDIA=true -PBUILD_LIBAV_STUBS=true sdk jmods javadoc test > info.log 2>&1
The build log file 'info.log' is attached to this report.
I ran Gradle with the following options:
$ gradle --info -PCONF=Release -PPROMOTED_BUILD_NUMBER=12 -PHUDSON_BUILD_NUMBER=101 -PHUDSON_JOB_NAME=jfx -PCOMPILE_WEBKIT=true -PCOMPILE_MEDIA=true -PBUILD_LIBAV_STUBS=true sdk jmods javadoc test > info.log 2>&1
The build log file 'info.log' is attached to this report.
- backported by
-
JDK-8269233 WebKit build fails with Xcode 12.5
- Resolved
-
JDK-8272633 WebKit build fails with Xcode 12.5
- Resolved
- links to
-
Commit openjdk/jfx11u/ebc5926c
-
Commit openjdk/jfx/8e11b94f
-
Review openjdk/jfx11u/31
-
Review openjdk/jfx/535
(1 links to)