configure fails for openjdk9 on MacOSX
XUSE_NEW_BUILD_SYSTEM=true XBUILD=true ./obuildfactory/openjdk9/macosx/standalone-job.sh
fails after building freetype with following errors:
### using new build system ###
WARNING: Calling the wrapper script directly is deprecated and unsupported.
Not all features of configure will be available.
Use the 'configure' script in the top-level directory instead.
Configure source code has been updated, checking time stamps
Running generated-configure.sh
configure: error: unrecognized options: --with-xcode-path
configure exiting with result code 1
Note: Command line contains non-control variables:
* DEBUG_BINARIES=false
Make sure it is not mistyped, and that you intend to override this variable.
'make help' will list known control variables.
Error: No configurations found for /Users/cit/Projects/openjdk/openjdkathome/sources/openjdk9.
Please run 'bash configure' to create a configuration.
/Users/cit/Projects/openjdk/openjdkathome/sources/openjdk9/make/Init.gmk:124: *** Cannot continue. Stop.
can't find java into JDK /Users/cit/Projects/openjdk/openjdkathome/sources/openjdk9/build/x86_64/images/jdk/bin, build failed
I don't have OSX machine anymore, so I won't be able to help
--with-xcode-path is recognized on OSX. What are your OS version and CPU architecture ?
It was macOS 10.13.6 (High Sierra), x86_64. Anyway, I've switched from jdk9 to fresher versions that build successfully out of the box, so you can close the issue without any hindrance.
I'm seeing same problem with openjdk9 and Mojave (10.14.6). tsitelov - what did you mean by "switched from jdk9 to fresher versions"? Did you move up to jdk11? If so, what exactly were your steps. That is actually my REAL question, has this project been updated to support JDK11???
tsitelov - what did you mean by "switched from jdk9 to fresher versions"? Did you move up to jdk11? If so, what exactly were your steps.
AFAIR I switched to jdk11 (or maybe 10) and built it following its recommended build procedure without relying on obuildfactory infrastructure. Unfortunately, I don't have any relevant configuration for the moment, so can't help with details :(