Skip to content

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

Closed
@sparrowinner

Description

@sparrowinner

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions