-
Notifications
You must be signed in to change notification settings - Fork 175
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
Version 0.38.29 fails to build on Linux #983
Comments
sunfishcode
added a commit
that referenced
this issue
Jan 12, 2024
When rustix is compiled with default-features = false, and linux-raw-sys is compiled with no_std, there is a difference in the signedness of `c_char`; fix rustix's code to handle this. Fixes #983.
sunfishcode
added a commit
that referenced
this issue
Jan 12, 2024
When rustix is compiled with default-features = false, and linux-raw-sys is compiled with no_std, there is a difference in the signedness of `c_char`; fix rustix's code to handle this. Fixes #983.
sunfishcode
added a commit
that referenced
this issue
Jan 12, 2024
When rustix is compiled with default-features = false, and linux-raw-sys is compiled with no_std, there is a difference in the signedness of `c_char`; fix rustix's code to handle this. Fixes #983.
Thanks for the report! This is now fixed in rustix 0.38.30. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When building a project that ends up using rustix 0.38.29 on Linux, I get the following errors:
This is using the following dependency specification:
The host in this case is Arch Linux, using Rust version 1.74.1.
This doesn't happen when using 0.38.28.
The text was updated successfully, but these errors were encountered: