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

Windows hosts missing x86_64-w64-mingw32-g++ #490

Closed
karianna opened this issue Sep 12, 2018 · 4 comments
Closed

Windows hosts missing x86_64-w64-mingw32-g++ #490

karianna opened this issue Sep 12, 2018 · 4 comments

Comments

@karianna
Copy link
Contributor

Just saw this on build-softlayer-win2012r2-x64-2 when building jdk10u-openj9 which failed the build:

x86_64-w64-mingw32-g++: Command not found


For older toolchain versions - VS2010, VS2013 - the mingw64-x86_64-gcc-g++ package available with cygwing works fine.

The openjdk10_openj9_build_x86-64_windows uses VS2013: --with-toolchain-version=2013

Running ./configure with arguments ' --with-version-pre=adoptopenjdk --with-version-string=10.0.2+13  --with-boot-jdk=/cygdrive/c/openjdk/jdk9 --with-freetype-src=/cygdrive/c/openjdk/freetype-2.5.3 --with-toolchain-version=2013 --with-freemarker-jar=/cygdrive/c/openjdk/freemarker.jar --disable-ccache --with-milestone=fcs'

x86_64-w64-mingw32-g++ should have been installed with cygwin and be available in /usr/bin (Linux path) or C:\cygwin64\bin (Windows path) . More details about OpenJ9 extensions for OpenJDK10 build on Windows could be found here.

@karianna
Copy link
Contributor Author

@ali-ince Are you able to take a look - this only recently failed...

@sxa
Copy link
Member

sxa commented Sep 12, 2018

This is tied in with #448 #422

@karianna
Copy link
Contributor Author

Currently blocking all openj9 windows builds 8-10

@sxa
Copy link
Member

sxa commented Sep 14, 2018

Have added VS2017 an the appropriate MInGW to https://ci.adoptopenjdk.net/computer/build-softlayer-win2012r2-x64-2 as described in #448.
Test build ran through at https://ci.adoptopenjdk.net/job/build_ao11j9_win_vs2017/1, therefore closing (although the updated compiler and MInGW will need to be put on the other build machines too, although there is some discussion over whether Clang will be used instead of MinGW. Ref: eclipse-openj9/openj9#2469 (comment))

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

No branches or pull requests

3 participants