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

Arch and OS not detected on RPi 3 with Ubuntu MATE #353

Closed
Phyllostachys opened this issue Apr 22, 2016 · 4 comments
Closed

Arch and OS not detected on RPi 3 with Ubuntu MATE #353

Phyllostachys opened this issue Apr 22, 2016 · 4 comments

Comments

@Phyllostachys
Copy link

I went to www.rustup.rs to see if it would work on my RPi 3 but it reported that it couldn't detect the OS.

@Phyllostachys
Copy link
Author

Phyllostachys commented Apr 22, 2016

Upon some more investigation, it seems that rustup.sh does properly detect armv7l and Linux, it just doesn't have a source for rustc, rustc-docs, and cargo:

error: some components unavailable for download: 'rustc', 'rust-docs', 'cargo'
rustup: command failed: /tmp/tmp.k3xO6b3Vc4/rustup-init

Perhaps I jumped the gun on submitting this issue. I went ahead and made a fork, adding the support, but I don't think it is time yet to expose it.

@brson
Copy link
Contributor

brson commented Apr 25, 2016

I'm guessing that this compiler just wasn't published in the 1.8 stable build and this will work if you continue to install nightly with rustup default nightly.

Handling toolchain install failure more gracefully would help make this more clear.

@Phyllostachys
Copy link
Author

Added the pull request. Since it sounds like it is technically supported I figured that it wouldn't hurt.

@Phyllostachys
Copy link
Author

Since it is all merged in, closing the issue.

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