-
Notifications
You must be signed in to change notification settings - Fork 888
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
Issues installing rustup with OpenIndiana / Illumos #2857
Comments
I then installed rust v 1.44 from the pkg tool, and downloaded the rustup repository. Trying "cargo test" in the rustup project results in the following:
|
I know that this works on OI; no rust package installed from OI pkg repository snipped from a Makefile:
|
Hey folks, this isn't an issue with rustup-init. |
When trying to install rustup on new install of OpenIndiana Hipster 21.04 in a virtualbox VM, I browsed over to https://rustup.rs and got the following message:
...but there was then a note with instructions to run:
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
...that didn't make it very far. Apparently the default bourne shell doesn't like that. Bash seemed to fare better, but dies when executing the rust-init executable that it downloads from:
https://static.rust-lang.org/rustup/dist/x86_64-unknown-illumos/rustup-init
...with an error message:
...but there are many versions of libgcc_s.so.1 installed:
for reference on this machine:
The text was updated successfully, but these errors were encountered: