Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

configure fails for openjdk9 on MacOSX #57

Open
tsitelov opened this issue Feb 22, 2018 · 5 comments
Open

configure fails for openjdk9 on MacOSX #57

tsitelov opened this issue Feb 22, 2018 · 5 comments

Comments

@tsitelov
Copy link

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
@hgomez
Copy link
Owner

hgomez commented Feb 23, 2018

I don't have OSX machine anymore, so I won't be able to help

@hgomez
Copy link
Owner

hgomez commented Dec 20, 2018

--with-xcode-path is recognized on OSX.
What are your OS version and CPU architecture ?

@tsitelov
Copy link
Author

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.

@chuckbak
Copy link

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
Copy link
Author

tsitelov commented Aug 31, 2020

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 :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants