-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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-lld broken on latest x86_64-apple-darwin nightly #76698
Comments
I'm testing a possible fix in #76708. |
Unfortunately I'm still getting the same
|
Yeah, it turned out that due to a bash bug the PR that landed didn't actually have any effect, I'm working on a better fix in #76810. |
Hi, any news on this? |
The state as of 3 days ago (#76698 (comment)) reported in this thread is still accurate. |
Until macOS build is fixed, see rust-lang/rust#76698 Explain rust version requirements in README.
I tried the Interestingly, while I retried it today, as of 23 Sept 2020 SGT, it also worked perfectly fine so I believe the latest nightly builds have fixed this issue. |
Well well well, lets see. Seems to work indeed! |
I pretty much sure this bug turns back on rustc 1.49.0-nightly (a1dfd2490 2020-10-05)
binary: rustc
commit-hash: a1dfd2490a6cb456b92e469fa550dc217e20ad6d
commit-date: 2020-10-05
host: x86_64-apple-darwin
release: 1.49.0-nightly
LLVM version: 11.0 |
That nightly is pretty old, could you test with a more recent nightly and file a new issue if you can reproduce? |
The bundled
rust-lld
linker seems to be broken on macOS on the latest nightly (2020-09-13). The following error occurs:It worked fine with yesterdays nightly (2020-09-12). The exact version numbers are listed below.
Judging from the diff between these two nightlies, this might be caused by #76349. cc @Mark-Simulacrum
Meta
Failed on:
Worked on:
The text was updated successfully, but these errors were encountered: