-
-
Notifications
You must be signed in to change notification settings - Fork 102
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
AIX testcase dependency failure #1104
Comments
I suspect this is caused by the fact we build JDK13 on AIX71TL5SP5 now and therefore it won't work on earlier releases with an earlier libc. Suggest running the testing on https://ci.adoptopenjdk.net/computer/build-ibm-ppc64-aix-71-1/ for now |
The XL C/C++ Runtime for AIX, V16.1 needs to be installed. It's not caused by building on AIX71TL5SP5, it's caused by using xlc 16. https://www.ibm.com/support/pages/xl-cc-runtime-aix-v16101-fix-pack-december-2018 |
Was going to close this but we should probably add the xlc16 runtime into the AIX playbooks so we can run the JDK13 tests on all of our machines. |
Given that OpenJ9 no longer requires the later AIX to build JDK13, only the v16 compiler, perhaps we should switch back to building on the earlier AIX level and install xlc16 on those systems to resolve this |
Even if you build on an earlier machine, it will still require the XL C/C++ Runtime for AIX, V16.1 in order to run. |
xlc16 now on both build machines. Note that #1146 is a dup of this |
Looks like C library depedency not right?
https://ci.adoptopenjdk.net/job/Test_openjdk13_j9_sanity.openjdk_ppc64_aix/2/console
The text was updated successfully, but these errors were encountered: