-
Notifications
You must be signed in to change notification settings - Fork 35
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
The slowdebug version cannot be compiled. #297
Comments
Error: dl failure on line 606 |
|
What system (OS, libc version) are you building it on? It seems to be complaining about not being able to find |
I use docker from https://github.com/mmtk/mmtk-dev-env/Dockerfile. |
I change the OS version to Ubuntu 20.04.6 LTS,everything is ok! |
Oh sorry. We've stopped using that Dockerfile and it's clearly gone stale. Thank you for reporting that. We use Ubuntu 22.04 for our CI. So you should be able to use that and it would work. |
The Dockerfile is still in use, and we regularly check in the CI to make sure that it is working. However, we do not build OpenJDK within the docker (we just build mmtk-core). I add a CI job to build OpenJDK in the docker in mmtk/mmtk-dev-env#6. Thanks for reporting the issue. |
I will update the base image for the docker file as well. |
Thank you for your reply. |
I compiled the release version correctly.
errors:
The text was updated successfully, but these errors were encountered: