Temurin-build: OpenJ9 configure arguments broken on JDK14

Created on 7 Apr 2020  路  11Comments  路  Source: adoptium/temurin-build

Platform/Architecture
windows_x64 OpenJ9 builds

Running custom generated-configure.sh
configure: error: unrecognized options: --with-version-opt, --without-version-pre, --with-version-build, --with-vendor-version-string, --disable-warnings-as-errors
bug

All 11 comments

Tested all potential options on local instance and all exist so likely a machine issue.

For the record, the configure options are not being recognised on build-softlayer-win2012r2-x64-1

note that's a jdk14u build however console log thinks it is building jdk8u, hence why options not valid...

OpenJDK repo tag is jdk8u252-b08
Version: 252 
Should have the source, I'm at /tmp/openjdk-build/workspace/build/src
OpenJDK repo tag is jdk8u252-b08

@gdams could this be a result of the different way we now use a shortened workspace path name?

Not sure why that line checks the version... why not do it for all..?

@johnoliver ?

I agree I am not sure why we need to check the version there, so I would remove that version check

@M-Davies Can you try a new run and see what happens please?

@M-Davies @lumpfish I've kicked off a 14 pipeline without publish or tests so we we can see how it goes https://ci.adoptopenjdk.net/job/build-scripts/job/openjdk14-pipeline/105/

Looks like https://ci.adoptopenjdk.net/job/build-scripts/job/jobs/job/jdk14u/job/jdk14u-windows-x64-openj9/32/consoleFull is running fine. Its passed the configure stage and is building. Thanks for this :-)

Was this page helpful?
0 / 5 - 0 ratings