-
Notifications
You must be signed in to change notification settings - Fork 15
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 nightly build fails due to unsafe libc call #18
Comments
it isn't possible simply. the PR is only a first step. the full correction needs a libc release (asked in rust-lang/libc#2038) and update rust repository to use the newer libc version. |
Thank you for the quick response. Then I just need to wait. |
Now that a libc version has been released with the fix, I made PR rust-lang/rust#81464 for use it in rustc. |
Thank you for taking care on this. |
While the original issue described here is resolved, there is a follow-up one. I submitted it to rust-lang/rust#81787. Is this issue specific to the way how we build rust on OpenBSD? Or is it possible to skip some tools like See my attached build.log |
it is, currently, an expected failure. See the rust-toolstate page: it mentions rustfmt and rls are currently failing in official builds. to customize the build, see the config.toml file inside the build directory, specially the |
oh, and please to not reopen this issue if your problem isn't related to this issue. create a new issue for a new problem. |
I initially thought about opening a new issue but first wanted to know if it is the right place here. Sorry for the circumstances. |
Hello,
you recent fixed an issue due to an unsafe libc call in rust-lang/libc#2035.
Can you tell me how to use the libc master branch in the Rust nightly build? The current bootstrap config seems to use tag 0.2.79.
I am kind of new to Rust, so I am not very familiar with its toolchain.
The text was updated successfully, but these errors were encountered: