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

WASM build broken on newest nightly for MacOS #54027

Closed
janhohenheim opened this issue Sep 7, 2018 · 3 comments
Closed

WASM build broken on newest nightly for MacOS #54027

janhohenheim opened this issue Sep 7, 2018 · 3 comments

Comments

@janhohenheim
Copy link
Contributor

janhohenheim commented Sep 7, 2018

running cargo build --target wasm32-unknown-unknown on rustc 1.30.0-nightly (a8c11d216 2018-09-06) returns the following:

error: linking with `rust-lld` failed: signal: 6
note: dyld: Library not loaded: @rpath/libLLVM.dylib
            Referenced from: /Users/jnf/.rustup/toolchains/nightly-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/bin/rust-lld
            Reason: image not found

Might be related to #53813

@matthiaskrgr
Copy link
Member

I think this might be fixed in the next nightly: #54018

@janhohenheim
Copy link
Contributor Author

Yeah, that looks pretty relevant. Thanks a bunch!

@rbalicki2
Copy link

I can confirm this is fixed on rustc 1.30.0-nightly (fc81e3624 2018-09-07)

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