Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

Installed Failed #3

Closed
sebdraven opened this issue Jun 30, 2017 · 4 comments
Closed

Installed Failed #3

sebdraven opened this issue Jun 30, 2017 · 4 comments

Comments

@sebdraven
Copy link
Contributor

Hi,
I try to install binacle and I've this error at compilation.

error[E0523]: found two different crates with name std that are not distinguished by differing -C metadata. This will result in symbol conflicts between the two.
--> /home/slarinier/.cargo/registry/src/github.com-1ecc6299db9ec823/serde_derive-1.0.9/src/lib.rs:33:1
|
33 | extern crate proc_macro;
| ^^^^^^^^^^^^^^^^^^^^^^^^

error: Could not compile serde_derive.

rustc 1.16.0

Have you got a work arround ?

Thank for your feed back

@0xDeva
Copy link
Contributor

0xDeva commented Jun 30, 2017

Hi,

Can you write the command line you are using to compile the project ?

Can you try to update cargo to 1.17.0 ?

Thanks.

@sebdraven
Copy link
Contributor Author

Thanks for your reply,

cargo build --release
Compiling serde_derive v1.0.9
error[E0523]: found two different crates with name std that are not distinguished by differing -C metadata. This will result in symbol conflicts between the two.
--> /home/slarinier/.cargo/registry/src/github.com-1ecc6299db9ec823/serde_derive-1.0.9/src/lib.rs:33:1
|
33 | extern crate proc_macro;
| ^^^^^^^^^^^^^^^^^^^^^^^^

error: Could not compile serde_derive.

To learn more, run the command again with --verbose.

cargo-0.17.0 (built 2017-03-24)

@0xDeva
Copy link
Contributor

0xDeva commented Jul 3, 2017

I didn't manage to reproduce this bug, it seems linked to paritytech/parity-bitcoin#411.

@sebdraven
Copy link
Contributor Author

So I've arrive to install after install rustup to install rust and cargo I make a PR to make the documentation :)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants