-
Notifications
You must be signed in to change notification settings - Fork 450
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
can't compile Rust standard library with cc v1.0.80+ #859
Comments
We removed the dependencies in subsequent PRs, prior to the release. None of the errors in blob you linked look like errors you'd get if it were cc's fault -- they all look like the errors you get when using a wrong rustc to build libcore, maybe. Note that neither libstd nor libcore depend on |
Anyway how did you come to the conclusion that this is |
I'm going to close this as there's no real evidence this is |
Maybe you can move it to rust instead of closing? It's still an issue there |
I don't know how to move an issue across repositories. I'm not sure that's a thing. I also don't see evidence that an issue besides rust-lang/rust#112865 is needed. |
Ok. Sadly, I don't know much about how the standard library is compiled, so I don't think I'll be able to come up with a good explanation or fix :/ edit: Actually, nevermind. I think I understand it now. |
For future note: This probably was a real issue, which was addressed by #860 (in 1.0.83). |
Edit: now tracked in #913
In the Rust repo, if you update
cc
to the latest version and try to compile the standard libraryYou will get this error:
Error
Preventing rust-lang/rust#112865 from passing CI. The problem was introduced in #780. Maybe it's because it introduced a new dependency (
edit:os_pipe
libc
, becauseos_pipe
was removed again).Feel free to move the issue if it belongs to rust-lang/rust.
The text was updated successfully, but these errors were encountered: