-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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 rust to fix musl builds #15
Comments
Done! |
Ended up yanking 0.1.9 due to compatibility concerns |
@alexcrichton this will also need to be updated to pick up the FreeBSD i686 changes when Rust PR #27360 lands. |
I'll send you a PR. The only question is if I need to bump the minor version or just the patch number. |
This is a blocker for me. I need flock(2) for http://github.com/agrover/melvin. I added it to Rust repo on June 24, but until libc crate is updated I can't update nix-rust, and then start using it in my project. @alexcrichton I know you say in #17 you're busy but I just wanted to describe my situation to maybe increase this issue's relative status a little. |
Why not just use a .cargo file? http://doc.crates.io/guide.html#overriding-dependencies Clone the repo (with submodules), add .cargo and you're pretty much good to go. |
I've opened rust-lang/rust#27762 and if that lands then we can upgrade libc without breaking anything. |
I can confirm that libc with rust submodule works nice for me (even with musl build). So looking forward for release soon. |
Thanks! |
Add getsockname(2) wrapper
Make gcc compile, at least
# This is the 1st commit message: chore: add labels to FIXMEs # This is the commit message rust-lang#2: change label for .field FIXMEs # This is the commit message rust-lang#3: add fixme csv # This is the commit message rust-lang#4: Update fixmes.csv # This is the commit message rust-lang#5: Update fixmes.csv # This is the commit message rust-lang#6: Update fixmes.csv # This is the commit message rust-lang#7: Update fixmes.csv # This is the commit message rust-lang#8: Update fixmes.csv # This is the commit message rust-lang#9: Update fixmes.csv # This is the commit message rust-lang#10: Update fixmes.csv # This is the commit message rust-lang#11: Update fixmes.csv # This is the commit message rust-lang#12: Update fixmes.csv # This is the commit message rust-lang#13: Update fixmes.csv # This is the commit message rust-lang#14: Update fixmes.csv # This is the commit message rust-lang#15: Update fixmes.csv # This is the commit message rust-lang#16: Update fixmes.csv # This is the commit message rust-lang#17: Update fixmes.csv # This is the commit message rust-lang#18: updates to csv # This is the commit message rust-lang#19: Update fixmes.csv # This is the commit message rust-lang#20: Update fixmes.csv # This is the commit message rust-lang#21: Update fixmes.csv # This is the commit message rust-lang#22: Update fixmes.csv remove hurd" # This is the commit message rust-lang#23: Update fixmes.csv remove "'s
I'm in no particular hurry about this, I've just created the issue so I can be notified when it's closed.
rust-lang/rust@52862e4#diff-4c1827e2ef5156ad90c1cef13755f4c8
The text was updated successfully, but these errors were encountered: