Skip to content
This repository has been archived by the owner on May 15, 2024. It is now read-only.

cargo install cargo-open fails to run as user #12

Open
colin-kiegel opened this issue Dec 11, 2015 · 2 comments
Open

cargo install cargo-open fails to run as user #12

colin-kiegel opened this issue Dec 11, 2015 · 2 comments

Comments

@colin-kiegel
Copy link

When used with sudo it works. Other cargo plugins install without sudo. I can't see why sudo should be necessary. Without sudo I get:

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

Caused by:
  unable to get packages from source

Caused by:
  Permission denied (os error 13)
@sjmackenzie
Copy link

Yup this is also hitting us now.

@JonnieCache
Copy link

I have a new implementation available here:

https://github.com/JonnieCache/cargo-open

I have applied to the author of this repo to take over crate maintenance, in the meantime you can install it with:

cargo install --git https://github.com/JonnieCache/cargo-open

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants