Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 115723 - mythtv-0.18.1-r2 fails to compile with errors regarding Qt
Summary: mythtv-0.18.1-r2 fails to compile with errors regarding Qt
Status: RESOLVED DUPLICATE of bug 113419
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-15 18:19 UTC by Heiko Baums
Modified: 2005-12-16 01:33 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 Heiko Baums 2005-12-15 18:19:29 UTC
mythtv-0.18.1-r2 fails to compile with these error messages:  
  
make[2]: Entering directory  
`/usr/var/portage/mythtv-0.18.1-r2/work/mythtv-0.18.1/libs/libmyth'  
g++ -c -pipe -march=athlon-xp -I/usr/kde/3.5/include -pthread  
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -O3 -Wall -Wno-switch  
-fomit-frame-pointer -D_REENTRANT -Wall -W -DPIC -fPIC -DMMX -Di386  
-DUSING_IVTV -DUSING_DVB -DUSING_DVB_EIT -DUSING_XRANDR -D_GNU_SOURCE  
-D_FILE_OFFSET_BITS=64 -DPREFIX=\"/usr\" -DUSING_OSS -DUSE_ALSA -DUSE_LIRC  
-DUSE_ARTS -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_GUI_LIB -DQT_SHARED  
-I/usr/share/doc/qt-4.0.1/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtGui  
-I/usr/include/qt4/QtCore -I/usr/include/qt4 -I/usr/include -I/usr/include  
-I../libmythsamplerate -I../libmythsoundtouch -I../.. -I. -I. -o dialogbox.o  
dialogbox.cpp  
In file included from dialogbox.h:6,  
                 from dialogbox.cpp:11:  
mythdialogs.h:7:18: qdom.h: No such file or directory  
mythdialogs.h:8:22: qptrlist.h: No such file or directory  
mythdialogs.h:12:26: qvaluevector.h: No such file or directory  
mythdialogs.h:13:25: qscrollview.h: No such file or directory  
In file included from uitypes.h:18,  
                 from mythdialogs.h:18,  
                 from dialogbox.h:6,  
                 from dialogbox.cpp:11:  
mythwidgets.h:4:21: qbutton.h: No such file or directory  
mythwidgets.h:14:21: qheader.h: No such file or directory  
mythwidgets.h:15:20: qtable.h: No such file or directory  
mythwidgets.h:17:22: qlistbox.h: No such file or directory  
In file included from uitypes.h:18,  
                 from mythdialogs.h:18,  
                 from dialogbox.h:6,  
                 from dialogbox.cpp:11:  
mythwidgets.h: In constructor `MythComboBox::MythComboBox(bool, QWidget*,  
const char*)':  
mythwidgets.h:39: error: no matching function for call to  
`QComboBox::QComboBox(bool&, QWidget*&, const char*&)'  
/usr/include/qt4/QtGui/qcombobox.h:254: note: candidates are:  
QComboBox::QComboBox(const QComboBox&)  
/usr/include/qt4/QtGui/qcombobox.h:62: note:                  
QComboBox::QComboBox(QWidget*)  
mythwidgets.h: In member function `void MythComboBox::insertItem(const  
QString&)':  
mythwidgets.h:52: error: no matching function for call to  
`MythComboBox::insertItem(const QString&)'  
/usr/include/qt4/QtGui/qcombobox.h:274: note: candidates are: void  
QComboBox::insertItem(int, const QString&, const QVariant&)  
/usr/include/qt4/QtGui/qcombobox.h:162: note:                 void  
QComboBox::insertItem(int, const QIcon&, const QString&, const QVariant&)  
mythwidgets.h: In constructor `MythSpinBox::MythSpinBox(QWidget*, const char*,  
bool)':  
mythwidgets.h:73: error: no matching function for call to  
`QSpinBox::QSpinBox(QWidget*&, const char*&)'  
/usr/include/qt4/QtGui/qspinbox.h:98: note: candidates are:  
QSpinBox::QSpinBox(const QSpinBox&)  
/usr/include/qt4/QtGui/qspinbox.h:47: note:                  
QSpinBox::QSpinBox(QWidget*)  
mythwidgets.h:73: error: `setLineStep' undeclared (first use this function)  
mythwidgets.h:73: error: (Each undeclared identifier is reported only once for  
each function it appears in.)  
mythwidgets.h: In constructor `MythSlider::MythSlider(QWidget*, const char*)':  
mythwidgets.h:98: error: no matching function for call to  
`QSlider::QSlider(QWidget*&, const char*&)'  
/usr/include/qt4/QtGui/qslider.h:99: note: candidates are:  
QSlider::QSlider(const QSlider&)  
/usr/include/qt4/QtGui/qslider.h:63: note:                  
QSlider::QSlider(Qt::Orientation, QWidget*)  
/usr/include/qt4/QtGui/qslider.h:62: note:                  
QSlider::QSlider(QWidget*)  
mythwidgets.h: In constructor `MythLineEdit::MythLineEdit(QWidget*, const  
char*)':  
mythwidgets.h:120: error: no matching function for call to  
`QLineEdit::QLineEdit(QWidget*&, const char*&)'  
/usr/include/qt4/QtGui/qlineedit.h:208: note: candidates are:  
QLineEdit::QLineEdit(const QLineEdit&)  
/usr/include/qt4/QtGui/qlineedit.h:63: note:                  
QLineEdit::QLineEdit(const QString&, QWidget*)  
/usr/include/qt4/QtGui/qlineedit.h:62: note:                  
QLineEdit::QLineEdit(QWidget*)  
mythwidgets.h: In constructor `MythLineEdit::MythLineEdit(const QString&,  
QWidget*, const char*)':  
mythwidgets.h:124: error: no matching function for call to  
`QLineEdit::QLineEdit(const QString&, QWidget*&, const char*&)'  
/usr/include/qt4/QtGui/qlineedit.h:208: note: candidates are:  
QLineEdit::QLineEdit(const QLineEdit&)  
/usr/include/qt4/QtGui/qlineedit.h:63: note:                  
QLineEdit::QLineEdit(const QString&, QWidget*)  
/usr/include/qt4/QtGui/qlineedit.h:62: note:                  
QLineEdit::QLineEdit(QWidget*)  
mythwidgets.h: At global scope:  
mythwidgets.h:220: error: expected class-name before '{' token  
mythwidgets.h: In constructor `MythTable::MythTable(QWidget*)':  
mythwidgets.h:222: error: class `MythTable' does not have any field named  
`QTable'  
mythwidgets.h: In constructor `MythPushButton::MythPushButton(QWidget*, const  
char*, bool)':  
mythwidgets.h:241: error: no matching function for call to  
`QPushButton::QPushButton(QWidget*&, const char*&)'  
/usr/include/qt4/QtGui/qpushbutton.h:86: note: candidates are:  
QPushButton::QPushButton(const QPushButton&)  
/usr/include/qt4/QtGui/qpushbutton.h:45: note:                  
QPushButton::QPushButton(const QIcon&, const QString&, QWidget*)  
/usr/include/qt4/QtGui/qpushbutton.h:44: note:                  
QPushButton::QPushButton(const QString&, QWidget*)  
/usr/include/qt4/QtGui/qpushbutton.h:43: note:                  
QPushButton::QPushButton(QWidget*)  
mythwidgets.h:241: error: `WindowOrigin' undeclared (first use this function)  
mythwidgets.h:241: error: `setBackgroundOrigin' undeclared (first use this  
function)  
mythwidgets.h: In constructor `MythPushButton::MythPushButton(const QString&,  
QWidget*, bool)':  
mythwidgets.h:245: error: `WindowOrigin' undeclared (first use this function)  
mythwidgets.h:245: error: `setBackgroundOrigin' undeclared (first use this  
function)  
mythwidgets.h: In constructor `MythCheckBox::MythCheckBox(QWidget*, const  
char*)':  
mythwidgets.h:270: error: no matching function for call to  
`QCheckBox::QCheckBox(QWidget*&, const char*&)'  
/usr/include/qt4/QtGui/qcheckbox.h:81: note: candidates are:  
QCheckBox::QCheckBox(const QCheckBox&)  
/usr/include/qt4/QtGui/qcheckbox.h:42: note:                  
QCheckBox::QCheckBox(const QString&, QWidget*)  
/usr/include/qt4/QtGui/qcheckbox.h:41: note:                  
QCheckBox::QCheckBox(QWidget*)  
mythwidgets.h: In constructor `MythRadioButton::MythRadioButton(QWidget*,  
const char*)':  
mythwidgets.h:290: error: no matching function for call to  
`QRadioButton::QRadioButton(QWidget*&, const char*&)'  
/usr/include/qt4/QtGui/qradiobutton.h:53: note: candidates are:  
QRadioButton::QRadioButton(const QRadioButton&)  
/usr/include/qt4/QtGui/qradiobutton.h:38: note:                  
QRadioButton::QRadioButton(const QString&, QWidget*)  
/usr/include/qt4/QtGui/qradiobutton.h:37: note:                  
QRadioButton::QRadioButton(QWidget*)  
mythwidgets.h: At global scope:  
mythwidgets.h:311: error: expected `,' or `...' before '*' token  
mythwidgets.h:311: error: ISO C++ forbids declaration of `QListViewItem' with  
no type  
mythwidgets.h:318: error: expected class-name before '{' token  
mythwidgets.h:318: warning: `class MythListBox' has virtual functions but  
non-virtual destructor  
mythwidgets.h: In member function `void MythListBox::setCurrentItem(int)':  
mythwidgets.h:335: error: `QListBox' has not been declared  
In file included from uitypes.h:19,  
                 from mythdialogs.h:18,  
                 from dialogbox.h:6,  
                 from dialogbox.cpp:11:  
util.h:4:21: qsocket.h: No such file or directory  
In file included from uitypes.h:19,  
                 from mythdialogs.h:18,  
                 from dialogbox.h:6,  
                 from dialogbox.cpp:11:  
util.h: At global scope:  
util.h:19: error: `QSocketDevice' was not declared in this scope  
util.h:19: error: `socket' was not declared in this scope  
util.h:19: error: expected primary-expression before "const"  
util.h:19: error: expected primary-expression before "int"  
util.h:19: error: initializer expression list treated as compound expression  
util.h:21: error: `QSocketDevice' was not declared in this scope  
util.h:21: error: `socket' was not declared in this scope  
util.h:21: error: expected primary-expression before '&' token  
util.h:21: error: missing template arguments before ')' token  
util.h:21: error: initializer expression list treated as compound expression  
util.h:22: error: `QSocketDevice' was not declared in this scope  
util.h:22: error: `socket' was not declared in this scope  
util.h:22: error: expected primary-expression before '&' token  
util.h:22: error: missing template arguments before ',' token  
util.h:23: error: expected primary-expression before "bool"  
util.h:23: error: initializer expression list treated as compound expression  
util.h:25: error: `QSocketDevice' was not declared in this scope  
util.h:25: error: `socket' was not declared in this scope  
util.h:25: error: expected primary-expression before "void"  
util.h:25: error: expected primary-expression before "int"  
util.h:25: error: initializer expression list treated as compound expression  
util.h:28: error: redefinition of `bool WriteStringList'  
util.h:21: error: `bool WriteStringList' previously defined here  
util.h:28: error: `QSocket' was not declared in this scope  
util.h:28: error: `socket' was not declared in this scope  
util.h:28: error: expected primary-expression before '&' token  
util.h:28: error: missing template arguments before ')' token  
util.h:29: error: redefinition of `bool ReadStringList'  
util.h:22: error: `bool ReadStringList' previously defined here  
util.h:29: error: `QSocket' was not declared in this scope  
util.h:29: error: `socket' was not declared in this scope  
util.h:29: error: expected primary-expression before '&' token  
util.h:29: error: missing template arguments before ')' token  
util.h:31: error: redefinition of `bool WriteBlock'  
util.h:25: error: `bool WriteBlock' previously defined here  
util.h:31: error: `QSocket' was not declared in this scope  
util.h:31: error: `socket' was not declared in this scope  
util.h:31: error: expected primary-expression before "void"  
util.h:31: error: expected primary-expression before "int"  
util.h:32: error: `QSocket' was not declared in this scope  
util.h:32: error: `socket' was not declared in this scope  
util.h:32: error: expected primary-expression before "void"  
util.h:32: error: expected primary-expression before "int"  
util.h:32: error: initializer expression list treated as compound expression  
In file included from uitypes.h:21,  
                 from mythdialogs.h:18,  
                 from dialogbox.h:6,  
                 from dialogbox.cpp:11:  
generictree.h:6:24: qvaluelist.h: No such file or directory  
In file included from uitypes.h:21,  
                 from mythdialogs.h:18,  
                 from dialogbox.h:6,  
                 from dialogbox.cpp:11:  
generictree.h:15: error: ISO C++ forbids declaration of `QValueVector' with no  
type  
generictree.h:15: error: expected `;' before '<' token  
generictree.h:30: error: expected `;' before '(' token  
generictree.h:31: error: expected `;' before '(' token  
generictree.h:32: error: `QValueList' has not been declared  
generictree.h:32: error: expected `,' or `...' before '<' token  
generictree.h:32: error: ISO C++ forbids declaration of `parameter' with no  
type  
generictree.h:37: error: ISO C++ forbids declaration of `QPtrListIterator'  
with no type  
generictree.h:37: error: expected `;' before '<' token  
generictree.h:44: error: ISO C++ forbids declaration of `QPtrList' with no  
type  
generictree.h:44: error: expected `;' before '<' token  
generictree.h:69: error: ISO C++ forbids declaration of `IntVector' with no  
type  
generictree.h:69: error: expected `;' before '*' token  
generictree.h:71: error: expected `;' before "void"  
generictree.h:79: error: `QPtrList' has not been declared  
generictree.h:79: error: expected `,' or `...' before '<' token  
generictree.h:79: error: ISO C++ forbids declaration of `parameter' with no  
type  
generictree.h:104: error: ISO C++ forbids declaration of `IntVector' with no  
type  
generictree.h:104: error: expected `;' before '*' token  
In file included from mythdialogs.h:18,  
                 from dialogbox.h:6,  
                 from dialogbox.cpp:11:  
uitypes.h: In member function `void UIBarType::ResetImage(int)':  
uitypes.h:176: error: 'class QPixmap' has no member named 'resize'  
uitypes.h: At global scope:  
uitypes.h:219: error: ISO C++ forbids declaration of `QDict' with no type  
uitypes.h:219: error: expected `;' before '<' token  
uitypes.h:304: error: ISO C++ forbids declaration of `QPtrList' with no type  
uitypes.h:304: error: expected `;' before '<' token  
uitypes.h: In constructor `UIGuideType::UIGTCon::UIGTCon(const QRect&, const  
QString&, const QString&, int, int, int)':  
uitypes.h:272: error: 'const class QString' has no member named  
'stripWhiteSpace'  
uitypes.h: At global scope:  
uitypes.h:764: error: ISO C++ forbids declaration of `QValueVector' with no  
type  
uitypes.h:764: error: expected `;' before '<' token  
uitypes.h:779: error: `QValueList' has not been declared  
uitypes.h:779: error: expected `,' or `...' before '<' token  
uitypes.h:779: error: ISO C++ forbids declaration of `parameter' with no type  
uitypes.h:780: error: `QValueList' has not been declared  
uitypes.h:780: error: expected `,' or `...' before '<' token  
uitypes.h:780: error: ISO C++ forbids declaration of `parameter' with no type  
uitypes.h:781: error: ISO C++ forbids declaration of `QValueList' with no type  
uitypes.h:781: error: expected `;' before '<' token  
uitypes.h:783: error: `QValueList' has not been declared  
uitypes.h:783: error: expected `,' or `...' before '<' token  
uitypes.h:783: error: ISO C++ forbids declaration of `parameter' with no type  
uitypes.h:833: error: `IntVector' has not been declared  
uitypes.h:833: error: ISO C++ forbids declaration of `parameter' with no type  
uitypes.h:834: error: `IntVector' has not been declared  
uitypes.h:834: error: ISO C++ forbids declaration of `parameter' with no type  
uitypes.h:863: error: ISO C++ forbids declaration of `QPtrList' with no type  
uitypes.h:863: error: expected `;' before '<' token  
uitypes.h:865: error: ISO C++ forbids declaration of `QValueList' with no type  
uitypes.h:865: error: expected `;' before '<' token  
uitypes.h:1050: error: ISO C++ forbids declaration of `QPtrList' with no type  
uitypes.h:1050: error: expected `;' before '<' token  
uitypes.h: In member function `void UISelectorType::cleanOut()':  
uitypes.h:1039: error: `my_data' undeclared (first use this function)  
uitypes.h: At global scope:  
uitypes.h:1128: error: ISO C++ forbids declaration of `QValueList' with no  
type  
uitypes.h:1128: error: expected `;' before '<' token  
uitypes.h:1132: error: `KeyList' does not name a type  
In file included from dialogbox.h:6,  
                 from dialogbox.cpp:11:  
mythdialogs.h:44: error: expected class-name before '{' token  
mythdialogs.h: In constructor  
`ExternalKeycodeEvent::ExternalKeycodeEvent(int)':  
mythdialogs.h:47: error: class `ExternalKeycodeEvent' does not have any field  
named `QCustomEvent'  
mythdialogs.h: At global scope:  
mythdialogs.h:56: error: expected class-name before '{' token  
mythdialogs.h: In constructor `ExitToMainMenuEvent::ExitToMainMenuEvent()':  
mythdialogs.h:58: error: class `ExitToMainMenuEvent' does not have any field  
named `QCustomEvent'  
mythdialogs.h: At global scope:  
mythdialogs.h:74: error: `WFlags' has not been declared  
mythdialogs.h:74: error: ISO C++ forbids declaration of `flags' with no type  
mythdialogs.h:109: error: `QCustomEvent' has not been declared  
mythdialogs.h:109: error: ISO C++ forbids declaration of `ce' with no type  
mythdialogs.h:184: error: ISO C++ forbids declaration of `QButton' with no  
type  
mythdialogs.h:184: error: expected `;' before '*' token  
mythdialogs.h:237: error: ISO C++ forbids declaration of `QPtrList' with no  
type  
mythdialogs.h:237: error: expected `;' before '<' token  
mythdialogs.h:249: error: `QDomElement' has not been declared  
mythdialogs.h:249: error: ISO C++ forbids declaration of `parameter' with no  
type  
mythdialogs.h:250: error: `QDomElement' has not been declared  
mythdialogs.h:250: error: ISO C++ forbids declaration of `parameter' with no  
type  
mythdialogs.h:251: error: `QDomElement' has not been declared  
mythdialogs.h:251: error: ISO C++ forbids declaration of `parameter' with no  
type  
mythdialogs.h:252: error: `QDomElement' has not been declared  
mythdialogs.h:252: error: ISO C++ forbids declaration of `parameter' with no  
type  
mythdialogs.h:294: error: ISO C++ forbids declaration of `QDomElement' with no  
type  
mythdialogs.h:294: error: expected `;' before '&' token  
mythdialogs.h:296: error: expected `;' before "QPixmap"  
mythdialogs.h:304: error: `QDomElement' does not name a type  
mythdialogs.h:307: error: ISO C++ forbids declaration of `QPtrList' with no  
type  
mythdialogs.h:307: error: expected `;' before '<' token  
mythdialogs.h:308: error: ISO C++ forbids declaration of `QPtrList' with no  
type  
mythdialogs.h:308: error: expected `;' before '<' token  
mythdialogs.h:375: error: ISO C++ forbids declaration of `QButton' with no  
type  
mythdialogs.h:375: error: expected `;' before '*' token  
mythdialogs.h:376: error: ISO C++ forbids declaration of `QButton' with no  
type  
mythdialogs.h:376: error: expected `;' before '*' token  
mythdialogs.h:390: error: ISO C++ forbids declaration of `QValueVector' with  
no type  
mythdialogs.h:390: error: expected `;' before '<' token  
mythdialogs.h:403: error: `IntVector' has not been declared  
mythdialogs.h:403: error: ISO C++ forbids declaration of `parameter' with no  
type  
mythdialogs.h:404: error: `IntVector' has not been declared  
mythdialogs.h:404: error: ISO C++ forbids declaration of `parameter' with no  
type  
mythdialogs.h:427: error: expected class-name before '{' token  
mythdialogs.h:427: warning: `class MythScrollDialog' has virtual functions but  
non-virtual destructor  
In file included from dialogbox.cpp:12:  
mythcontext.h:12:27: qsocketdevice.h: No such file or directory  
mythcontext.h:14:23: qnetwork.h: No such file or directory  
In file included from dialogbox.cpp:12:  
mythcontext.h:125: error: expected class-name before '{' token  
mythcontext.h:127: error: `User' was not declared in this scope  
mythcontext.h:127: error: enumerator value for `MythEventMessage' not integer  
constant  
mythcontext.h: In constructor `MythEvent::MythEvent(const QString&)':  
mythcontext.h:129: error: class `MythEvent' does not have any field named  
`QCustomEvent'  
mythcontext.h:132: error: no match for 'operator=' in  
'((MythEvent*)this)->MythEvent::extradata = "empty"'  
/usr/include/qt4/QtCore/qstringlist.h:46: note: candidates are: QStringList&  
QStringList::operator=(const QStringList&)  
mythcontext.h: In constructor `MythEvent::MythEvent(const QString&, const  
QStringList&)':  
mythcontext.h:135: error: class `MythEvent' does not have any field named  
`QCustomEvent'  
mythcontext.h: At global scope:  
mythcontext.h:303: error: `QSocketDevice' has not been declared  
mythcontext.h:303: error: ISO C++ forbids declaration of `socket' with no type  
dialogbox.cpp: In constructor `DialogBox::DialogBox(MythMainWindow*, const  
QString&, const char*, const char*)':  
dialogbox.cpp:21: error: 'class QLabel' has no member named  
'setBackgroundOrigin'  
dialogbox.cpp:21: error: `WindowOrigin' undeclared (first use this function)  
dialogbox.cpp:22: error: `WordBreak' is not a member of `Qt'  
dialogbox.cpp:24: error: no matching function for call to  
`QVBoxLayout::QVBoxLayout(DialogBox* const, int, int)'  
/usr/include/qt4/QtGui/qboxlayout.h:136: note: candidates are:  
QVBoxLayout::QVBoxLayout(const QVBoxLayout&)  
/usr/include/qt4/QtGui/qboxlayout.h:124: note:                  
QVBoxLayout::QVBoxLayout(QWidget*)  
/usr/include/qt4/QtGui/qboxlayout.h:123: note:                  
QVBoxLayout::QVBoxLayout()  
dialogbox.cpp:33: error: 'class QCheckBox' has no member named  
'setBackgroundOrigin'  
dialogbox.cpp:40: error: 'class QButtonGroup' has no member named 'insert'  
dialogbox.cpp: In member function `void DialogBox::AddButton(const QString&)':  
dialogbox.cpp:48: error: 'class QButtonGroup' has no member named 'count'  
dialogbox.cpp:49: error: 'class QButtonGroup' has no member named 'count'  
dialogbox.cpp:54: error: 'class QButtonGroup' has no member named 'insert'  
dialogbox.cpp: In member function `void DialogBox::buttonPressed(int)':  
dialogbox.cpp:61: error: 'class QButtonGroup' has no member named 'find'  
make[2]: *** [dialogbox.o] Error 1  
make[2]: Leaving directory  
`/usr/var/portage/mythtv-0.18.1-r2/work/mythtv-0.18.1/libs/libmyth'  
make[1]: *** [sub-libmyth-make_default-ordered] Error 2  
make[1]: Leaving directory  
`/usr/var/portage/mythtv-0.18.1-r2/work/mythtv-0.18.1/libs'  
make: *** [sub-libs] Error 2  
  
!!! ERROR: media-tv/mythtv-0.18.1-r2 failed.  
!!! Function src_compile, Line 162, Exitcode 2  
!!! emake failed  
!!! If you need support, post the topmost build error, NOT this status  
message. 

Reproducible: Always
Steps to Reproduce:
1. emerge mythtv 
2. 
3. 
 



Gentoo Base System version 1.12.0_pre11 
Portage 2.0.53 (default-linux/x86/2005.1, gcc-3.4.4, glibc-2.3.5-r3, 
2.6.14-gentoo-r4 i686) 
================================================================= 
System uname: 2.6.14-gentoo-r4 i686 AMD Athlon(tm) XP 1600+ 
dev-lang/python:     2.4.2 
sys-apps/sandbox:    1.2.17 
sys-devel/autoconf:  2.13, 2.59-r7 
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1 
sys-devel/binutils:  2.16.1-r1 
sys-devel/libtool:   1.5.20-r1 
virtual/os-headers:  2.6.11-r3 
ACCEPT_KEYWORDS="x86 ~x86" 
AUTOCLEAN="yes" 
CBUILD="i686-pc-linux-gnu" 
CFLAGS="-march=athlon-xp -O2 -pipe -fomit-frame-pointer" 
CHOST="i686-pc-linux-gnu" 
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/kde/3/share/config /usr/lib/X11/xkb /usr/share/config /var/qmail/control" 
CONFIG_PROTECT_MASK="/etc/gconf /etc/splash /etc/terminfo /etc/texmf/web2c /etc/env.d" 
CXXFLAGS="-march=athlon-xp -O2 -pipe -fomit-frame-pointer" 
DISTDIR="/usr/portage/distfiles" 
FEATURES="autoconfig distlocks sandbox sfperms strict" 
GENTOO_MIRRORS="http://distfiles.gentoo.org 
http://distro.ibiblio.org/pub/linux/distributions/gentoo" 
LANG="de_DE.UTF-8" 
LINGUAS="de" 
PKGDIR="/usr/portage/packages" 
PORTAGE_TMPDIR="/usr/var" 
PORTDIR="/usr/portage" 
PORTDIR_OVERLAY="/usr/local/portage" 
SYNC="rsync://rsync.gentoo.org/gentoo-portage" 
USE="3dnow 3dnowext X a52 aac aalib accessibility acpi aim alsa apache2 apm 
arts audiofile avi bash-completion berkdb bitmap-fonts bluetooth bonobo bzip2 
cdparanoia cdr chipcard crypt cups curl dba dga directfb divx4linux doc dv dvb 
dvd dvdr dvdread eds emacs emacs-w3 emboss encode exif expat f77 fam fame 
fbcon ffmpeg flac flash font-server foomaticdb fortran ftp gcc-libffi gcj gd 
gdbm gif gimpprint glut gmp gpm gstreamer gtk gtk2 gtkhtml guile icq idn 
imagemagick imlib ipv6 irmc jabber jce jpeg kde lcms ldap libg++ libwww lirc 
live lzo mad maildir mailwrapper mbox mhash mikmod milter mime ming mjpeg mmx 
mmx2 mmxext mng motif mozilla mp3 mpeg mplayer msn mysql nas ncurses network 
nls nptl nptlonly nsplugin nvidia objc odbc offensive ofx ogg oggvorbis 
on-the-fly-crypt openal opengl oscar oss pam pcre pdflib perl php plugin png 
ppds print python qt quicktime quotes readline real recode scanner sdl slang 
smime spell spl sqlite sse ssl svga tcltk tcpd tetex theora tidy tiff 
tokenizer truetype truetype-fonts type1-fonts udev unicode usb userlocales 
utf8 v4l videos vidix visualization vorbis win32codecs wmf x86 xine xml xml2 
xmms xpm xv xvid yahoo zlib linguas_de userland_GNU kernel_linux elibc_glibc" 
Unset:  ASFLAGS, CTARGET, LC_ALL, LDFLAGS, MAKEOPTS 
 
Installed Qt versions: 3.3.4-r8 and 4.0.1 slotted
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2005-12-16 01:33:21 UTC

*** This bug has been marked as a duplicate of 113419 ***