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

Installing nightly fails with failed to install component #1591

Closed
flaviut opened this issue Dec 25, 2018 · 1 comment
Closed

Installing nightly fails with failed to install component #1591

flaviut opened this issue Dec 25, 2018 · 1 comment

Comments

@flaviut
Copy link

flaviut commented Dec 25, 2018

I'm trying to install nightly for the first time, but I'm getting the following error:

info: syncing channel updates for 'nightly-x86_64-unknown-linux-gnu'
info: latest update on 2018-12-25, rust version 1.33.0-nightly (f960f377f 2018-12-24)
info: downloading component 'rustc'
info: downloading component 'rust-std'
info: downloading component 'cargo'
info: downloading component 'rust-docs'
info: installing component 'rustc'
info: installing component 'rust-std'
info: rolling back changes
error: failed to install component: 'rust-std-x86_64-unknown-linux-gnu', detected conflict: '"lib/rustlib/x86_64-unknown-linux-gnu/lib/libLLVM-8svn.so"'

What I've tried:

  • deleted ~/.rustup and tried again
  • reinstalled rustup using my package manager

I also ran rustup under strace. It appears that rustup at some point creates libLLVM-8svn.so, but then it complains about a conflict? Could both rustc and rust-std contain this same file and clobber each other?

Stable works fine, only nightly has this issue.

@flaviut
Copy link
Author

flaviut commented Dec 25, 2018

dupe of #1590

@flaviut flaviut closed this as completed Dec 25, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant