Skip to content

Instantly share code, notes, and snippets.

@jamwt
Created December 26, 2014 22:15
Show Gist options
  • Save jamwt/936eea7053a384b50b2e to your computer and use it in GitHub Desktop.
Save jamwt/936eea7053a384b50b2e to your computer and use it in GitHub Desktop.
$ cargo build
Compiling iron v0.0.9 (file:///home/jamwt/contrib/iron)
src/lib.rs:25:24: 25:41 error: multiple matching crates for `log`
src/lib.rs:25 #[phase(plugin, link)] extern crate log;
^~~~~~~~~~~~~~~~~
note: candidates:
note: path: /usr/local/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblog-4e7c5e5c.so
note: path: /usr/local/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblog-4e7c5e5c.rlib
note: crate name: log
note: path: /home/jamwt/contrib/iron/target/deps/liblog-b6110bc38225692d.rlib
note: crate name: log
src/lib.rs:25:24: 25:41 error: can't find crate for `log`
src/lib.rs:25 #[phase(plugin, link)] extern crate log;
^~~~~~~~~~~~~~~~~
error: aborting due to 2 previous errors
Could not compile `iron`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment