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

Build failure in i686 beta #435

Closed
fiveop opened this issue Oct 7, 2016 · 7 comments
Closed

Build failure in i686 beta #435

fiveop opened this issue Oct 7, 2016 · 7 comments

Comments

@fiveop
Copy link
Contributor

fiveop commented Oct 7, 2016

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

@fiveop
Copy link
Contributor Author

fiveop commented Oct 7, 2016

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?

@posborne
Copy link
Member

posborne commented Oct 9, 2016

Hmm, interesting. Looks like it is failing to link basically everything provided by std. I am suspicious of whether something might have changed with TravisCI but will need to do some more digging to say anything for certain.

@fiveop
Copy link
Contributor Author

fiveop commented Oct 15, 2016

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

@fiveop
Copy link
Contributor Author

fiveop commented Oct 15, 2016

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.

@TimNN
Copy link

TimNN commented Oct 18, 2016

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)

@fiveop
Copy link
Contributor Author

fiveop commented Oct 19, 2016

I suggest ignoring the beta build failure until 1.13.0-beta.3 (or newer) is released, so that work can continue.

@fiveop
Copy link
Contributor Author

fiveop commented Nov 2, 2016

The build features do not occur anymore, so we can revert the changes.

@homu homu closed this as completed in #467 Nov 16, 2016
homu added a commit that referenced this issue Nov 16, 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

No branches or pull requests

3 participants