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

Rustup update nightly fails on Linux #61517

Closed
fungl164 opened this issue Jun 4, 2019 · 2 comments
Closed

Rustup update nightly fails on Linux #61517

fungl164 opened this issue Jun 4, 2019 · 2 comments

Comments

@fungl164
Copy link

fungl164 commented Jun 4, 2019

info: latest update on 2019-06-04, rust version 1.37.0-nightly (6ffb8f5 2019-06-03)
error: component 'rls' for target 'x86_64-unknown-linux-gnu' is unavailable for download for channel 'nightly'

$ cat /etc/os-release
NAME="Ubuntu"
VERSION="19.04 (Disco Dingo)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 19.04"
VERSION_ID="19.04"
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
VERSION_CODENAME=disco
UBUNTU_CODENAME=disco
$ uname -a
Linux linux-pc 5.0.10-surface-linux-surface #5 SMP Wed May 1 06:29:54 EDT 2019 x86_64 x86_64 x86_64 GNU/Linux
@jonas-schievink
Copy link
Contributor

This is normal when the RLS doesn't build on nightly anymore (see #61461). You can either remove that component before the update, or use stable (if that's possible), where the RLS is always guaranteed to be available. Or you can wait until the build is fixed and update then.

You can check https://rust-lang.github.io/rustup-components-history/ for a quick overview over the rustup components that are available.

@fungl164
Copy link
Author

fungl164 commented Jun 4, 2019

Thank you!

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

2 participants