Skip to content

Instantly share code, notes, and snippets.

@killerswan
Created May 26, 2012 14:26
Show Gist options
  • Save killerswan/2794128 to your computer and use it in GitHub Desktop.
Save killerswan/2794128 to your computer and use it in GitHub Desktop.
Cargo permissions bug
$ cargo install rustx
rust: upcall fail 'can't make_dir /usr/local/lib/cargo/sources', /code/rust/src/cargo/cargo.rs:176
rust: domain main @0x1382e80 root task failed
rust: upcall fail 'killed', /code/rust/src/libcore/task.rs:454
...
$ cargo -g install rustx
rust: upcall fail 'can't make_dir /usr/local/lib/cargo/sources', /code/rust/src/cargo/cargo.rs:176
rust: domain main @0x15dde80 root task failed
rust: upcall fail 'killed', /code/rust/src/libcore/task.rs:454
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment