-
Notifications
You must be signed in to change notification settings - Fork 13.3k
rust 1.68.0 install fails with missing llvm-tools
if using external llvm
#108948
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
Labels
C-bug
Category: This is a bug.
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
Comments
Looks like 23a34c1 lacks checks for external LLVM: Lines 212 to 217 in 2c8cc34
like dist does:Lines 1992 to 2001 in 2c8cc34
|
pld-gitsync
pushed a commit
to pld-linux/rust
that referenced
this issue
Mar 10, 2023
- fix install by reverting 23a34c1 (see rust-lang/rust#108948)
matthiaskrgr
added a commit
to matthiaskrgr/rust
that referenced
this issue
Mar 17, 2023
…san68 Check for llvm-tools before install Fixes rust-lang#108948 `@jpalus` Please review
matthiaskrgr
added a commit
to matthiaskrgr/rust
that referenced
this issue
Mar 17, 2023
…san68 Check for llvm-tools before install Fixes rust-lang#108948 ``@jpalus`` Please review
matthiaskrgr
added a commit
to matthiaskrgr/rust
that referenced
this issue
Mar 17, 2023
…san68 Check for llvm-tools before install Fixes rust-lang#108948 ```@jpalus``` Please review
matthiaskrgr
added a commit
to matthiaskrgr/rust
that referenced
this issue
Mar 17, 2023
…san68 Check for llvm-tools before install Fixes rust-lang#108948 ````@jpalus```` Please review
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
C-bug
Category: This is a bug.
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
Close to the end of
dist
target there's:but shortly after
install
fails with:The text was updated successfully, but these errors were encountered: