See inline.

> On Nov 28, 2016, at 11:37 AM, Ralph Giles <gi...@mozilla.com> wrote:
> 
> On Mon, Nov 28, 2016 at 9:28 AM, Michael Froman <mfro...@mozilla.com> wrote:
> 
>> Any thoughts?  Further info:
>> mfroman-23602:moz-central mfroman$ which rustc
>> /Users/mfroman/.cargo/bin/rustc
>> mfroman-23602:moz-central mfroman$ rustc --version
>> error: no default toolchain configured
> 
> Very mysterious. This error message usually means rustup's redirect to
> the actual toolchain (in /Users/mfroman/.multirust/toolchains) is
> confused. I've seen it when the executable filename has a prefix, for
> example.
> 
> Make sure there's a toolchain installed under ~/.multirust, then maybe
> try `rustup update` and see what that says.
mfroman-23602:moz-central mfroman$ rustup update
info: no updatable toolchains installed
info: checking for self-updates

> 
> If that doesn't work, try `rustup default stable`.
mfroman-23602:moz-central mfroman$ rustup default stable
info: syncing channel updates for 'stable-x86_64-apple-darwin'
info: downloading component 'rustc'
 28.7 MiB /  28.7 MiB (100 %)   1.4 MiB/s ETA:   0 s
info: downloading component 'rust-std'
 36.1 MiB /  36.1 MiB (100 %)   1.4 MiB/s ETA:   0 s
info: downloading component 'rust-docs'
  7.5 MiB /   7.5 MiB (100 %)   1.4 MiB/s ETA:   0 s
info: downloading component 'cargo'
  2.4 MiB /   2.4 MiB (100 %)   1.5 MiB/s ETA:   0 s
info: installing component 'rustc'
info: installing component 'rust-std'
info: installing component 'rust-docs'
info: installing component 'cargo'
info: default toolchain set to 'stable-x86_64-apple-darwin'

  stable-x86_64-apple-darwin installed - rustc 1.13.0 (2c6933acc 2016-11-07)


> 
> -r

Now, I’ve made it through the bootstrap successfully.  Thanks for the tips!  
I’m not sure exactly what happened the first time.  Possibly a network failure 
during the original download or something.

-Michael.



_______________________________________________
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform

Reply via email to