Created
May 12, 2017 18:28
-
-
Save treyharris/511117b7d6d20f9e80d6c34d00a103f7 to your computer and use it in GitHub Desktop.
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 ripgrep | |
Updating registry `https://github.com/rust-lang/crates.io-index` | |
Downloading ripgrep v0.5.2 | |
Downloading winapi-build v0.1.1 | |
Downloading fs2 v0.4.1 | |
failed to compile `ripgrep v0.5.2`, intermediate artifacts can be found at `/home/trey/src/ripgrep/target-install` | |
Caused by: | |
unable to get packages from source | |
Caused by: | |
failed to parse manifest at `/home/trey/.cargo/registry/src/github.com-88ac128001ac3a9a/fs2-0.4.1/Cargo.toml` | |
Caused by: | |
could not parse input as TOML | |
/home/trey/.cargo/registry/src/github.com-88ac128001ac3a9a/fs2-0.4.1/Cargo.toml:11:9 expected a key but found an empty string | |
/home/trey/.cargo/registry/src/github.com-88ac128001ac3a9a/fs2-0.4.1/Cargo.toml:11:9-11:10 expected `.`, but found `'` | |
$ cargo build --release | |
unused manifest key: package.categories | |
unused manifest key: package.categories | |
Unable to update file:///home/trey/src/ripgrep | |
Caused by: | |
failed to parse manifest at `/home/trey/src/ripgrep/termcolor/Cargo.toml` | |
Caused by: | |
could not parse input as TOML | |
termcolor/Cargo.toml:19:9 expected a key but found an empty string | |
termcolor/Cargo.toml:19:9-19:10 expected `.`, but found `'` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment