-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
Rust building is broken for BSD system #27124
Comments
It seems that building with |
Might be relevant #26926 |
@semarie thanks for the work around. Let me check it out on bitrig and freebsd. |
The problem is definitively with LLVM writeArchive (as pointed by @nagisa). I am able to build and pass all checks under openbsd with I am going to test building using "gnu" archive under openbsd (for now, build ok, tests are pending) |
NetBSD didn't get its fix for #27124 and still suffers from that issue.
Starting with the latest update of LLVM, several BSD system don't be able to build rust anymore.
At least:
The error message is the same of these three platform (here bitrig message):
cc: @dhuseby @wg @vhbit @mneumann
The text was updated successfully, but these errors were encountered: