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

Upgrade to newer version of binutils for nightly + musl #2

Closed
shepmaster opened this issue Aug 1, 2016 · 2 comments
Closed

Upgrade to newer version of binutils for nightly + musl #2

shepmaster opened this issue Aug 1, 2016 · 2 comments

Comments

@shepmaster
Copy link

As mentioned in rust-lang/rust#34978, the Rust-provided MUSL components are now being built with a newer version of binutils, one that is incompatible with the version provided in the current container. The current solution is to upgrade binutils in some fashion. For Ubuntu-based containers, upgrading to 16.04 contains the fixes. I'm not sure what version of Debian will include them.

An example of output where the versions mismatch.

Thanks for all your hard work!

@liuchong
Copy link
Owner

liuchong commented Aug 1, 2016

rust-lang-deprecated/rust-buildbot#110
The above link said the "newer RELX relocation optimizations" been turn off?

😹 Anyway, let's upgrade debian version to "stretch" to solve this problem:

as -version
GNU assembler (GNU Binutils for Debian) 2.26.1
...

@shepmaster
Copy link
Author

Thank you very much! I've got my code compiling in Travis now!

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

2 participants