Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

Darwin rustup update fails on nightly #1184

Closed
PumpkinSeed opened this issue Dec 12, 2018 · 3 comments
Closed

Darwin rustup update fails on nightly #1184

PumpkinSeed opened this issue Dec 12, 2018 · 3 comments

Comments

@PumpkinSeed
Copy link

I wanted update my nightly on my MacOS (Version 10.14.1) and got this error:

info: syncing channel updates for 'stable-x86_64-apple-darwin'
info: syncing channel updates for 'nightly-x86_64-apple-darwin'
info: latest update on 2018-12-08, rust version 1.32.0-nightly (4a45578bc 2018-12-07)
error: component 'rls' for target 'x86_64-apple-darwin' is unavailable for download
info: checking for self-updates

       stable-x86_64-apple-darwin unchanged - rustc 1.31.0 (abe02cefd 2018-12-04)
  nightly-x86_64-apple-darwin update failed - rustc 1.29.0-nightly (960f6046c 2018-07-08)
@PumpkinSeed PumpkinSeed changed the title Darwin rustup update fails in nightly Darwin rustup update fails on nightly Dec 12, 2018
@admwrd
Copy link

admwrd commented Dec 13, 2018

Please see issue #641. The latest nightly version you can (currently) use is 2018-12-06.

As per the reply by ctaggart, please try the following:

rustup install nightly-2018-12-06
rustup default nightly-2018-12-06
rustup component add rls-preview rust-analysis rust-src

@PumpkinSeed
Copy link
Author

Thanks for the correction.

@phayes
Copy link

phayes commented Dec 28, 2018

For those who come to this ticket in the future:

You can check what latest versions of nightly have all components by looking here:

https://mexus.github.io/rustup-components-history/i686-apple-darwin.html

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants