FS#53711 - [rustup] rls proxy binary not created

Attached to Project: Community Packages
Opened by nope (chet) - Wednesday, 19 April 2017, 03:13 GMT
Last edited by Sven-Hendrik Haase (Svenstaro) - Wednesday, 19 April 2017, 18:24 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Sven-Hendrik Haase (Svenstaro)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description: Rustup installed through the repos (despite being up to date) doesn't create the rls proxy binary in ~/.cargo/bin after running 'rustup component add rls' where rustup installed through rustup.rs does.


Additional info:
* rustup 1.2.0-1

Steps to reproduce:
# pacman -S rustup
$ rustup install nightly
$ rustup default nightly
$ rustup component add rls

$ rls
command fails, ~/.cargo/bin is empty

# pacman -Rns rustup
$ curl https://sh.rustup.rs -sSf | sh
$ rustup install nightly
$ rustup default nightly
$ rustup component add rls

$ rls
works as expected
This task depends upon

Closed by  Sven-Hendrik Haase (Svenstaro)
Wednesday, 19 April 2017, 18:24 GMT
Reason for closing:  Fixed

Loading...