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

"toolchain is not installable" with rustup 2023-09-14 on mips64el-unknown-linux-gnuabi64 #3480

Closed
sparrowinner opened this issue Sep 14, 2023 · 2 comments

Comments

@sparrowinner
Copy link

Problem
install with command: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs/ | sh, get the error: toolchain 'stable-mips64el-unknown-linux-gnuabi64' is not installable.

Steps

on Loongson 3A4000
run command: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs/ | sh
get logs like below:

curl https://sh.rustup.rs -sSf | sh
info: downloading installer

Welcome to Rust!

This will download and install the official compiler for the Rust
programming language, and its package manager, Cargo.

Rustup metadata and toolchains will be installed into the Rustup
home directory, located at:

  /home/user/.rustup

This can be modified with the RUSTUP_HOME environment variable.

The Cargo home directory is located at:

  /home/user/.cargo

This can be modified with the CARGO_HOME environment variable.

The cargo, rustc, rustup and other commands will be added to
Cargo's bin directory, located at:

  /home/user/.cargo/bin

This path will then be added to your PATH environment variable by
modifying the profile files located at:

  /home/user/.profile
  /home/user/.bashrc

You can uninstall at any time with rustup self uninstall and
these changes will be reverted.

Current installation options:


   default host triple: mips64el-unknown-linux-gnuabi64
     default toolchain: stable (default)
               profile: default
  modify PATH variable: yes

1) Proceed with installation (default)
2) Customize installation
3) Cancel installation
>1

info: profile set to 'default'
info: default host triple is mips64el-unknown-linux-gnuabi64
info: syncing channel updates for 'stable-mips64el-unknown-linux-gnuabi64'
684.2 KiB / 684.2 KiB (100 %) 319.7 KiB/s in  2s ETA:  0s
info: latest update on 2023-08-24, rust version 1.72.0 (5680fa18f 2023-08-23)
error: toolchain 'stable-mips64el-unknown-linux-gnuabi64' is not installable

Notes
rustup-init 1.26.0 (577bf51 2023-04-05)

@slanterns
Copy link

slanterns commented Sep 15, 2023

See rust-lang/rust#115218 and rust-lang/compiler-team#648. It's no longer a tier-2 target (although rust-lang/rust#115238 has still not been merged).

@sparrowinner
Copy link
Author

See rust-lang/rust#115218 and rust-lang/compiler-team#648. It's no longer a tier-2 target (although rust-lang/rust#115238 has still not been merged).

thanks for 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

3 participants