You are not logged in.

Dear visitor, welcome to KDE-Forum.org. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

1

Tuesday, August 16th 2005, 9:40pm

cant compile kde 3.4.1 and 3.4.2 on gentoo

I got that error with kde 3.4.1 and 3.4.2 and i tried different gcc/glibc versions. Please suggest somethink!

Source code

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/usr/kde/3.4/bin/dcopidl ./remotedirnotify.h > remotedirnotify.kidl || ( rm -f remotedirnotify.kidl ; false )
/usr/kde/3.4/bin/dcopidl ./remotedirnotifymodule.h > remotedirnotifymodule.kidl || ( rm -f remotedirnotifymodule.kidl ; false )
/usr/kde/3.4/bin/dcopidl2cpp --c++-suffix cpp --no-signals --no-stub remotedirnotify.kidl
/usr/kde/3.4/bin/dcopidl2cpp --c++-suffix cpp --no-signals --no-stub remotedirnotifymodule.kidl
/bin/sh ../../../libtool --silent --mode=compile --tag=CXX i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I/usr/kde/3.4/include -I/usr/qt/3/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT -D_FILE_OFFSET_BITS=64  -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wno-non-virtual-dtor -DNDEBUG -DNO_DEBUG -O2 -O2 -march=athlon-xp -pipe -fomit-frame-pointer -ffast-math -funroll-loops -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -D_GNU_SOURCE  -c -o remotedirnotify_skel.lo `test -f 'remotedirnotify_skel.cpp' || echo './'`remotedirnotify_skel.cpp
/bin/sh ../../../libtool --silent --mode=compile --tag=CXX i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I/usr/kde/3.4/include -I/usr/qt/3/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT -D_FILE_OFFSET_BITS=64  -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wno-non-virtual-dtor -DNDEBUG -DNO_DEBUG -O2 -O2 -march=athlon-xp -pipe -fomit-frame-pointer -ffast-math -funroll-loops -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -D_GNU_SOURCE  -c -o remotedirnotifymodule_skel.lo `test -f 'remotedirnotifymodule_skel.cpp' || echo './'`remotedirnotifymodule_skel.cpp
/bin/sh ../../../libtool --silent --mode=link --tag=CXX i686-pc-linux-gnu-g++  -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wno-non-virtual-dtor -DNDEBUG -DNO_DEBUG -O2 -O2 -march=athlon-xp -pipe -fomit-frame-pointer -ffast-math -funroll-loops -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -D_GNU_SOURCE    -o kded_remotedirnotify.la -rpath /usr/kde/3.4/lib/kde3 -L/usr/kde/3.4/lib -L/usr/qt/3/lib -L/usr/lib    -module -avoid-version remotedirnotify.lo remotedirnotifymodule.lo remotedirnotify_skel.lo remotedirnotifymodule_skel.lo -lkio
make[4]: Leaving directory `/bigdisk/portage-tmp/portage/kdebase-3.4.2-r1/work/kdebase-3.4.2/kioslave/remote/kdedmodule'
make[3]: Leaving directory `/bigdisk/portage-tmp/portage/kdebase-3.4.2-r1/work/kdebase-3.4.2/kioslave/remote'
Making all in system
make[3]: Entering directory `/bigdisk/portage-tmp/portage/kdebase-3.4.2-r1/work/kdebase-3.4.2/kioslave/system'
make[3]: *** No rule to make target `all'.  Stop.
make[3]: Leaving directory `/bigdisk/portage-tmp/portage/kdebase-3.4.2-r1/work/kdebase-3.4.2/kioslave/system'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/bigdisk/portage-tmp/portage/kdebase-3.4.2-r1/work/kdebase-3.4.2/kioslave'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/bigdisk/portage-tmp/portage/kdebase-3.4.2-r1/work/kdebase-3.4.2'
make: *** [all] Error 2

!!! ERROR: kde-base/kdebase-3.4.2-r1 failed.
!!! Function kde_src_compile, Line 169, Exitcode 2
!!! died running emake, kde_src_compile:make
!!! If you need support, post the topmost build error, NOT this status message.