-
Notifications
You must be signed in to change notification settings - Fork 242
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
Git build failure on Ubuntu 24.04 #1099
Comments
FYI, I dusted off an old Ubuntu 20.04 VM, and managed to successfully install c2rust with the above instructions. |
Thanks for the detailed report. This kind of breakage happens after new versions of clang are released since we rely on internals of the clang AST. I don't have access to a ubuntu 24.04 box right now but I bet if you try with an older version, it will build correctly on 24.04. That is not to say that we don't need to fix this issue; we definitely should. |
clangAnalysis depends on clangASTMatchers and thus needs to come before it. Fixes #1099.
Yep, that works!:
Thanks for the quick fix! |
On a fresh and fully updated Ubuntu 24.04 VM, building and installing directly from git fails.
I installed the documented prerequisites with:
Then I ran:
I've attached the full output of the above command, as it is too long to include inline:
ubuntu24_git_build_failure_output.txt
The text was updated successfully, but these errors were encountered: