-
Notifications
You must be signed in to change notification settings - Fork 966
Description
Verification
- I searched for recent similar issues at https://github.com/rust-lang/rustup/issues?q=is%3Aissue+is%3Aopen%2Cclosed and found no duplicates.
- I am on the latest version of Rustup according to https://github.com/rust-lang/rustup/tags and am still able to reproduce my issue.
Problem
trying a fresh install of rustup and downloading the default stable seems to suceeed, but then error with:
error: toolchain 'stable-x86_64-pc-windows-msvc' is not installable
after the verbose message that follow tmp directory deletions:
verbose: toolchain 'stable-x86_64-pc-windows-msvc' installed
VS2019 and the C++ build tools are isntalled on this prefix.
Using latest Wine from git
While this seems to be a specific wine deficiency (similar to the issue removing tmp directories in the 1.26.0. version), I'd like to know what rustup flow is and what cause the error.
If it's the case that this failing step is working correctyl but expect something that a previous step failed to produce, maybe a warning/error on the previous step may be worth to add
Steps
Correct prefix setted in the WINE_PREFIX envvar
- Have a prefix with C++ build tools installed and no .crago and .rustup folders in the user directory
- wine rustup-init.exe
- Install the default toolchain
Possible Solution(s)
No response
Notes
No response
Rustup version
1.27.0
Installed toolchains
None
OS version
ArchLinux x64, Wine/Wine Staging 9.8