Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 7012 - kportagemaster fails to emerge
Summary: kportagemaster fails to emerge
Status: RESOLVED DUPLICATE of bug 6403
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: Highest critical (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-08-25 10:09 UTC by Mark
Modified: 2005-07-17 13:06 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 Mark 2002-08-25 10:09:40 UTC
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
fcntl: Bad file descriptor
fcntl: Bad file descriptor
fcntl: Bad file descriptor
QSettings::sync: failed to open '/root/.qt/qt_plugins_3.0rc' for writing
Conflict in /usr/qt/3/plugins/designer/kdewidgets.so:
Plugin cannot be queried successfully!
fcntl: Bad file descriptor
fcntl: Bad file descriptor
fcntl: Bad file descriptor
QSettings::sync: failed to open '/root/.qt/qt_plugins_3.0rc' for writing
fcntl: Bad file descriptor
fcntl: Bad file descriptor
fcntl: Bad file descriptor
QSettings::sync: failed to open '/root/.qt/qt_plugins_3.0rc' for writing
fcntl: Bad file descriptor
fcntl: Bad file descriptor
fcntl: Bad file descriptor
QSettings::sync: failed to open '/root/.qt/qt_plugins_3.0rc' for writing
fcntl: Bad file descriptor
fcntl: Bad file descriptor
fcntl: Bad file descriptor
QSettings::sync: failed to open '/root/.qt/qt_plugins_3.0rc' for writing
fcntl: Bad file descriptor
fcntl: Bad file descriptor
fcntl: Bad file descriptor
QSettings::sync: failed to open '/root/.qt/qt_plugins_3.0rc' for writing
Conflict in /usr/qt/3/plugins/designer/kdewidgets.so:
Plugin cannot be queried successfully!
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
-mcpu=i686 -pipe -fno-exceptions -fno-check-new -c ebuildview.cpp
In file included from ebuildview.cpp:20:
ebuildview.ui.h: In method `void EbuildView::setURL(const QString &)':
ebuildview.ui.h:32: invalid use of undefined type `class KURLLabel'
ebuildview.h:17: forward declaration of `class KURLLabel'
ebuildview.ui.h:33: invalid use of undefined type `class KURLLabel'
ebuildview.h:17: forward declaration of `class KURLLabel'
ebuildview.cpp: In method `EbuildView::EbuildView(QWidget * = 0, const char * =
0, unsigned int = 0)':
ebuildview.cpp:128: invalid use of undefined type `class KURLLabel'
ebuildview.h:17: forward declaration of `class KURLLabel'
ebuildview.cpp:129: invalid use of undefined type `class KURLLabel'
ebuildview.h:17: forward declaration of `class KURLLabel'
ebuildview.cpp:130: invalid use of undefined type `class KURLLabel'
ebuildview.h:17: forward declaration of `class 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 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]: *** Waiting for unfinished jobs....
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 .
Comment 1 SpanKY gentoo-dev 2002-08-25 15:31:45 UTC
http://bugs.gentoo.org/show_bug.cgi?id=6403#c7

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