-
Notifications
You must be signed in to change notification settings - Fork 13k
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
error 71 while installing rust on mac osx mavericks #11395
Comments
You need to run |
Yea, fyi when you get a permission denied error on an UNIX system you need elevated privileges, aka. |
it worked, thanks On Wed, Jan 8, 2014 at 5:59 PM, Adrien Tétar notifications@github.comwrote:
|
Sounds like this got resolved, yay! |
[`arithmetic_side_effects`] Fix rust-lang#11393 Fix rust-lang#11393 ``` changelog: [`arithmetic_side_effects`]: Detect division by zero for `Wrapping` and `Saturating` ```
console:
warning: no debug symbols in executable (-arch x86_64)
cfg: build triple x86_64-apple-darwin
cfg: host triples x86_64-apple-darwin
cfg: target triples x86_64-apple-darwin
cfg: enabling more debugging (CFG_ENABLE_DEBUG)
cfg: host for x86_64-apple-darwin is x86_64
cfg: os for x86_64-apple-darwin is apple-darwin
cfg: using gcc
cfg: no pandoc found, omitting docs
cfg: no llnextgen found, omitting grammar-verification
cfg: no pandoc found, omitting library doc build
cfg: including install rules
install: /usr/local/bin/rustc
install: /usr/local/bin/rustc: Permission denied
make: *** [install-host] Error 71
Please help
The text was updated successfully, but these errors were encountered: