Skip to content

rustup still fail to install stable rust on ppc64le (even 1.26.1) #51199

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

Closed
lu-zero opened this issue May 30, 2018 · 5 comments
Closed

rustup still fail to install stable rust on ppc64le (even 1.26.1) #51199

lu-zero opened this issue May 30, 2018 · 5 comments

Comments

@lu-zero
Copy link
Contributor

lu-zero commented May 30, 2018

# rustup stable install
info: syncing channel updates for 'stable-powerpc64le-unknown-linux-gnu'
info: latest update on 2018-05-29, rust version 1.26.1 (827013a31 2018-05-25)
error: component 'rust-docs' for 'powerpc64le-unknown-linux-gnu' is unavailable for download

ppc64be seems to install fine.

@pietroalbini
Copy link
Member

rustup stable install is not a valid rustup command (at least on the latest version). What's the exact command you're using?

@lu-zero
Copy link
Contributor Author

lu-zero commented May 30, 2018

rustup install stable, I copied from ssh the last 3 lines and filled by hand the first one inverting the arguments by mistake.

I tested on powerpc and it works so seems quite specific to the LE target.

@pietroalbini
Copy link
Member

Do you have an older version already installed? If so, try removing it and installing it again.

@lu-zero
Copy link
Contributor Author

lu-zero commented May 30, 2018

Wiping completely rustup and installing from scratch worked.

@pietroalbini
Copy link
Member

Yeah, that's a known issue with rustup (it can install the versions fixed by 1.26.1 but it can't update to them). A rustup patch was merged, and it will be available in the next release.

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