-
Notifications
You must be signed in to change notification settings - Fork 708
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
Fails to build from source on prerelease Ubuntu, GCC #4464
Comments
It appears that a solution might be:
|
Hey thanks for reaching out. I don't think we want to completely unset the variable but instead should only set it if it hasn't already been defined. I can get a PR out to try and address that. |
I've opened #4465, which should address the issue. Just need to work through the OpenBSD failure before merging it. If you want to try out my branch to confirm it fixes what you're seeing, that would also be helpful 😃 |
It is fixed for me on your tree. |
Hi @jwbee, I've executed the ubuntu quickstart instructions on a Ubuntu 24.04 instance and have been unsuccessful in reproducing this issue so far. I've tried using GCC 12 and 13, and both succeeded. I wonder if the behavior could have changed since the prerelease. Are you still running into this issue with the final 24.04 release? |
You're right, it builds and tests on the release ubuntu, from main branch. |
Problem:
The quickstart instructions do not succeed using the tools and libraries of Ubuntu 24.04, which will be released in a month. It fails whether I use GCC 12 or 13. It succeeds with clang 17.
The text was updated successfully, but these errors were encountered: