-
-
Notifications
You must be signed in to change notification settings - Fork 91
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
x86_64-netbsd-none #71
Comments
In my opinion, LLVM is using the wrong error code here. POSIX sez "ENOTRECOVERABLE - State not recoverable. The state protected by a robust mutex is not recoverable." The LLVM code in question is completely unrelated to mutexes. If I had to use an errno code here, I'd use ENOTSUP (std::errc::not_supported). |
I had already filed a bug report about this upstream - please provide your suggestion there. That'll also show that more than one person is interested in this :) Thanks. |
Making sure we can reference the correct upstream issue after LLVM's Bugzilla migration: llvm/llvm-project#51929 |
Is this still a problem? |
got around to upgrading my development VM to netbsd10, and llvm-host now builds without issue! (netbsd9 is still supported by netbsd but I think we can leave that out of the zig support tier matrix..) problem now is that build-zig-host's process segfaults. will have to investigate further later, but here's the stack from
|
std::errc::state_not_recoverable
.The text was updated successfully, but these errors were encountered: