-
Notifications
You must be signed in to change notification settings - Fork 668
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
Build failure in i686 beta #435
Comments
I tried to recreate the issue on my machine by installing beta-i686-linux-unknown-gnu and running the build. However, the build runs through. This makes investigating the failure difficult. @posborne, as the (usually) knowledgeable when it comes to builds, do you have any ideas? |
Hmm, interesting. Looks like it is failing to link basically everything provided by |
For reference: The build has the same problem, if I use the same scripts and environment as libc: https://travis-ci.org/fiveop/nix-rust/jobs/167885171 |
The build problem occurs since beta went from 1.12.0-beta.6 to 1.13.0-beta.1. The prerelease version was bumped less than a day ago (rust-lang/rust@3ebfbdb), so I suggest waiting for 1.13.0-beta.2, since someone mentioned that there were linker problems in beta and nightly. |
This is probably rust-lang/rust#36793, I think. (This has been fixed by rust-lang/rust#36866 on nightly, however the fix does not seem to have been include in 1.13.0-beta.2) |
I suggest ignoring the beta build failure until 1.13.0-beta.3 (or newer) is released, so that work can continue. |
The build features do not occur anymore, so we can revert the changes. |
In recent builds for i686 and rust beta, there have been build failures do to linking problems. See for example:
https://travis-ci.org/nix-rust/nix/builds/165124003
https://travis-ci.org/nix-rust/nix/builds/164470698
https://travis-ci.org/nix-rust/nix/builds/164422919
The text was updated successfully, but these errors were encountered: