cargo-extras icon indicating copy to clipboard operation
cargo-extras copied to clipboard

`cargo install cargo-extras` fails to run as user

Open colin-kiegel opened this issue 9 years ago • 1 comments

I had the very same issue with https://github.com/carols10cents/cargo-open/issues/12. Other cargo plugins install without sudo. I can't see why sudo should be necessary. Of course this is not a show-stopper at all - but strange - without sudo I get:

$ cargo install cargo-extras --verbose
    Updating registry `https://github.com/rust-lang/crates.io-index`
failed to compile `cargo-extras v0.2.3`, intermediate artifacts can be found at `/home/colin/target-install`

Caused by:
  unable to get packages from source

Caused by:
  Permission denied (os error 13)

colin-kiegel avatar Dec 11 '15 21:12 colin-kiegel

That is strange, thanks for reporting. I'll keep an eye out and report back if I find something to fix this!

kbknapp avatar Dec 13 '15 08:12 kbknapp