-
Notifications
You must be signed in to change notification settings - Fork 13.3k
beta/nightly fails against Debian LLVM 3.7 #29490
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
Comments
This is caused by an accidental change in LLVM 3.7.0 which will be
|
See #28830 for some discussion of this. |
The exact revision you need to backport is LLVM r247191, but you can also wait for LLVM 3.7.1. |
OK, I took commit r242372. I will upload a new version of llvm 3.7.0 with the patch later (when I have more changes) |
So, is this not an issue, I guess? |
This is not an issue in the sense that we don't expect to make any change and expect the issue to resolve itself. But I am against closing because it still is the case that Rust fails to build against the latest LLVM release. I will close as soon as LLVM 3.7.1 is out. |
Hey, I've just bumped into this one on 32-bit Slackware current - I think |
LLVM 3.7.1 has been tagged in SVN r255206, but tarballs not yet announced. Preliminary Rust 1.5.0 debian package seems to be building fine with it. |
LLVM 3.7.1 is released, closing. |
Hi, I can't build either the beta or the nightly (currently 1.6), with Debian's LLVM 3.7 (maintained by @sylvestre) I get these errors:
and the same error occurs for the nightly. However, 1.4 (current stable) builds fine, and 1.5 (nightly on 2015-09-18) also built fine.
I see that rust includes a custom LLVM; I wonder if someone knows which patches we need to also back-port to Debian's LLVM to fix the build (or if it is Debian's patches that are at fault, even).
The text was updated successfully, but these errors were encountered: