Skip to content

Cannot install rust 1.39.0 on a raspberry 3b+ / 4 #5136

Closed
@Suniron

Description

@Suniron

Hello,

I have to install an old version of rust: the 1.39.0.

I can't install it on a raspberry 3b+ (same problem on a raspberry 4).

When i try rustup toolchain install 1.39.0, i got this:

pi@raspberrypi:~/developpement/prisma-engine$ rustup toolchain install 1.39.0
info: syncing channel updates for '1.39.0-armv7-unknown-linux-gnueabihf'
info: latest update on 2019-11-07, rust version 1.39.0 (4560ea788 2019-11-04)
error: some components unavailable for download for channel 1.39.0: 'clippy', 'rustfmt'
If you require these components, please install and use the latest successful build version,
which you can find at <https://rust-lang.github.io/rustup-components-history>.

After determining the correct date, install it with a command such as:

    rustup toolchain install nightly-2018-12-27

Then you can use the toolchain with commands such as:

    cargo +nightly-2018-12-27 build

(rustup install 1.39.0 give exactly same issue).

I use rustup 1.21.1 (7832b2ebe 2019-12-20).

Thanks :D

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