Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 275018 - dev-python/qscintilla-python should use CC
Summary: dev-python/qscintilla-python should use CC
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-22 05:54 UTC by Jeroen Roovers (RETIRED)
Modified: 2009-06-22 06:29 UTC (History)
1 user (show)

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 Jeroen Roovers (RETIRED) gentoo-dev 2009-06-22 05:54:13 UTC
g++ -c -pipe -fPIC -O2 -pipe -mschedule=8000 -march=2.0 -g -ggdb -Wall -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_GUI_LIB -I. -I/usr/include -I/usr/include/python2.5 -I/usr/share/qt4/mkspecs/default -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I/usr/X11R6/include -o sipQsciQsciLexerFortran77.o sipQsciQsciLexerFortran77.cpp
distcc[12263] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
distcc[12071] (dcc_please_send_email_after_investigation) Warning: remote compilation of 'sipQsciQsciLexerPerl.cpp' failed, retried locally and got a different result.
g++ -c -pipe -fPIC -O2 -pipe -mschedule=8000 -march=2.0 -g -ggdb -Wall -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_GUI_LIB -I. -I/usr/include -I/usr/include/python2.5 -I/usr/share/qt4/mkspecs/default -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I/usr/X11R6/include -o sipQsciQsciLexerFortran.o sipQsciQsciLexerFortran.cpp

It's obvious that it should not be calling g++ directly or cross-compiling will fail...
Comment 1 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2009-06-22 06:29:55 UTC
Fixed.