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

error 71 while installing rust on mac osx mavericks #11395

Closed
Haizzz opened this issue Jan 8, 2014 · 4 comments
Closed

error 71 while installing rust on mac osx mavericks #11395

Haizzz opened this issue Jan 8, 2014 · 4 comments

Comments

@Haizzz
Copy link

Haizzz commented Jan 8, 2014

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
screen shot 2014-01-08 at 12 45 22 pm

@sfackler
Copy link
Member

sfackler commented Jan 8, 2014

You need to run sudo make install.

@adrientetar
Copy link
Contributor

Yea, fyi when you get a permission denied error on an UNIX system you need elevated privileges, aka. sudo.

@Haizzz
Copy link
Author

Haizzz commented Jan 9, 2014

it worked, thanks

On Wed, Jan 8, 2014 at 5:59 PM, Adrien Tétar notifications@github.comwrote:

Yea, fyi when you get a permission denied error on an UNIX system you need
elevated privileges, aka. sudo.


Reply to this email directly or view it on GitHubhttps://github.com//issues/11395#issuecomment-31818182
.

@alexcrichton
Copy link
Member

Sounds like this got resolved, yay!

flip1995 pushed a commit to flip1995/rust that referenced this issue Sep 7, 2023
[`arithmetic_side_effects`] Fix rust-lang#11393

Fix rust-lang#11393

```
changelog: [`arithmetic_side_effects`]: Detect division by zero for `Wrapping` and `Saturating`
```
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

4 participants