-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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 fails with musl #27290
Comments
How did you configure the build? Also can you gist a full output? |
I guess I have a similar problem. At least I get the same error message. I tried to follow your instructions at #24777, but stumbled upon an issue:
I followed the instruction of libcxxabi, but got no libunwind.a at all (tried with trunk and the 3.6.2 release tag from svn). You can find my build steps at https://gist.github.com/asaaki/e15fb009ba4b40611d78 Would be awesome if you could provide more detailed instructions on how to reproduce a successful build. |
@asaaki, there are also new instructions at: I've successfully build rust-must using them. |
Okay, will try this. Thanks for the pointer. |
Status update so far: Thank you again for the hint, @tailhook! |
@asaaki, well, let me know if you manage to build something using cargo which has "libc" as dependency (many packages depend on libc somewhere in the chain). That's where I currently am :) |
(the above is possible with libc crate >= 0.1.10 per rust-lang/libc#15) |
Ah yeah I believe that this was fixed some time ago on master, so closing. |
In make install I get:
/cc @alexcrichton
The text was updated successfully, but these errors were encountered: