Skip to content

update libc to 0.2.2 #210

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

Closed
wants to merge 3 commits into from
Closed

update libc to 0.2.2 #210

wants to merge 3 commits into from

Conversation

marjakm
Copy link
Contributor

@marjakm marjakm commented Dec 3, 2015

Nix is broken on nightly arm because of:
rust-lang/rust#29775

This fixes nix for arm nightly, but breaks on arm stable. Should work on x86 stable and nightly.
Maybe this could be put into a separate nightly branch that could be pointed to in Cargo.toml?

@carllerche
Copy link
Contributor

It looks like this breaks CI. What broke on ARM?

I guess upgrading libc is not going to be fun...

@marjakm
Copy link
Contributor Author

marjakm commented Dec 3, 2015

Here are the build errors:
https://gist.github.com/marjakm/792e126363ff07b9bd1a

libc c_char on ARM Linux was i8 but is now u8:
rust-lang/rust#29774

I'll look into the errors on mac and 1.1.0, I only tested with linux and 1.4.0 before.

@carllerche
Copy link
Contributor

Closing this one in favor of #219. Thanks!

@carllerche carllerche closed this Jan 19, 2016
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

Successfully merging this pull request may close these issues.

2 participants