Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 6938 - Kportagemaster 0.4.2 fails to compile.
Summary: Kportagemaster 0.4.2 fails to compile.
Status: RESOLVED DUPLICATE of bug 6403
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-08-23 10:03 UTC by Maurizio Disimino
Modified: 2005-07-17 13:06 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 Maurizio Disimino 2002-08-23 10:03:16 UTC
c++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/kde/3/include -I/usr/qt/3/include -I/usr/X11R6/include   -DQT_THREAD_SUPPORT  -D_REENTRANT  -DNDEBUG -DNO_DEBUG -march=i686 -pipe -fno-exceptions -fno-check-new  -c kportagemaster.cpp c++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/kde/3/include -I/usr/qt/3/include -I/usr/X11R6/include   -DQT_THREAD_SUPPORT  -D_REENTRANT  -DNDEBUG -DNO_DEBUG -march=i686 -pipe -fno-exceptions -fno-check-new  -c main.cpp /usr/qt/3/bin/moc ebuildview.h -o ebuildview.moc rm -f ebuildview.cpp echo '#include <klocale.h>' > ebuildview.cpp /usr/qt/3/bin/uic -L /usr/lib/kde3/plugins/designer -nounload -tr tr2i18n -i ebuildview.h ./ebuildview.ui | sed -e "s,tr2i18n( \"\" ),QString::null,g" | sed -e "s,tr2i18n( \"\"\, \"\" ),QString::null,g" | sed -e "s,image\([0-9][0-9]*\)_data,img\1_ebuildview,g" >> ebuildview.cpp || rm -f ebuildview.cpp QSettings: error creating /root/.qt QSettings: error creating /root/.qt QSettings: error creating /root/.qt QSettings::sync: filename is null/empty QSettings: error creating /root/.qt QSettings::sync: filename is null/empty QSettings: error creating /root/.qt QSettings::sync: filename is null/empty QSettings: error creating /root/.qt QSettings::sync: filename is null/empty echo '#include "ebuildview.moc"' >> ebuildview.cpp creating kportagemaster_meta_unload.cpp c++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/kde/3/include -I/usr/qt/3/include -I/usr/X11R6/include   -DQT_THREAD_SUPPORT  -D_REENTRANT  -DNDEBUG -DNO_DEBUG -march=i686 -pipe -fno-exceptions -fno-check-new  -c ebuildview.cpp kportagemaster.cpp:840:2: warning: no newline at end of file c++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/kde/3/include -I/usr/qt/3/include -I/usr/X11R6/include   -DQT_THREAD_SUPPORT  -D_REENTRANT  -DNDEBUG -DNO_DEBUG -march=i686 -pipe -fno-exceptions -fno-check-new  -c kportagemaster_meta_unload.cpp In file included from ebuildview.cpp:20: ebuildview.ui.h: In member function `virtual void EbuildView::setURL(const    QString&)': ebuildview.ui.h:32: invalid use of undefined type `struct KURLLabel' ebuildview.h:17: forward declaration of `struct KURLLabel' ebuildview.ui.h:33: invalid use of undefined type `struct KURLLabel' ebuildview.h:17: forward declaration of `struct KURLLabel' ebuildview.cpp: In constructor `EbuildView::EbuildView(QWidget*, const char*,    unsigned int)': ebuildview.cpp:128: invalid use of undefined type `struct KURLLabel' ebuildview.h:17: forward declaration of `struct KURLLabel' ebuildview.cpp:129: invalid use of undefined type `struct KURLLabel' ebuildview.h:17: forward declaration of `struct KURLLabel' ebuildview.cpp:130: invalid use of undefined type `struct KURLLabel' ebuildview.h:17: forward declaration of `struct KURLLabel' ebuildview.cpp:131: no matching function for call to `QHBoxLayout::addWidget(    KURLLabel*&)' /usr/qt/3/include/qlayout.h:378: candidates are: void    QBoxLayout::addWidget(QWidget*, int = 0, int = 0) ebuildview.cpp:156: no matching function for call to `EbuildView::connect(    KURLLabel*&, const char[32], EbuildView* const, const char[30])' /usr/qt/3/include/qobject.h:112: candidates are: static bool    QObject::connect(const QObject*, const char*, const QObject*, const char*) /usr/qt/3/include/qobject.h:208:                 bool QObject::connect(const    QObject*, const char*, const char*) const make[3]: *** [ebuildview.o] Error 1 make[3]: Leaving directory `/var/tmp/portage/kportagemaster-0.4.2/work/kportagemaster-0.4.2/kportagemaster' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/var/tmp/portage/kportagemaster-0.4.2/work/kportagemaster-0.4.2/kportagemaster' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/var/tmp/portage/kportagemaster-0.4.2/work/kportagemaster-0.4.2' make: *** [all-recursive-am] Error 2  !!! ERROR: The ebuild did not complete successfully. !!! Function kde_src_compile, Line -6657, Exitcode 2 !!! died running emake, kde_src_compile:make  !!! emerge aborting on  /usr/portage/app-admin/kportagemaster/kportagemaster-0.4.2.ebuild . sexybit root #  Gentoo 1.4 - gcc3.2 - portage .28
Comment 1 SpanKY gentoo-dev 2002-08-23 13:33:55 UTC
http://bugs.gentoo.org/show_bug.cgi?id=6403#c7

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