-
Notifications
You must be signed in to change notification settings - Fork 13.3k
rustup build fails on OS X Yosemite #20364
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
Comments
Have the same issue. As far as I can see, rust installs fine, but then cargo installer removes rust, saying: |
Same issue here! |
Will be fixed by #20375. A new rust nightly is building now. |
So does |
@alexchandel Try it, and tell us. :) |
It doesn't, as of 5-ish minutes ago.... |
It should work now. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It seems like cargo is uninstalling rust for during installation. Had previous nightly working before this installation. Here's the full trace: https://gist.github.com/bharadwaj6/e39b340fab59bdab1066 and this is the
rustup.sh
that is being used: https://gist.github.com/bharadwaj6/dd69ce6299d8e7cad8f7Version of
cargo
installed after installationcargo 0.0.1-pre-nightly (e6abfbb 2014-12-30 18:14:23 +0000)
.rustc -v
sayscommand not found
. I've tried it with'/usr/local/lib'
added toDYLD_LIBRARY_PATH
and otherwise, but same result.The text was updated successfully, but these errors were encountered: