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

Issue 727773 link

Starred by 2 users

Issue metadata

Status: Assigned
Owner:
Last visit > 30 days ago
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Chrome
Pri: 2
Type: Bug



Sign in to add a comment

LLVM package needs to be in set of packages that require being built with GCC.

Project Member Reported by cmt...@chromium.org, May 30 2017

Issue description

Every time we do 'emerge -C sys-devel/llvm' then try 'emerge sys-devel/llvm', it fails because it's trying to build llvm with clang, which just got removed.  This happens because llvm is the default host compiler.  We need to add LLVM to the list of packages that gets built with GCC.
 
Cc: laszio@chromium.org
Labels: -Pri-1 Pri-2
Owner: laszio@chromium.org
Status: Assigned (was: Untriaged)
ideally, we want to build llvm with llvm.
how is Android doing this? 
laszio@ was looking at this too.
Lets not make it a P1 if it does not affect anyone outside our team.

It will be same issue if emerge -C sys-devel/gcc is done. And if it is done by an error (llvm or gcc), it can generally be recovered by the command below .

sudo `which parallel_emerge` sys-devel/llvm --getbinpkg --usepkgonly
Components: Infra

Comment 4 by mmoss@chromium.org, Jan 2 2018

Components: -Infra Infra>Client>ChromeOS
[It appears that a bunch of old cros issues bulk-added the "Infra" component recently, but they should probably be "Infra>Client>ChromeOS".]
Components: -Infra>Client>ChromeOS
Components: Tools>ChromeOS-Toolchain

Sign in to add a comment