-
Notifications
You must be signed in to change notification settings - Fork 895
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
rustup show fails with panic on Windows #1458
Comments
Interesting, it should not be easy to get in a situation where there is no default toolchain. What steps did you take to get to that point? Also what is the contents of your |
I'm hitting this and #1436. I tried using ~/.rustup/settings.toml: default_host_triple = "x86_64-pc-windows-msvc"
telemetry = false
version = "12"
[overrides] |
|
Rustup doesn't get stuck at |
I reported added a progress bar to component installs to help solve this very case (#1557) |
People have requested some indication of progress for long-running install steps. This commit re-uses the download tracker logic to provide a progress bar (the length is the compressed component tarball but should be good enough) to provide such feedback. Fixes: rust-lang#1458, rust-lang#1557
I hit this just now after installing rustup via scoop. My settings.toml is the same as the previous comment's. When I run
This is after a little bit of thrashing, doing It seems to work now, for reasons I don't comprehend. I'm able to |
So I think this should be broken into two problems:
I propose that we reopen 1450, fix that because its clear and simple, fix it (with the case that no default results in a link to this ticket), and then try to figure out the sporadic failure to have a default here) |
We've not Regarding why there's no default toolchain, I'm not sure, so we can proceed with investigating that on this issue. |
I'm not sure that this has been reproduced in the past 6 months. Does anyone have any way to reproduce this which they've not shared yet? |
Oops, mis-clicked |
See also (closed) issue #1357 (which I cannot seem to re-open). This is the latest rustup (downloaded 7/1/2018). I get a panic with
rustup show
on Windows 10 after successful install of rust.Other commands work.
Have repeated and confirmed that the problems seems to be the lack of a default toolchain.
The text was updated successfully, but these errors were encountered: