Created
May 26, 2012 14:26
-
-
Save killerswan/2794128 to your computer and use it in GitHub Desktop.
Cargo permissions bug
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ 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