Skip to content
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

Update 'nix' #456

Closed
dariusc93 opened this issue Aug 27, 2016 · 11 comments
Closed

Update 'nix' #456

dariusc93 opened this issue Aug 27, 2016 · 11 comments
Milestone

Comments

@dariusc93
Copy link

In a recent test, it looks like mio cant build on freebsd because nix and an issue at nix-rust/nix#388 . This was fixed in nix-rust/nix#389 but mio still uses nix-0.6.0 and not the latest. Should mio use something like whats below to fix the issues or will mio wait until nix 0.6.1[-dev] release?

nix = {git = "https://github.com/nix-rust/nix.git", rev = "fd4a510"} 
@posborne
Copy link
Contributor

@dariusc93 Feel free to request a nix release as well. We have done these a little infrequently in the past, but I think we are quite open to doing it more frequently, particularly if there is a request that we cut a release.

@dariusc93
Copy link
Author

@posborne I could've requested a release as well, but I only assumed nix still in a state where it may not be ready to be released as 0.6.1[-dev].

@posborne
Copy link
Contributor

Nah, we just put that on there between releases.

@dariusc93
Copy link
Author

Is there a release cycle for nix?

On Aug 27, 2016 20:59, "Paul Osborne" [email protected] wrote:

Nah, we just put that on there between releases.


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
#456 (comment), or mute
the thread
https://github.com/notifications/unsubscribe-auth/ADvIyCx5sbxkoHVXG8IdYdoarC6D5KH9ks5qkN1ZgaJpZM4JuvdH
.

@carllerche
Copy link
Member

Hopefully soon then, I'm hoping to release Mio 0.6.0 this week :)

@dariusc93
Copy link
Author

Cool! I'll just have used local versions for now.

On Aug 28, 2016 3:57 PM, "Carl Lerche" [email protected] wrote:

Hopefully soon then, I'm hoping to release Mio 0.6.0 this week :)


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
#456 (comment), or mute
the thread
https://github.com/notifications/unsubscribe-auth/ADvIyON78yjSQGjP6yLZERoXBEEpwO5Cks5qkegRgaJpZM4JuvdH
.

@Ianleeclark
Copy link

Ianleeclark commented Aug 29, 2016

Hey @dariusc93 This is kind-of strange, but I managed to build mio v0.5.1 on FreeBSD 10.3 today. Moreover, it looks like both of those issues are for NetBSD, not FreeBSD.

In fact: #457 I opened that because I built it on FreeBSD and saw earlier it wasn't on the supported list.

@dariusc93
Copy link
Author

dariusc93 commented Aug 29, 2016

@GrappigPanda If it means anything, I am building for FreeBSD 11-RC2, not 10.3-Stable. I havent used NetBSD or OpenBSD when building mio either.

I guess I could try FreeBSD 10.3 but I been using FreeBSD 11 only because of some of the things available for it that 10.3 does not currently have.

@beatgammit
Copy link
Contributor

I just built mio 0.6 with the latest nix on FreeBSD 10.3 and it compiles for me, but using 0.6.0 from crates.io, it doesn't.

Personally, I'd appreciate a release with the update to libc. It's not urgent for me since I'm mostly using it for testing a WIP project, but it would make things a little simpler.

@beatgammit
Copy link
Contributor

My PR #477 was merged, so this is effectively fixed. Can someone close this?

@alexcrichton
Copy link
Contributor

sure!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants