Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 461646 - mail-client/thunderbird does not respect CXX
Summary: mail-client/thunderbird does not respect CXX
Status: RESOLVED TEST-REQUEST
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Mozilla Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: tc-directly
  Show dependency tree
 
Reported: 2013-03-13 15:29 UTC by Agostino Sarubbo
Modified: 2013-12-16 15:32 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2013-03-13 15:29:22 UTC
You receive this bug because this package does not respect my system's CXX ( x86_64-pc-linux-gnu-g++ - /usr/bin/x86_64-pc-linux-gnu-g++ ) and calls directly g++ -/usr/bin/g++
The possible solutions to fix this issue are:
1)Fix the buildsystem, if you can
2)inherit toolchain-funcs and use tc-export CXX
3)inherit toolchain-funcs and use emake CXX="$(tc-getCXX)"

There are few files compiled with c++.
grep "^c++" $log to check.

c++ -o host_jskwgen.o -c -march=native -pipe -Wno-return-type -w -mno-avx -I/usr/lib64/libffi-3.0.11/include  -I.  
-I/var/tmp/portage/mail-client/thunderbird-17.0.4/work/comm-esr17/mozilla/js/src/../../mfbt/double-conversion 
-I/var/tmp/portage/mail-client/thunderbird-17.0.4/work/comm-esr17/mozilla/js/src -I. -I./../../dist/include  -I/usr/include/nspr      
-I/var/tmp/portage/mail-client/thunderbird-17.0.4/work/comm-esr17/mozilla/js/src -I/var/tmp/portage/mail-client/thunderbird-17.0.4/work/comm-esr17/mozilla/js/src/assembler 
-I/var/tmp/portage/mail-client/thunderbird-17.0.4/work/comm-esr17/mozilla/js/src/yarr -I/usr/include/nspr 
/var/tmp/portage/mail-client/thunderbird-17.0.4/work/comm-esr17/mozilla/js/src/jskwgen.cpp
Comment 1 Jory A. Pratt gentoo-dev 2013-12-16 15:32:15 UTC
If you are still seeing this please reopen.