-
Notifications
You must be signed in to change notification settings - Fork 689
Libc 024 #219
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
Libc 024 #219
Conversation
Unfortunately none of the Travis builds are on FreeBSD and I definitely have |
Thank you for that. I'll use your fork meanwhile. EDIT: here's what I get
|
What platform are you on @arthurprs ? |
@j16r freebsd 10.2 amd64 |
Weird, I explicitly disabled that line for freebsd in commit 5df11f4. Are you cross compiling? Can you confirm you're building with |
It looks like cargo was using an old commit, I added an explicit commit and it now fails with
|
Looks like you have two references to |
Oh, I see. It's mio, but I can't find a way to override that. |
Ok I went around it using .cargo/config and it looks like your PR is fine :) mio will need some adjustments before compiling on it though |
@j16r I sent a PR to your fork in order to get mio working properly. |
@arthurprs legend! I've merged it in. |
Thanks! Going to look at this now. Sorry for the delay. |
I'm trying to validate Mio working with this before merging. |
I am unsure how CI is passing given that it won't compile on my box... |
Oops, never mind. I was half way through a rebase |
Ok, let's see if Mio CI will pass with this: tokio-rs/mio#343 |
I guess we can close this now since pr343 is in |
Ah yes. Thanks |
Hmm, I'm confused. pr343 is on mio. With this closed I'm still unable to use nix-rust on FreeBSD? |
@j16r this was merged in. I'm not sure what incantation @carllerche uses, but it results in him having to close PRs even when they are merged in. You can see the commits on this PR in the github history: https://github.com/carllerche/nix-rust/commits/master |
Oh, I missed that, thanks. |
This is an attempt to get nix-rust compiling on FreeBSD. It' built on top of marjakm's fork which upgraded libc to 0.2.2.