-
Notifications
You must be signed in to change notification settings - Fork 891
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
target 'csky-unknown-linux-gnuabiv2hf' not found in channel #3616
Comments
Thanks for filing this issue! Unfortunately, as explained in the link in the error message, the target you're referring to is a tier 3 one, so no officially prebuilt components are provided for it: If you intend to build Rust code for this target and would like to install the relevant components manually, you might be able to find some useful information at https://doc.rust-lang.org/beta/rustc/platform-support/mipsel-sony-psx.html. You might need to adapt the instructions based on your target accordingly. I'm sorry for the inconveniences, wish you have a nice day! |
It's strange because my CPU is an AMD x86_64 one, not some C-SKY. Fedora Linux 6.6.8-200.fc39.x86_64 |
@CrotchBurnt Did you encounter this problem with a fresh rust installation? If so, I suspect this to be an upstream issue similar to #963. I'll definitely look into it when I have time. Reopening this issue for tracking purposes. |
Yes, it's a fresh installation. I tried on my OpenSUSE with the same CPU architecture, same error showed. |
I have just encountered a similar error while installing rustup on a
It definitely seems the upstream manifest is broken somehow. |
The origin of the error message seems to be the following: Lines 314 to 316 in fe7b117
Lines 321 to 334 in fe7b117
|
@CrotchBurnt @xen0n Is the problem always about I wonder why our CI hasn't caught it... |
Yeah, for now it seems to be the case. |
@CrotchBurnt @xen0n How often are you encountering this issue? I can't seem to be able to reproduce it on my ARM64 Mac with either an ARM64 image or an x64 image: $ docker run --arch=amd64 --rm -it fedora
Resolved "fedora" as an alias (/etc/containers/registries.conf.d/000-shortnames.conf)
Trying to pull registry.fedoraproject.org/fedora:latest...
Getting image source signatures
Copying blob sha256:718a00fe32127ad01ddab9fc4b7c968ab2679c92c6385ac6865ae6e2523275e4
Copying config sha256:368a084ba17dcba88f5b23acfa47481131010219524fd9c41af87d709a04845b
Writing manifest to image destination
# uname -a
Linux ae0cb3f14644 6.6.8-200.fc39.aarch64 #1 SMP PREEMPT_DYNAMIC Thu Dec 21 04:21:07 UTC 2023 x86_64 GNU/Linux
# curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
...
Current installation options:
default host triple: x86_64-unknown-linux-gnu
default toolchain: stable (default)
profile: default
modify PATH variable: yes
1) Proceed with installation (default)
2) Customize installation
3) Cancel installation
>
info: profile set to 'default'
info: default host triple is x86_64-unknown-linux-gnu
info: syncing channel updates for 'stable-x86_64-unknown-linux-gnu'
info: latest update on 2023-12-28, rust version 1.75.0 (82e1608df 2023-12-21)
info: downloading component 'cargo'
info: downloading component 'clippy'
info: downloading component 'rust-docs'
14.3 MiB / 14.3 MiB (100 %) 9.9 MiB/s in 1s ETA: 0s
info: downloading component 'rust-std'
23.6 MiB / 23.6 MiB (100 %) 9.1 MiB/s in 2s ETA: 0s
info: downloading component 'rustc'
61.4 MiB / 61.4 MiB (100 %) 8.4 MiB/s in 7s ETA: 0s
info: downloading component 'rustfmt'
info: installing component 'cargo'
7.5 MiB / 7.5 MiB (100 %) 6.4 MiB/s in 1s ETA: 0s
info: installing component 'clippy'
info: installing component 'rust-docs'
14.3 MiB / 14.3 MiB (100 %) 1.2 MiB/s in 16s ETA: 0s
info: installing component 'rust-std'
23.6 MiB / 23.6 MiB (100 %) 5.3 MiB/s in 4s ETA: 0s
info: installing component 'rustc'
61.4 MiB / 61.4 MiB (100 %) 6.3 MiB/s in 9s ETA: 0s
info: installing component 'rustfmt'
info: default toolchain set to 'stable-x86_64-unknown-linux-gnu'
stable-x86_64-unknown-linux-gnu installed - rustc 1.75.0 (82e1608df 2023-12-21)
... |
@rami3l I ran
|
Thanks for the ping! I've just retried on |
@CrotchBurnt @xen0n That's interesting. Thanks again for the report! I'm closing this issue for now, feel free to contact us again when the bug happens again 👀 |
Problem
While installing:
My OS version: Fedora Linux 39 (Workstation Edition) Linux 6.6.8-200.fc39.x86_64
Steps
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
Possible Solution(s)
No response
Notes
No response
Rustup version
Installed toolchains
The text was updated successfully, but these errors were encountered: