New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 851618 link

Starred by 1 user

Issue metadata

Status: Duplicate
Merged: issue 842557
Owner:
Closed: Jun 2018
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Chrome
Pri: 1
Type: Bug
Build-Toolchain



Sign in to add a comment

emerge rust fails

Project Member Reported by athilenius@chromium.org, Jun 11 2018

Issue description

Running `sudo emerge rust` in a chroot fails with the error:

 * ERROR: dev-lang/rust-1.26.0-r3::chromiumos failed (setup phase):
 *   missing toolchain armv7a-cros-linux-gnueabi

Also why isn't this hit during the initial `cros_sdk`? Samantha is blocked on this for now.
 
Components: -Infra>Client>ChromeOS>CI Infra>Client>ChromeOS>Build Tools>ChromeOS-Toolchain
Status: Available (was: Untriaged)

Comment 2 by la...@chromium.org, Jun 11 2018

Cc: za...@chromium.org
I'm trying to reproduce locally.
Mergedinto: 842557
Owner: za...@chromium.org
Status: Duplicate (was: Available)
Rust needs all arm, arm64 and x86_64 toolchains to be installed for a local build.

If a local rust build is not needed, Running any of these should install rust from a prebuilt binary.
$ sudo emerge rust -G  
or 
$ ./update_chroot 

Sign in to add a comment