Skip to content
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

"llvm-tools" cannot be installed on latest nightly #130309

Closed
matthiaskrgr opened this issue Sep 13, 2024 · 6 comments
Closed

"llvm-tools" cannot be installed on latest nightly #130309

matthiaskrgr opened this issue Sep 13, 2024 · 6 comments
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

@matthiaskrgr
Copy link
Member

this broke my update to todays nightly rustc 1.83.0-nightly (adaff53 2024-09-12)
until I uninstalled the component.

Trying to reinstall the componend after update fails as well:

❯ rustup component add llvm-tools-preview-x86_64-unknown-linux-gnu
info: downloading component 'llvm-tools'
info: installing component 'llvm-tools'
 33.5 MiB /  33.5 MiB (100 %)  11.8 MiB/s in  2s ETA:  0s
info: rolling back changes
error: failed to install component: 'llvm-tools-preview-x86_64-unknown-linux-gnu', detected conflict: 'lib/rustlib/x86_64-unknown-linux-gnu/bin/llc'
@matthiaskrgr matthiaskrgr added C-bug Category: This is a bug. regression-untriaged Untriaged performance or correctness regression. labels Sep 13, 2024
@rustbot rustbot added I-prioritize Issue: Indicates that prioritization has been requested for this issue. needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. labels Sep 13, 2024
@matthiaskrgr
Copy link
Member Author

#130040 looks suspicious, cc @onur-ozkan ^^

@matthiaskrgr
Copy link
Member Author

rustup component list | grep installed
cargo-x86_64-unknown-linux-gnu (installed)
clippy-x86_64-unknown-linux-gnu (installed)
miri-x86_64-unknown-linux-gnu (installed)
rust-analysis-x86_64-unknown-linux-gnu (installed)
rust-analyzer-x86_64-unknown-linux-gnu (installed)
rust-docs-x86_64-unknown-linux-gnu (installed)
rust-docs-json-x86_64-unknown-linux-gnu (installed)
rust-src (installed)
rust-std-x86_64-unknown-linux-gnu (installed)
rustc-x86_64-unknown-linux-gnu (installed)
rustc-codegen-cranelift-x86_64-unknown-linux-gnu (installed)
rustc-dev-x86_64-unknown-linux-gnu (installed)
rustfmt-x86_64-unknown-linux-gnu (installed)

@saethlin
Copy link
Member

Already fixed by #130292.

@onur-ozkan
Copy link
Member

Hi, it's fixed with this revert.

@saethlin saethlin added T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap) and removed I-prioritize Issue: Indicates that prioritization has been requested for this issue. regression-untriaged Untriaged performance or correctness regression. needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. labels Sep 13, 2024
@matthiaskrgr
Copy link
Member Author

matthiaskrgr commented Sep 13, 2024

ah nice <3

@jendrikw
Copy link
Contributor

Alternative title: "If you installed llvm-tools yesterday, you can't update rustc today"

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)
Projects
None yet
Development

No branches or pull requests

5 participants