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

rustbuild: x86_64-unknown-linux-musl is not installed. #39809

Closed
fzgregor opened this issue Feb 14, 2017 · 3 comments
Closed

rustbuild: x86_64-unknown-linux-musl is not installed. #39809

fzgregor opened this issue Feb 14, 2017 · 3 comments

Comments

@fzgregor
Copy link

Hi,

I ran into some issues trying to build and install Rust with a customized musl c library. In short it seams the musl std crate is build during make all but not installed in the subsequent make install. Manually copying the rlibs from the build directory solves the issue and rustc is able to build for the x86_64-unknown-linux-musl target.

I wonder if that is an issue of the build system or me using it.

The longer story is on stackoverflow.

My build environment is here.

@est31
Copy link
Member

est31 commented Feb 14, 2017

The best tool to build std right now is xargo: https://github.com/japaric/xargo

In the future hopefully cargo will be std aware and can build std on demand.

@fzgregor
Copy link
Author

fzgregor commented Feb 14, 2017

xargo look appealing. But I can't find to much documentation. This doesn't help as well ;) .

How would I go about using it with my customized musl library?

@alexcrichton
Copy link
Member

I believe this is a dupe of #39235, but thanks for the report!

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