Rust failing to compile and build on OS X 10.9 #51455
Labels
C-bug
Category: This is a bug.
O-macos
Operating system: macOS
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
T-release
Relevant to the release subteam, which will review and decide on the PR/issue.
Rust is supposed to support OS X up to version 10.7.
While it was possible to compile it on 10.9 until version 1.24.1, versions 1.25 and later would not compile anymore using Homebrew formula.
Here are errors:
This output in when trying to install through Homebrew.
Even if I used
RUST_BACKTRACE=1
on the line, it didn't seem to change the output probably because ran through Homebrew.In case it would provide more informations, I also ran by hand the build from 1.26.2 sources, here's the output:
It's also failing, even if I'm not sure the issue is quite the same.
The text was updated successfully, but these errors were encountered: