-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
rust fails to bootstrap when llvm 3.3 is installed in system #11162
Comments
@alexcrichton: @cmr told me on IRC that I should ping you on this. |
I find it very odd that commenting out an I have seen this in the past trip up because we're adding files to archives that aren't object files, but I've also heard that this was all previously fixed... I wish I could research more into this, but I can't reproduce this at all on any machine I have. |
Yes, it does seem pretty inexplicable, but I thought you might have a clue. I am content with the commenting out the |
Editing title to reflect the real problem here as found out by #11260 |
Also, #11260 hints that uninstalling the system LLVM is a workaround for this. |
Seems to be non-trivial to remove LLVM on OSX, after having installed it. I tried moving all llvm-related libs I could fine out of my |
We may be able to just not run I haven't investigated it much, but it's one possible solution for this. |
I'm having this issue as well. I'm not sure I want to try to uninstall my system LLVM, given that it's very likely to break Xcode. |
Any idea how I can try disabling the "ar s" execution? I can't seem to find it. It's very hard to grep for. :P |
+1, I'm also having this problem (and can't build on OSX 10.9 because of it) |
Apparently this isn't necessary, and it's just causing problems. Closes #11162
Just wanted to point out that this is still failing with the same error on my machine, which I assume is because the stage0 snapshot is from 3 days before this commit went in. I'll check back when this makes it into the stage0 snapshot. |
Yep, still fails to compile on OSX 10.9 with LLVM 3.3 installed. How often are snapshots updated? |
A new snapshot is scheduled in #11699 (currently third in the queue). |
This error was resolved for me with the new snapshot |
This is resolved for me as well. |
I'm having trouble building rust on master lately. Here's the entire error:
I tracked it down to this pull request: #10918
Commenting out the
#[inline]
attribute makes rust compile successfully for me.I am on OSX 10.8.4, x86_64
The text was updated successfully, but these errors were encountered: