Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 12506 - Kdeadmin-3.1_rc5 failed to compile
Summary: Kdeadmin-3.1_rc5 failed to compile
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-12-21 01:17 UTC by Cletus Lichte
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 Cletus Lichte 2002-12-21 01:17:30 UTC
A few days ago my system updated qt to 3.1.1.  After that happened, all my icons
vanished and kde programs started to crash.  I unemerged all of kde and
recompiled everything, but kdeadmin will not compile with the following message:



g++ -DHAVE_CONFIG_H -I. -I. -I..  -I/usr/kde/3.1/include -I/usr/qt/3/include
-I/usr/X11R6/include   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wnon-virtual-dtor
-Wno-long-long -Wundef -Wall -pedantic -W -Wpointer-arith -Wmissing-prototypes
-Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align
-Wconversion -DNDEBUG -DNO_DEBUG -O2 -march=i586 -m3dnow -O3 -pipe
-fomit-frame-pointer -fno-exceptions -fno-check-new -DQT_CLEAN_NAMESPACE
-DQT_NO_ASCII_CAST  -c -o packageDisplay.o `test -f 'packageDisplay.cpp' || echo
'./'`packageDisplay.cpp
make[3]: *** [managementWidget.o] Error 1
make[3]: *** Waiting for unfinished jobs....
In file included from packageDisplay.cpp:25:
packageProperties.h:19:25: qttableview.h: No such file or directory
make[3]: *** [packageDisplay.o] Error 1
make[3]: Leaving directory
`/tmp/portage/kdeadmin-3.1_rc5/work/kdeadmin-3.1rc5/kpackage'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
`/tmp/portage/kdeadmin-3.1_rc5/work/kdeadmin-3.1rc5/kpackage'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/tmp/portage/kdeadmin-3.1_rc5/work/kdeadmin-3.1rc5'
make: *** [all] Error 2

!!! ERROR: kde-base/kdeadmin-3.1_rc5 failed.
!!! Function kde_src_compile, Line 88, Exitcode 2
!!! died running emake, kde_src_compile:make
Comment 1 Hannes Mehnert (RETIRED) gentoo-dev 2002-12-21 13:29:07 UTC
should be fixed in cvs now. please test & report success/failure. 
thanks. 
Comment 2 Cletus Lichte 2002-12-27 17:57:49 UTC
It is now working, thanks!