-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
build low version jdk have some errors #1
Comments
Could you please provide the Git repository URL you used (and the commit SHA), as well as the JDK boot version and any other custom settings you used? |
https://github.com/openjdk/jdk8u |
I have a question if you are in the same situation as me. After I compile and create jdk16 database with ubuntu, I move the database to windows for query, codeql will report that the version is different, please use the latest version. Later I compared the database configuration file and it did differ a bit, but I replaced the vscode-start-codeql file with the database file and then it worked without any problem. |
Hmm, I am running with WSL2 kernel However, I got a compilation error:
This has been reported as JDK-8269388 and has already been fixed, however https://github.com/openjdk/jdk8u is apparently not updated anymore ("About" section on the right says "Read-only mirror of https://hg.openjdk.java.net/jdk8u until tag jdk8u292-b01"). So in the end I used on Windows:
Can you please check if a similar configuration on Linux allows you to build jdk8u? |
No, I have not noticed such a problem yet. I am using Windows with WSL2 and then using CodeQL through the VSCode extension. The scripts of this repository previously used CodeQL CLI 2.5.7 (have updated it to 2.5.9 in 17f530b). Maybe that is causing a warning; or maybe because the query pack layout and database schemas have been changed recently in https://github.com/github/codeql. Could you please provide the exact error / warning you are seeing (ideally with screenshot), and the tool you are using (e.g. CodeQL CLI or VSCode extension)? |
I am using codeql cli on Ubuntu with version 2.5.9 |
ok,thinks! |
Ah you are using the https://github.com/github/vscode-codeql-starter workspace. You might have to update the
This will update the |
solved
https://stackoverflow.com/questions/54315646/failed-to-build-open-jdk-8-from-source-ubuntu-18-04-64bit
https://stackoverflow.com/questions/21246042/scrambled-arguments-when-building-openjdk
The text was updated successfully, but these errors were encountered: