-
-
Notifications
You must be signed in to change notification settings - Fork 20
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
Build fails on OpenBSD #19
Comments
Thanks much for reporting this. Before writing down the list I carefully checked if the same mechanisms are available in BSD and they should be. I think this is a bug of libc that it doesn't expose these functions in the crate for openbsd, I'll have a look there. OpenBSD itself should have the support. Unfortunately, GitHub CI doesn't have *BSD building machines which I'd really like to use for this crate. Strange enough, the libc crate has the |
After the pull request in libc gets merged, I'll need to work around the absence of |
Can you please try either with the master branch or published version 0.8.1? |
tested both, it builds now, yeah. but when i ran |
This is odd, can you please tell what tests fail for you? |
here's the output of test command:
|
I will take a look. |
Okay, I know what the problem is and know how to fix it. I'll post once I fix it. |
It looks like it builds now. Can you please check it once more? |
now all test are passing. thanks! i guess, the issue can be closed now? |
Glad to hear it works for you now! Well, you are the author of this issue and you decide when to close it. I'd say if it works for you and the issue you opened this ticket for has been addressed, I'd close it :-) |
ah, okay, i'm closing it then. thank you for your support! |
OpenBSD is listed as a supported platforms, but it fails to build on it.
Here is error log. It seems that
libc
crate doesn't have these structs and functions on openbsd.The text was updated successfully, but these errors were encountered: