>>> Unpacking source... >>> Unpacking qsopcast-0.3.5.tar.bz2 to /var/tmp/portage/media-tv/qsopcast-0.3.5/work * Downloading the icon ... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 44 2599 44 1162 0 0 1465 0 0:00:01 --:--:-- 0:00:01 1465 100 2599 100 2599 0 0 3275 0 --:--:-- --:--:-- --:--:-- 1403k >>> Source unpacked. >>> Compiling source in /var/tmp/portage/media-tv/qsopcast-0.3.5/work/qsopcast-0.3.5/src/ ... g++ -c -pipe -march=athlon-xp -Os -pipe -Wall -W -D_REENTRANT -DALSA -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I. -I.moc -I. -o .obj/channel.o channel.cpp g++ -c -pipe -march=athlon-xp -Os -pipe -Wall -W -D_REENTRANT -DALSA -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I. -I.moc -I. -o .obj/config.o config.cpp In file included from channel.cpp:21: header.h:6:19: error: qvbox.h: No such file or directory header.h:7:19: error: qhbox.h: No such file or directory In file included from config.cpp:22: header.h:6:19: error: qvbox.h: No such file or directory header.h:7:19: error: qhbox.h: No such file or directory header.h:13:19: error: qhttp.h: No such file or directory header.h:22:21: error: qsocket.h: No such file or directory header.h:26:18: error: qdom.h: No such file or directory header.h:28:23: error: qptrlist.h: No such file or directory header.h:13:19: error: qhttp.h: No such file or directory header.h:22:21: error: qsocket.h: No such file or directory header.h:26:18: error: qdom.h: No such file or directory header.h:28:23: error: qptrlist.h: No such file or directory In file included from channel.cpp:22: channel.h:17: error: 'WFlags' has not been declared channel.h:24: error: ISO C++ forbids declaration of 'QValueList' with no type channel.h:24: error: expected ';' before '<' token channel.h:39: error: 'QListViewItem' has not been declared channel.h:40: error: 'QListViewItem' has not been declared channel.h:41: error: 'QListViewItem' has not been declared In file included from channel.cpp:23: mainwindow.h:20: error: expected class-name before '{' token In file included from channel.cpp:24: mylistitem.h:7: error: expected class-name before '{' token mylistitem.h:14: error: expected `)' before '*' token mylistitem.h:19: error: 'QListViewItem' has not been declared mylistitem.h:25: error: expected `)' before '*' token mylistitem.h:38: error: expected ',' or '...' before '&' token mylistitem.h:39: error: ISO C++ forbids declaration of 'QColorGroup' with no type mylistitem.h:56: error: 'QListViewItem' has not been declared mylistitem.h: In constructor 'MyListItem::MyListItem(QListView*)': mylistitem.h:9: error: class 'MyListItem' does not have any field named 'QListViewItem' mylistitem.h: In constructor 'MyListItem::MyListItem(QListView*, int*)': mylistitem.h:19: error: class 'MyListItem' does not have any field named 'QListViewItem' mylistitem.h: In member function 'void MyListItem::paintCell(QPainter*, int)': mylistitem.h:40: error: expected `;' before '_cg' mylistitem.h:40: warning: statement has no effect mylistitem.h:42: error: '_cg' was not declared in this scope mylistitem.h:42: error: 'QColorGroup' is not a class or namespace mylistitem.h:43: error: 'QColorGroup' is not a class or namespace mylistitem.h:45: error: 'QListViewItem' has not been declared mylistitem.h:45: error: 'column' was not declared in this scope mylistitem.h:45: error: 'width' was not declared in this scope mylistitem.h:45: error: 'alignment' was not declared in this scope mylistitem.h: In member function 'int MyListItem::compare(int*, int, bool) const': mylistitem.h:64: error: 'text' was not declared in this scope mylistitem.h:64: error: request for member 'text' in '* i', which is of non-class type 'int' mylistitem.h:65: error: 'QListViewItem' has not been declared In file included from pageplay.h:6, from channel.cpp:28: ./myhbox.h: At global scope: ./myhbox.h:9: error: expected class-name before '{' token ./myhbox.h: In constructor 'MyHBox::MyHBox(QWidget*, const char*)': ./myhbox.h:12: error: class 'MyHBox' does not have any field named 'QHBox' In file included from channel.cpp:30: tabwidget.h: At global scope: tabwidget.h:17: error: ISO C++ forbids declaration of 'QPtrList' with no type tabwidget.h:17: error: expected ';' before '<' token channel.cpp:35: error: 'WFlags' has not been declared channel.cpp: In constructor 'Channel::Channel(QWidget*, const char*, int)': channel.cpp:37: error: invalid static_cast from type 'QWidget*' to type 'MainWindow*'config.cpp: In constructor 'Config::Config(QWidget*, const char*)': config.cpp:27: error: 'WStyle_Customize' was not declared in this scope config.cpp:27: error: 'WStyle_NormalBorder' was not declared in this scope config.cpp:27: error: 'WStyle_Title' was not declared in this scope config.cpp:28: error: 'WStyle_SysMenu' was not declared in this scope config.cpp:32: error: no matching function for call to 'QVBoxLayout::QVBoxLayout(Config* const, int)' /usr/include/qt4/QtGui/qboxlayout.h:157: note: candidates are: QVBoxLayout::QVBoxLayout(const QVBoxLayout&) /usr/include/qt4/QtGui/qboxlayout.h:145: note: QVBoxLayout::QVBoxLayout(QWidget*) /usr/include/qt4/QtGui/qboxlayout.h:144: note: QVBoxLayout::QVBoxLayout() config.cpp:33: error: 'class QVBoxLayout' has no member named 'setAutoAdd' config.cpp:35: error: 'QHBox' was not declared in this scope config.cpp:35: error: 'hbox' was not declared in this scope config.cpp:35: error: expected type-specifier before 'QHBox' config.cpp:35: error: expected `;' before 'QHBox' config.cpp:39: error: 'class QSettings' has no member named 'readEntry' config.cpp:40: error: expected type-specifier before 'QHBox' config.cpp:40: error: expected `;' before 'QHBox' config.cpp:44: error: 'class QSettings' has no member named 'readEntry' config.cpp:46: error: expected type-specifier before 'QHBox' channel.cpp:37: error: no matching function for call to 'QListView::QListView(QWidget*&, const char*&, int&)' /usr/include/qt4/QtGui/qlistview.h:189: note: candidates are: QListView::QListView(const QListView&) /usr/include/qt4/QtGui/qlistview.h:136: note: QListView::QListView(QListViewPrivate&, QWidget*) /usr/include/qt4/QtGui/qlistview.h:77: note: QListView::QListView(QWidget*) channel.cpp:40: error: 'addColumn' was not declared in this scope channel.cpp:51: error: 'setRootIsDecorated' was not declared in this scope config.cpp:46: error: expected `;' before 'QHBox' config.cpp:50: error: 'class QSettings' has no member named 'readEntry' config.cpp:54: error: expected type-specifier before 'QHBox' config.cpp:54: error: expected `;' before 'QHBox' config.cpp:58: error: 'class QSettings' has no member named 'readEntry' config.cpp:61: error: expected type-specifier before 'QHBox' config.cpp:61: error: expected `;' before 'QHBox' config.cpp:65: error: 'class QSettings' has no member named 'readEntry' config.cpp:69: error: expected type-specifier before 'QHBox' config.cpp:69: error: expected `;' before 'QHBox' config.cpp:73: error: 'class QSettings' has no member named 'readEntry' config.cpp:74: error: 'QDir' has not been declared config.cpp:78: error: expected type-specifier before 'QHBox' config.cpp:78: error: expected `;' before 'QHBox' channel.cpp:70: error: 'IO_ReadWrite' was not declared in this scope channel.cpp:76: error: 'class QProcess' has no member named 'setCommunication' channel.cpp:76: error: 'Stdout' is not a member of 'QProcess' config.cpp: In member function 'void Config::onbuttonsaveclicked()': config.cpp:94: error: 'class QSettings' has no member named 'writeEntry' config.cpp:95: error: 'class QSettings' has no member named 'writeEntry' config.cpp:96: error: 'class QSettings' has no member named 'writeEntry' config.cpp:97: error: 'class QSettings' has no member named 'writeEntry' config.cpp:98: error: 'class QSettings' has no member named 'writeEntry' config.cpp:100: error: 'class QSettings' has no member named 'writeEntry' channel.cpp: At global scope: channel.cpp:93: error: prototype for 'void Channel::onListItemClicked(QListViewItem*)' does not match any in class 'Channel' channel.h:39: error: candidate is: void Channel::onListItemClicked(int*) channel.cpp: In member function 'void Channel::onListItemClicked(QListViewItem*)': channel.cpp:95: error: 'class TabWidget' has no member named 'currentPage' channel.cpp:97: error: 'class TabWidget' has no member named 'currentPage' channel.cpp:100: error: 'class TabWidget' has no member named 'currentPage' channel.cpp: In member function 'void Channel::onButtonChannelToggled(bool)': channel.cpp:113: error: 'class QProcess' has no member named 'clearArguments' channel.cpp:114: error: 'class QProcess' has no member named 'addArgument' channel.cpp:115: error: 'class QProcess' has no member named 'addArgument' channel.cpp:116: error: 'class QProcess' has no member named 'addArgument' channel.cpp:117: error: 'class QProcess' has no member named 'addArgument' channel.cpp:118: error: no matching function for call to 'QProcess::start()' /usr/include/qt4/QtCore/qprocess.h:93: note: candidates are: void QProcess::start(const QString&, const QStringList&, QFlags) /usr/include/qt4/QtCore/qprocess.h:94: note: void QProcess::start(const QString&, QFlags) channel.cpp:123: error: 'class QProcess' has no member named 'arguments' channel.cpp:124: error: 'class QProcess' has no member named 'processIdentifier' channel.cpp:125: error: 'class QProcess' has no member named 'processIdentifier' channel.cpp:127: error: 'class QToolButton' has no member named 'setPaletteForegroundColor' channel.cpp: In member function 'void Channel::wgetStdout()': channel.cpp:135: error: 'class QBuffer' has no member named 'writeBlock' channel.cpp:135: error: 'class QProcess' has no member named 'readStdout' channel.cpp:136: error: 'class QBuffer' has no member named 'at' channel.cpp:142: error: 'class QToolButton' has no member named 'setPaletteForegroundColor' channel.cpp: In member function 'void Channel::onWgetExit()': channel.cpp:151: error: 'class QToolButton' has no member named 'setOn' channel.cpp:159: error: 'QDomDocument' was not declared in this scope channel.cpp:159: error: expected `;' before 'doc' channel.cpp:160: error: 'doc' was not declared in this scope channel.cpp:167: error: 'clear' was not declared in this scope channel.cpp:179: error: 'QDomNode' was not declared in this scope channel.cpp:179: error: expected `;' before 'group' channel.cpp:180: error: 'group' was not declared in this scope channel.cpp:182: error: invalid use of incomplete type 'struct QListViewItem' menubar.h:9: error: forward declaration of 'struct QListViewItem' channel.cpp:183: error: invalid use of incomplete type 'struct QListViewItem' menubar.h:9: error: forward declaration of 'struct QListViewItem' channel.cpp:185: error: expected `;' before 'channelnode' channel.cpp:186: error: 'channelnode' was not declared in this scope channel.cpp:191: error: no matching function for call to 'MyListItem::MyListItem(QListViewItem*&, MyListItem*&)' mylistitem.h:19: note: candidates are: MyListItem::MyListItem(QListView*, int*) mylistitem.h:9: note: MyListItem::MyListItem(QListView*) mylistitem.h:7: note: MyListItem::MyListItem(const MyListItem&) channel.cpp:192: error: expected `;' before 'namenode' channel.cpp:193: error: 'namenode' was not declared in this scope channel.cpp:196: error: 'class MyListItem' has no member named 'setText' channel.cpp:200: error: 'class MyListItem' has no member named 'setText' channel.cpp:209: error: 'class MyListItem' has no member named 'text' channel.cpp:218: error: 'class MyListItem' has no member named 'text' channel.cpp:219: error: 'class MyListItem' has no member named 'text' channel.cpp:236: error: 'firstChild' was not declared in this scope channel.cpp:237: error: 'childCount' was not declared in this scope channel.cpp:237: error: 'stateopen' was not declared in this scope channel.cpp:241: error: invalid use of incomplete type 'struct QListViewItem' menubar.h:9: error: forward declaration of 'struct QListViewItem' channel.cpp:242: error: invalid use of incomplete type 'struct QListViewItem' menubar.h:9: error: forward declaration of 'struct QListViewItem' channel.cpp: At global scope: channel.cpp:249: error: prototype for 'void Channel::onRightButtonClicked(QListViewItem*, const QPoint&, int)' does not match any in class 'Channel' channel.h:40: error: candidate is: void Channel::onRightButtonClicked(int*, const QPoint&, int) channel.cpp: In member function 'void Channel::onRightButtonClicked(QListViewItem*, const QPoint&, int)': channel.cpp:252: error: invalid use of incomplete type 'struct QListViewItem' menubar.h:9: error: forward declaration of 'struct QListViewItem' channel.cpp:257: error: invalid use of incomplete type 'struct QListViewItem' menubar.h:9: error: forward declaration of 'struct QListViewItem' channel.cpp:260: error: invalid use of incomplete type 'struct QListViewItem' menubar.h:9: error: forward declaration of 'struct QListViewItem' channel.cpp:261: error: invalid use of incomplete type 'struct QListViewItem' menubar.h:9: error: forward declaration of 'struct QListViewItem' channel.cpp:263: error: invalid use of incomplete type 'struct QListViewItem' menubar.h:9: error: forward declaration of 'struct QListViewItem' channel.cpp:264: error: invalid use of incomplete type 'struct QListViewItem' menubar.h:9: error: forward declaration of 'struct QListViewItem' channel.cpp:265: error: invalid use of incomplete type 'struct QListViewItem' menubar.h:9: error: forward declaration of 'struct QListViewItem' channel.cpp:266: error: invalid use of incomplete type 'struct QListViewItem' menubar.h:9: error: forward declaration of 'struct QListViewItem' channel.cpp:268: error: invalid use of incomplete type 'struct QListViewItem' menubar.h:9: error: forward declaration of 'struct QListViewItem' channel.cpp:269: error: invalid use of incomplete type 'struct QListViewItem' menubar.h:9: error: forward declaration of 'struct QListViewItem' channel.cpp: At global scope: channel.cpp:277: error: prototype for 'void Channel::onMouseMoved(QListViewItem*)' does not match any in class 'Channel' channel.h:41: error: candidate is: void Channel::onMouseMoved(int*) channel.cpp: In member function 'virtual void Channel::mouseMoveEvent(QMouseEvent*)': channel.cpp:286: error: invalid use of incomplete type 'struct QMouseEvent' /usr/include/qt4/QtGui/qwidget.h:70: error: forward declaration of 'struct QMouseEvent' channel.cpp:289: error: invalid use of incomplete type 'struct QScrollBar' /usr/include/qt4/QtGui/qabstractscrollarea.h:50: error: forward declaration of 'struct QScrollBar' channel.cpp:290: error: invalid use of incomplete type 'struct QScrollBar' /usr/include/qt4/QtGui/qabstractscrollarea.h:50: error: forward declaration of 'struct QScrollBar' channel.cpp:292: error: invalid use of incomplete type 'struct QScrollBar' /usr/include/qt4/QtGui/qabstractscrollarea.h:50: error: forward declaration of 'struct QScrollBar' channel.cpp:293: error: invalid use of incomplete type 'struct QScrollBar' /usr/include/qt4/QtGui/qabstractscrollarea.h:50: error: forward declaration of 'struct QScrollBar' channel.cpp: In member function 'void Channel::toggleChannelSort()': channel.cpp:303: error: invalid use of incomplete type 'struct QPopupMenu' menubar.h:8: error: forward declaration of 'struct QPopupMenu' channel.cpp:304: error: 'setSortColumn' was not declared in this scope channel.cpp:306: error: 'setSortColumn' was not declared in this scope channel.cpp: In member function 'void Channel::toggleNullChannel()': channel.cpp:313: error: invalid use of incomplete type 'struct QPopupMenu' menubar.h:8: error: forward declaration of 'struct QPopupMenu' channel.cpp:315: error: 'firstChild' was not declared in this scope channel.cpp:317: error: invalid use of incomplete type 'struct QListViewItem' menubar.h:9: error: forward declaration of 'struct QListViewItem' channel.cpp:326: error: invalid use of incomplete type 'struct QListViewItem' menubar.h:9: error: forward declaration of 'struct QListViewItem' channel.cpp:328: error: invalid use of incomplete type 'struct QListViewItem' menubar.h:9: error: forward declaration of 'struct QListViewItem' channel.cpp:332: error: invalid use of incomplete type 'struct QListViewItem' menubar.h:9: error: forward declaration of 'struct QListViewItem' channel.cpp:335: error: invalid use of incomplete type 'struct QListViewItem' menubar.h:9: error: forward declaration of 'struct QListViewItem' channel.cpp:336: error: invalid use of incomplete type 'struct QListViewItem' menubar.h:9: error: forward declaration of 'struct QListViewItem' channel.cpp:338: error: invalid use of incomplete type 'struct QListViewItem' menubar.h:9: error: forward declaration of 'struct QListViewItem' channel.cpp:341: error: invalid use of incomplete type 'struct QListViewItem' menubar.h:9: error: forward declaration of 'struct QListViewItem' channel.cpp:343: error: invalid use of incomplete type 'struct QListViewItem' menubar.h:9: error: forward declaration of 'struct QListViewItem' channel.cpp:345: error: invalid use of incomplete type 'struct QListViewItem' menubar.h:9: error: forward declaration of 'struct QListViewItem' channel.cpp: In member function 'void Channel::switchChannelColor(int)': channel.cpp:353: error: 'firstChild' was not declared in this scope channel.cpp:355: error: invalid use of incomplete type 'struct QListViewItem' menubar.h:9: error: forward declaration of 'struct QListViewItem' channel.cpp:357: error: invalid use of incomplete type 'struct QListViewItem' menubar.h:9: error: forward declaration of 'struct QListViewItem' channel.cpp:359: error: invalid use of incomplete type 'struct QListViewItem' menubar.h:9: error: forward declaration of 'struct QListViewItem' channel.cpp:365: error: invalid use of incomplete type 'struct QListViewItem' menubar.h:9: error: forward declaration of 'struct QListViewItem' channel.cpp:367: error: invalid use of incomplete type 'struct QListViewItem' menubar.h:9: error: forward declaration of 'struct QListViewItem' channel.cpp:369: error: invalid use of incomplete type 'struct QListViewItem' menubar.h:9: error: forward declaration of 'struct QListViewItem' channel.cpp: In member function 'void Channel::updateOpenState()': channel.cpp:377: error: 'childCount' was not declared in this scope channel.cpp:377: error: 'stateopen' was not declared in this scope channel.cpp:379: error: 'firstChild' was not declared in this scope channel.cpp:382: error: invalid use of incomplete type 'struct QListViewItem' menubar.h:9: error: forward declaration of 'struct QListViewItem' channel.cpp:387: error: invalid use of incomplete type 'struct QListViewItem' menubar.h:9: error: forward declaration of 'struct QListViewItem' channel.cpp:392: error: invalid use of incomplete type 'struct QListViewItem' menubar.h:9: error: forward declaration of 'struct QListViewItem' channel.cpp:397: error: invalid use of incomplete type 'struct QListViewItem' menubar.h:9: error: forward declaration of 'struct QListViewItem' channel.cpp: In member function 'bool Channel::SopMatch(QString&, QString&, QString&)': channel.cpp:411: error: 'class QString' has no member named 'find' channel.cpp:417: error: 'class QString' has no member named 'find' channel.cpp:421: error: 'firstChild' was not declared in this scope channel.cpp:423: error: invalid use of incomplete type 'struct QListViewItem' menubar.h:9: error: forward declaration of 'struct QListViewItem' channel.cpp:425: error: invalid use of incomplete type 'struct QListViewItem' menubar.h:9: error: forward declaration of 'struct QListViewItem' channel.cpp:426: error: invalid use of incomplete type 'struct QListViewItem' menubar.h:9: error: forward declaration of 'struct QListViewItem' channel.cpp:427: error: invalid use of incomplete type 'struct QListViewItem' menubar.h:9: error: forward declaration of 'struct QListViewItem' channel.cpp:430: error: invalid use of incomplete type 'struct QListViewItem' menubar.h:9: error: forward declaration of 'struct QListViewItem' channel.cpp:432: error: invalid use of incomplete type 'struct QListViewItem' menubar.h:9: error: forward declaration of 'struct QListViewItem' make: *** [.obj/config.o] Error 1 make: *** Waiting for unfinished jobs.... make: *** [.obj/channel.o] Error 1 * * ERROR: media-tv/qsopcast-0.3.5 failed. * Call stack: * ebuild.sh, line 1701: Called dyn_compile * ebuild.sh, line 1039: Called qa_call 'src_compile' * ebuild.sh, line 44: Called src_compile * qsopcast-0.3.5.ebuild, line 43: Called die * The specific snippet of code: * emake || die "emake failed" * The die message: * emake failed * * If you need support, post the topmost build error, and the call stack if relevant. * A complete build log is located at '/var/tmp/portage/media-tv/qsopcast-0.3.5/temp/build.log'. *