-
-
Notifications
You must be signed in to change notification settings - Fork 5
Doesn't compile on Illumos #12
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
Comments
Thank you for this issue! The primary reason for the compilation errors is missing definitions from libc: rust-lang/libc#2696 If that pull request is merged once issues are fixed, I will update the implementation here and release a new version with support for this platform. |
Thanks! |
I tested with my pending rust-lang/libc#2697 patch, and the build was content, except for the |
@pfmooney Thank you, and thank you for testing the fix! You're right that the implementation here does need to be adjusted. Unfortunately, the return type of |
The implementation has been updated for this crate and compiles successfully with the changes in libc. Once a libc version is released with rust-lang/libc#2697, I will verify the fix and release a new version with an updated libc requirement. |
Version 3.3.0 has been published with Illumos support. Thanks for reporting the issue! |
Thanks! |
Illumos is the open source fork of Solaris.
While trying to build Starship https://starship.rs/ I get ...
which looks at least a bit like it might be related to #4
I realise that this is a Weird Platform, so if you need it I expect I can set up a guest account if that would help with debugging.
The text was updated successfully, but these errors were encountered: