-
-
Notifications
You must be signed in to change notification settings - Fork 251
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 fails with errors when using GCC 8 #1081
Comments
@victornoel So the error only occurs with?:
|
@karianna no, sorry, my comment was misleading, it has nothing to do with those changes. I suppose it could be related to the version of GCC used on the host? Because I've seen this issue: https://bugs.openjdk.java.net/browse/JDK-8214444 |
@karianna I suppose the "easy" solution would be to make the docker-based build work again (and for jdk11) so that the build can happen with a controlled environment instead of the host? |
Ah yes, that's probably right - what's the output from the build script WRT to the GCC compiler version? Output should be at the top |
@karianna here it is:
|
Hmm, that's a very new GCC - I suspect that https://bugs.openjdk.java.net/browse/JDK-8214444 will need to get backported. |
Hi @victornoel . It looks like this did get backported to 11 recently: Could you try again with one of our newer binaries? |
@M-Davies so just to be clear, I'm building from the repository, not using one of the adoptopenjdk binaries :) I tried again and now here are the errors I get:
Btw I'm now using gcc 10.1. |
@victornoel Can you send the output at the top of the run (where we set all of the configurations) |
@karianna is this it:
There is also not long after that:
and later, I think after the openjdk source tree is retrieved and before the errors appears:
|
ah, actually, I re-ran everything without changing the options to have fastdebug ,and now I got this error which is different than the previous one:
|
Ah, try passing through |
@karianna ok, let me close this issue because it's really a problem that can only be tackled by the openjdk project. thanks for the idea to disable warnings |
Platform: linux
Architecture: x86_64
I'm on latest Archlinux.
I tried to build the jdk11u with
./makejdk-any-platform.sh jdk11u
but I got the following error:There is one particularity, I changed the following because I'm experimenting with debug builds:
The text was updated successfully, but these errors were encountered: