Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build failure on rustc 1.7.0 (Ubuntu 16.04 on Windows) #124

Closed
m50d opened this issue Dec 27, 2016 · 1 comment
Closed

Build failure on rustc 1.7.0 (Ubuntu 16.04 on Windows) #124

m50d opened this issue Dec 27, 2016 · 1 comment

Comments

@m50d
Copy link

m50d commented Dec 27, 2016

Hope this is the correct way to report this kind of issue?

michaeld@Ayumi:~/amalie$ cargo build
   Compiling gcc v0.3.40
/home/michaeld/.cargo/registry/src/github.com-88ac128001ac3a9a/gcc-0.3.40/src/lib.rs:359:17: 359:41 error: the trait `core::cmp::PartialEq<std::ffi::os_str::OsStr>` is not implemented for the type `std::ffi::os_str::OsString` [E0277]
/home/michaeld/.cargo/registry/src/github.com-88ac128001ac3a9a/gcc-0.3.40/src/lib.rs:359                 var == OsStr::new("LIB")
                                                                                                         ^~~~~~~~~~~~~~~~~~~~~~~~
/home/michaeld/.cargo/registry/src/github.com-88ac128001ac3a9a/gcc-0.3.40/src/lib.rs:359:17: 359:41 help: run `rustc --explain E0277` to see a detailed explanation
/home/michaeld/.cargo/registry/src/github.com-88ac128001ac3a9a/gcc-0.3.40/src/lib.rs:359:17: 359:41 help: the following implementations were found:
/home/michaeld/.cargo/registry/src/github.com-88ac128001ac3a9a/gcc-0.3.40/src/lib.rs:359:17: 359:41 help:   <std::ffi::os_str::OsString as core::cmp::PartialEq>
/home/michaeld/.cargo/registry/src/github.com-88ac128001ac3a9a/gcc-0.3.40/src/lib.rs:359:17: 359:41 help:   <std::ffi::os_str::OsString as core::cmp::PartialEq<str>>
error: aborting due to previous error
Could not compile `gcc`.

To learn more, run the command again with --verbose.
@alexcrichton
Copy link
Member

Oh this was fixed on master actually, but I just haven't made a release yet. I will do so now!

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

No branches or pull requests

2 participants