-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
rustbuild failures for solaris target #39729
Comments
Perhaps a solaris block just needs to be added here? (that's where we add our unwinding runtime dependencies) |
@alexcrichton almost, that and one other place needed fixing; I'll send a pull request tomorrow that will fix all of the rustbuild issues I encountered. Thanks! /cc @dhduvall |
Awesome, thanks @binarycrusader! |
binarycrusader
changed the title
rustbuild fails linking for error_index_generator and subsequent commands
rustbuild failures for solaris target
Feb 11, 2017
binarycrusader
added a commit
to binarycrusader/rust
that referenced
this issue
Feb 12, 2017
Add cputype recognition for Solaris Fixes rust-lang#39729
frewsxcv
added a commit
to frewsxcv/rust
that referenced
this issue
Feb 13, 2017
add solaris rustbuild support Add Solaris as recognized ostype Add cputype recognition for Solaris Fixes rust-lang#39729 A future pull request will discriminate between the commercial release and older opensource derivatives to account for divergence, for now, this is compatible with both.
bors
added a commit
that referenced
this issue
Feb 13, 2017
add solaris rustbuild support Add Solaris as recognized ostype Add cputype recognition for Solaris Fixes #39729 A future pull request will discriminate between the commercial release and older opensource derivatives to account for divergence, for now, this is compatible with both.
frewsxcv
added a commit
to frewsxcv/rust
that referenced
this issue
Feb 13, 2017
add solaris rustbuild support Add Solaris as recognized ostype Add cputype recognition for Solaris Fixes rust-lang#39729 A future pull request will discriminate between the commercial release and older opensource derivatives to account for divergence, for now, this is compatible with both.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've been using the (now obsolete) Makefile-based builds successfully for some time now while trying to get rust running on Solaris x86_64 (and from there sparcv9).
However, now that the rustbuild is the build system used for master, I've hit an unexpected regression:
Initially, I thought this would be simple enough to workaround by altering
librustc_back/target/solaris_base.rs
:However, after making that change and rebuilding, I still hit the issue.
So I have questions:
The Solaris linker fails (as expected) here since there's an implicit dependency that's known, but wasn't explicitly named.
The text was updated successfully, but these errors were encountered: