Skip to content

Instantly share code, notes, and snippets.

@treyharris
Created May 12, 2017 18:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save treyharris/511117b7d6d20f9e80d6c34d00a103f7 to your computer and use it in GitHub Desktop.
Save treyharris/511117b7d6d20f9e80d6c34d00a103f7 to your computer and use it in GitHub Desktop.
$ 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