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

Component conflicts against it's own manifest? #3676

Closed
DasLixou opened this issue Feb 19, 2024 · 3 comments
Closed

Component conflicts against it's own manifest? #3676

DasLixou opened this issue Feb 19, 2024 · 3 comments
Labels

Comments

@DasLixou
Copy link

Problem

Updated rust via rustup update.
Got this (shortened) output:

info: removing previous version of component 'rustfmt'
warning: during uninstall component rustfmt was not found
info: installing component 'rust-std' for 'x86_64-unknown-none'
info: installing component 'rust-std' for 'thumbv6m-none-eabi'
  9.0 MiB /   9.0 MiB (100 %)   8.7 MiB/s in  1s ETA:  0s
info: installing component 'llvm-tools'
 30.2 MiB /  30.2 MiB (100 %)  11.3 MiB/s in  2s ETA:  0s
info: installing component 'miri'
info: installing component 'rust-src'
info: installing component 'cargo'
info: rolling back changes
error: failed to install component: 'cargo-x86_64-pc-windows-msvc', detected conflict: 'lib/rustlib\manifest-cargo-x86_64-pc-windows-msvc'
info: checking for self-update

         stable-x86_64-pc-windows-msvc updated - rustc 1.76.0 (07dca489a 2024-02-04) (from rustc 1.75.0 (82e1608df 2023-12-21))
  nightly-x86_64-pc-windows-msvc update failed - rustc 1.74.0-nightly (1e746d774 2023-09-07)

Steps

rustup update in a dedicated terminal. No rust-analyzer or similar open.

Possible Solution(s)

No response

Notes

No response

Rustup version

rustup 1.26.0 (5af9b9484 2023-04-05)

Installed toolchains

installed toolchains
--------------------

stable-x86_64-pc-windows-msvc (default)
nightly-x86_64-pc-windows-msvc

installed targets for active toolchain
--------------------------------------

wasm32-wasi
x86_64-pc-windows-msvc

active toolchain
----------------

stable-x86_64-pc-windows-msvc (default)
rustc 1.76.0 (07dca489a 2024-02-04)
@DasLixou DasLixou added the bug label Feb 19, 2024
@rami3l
Copy link
Member

rami3l commented Feb 19, 2024

Thanks a lot for filing this issue! I guess it's still an example of #2417 (which eventually leads to #988), unfortunately 😢

We currently have those two issues on our radar and wish to address both in the long run.

@DasLixou
Copy link
Author

I guess it's still an example of #2417.

huh, i explicitly searched for 'conflict manifest', guess i'm stupid, should i close this?

@rami3l
Copy link
Member

rami3l commented Feb 19, 2024

I guess I can close it as a duplicate of #2417. Sorry for the inconvenience!

@rami3l rami3l closed this as not planned Won't fix, can't repro, duplicate, stale Feb 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants