-
Notifications
You must be signed in to change notification settings - Fork 248
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
backtrace 0.3.11 fails to compile on Rust versions < 1.30.0. backtrace 0.3.10 did. #136
Comments
Ah ok, makes sense with Rust 1.29! I personally try to support the latest stable and previous stable, but further back I don't do so myself but am willing to review PRs for! |
0.3.11 is also failing to compile on stable 1.31.0
Edit: Targeting git commit 1ff8f06 instead of crates.io 0.3.11 fixes the issue for me |
@nacardin where did you get the 1.31.0 compiler from? Tha's working locally for me with the 1.31.0 compiler |
I'm getting the same errors on 1.31.0 under CentOS 7 built using this Dockerfile. Hope a bit more info helps
Click for build log
|
Same problem: Rust (latest version via rustup):
Target: OS: Fedora 28
|
Is it possible that this happens when not using the latest version of the libc crate? It sounds to me as if this would happen with libc crate versions before rust-lang/libc#180 got merged. |
Yes, command |
Oops a mistake on my part! I've increased the version requirement of |
And latest version of rustc is required for latest version of libc. |
I am using latest version of rustc that is 1.31.0 and it’s getting latest version of libc also. But build is failing with the above error.
…Sent from my iPhone
On 13-Dec-2018, at 1:20 AM, Volodymyr Lisivka ***@***.***> wrote:
And latest version of rustc is required for latest version of libc.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.
|
@vlisivka can you post any build errors you're getting? I don't think that's the case @harishbm34 can you also post build errors you're getting? I'm unable to reproduce locally |
@alexcrichton I already posted my error log. I have nothing to add. |
builds for me with 1.31.0 on ubuntu and centos 6. Did you guys do a |
@alexcrichton : I am trying to build on macOS Mojave and the rustc version : Getting the same mentioned error. Compiling semver-parser v0.7.0 error[E0308]: mismatched types error[E0308]: mismatched types error[E0308]: mismatched types error[E0308]: mismatched types error: aborting due to 5 previous errors** For more information about this error, try |
Hm well ok, if y'all can give any more info to help reproduce I can help track this down, otherwise with all the info here I can't reproduce or help track it down so this'll go unfixed... |
@alexcrichton : Will you be able to look into my issue which I have posted above. |
@harishbm34 it unfortunately looks the same as all the others, where I can't reproduce it locally. |
@alexcrichton : In one of the thread, I have mentioned the steps to replicate the error.
…Sent from my iPhone
On 14-Dec-2018, at 12:08 AM, Alex Crichton ***@***.***> wrote:
@harishbm34 it unfortunately looks the same as all the others, where I can't reproduce it locally.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
I had a similar problem (with Not sure if this helps, but wanted to mention this in case it does. |
here's the errors with rust 1.29.2:
The text was updated successfully, but these errors were encountered: