-
-
Notifications
You must be signed in to change notification settings - Fork 311
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
Fail to build 0.21.1 on NetBSD #625
Comments
The support for freebsd is done. I'm waiting for a libc's new release. You can see the PR here. As for NetBSD, even if not supported, it should compile, so I'm a bit surprised. I can make a fix release if you want? |
That would be awesome but, I'd need to patch What I would like to have is |
I think the implementation would be very close to what I did for freebsd. The biggest issue being that you need to add all FFI items into |
@GuillaumeGomez I've been working closely with Please let me know if I can somehow help with this. |
@GuillaumeGomez In the meantime, if you can please provide a fix to the error on the coming releases of Thanks! |
macchina only seem to cross-compile from what I can see in the CI. I need to run tests as well, not just build. |
How often would you need to run tests? For every commit, once a week? |
For every PR, so not very often. But still needs it to be fully automatic and reliable. As for the 0.21 fix, it's in progress: #627 (need to cherry-pick things). |
Awesome, thanks!
I could offer to build on my machine and report back, although it will only cover x86_64 |
Would this do it? |
I guess it would. If you can set it up in github actions, then I can add it and work on supporting netbsd next (but it'll very likely take minimum weeks if not months because updates in libc can take some time). |
I have no clue on how to do this, unfortunately. |
I'll try to take a look later on. In the meantime, can you open an issue specifically for NetBSD support please? We're a bit out of |
Fixed by #627. I published the |
Thank you.
Yes, I'll do it later today or early tomorrow. Going to kick a build of rust-1.57 now. |
Hi,
I've been maintaning nushell for NetBSD and using it myself from 0.34.0 through to 0.40.0 but, now I can not build 0.41.0 since, sysinfo fails to build which is rather unfortunate.
Here's the error, as reported on
nushell
, nushell/nushell#4191Anything which can be done about it?
I would really like to have
sysinfo
support improved for NetBSD and it's something I've been wondering how to help. Unfortunately, it feels over my skills to do something like this but, if you have some guidance to provide, I'd be happy to help.The text was updated successfully, but these errors were encountered: