Activity log for bug #1676169

Date Who What changed Old value New value Message
2017-03-26 14:30:35 Maarten Fonville bug added bug
2017-03-27 14:10:37 Maarten Fonville affects cargo (Ubuntu) rustc (Ubuntu)
2017-03-27 14:11:03 Maarten Fonville description In the older versions of rust/cargo, I did not have this issue, but since upgrading to cargo (0.17.0-0ubuntu1) I get this error for my project: 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/maarten/.cargo/registry/src/github.com-1ecc6299db9ec823/serde_derive-0.9.11/src/lib.rs:13:1 | 13 | extern crate proc_macro; | ^^^^^^^^^^^^^^^^^^^^^^^^ error: Could not compile `serde_derive`. I have the feeling that there might be a bug in the latest cargo that causes this In the older versions of rust/cargo, I did not have this issue, but since upgrading to rustc (1.16.0+dfsg1-1~exp1ubuntu1) I get this error for my project: 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/maarten/.cargo/registry/src/github.com-1ecc6299db9ec823/serde_derive-0.9.11/src/lib.rs:13:1    | 13 | extern crate proc_macro;    | ^^^^^^^^^^^^^^^^^^^^^^^^ error: Could not compile `serde_derive`.
2017-03-28 06:37:27 Maarten Fonville summary cargo (0.17.0-0ubuntu1) gives an error when compiling with std rustc (1.16.0+dfsg1-1~exp1ubuntu1) gives an error when compiling with std
2017-04-25 14:15:02 Maarten Fonville bug added subscriber Ximin Luo
2017-04-25 14:15:21 Maarten Fonville bug task added rustc (Debian)
2017-05-20 09:55:44 Ximin Luo bug watch added http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=842956
2017-07-26 06:39:02 Launchpad Janitor rustc (Ubuntu): status New Confirmed
2019-08-20 10:32:17 Olivier Tilloy rustc (Ubuntu): status Confirmed Fix Released