Rls: component 'rls' for target 'x86_64-pc-windows-gnu' is unavailable for download

Created on 14 Dec 2018  路  13Comments  路  Source: rust-lang/rls

Doing

rustup component add rls-preview rust-analysis rust-src

component 'rls' for target 'x86_64-pc-windows-gnu' is unavailable for download

VS code also breaks.

Most helpful comment

see README.md

All 13 comments

Are you using the nightly channel? This should be fixed now, and I believe stable should always have worked.

See https://mexus.github.io/rustup-components-history/x86_64-pc-windows-gnu.html

Works now, thanks.

info: latest update on 2019-01-20, rust version 1.33.0-nightly (0c0c58528 2019-01-19) error: component 'rls' for target 'x86_64-pc-windows-gnu' is unavailable for download

See https://github.com/rust-lang/rls/blob/master/README.md#error-component-rls-is-unavailable-for-download-nightly I just added this extra info to the readme today. We basically expect this to happen every now and then.

I'll pin this issue just in case - we also link to component availability and relevant README section here.

Update on 2019/02/01 RLS is stuck at 2019-01-20

$ rls --version
rls 1.31.6 (c9d25b6 2019-01-20)
info: latest update on 2019-02-01, rust version 1.34.0-nightly (f29b4fbd7 2019-01-31)
error: component 'rls' for target 'x86_64-unknown-linux-gnu' is unavailable for download
info: latest update on 2019-02-03, rust version 1.34.0-nightly (8a57831a4 2019-02-02)
error: component 'rls' for target 'x86_64-unknown-linux-gnu' is unavailable for download
info: latest update on 2019-02-03, rust version 1.34.0-nightly (8a57831a4 2019-02-02)
error: component 'rls' for target 'x86_64-unknown-linux-gnu' is unavailable for download

Rls is unavailable for current nightly(after 2019-01-21).
We trying fixing this issue now.

We became to use rls with current nightly(2019-02-04) :)

Fixed. Many thanks!

$ rls --version
rls 1.34.0 (f331ff7 2019-02-03)

component 'rls' for target 'x86_64-pc-windows-msvc' is unavailable for download for channel 'nightly'

Happening today on windows 10

Is there somewhere to see the status of the nightly build e.g. if it is containing all components?

see README.md

Was this page helpful?
0 / 5 - 0 ratings