Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 6883 - ktail can't be emerged
Summary: ktail can't be emerged
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Dan Armak (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-08-22 09:45 UTC by Juergen Nagel
Modified: 2003-02-04 19:42 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 Juergen Nagel 2002-08-22 09:45:06 UTC
When I try to emerge ktail 0.6.1, I get the following error message:

creating ktail_meta_unload.cpp                                                 
                                             
c++ -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/kde/include -I/opt/qt/include
-I/usr/X11R6/include   -DQT_THREAD_SUPPORT  -D_REENTRAN
T  -DNDEBUG -DNO_DEBUG -O2 -march=i686 -O3 -pipe -fno-exceptions -fno-check-new
 -c removedlg.cpp                            
removedlg.cpp: In method `RemoveDlg::RemoveDlg(QWidget * = 0, const char * = 0,
bool = FALSE, unsigned int = 0)':            
removedlg.cpp:35: invalid use of undefined type `class KListBox'               
                                             
removedlg.h:17: forward declaration of `class KListBox'                        
                                             
removedlg.cpp:36: invalid use of undefined type `class KListBox'               
                                             
removedlg.h:17: forward declaration of `class KListBox'                        
                                             
removedlg.cpp:37: invalid use of undefined type `class KListBox'               
                                             
removedlg.h:17: forward declaration of `class KListBox'                        
                                             
removedlg.cpp:38: incomplete type `KListBox' does not have member `Extended'   
                                             
removedlg.cpp:39: no matching function for call to `QWhatsThis::add (KListBox
*&, QString)'                                  
/opt/qt/include/qwhatsthis.h:61: candidates are: static void
QWhatsThis::add(QWidget *, const QString &)                     
removedlg.cpp:41: no matching function for call to `QGridLayout::addWidget
(KListBox *&, int, int)'                          
/opt/qt/include/qlayout.h:323: candidates are: void
QGridLayout::addWidget(QWidget *, int, int, int = 0)                     
c++ -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/kde/include -I/opt/qt/include
-I/usr/X11R6/include   -DQT_THREAD_SUPPORT  -D_REENTRAN
T  -DNDEBUG -DNO_DEBUG -O2 -march=i686 -O3 -pipe -fno-exceptions -fno-check-new
 -c logoptdlg.cpp                            
make[2]: *** [removedlg.o] Error 1                                             
                                             
make[2]: *** Waiting for unfinished jobs....                                   
                                             
make[2]: Leaving directory `/var/tmp/portage/ktail-0.6.1/work/ktail-0.6.1/ktail'
                                            
make[1]: *** [all-recursive] Error 1                                           
                                             
make[1]: Leaving directory `/var/tmp/portage/ktail-0.6.1/work/ktail-0.6.1'     
                                             
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/ktail/ktail-0.6.1.ebuild .
Comment 1 Dan Armak (RETIRED) gentoo-dev 2002-08-26 06:59:57 UTC
Please emerge rsync and try again. 
Comment 2 Juergen Nagel 2002-08-26 09:28:04 UTC
works perfectly now