New issue
Advanced search Search tips

Issue 622476 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner: ----
Closed: Jun 2016
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

host package use the wrong clang compiler

Project Member Reported by yunlian@chromium.org, Jun 22 2016

Issue description

USE="clang" sudo emerge btsocket


 creating build/temp.linux-x86_64-2.7/src
btsocket-0.0.1-r11: x86_64-pc-linux-gnu-clang -O2 -pipe -fPIC -I/usr/include/python2.7 -c src/btsocket.c -o build/temp.linux-x86_64-2.7/src/btsocket.o
btsocket-0.0.1-r11: unable to execute 'x86_64-pc-linux-gnu-clang': No such file or directory
btsocket-0.0.1-r11: error: command 'x86_64-pc-linux-gnu-clang' failed with exit status 1

This is because the function clang-setup-env will set the CC to
"${CHOST}-clang". For host, there is no such wrapper, so the error happens.
 
Status: WontFix (was: Untriaged)

Sign in to add a comment