-
Notifications
You must be signed in to change notification settings - Fork 985
Closed
Labels
Description
I just moved from multirust to rustup and experience the following problem when installing nightly:
$> rustup update nightly
info: syncing channel updates for 'nightly-x86_64-unknown-linux-gnu'
error: checksum failed, expected: 'afb2094f716fb7167accccdbc9e213ad5e707e7b56b0175aa664108cf994eaa0', calculated: 'b60f814a446940366499a350769dab93bce25e91bb30825eebb3f74820fd8b74'
Stable and beta install just fine. Also I removed all remains of multirust from my system(removed ~/.multirust, cleared $PATH, fresh console) and tried again, no help.
To clarify, I do not have any version of nightly currently installed (it seems to work for people with nightly already installed):
$> rustup show
installed toolchains
--------------------
stable-x86_64-unknown-linux-gnu (default)
beta-x86_64-unknown-linux-gnu
active toolchain
----------------
stable-x86_64-unknown-linux-gnu (default)
rustc 1.9.0 (e4e8b6668 2016-05-18)
I am using the current version of rustup:
$> rustup -V
rustup 0.1.12 (c6e430a 2016-05-12)