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

build-macstadium-macos1014-2 finding wrong bootjdk #1301

Closed
andrew-m-leonard opened this issue Apr 28, 2020 · 6 comments · Fixed by #1304
Closed

build-macstadium-macos1014-2 finding wrong bootjdk #1301

andrew-m-leonard opened this issue Apr 28, 2020 · 6 comments · Fixed by #1304
Assignees
Labels
Milestone

Comments

@andrew-m-leonard
Copy link
Contributor

Platform:
MacOS

jdk11 for openj9 build is finding a jdk8 bootjdk:
https://ci.adoptopenjdk.net/job/build-scripts/job/jobs/job/jdk11u/job/jdk11u-mac-x64-openj9/565/consoleFull

configure: Found potential Boot JDK using configure arguments
configure: Potential Boot JDK found at /Library/Java/JavaVirtualMachines/adoptopenjdk-8.jdk/Contents/Home is incorrect JDK version (openjdk version "1.8.0_252"); ignoring
configure: (Your Boot JDK version must be one of: 10 11)
configure: error: The path given by --with-boot-jdk does not contain a valid Boot JDK
@andrew-m-leonard
Copy link
Contributor Author

andrew-m-leonard commented Apr 28, 2020

The problem was the node JDK10_BOOT_DIR directory used to build jdk11 was:
/Library/Java/JavaVirtualMachines/adoptopenjdk-10.jdk/Contents/Home
does not exist
i've changed the setting to point to jdk11 since we don't build jdk10 any more

@karianna karianna transferred this issue from adoptium/temurin-build Apr 28, 2020
@karianna karianna added this to the April 2020 milestone Apr 28, 2020
@karianna karianna added the bug label Apr 28, 2020
@karianna
Copy link
Contributor

We should fix the infra and then Andrew can revert his workaround

@gdams
Copy link
Member

gdams commented Apr 28, 2020

@andrew-m-leonard should be fixed now. Try again?

@andrew-m-leonard
Copy link
Contributor Author

@andrew-m-leonard
Copy link
Contributor Author

@gdams
Copy link
Member

gdams commented Apr 29, 2020

fixed by installing the adoptopendjk10 cask. Should be resolved now

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

Successfully merging a pull request may close this issue.

3 participants