I was doing an emerge --update world on a dual Pentium 4 at 2.2 GHz with HyperThreading technology (so the operating system sees four processors) and get a segmentation fault when building a KDE component. I run make with the -j5 options to utilize all of the processors when building. I have a couple other Gentoo systems that also have KDE that have emerged this without any problems. Here is the output that I get: make[3]: Entering directory `/var/tmp/portage/kdenetwork-3.0.3/work/kdenetwork-3.0.3/kpf/src' /usr/kde/3/bin/dcopidl ./WebServer.h > WebServer.kidl || ( rm -f WebServer.kidl ; /bin/false ) /usr/qt/3/bin/moc ./DirSelectWidget.h -o DirSelectWidget.moc /usr/qt/3/bin/moc ./Server.h -o Server.moc /usr/qt/3/bin/moc ./WebServer.h -o WebServer.moc /usr/qt/3/bin/moc ./WebServerSocket.h -o WebServerSocket.moc /usr/qt/3/bin/moc ./WebServerManager.h -o WebServerManager.moc /usr/qt/3/bin/moc ./SingleServerConfigDialog.h -o SingleServerConfigDialog.moc /usr/qt/3/bin/moc ./ConfigDialogPage.h -o ConfigDialogPage.moc /usr/qt/3/bin/moc ./ErrorMessageConfigDialog.h -o ErrorMessageConfigDialog.moc /usr/qt/3/bin/moc ./ActiveMonitor.h -o ActiveMonitor.moc /usr/qt/3/bin/moc ./ActiveMonitorWindow.h -o ActiveMonitorWindow.moc /usr/qt/3/bin/moc ./BandwidthGraph.h -o BandwidthGraph.moc /usr/qt/3/bin/moc ./ServerWizard.h -o ServerWizard.moc /usr/qt/3/bin/moc ./AppletItem.h -o AppletItem.moc /usr/kde/3/bin/dcopidl ./WebServerManager.h > WebServerManager.kidl || ( rm -f WebServerManager.kidl ; /bin/false ) /usr/qt/3/bin/moc ./StartingKPFDialog.h -o StartingKPFDialog.moc /usr/qt/3/bin/moc ./PropertiesDialogPlugin.h -o PropertiesDialogPlugin.moc creating kpfapplet_la_meta_unload.cpp creating kpfpropertiesdialogplugin_la_meta_unload.cpp /usr/kde/3/bin/dcopidl2cpp --c++-suffix cpp --no-signals --no-skel WebServer.kidl /usr/kde/3/bin/dcopidl2cpp --c++-suffix cpp --no-signals --no-stub WebServer.kidl /usr/kde/3/bin/dcopidl2cpp --c++-suffix cpp --no-signals --no-skel WebServerManager.kidl /usr/kde/3/bin/dcopidl2cpp --c++-suffix cpp --no-signals --no-stub WebServerManager.kidl creating kpfpropertiesdialogplugin_la.all_cpp.cpp ... /bin/sh ../../libtool --mode=compile --tag=CXX i686-pc-linux-gnu-g++ -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 -O2 -march=i686 -O3 -pipe -mcpu=i686 -fforce-addr -fomit-frame-pointer -funroll-loops -frerun-cse-after-loop -frerun-loop-opt -malign-functions=4 -fno-exceptions -fno-check-new -DQT_NO_COMPAT -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DKDE_NO_COMPAT -DKDE_NO_COMPAT_H -c -o kpfpropertiesdialogplugin_la.all_cpp.lo `test -f kpfpropertiesdialogplugin_la.all_cpp.cpp || echo './'`kpfpropertiesdialogplugin_la.all_cpp.cpp creating kpfapplet_la.all_cpp.cpp ... /bin/sh ../../libtool --mode=compile --tag=CXX i686-pc-linux-gnu-g++ -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 -O2 -march=i686 -O3 -pipe -mcpu=i686 -fforce-addr -fomit-frame-pointer -funroll-loops -frerun-cse-after-loop -frerun-loop-opt -malign-functions=4 -fno-exceptions -fno-check-new -DQT_NO_COMPAT -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DKDE_NO_COMPAT -DKDE_NO_COMPAT_H -c -o kpfapplet_la.all_cpp.lo `test -f kpfapplet_la.all_cpp.cpp || echo './'`kpfapplet_la.all_cpp.cpp mkdir .libs i686-pc-linux-gnu-g++ -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 -O2 -march=i686 -O3 -pipe -mcpu=i686 -fforce-addr -fomit-frame-pointer -funroll-loops -frerun-cse-after-loop -frerun-loop-opt -malign-functions=4 -fno-exceptions -fno-check-new -DQT_NO_COMPAT -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DKDE_NO_COMPAT -DKDE_NO_COMPAT_H -c kpfpropertiesdialogplugin_la.all_cpp.cpp -fPIC -DPIC -o .libs/kpfpropertiesdialogplugin_la.all_cpp.o i686-pc-linux-gnu-g++ -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 -O2 -march=i686 -O3 -pipe -mcpu=i686 -fforce-addr -fomit-frame-pointer -funroll-loops -frerun-cse-after-loop -frerun-loop-opt -malign-functions=4 -fno-exceptions -fno-check-new -DQT_NO_COMPAT -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DKDE_NO_COMPAT -DKDE_NO_COMPAT_H -c kpfapplet_la.all_cpp.cpp -fPIC -DPIC -o .libs/kpfapplet_la.all_cpp.o i686-pc-linux-gnu-g++ -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 -O2 -march=i686 -O3 -pipe -mcpu=i686 -fforce-addr -fomit-frame-pointer -funroll-loops -frerun-cse-after-loop -frerun-loop-opt -malign-functions=4 -fno-exceptions -fno-check-new -DQT_NO_COMPAT -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DKDE_NO_COMPAT -DKDE_NO_COMPAT_H -c kpfpropertiesdialogplugin_la_closure.cpp -fPIC -DPIC -o .libs/kpfpropertiesdialogplugin_la_closure.o /bin/sh ../../libtool --mode=link --tag=CXX i686-pc-linux-gnu-g++ -DNDEBUG -DNO_DEBUG -O2 -march=i686 -O3 -pipe -mcpu=i686 -fforce-addr -fomit-frame-pointer -funroll-loops -frerun-cse-after-loop -frerun-loop-opt -malign-functions=4 -fno-exceptions -fno-check-new -DQT_NO_COMPAT -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DKDE_NO_COMPAT -DKDE_NO_COMPAT_H -o kpfpropertiesdialogplugin.la.closure kpfpropertiesdialogplugin_la_closure.lo -L/usr/X11R6/lib -L/usr/qt/3/lib -L/usr/kde/3/lib -module -no-undefined -avoid-version kpfpropertiesdialogplugin_la.all_cpp.lo -lkio i686-pc-linux-gnu-g++ -DNDEBUG -DNO_DEBUG -O2 -march=i686 -O3 -pipe -mcpu=i686 -fforce-addr -fomit-frame-pointer -funroll-loops -frerun-cse-after-loop -frerun-loop-opt -malign-functions=4 -fno-exceptions -fno-check-new -DQT_NO_COMPAT -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DKDE_NO_COMPAT -DKDE_NO_COMPAT_H -o kpfpropertiesdialogplugin.la.closure .libs/kpfpropertiesdialogplugin_la_closure.o .libs/kpfpropertiesdialogplugin_la.all_cpp.o -L/usr/X11R6/lib -L/usr/qt/3/lib -L/usr/kde/3/lib /usr/kde/3/lib/libkio.so -L/usr/lib/gcc-lib/i686-pc-linux-gnu/2.95.3 -L/usr/i686-pc-linux-gnu/lib /usr/kde/3/lib/libkdeui.so /usr/kde/3/lib/libkdefx.so -lXrender /usr/kde/3/lib/libkdesu.so /usr/kde/3/lib/libkdecore.so /usr/kde/3/lib/libDCOP.so -lqt-mt -lpng -lX11 -lSM -lICE -lpthread -ldl -lXext -lresolv -lXinerama -lutil -lz /usr/lib/libfam.so -lstdc++ -lm -lc -lgcc -Wl,--rpath -Wl,/usr/kde/3/lib -Wl,--rpath -Wl,/usr/kde/3/lib -Wl,--rpath -Wl,/usr/qt/3/lib -Wl,--rpath -Wl,/usr/X11R6/lib /bin/sh ../../libtool --mode=link --tag=CXX i686-pc-linux-gnu-g++ -DNDEBUG -DNO_DEBUG -O2 -march=i686 -O3 -pipe -mcpu=i686 -fforce-addr -fomit-frame-pointer -funroll-loops -frerun-cse-after-loop -frerun-loop-opt -malign-functions=4 -fno-exceptions -fno-check-new -DQT_NO_COMPAT -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DKDE_NO_COMPAT -DKDE_NO_COMPAT_H -o kpfpropertiesdialogplugin.la -rpath /usr/kde/3/lib/kde3 -L/usr/X11R6/lib -L/usr/qt/3/lib -L/usr/kde/3/lib -module -no-undefined -avoid-version kpfpropertiesdialogplugin_la.all_cpp.lo -lkio make[3]: *** [kpfpropertiesdialogplugin.la] Segmentation fault make[3]: *** Waiting for unfinished jobs.... sed: Couldn't close {standard output} make[3]: Leaving directory `/var/tmp/portage/kdenetwork-3.0.3/work/kdenetwork-3.0.3/kpf/src' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/var/tmp/portage/kdenetwork-3.0.3/work/kdenetwork-3.0.3/kpf' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/var/tmp/portage/kdenetwork-3.0.3/work/kdenetwork-3.0.3' make: *** [all] Error 2 !!! ERROR: The ebuild did not complete successfully. !!! Function kde_src_compile, Line -6658, Exitcode 2 !!! died running emake, kde_src_compile:make
<i think this is the correct formated output ... what a pain ...> I was doing an emerge --update world on a dual Pentium 4 at 2.2 GHz with HyperThreading technology (so the operating system sees four processors) and get a segmentation fault when building a KDE component. I run make with the -j5 options to utilize all of the processors when building. I have a couple other Gentoo systems that also have KDE that have emerged this without any problems. Here is the output that I get: make[3]: Entering directory `/var/tmp/portage/kdenetwork-3.0.3/work/kdenetwork- 3.0.3/kpf/src' /usr/kde/3/bin/dcopidl ./WebServer.h > WebServer.kidl || ( rm -f WebServer.kidl ; /bin/false ) /usr/qt/3/bin/moc ./DirSelectWidget.h -o DirSelectWidget.moc /usr/qt/3/bin/moc ./Server.h -o Server.moc /usr/qt/3/bin/moc ./WebServer.h -o WebServer.moc /usr/qt/3/bin/moc ./WebServerSocket.h -o WebServerSocket.moc /usr/qt/3/bin/moc ./WebServerManager.h -o WebServerManager.moc /usr/qt/3/bin/moc ./SingleServerConfigDialog.h -o SingleServerConfigDialog.moc /usr/qt/3/bin/moc ./ConfigDialogPage.h -o ConfigDialogPage.moc /usr/qt/3/bin/moc ./ErrorMessageConfigDialog.h -o ErrorMessageConfigDialog.moc /usr/qt/3/bin/moc ./ActiveMonitor.h -o ActiveMonitor.moc /usr/qt/3/bin/moc ./ActiveMonitorWindow.h -o ActiveMonitorWindow.moc /usr/qt/3/bin/moc ./BandwidthGraph.h -o BandwidthGraph.moc /usr/qt/3/bin/moc ./ServerWizard.h -o ServerWizard.moc /usr/qt/3/bin/moc ./AppletItem.h -o AppletItem.moc /usr/kde/3/bin/dcopidl ./WebServerManager.h > WebServerManager.kidl || ( rm -f WebServerManager.kidl ; /bin/false ) /usr/qt/3/bin/moc ./StartingKPFDialog.h -o StartingKPFDialog.moc /usr/qt/3/bin/moc ./PropertiesDialogPlugin.h -o PropertiesDialogPlugin.moc creating kpfapplet_la_meta_unload.cpp creating kpfpropertiesdialogplugin_la_meta_unload.cpp /usr/kde/3/bin/dcopidl2cpp --c++-suffix cpp --no-signals --no-skel WebServer.kidl /usr/kde/3/bin/dcopidl2cpp --c++-suffix cpp --no-signals --no-stub WebServer.kidl /usr/kde/3/bin/dcopidl2cpp --c++-suffix cpp --no-signals --no-skel WebServerManager.kidl /usr/kde/3/bin/dcopidl2cpp --c++-suffix cpp --no-signals --no-stub WebServerManager.kidl creating kpfpropertiesdialogplugin_la.all_cpp.cpp ... /bin/sh ../../libtool --mode=compile --tag=CXX i686-pc-linux-gnu-g++ -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 -O2 -march=i686 -O3 -pipe -mcpu=i686 -fforce-addr -fomit- frame-pointer -funroll-loops -frerun-cse-after-loop -frerun-loop-opt -malign- functions=4 -fno-exceptions -fno-check-new -DQT_NO_COMPAT -DQT_CLEAN_NAMESPACE - DQT_NO_ASCII_CAST -DKDE_NO_COMPAT -DKDE_NO_COMPAT_H -c -o kpfpropertiesdialogplugin_la.all_cpp.lo `test -f kpfpropertiesdialogplugin_la.all_cpp.cpp || echo './'`kpfpropertiesdialogplugin_la.all_cpp.cpp creating kpfapplet_la.all_cpp.cpp ... /bin/sh ../../libtool --mode=compile --tag=CXX i686-pc-linux-gnu-g++ -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 -O2 -march=i686 -O3 -pipe -mcpu=i686 -fforce-addr -fomit- frame-pointer -funroll-loops -frerun-cse-after-loop -frerun-loop-opt -malign- functions=4 -fno-exceptions -fno-check-new -DQT_NO_COMPAT -DQT_CLEAN_NAMESPACE - DQT_NO_ASCII_CAST -DKDE_NO_COMPAT -DKDE_NO_COMPAT_H -c -o kpfapplet_la.all_cpp.lo `test -f kpfapplet_la.all_cpp.cpp || echo './'`kpfapplet_la.all_cpp.cpp mkdir .libs i686-pc-linux-gnu-g++ -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 -O2 -march=i686 -O3 -pipe -mcpu=i686 -fforce-addr -fomit- frame-pointer -funroll-loops -frerun-cse-after-loop -frerun-loop-opt -malign- functions=4 -fno-exceptions -fno-check-new -DQT_NO_COMPAT -DQT_CLEAN_NAMESPACE - DQT_NO_ASCII_CAST -DKDE_NO_COMPAT -DKDE_NO_COMPAT_H -c kpfpropertiesdialogplugin_la.all_cpp.cpp -fPIC -DPIC - o .libs/kpfpropertiesdialogplugin_la.all_cpp.o i686-pc-linux-gnu-g++ -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 -O2 -march=i686 -O3 -pipe -mcpu=i686 -fforce-addr -fomit- frame-pointer -funroll-loops -frerun-cse-after-loop -frerun-loop-opt -malign- functions=4 -fno-exceptions -fno-check-new -DQT_NO_COMPAT -DQT_CLEAN_NAMESPACE - DQT_NO_ASCII_CAST -DKDE_NO_COMPAT -DKDE_NO_COMPAT_H -c kpfapplet_la.all_cpp.cpp -fPIC -DPIC -o .libs/kpfapplet_la.all_cpp.o i686-pc-linux-gnu-g++ -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 -O2 -march=i686 -O3 -pipe -mcpu=i686 -fforce-addr -fomit- frame-pointer -funroll-loops -frerun-cse-after-loop -frerun-loop-opt -malign- functions=4 -fno-exceptions -fno-check-new -DQT_NO_COMPAT -DQT_CLEAN_NAMESPACE - DQT_NO_ASCII_CAST -DKDE_NO_COMPAT -DKDE_NO_COMPAT_H -c kpfpropertiesdialogplugin_la_closure.cpp -fPIC -DPIC - o .libs/kpfpropertiesdialogplugin_la_closure.o /bin/sh ../../libtool --mode=link --tag=CXX i686-pc-linux-gnu-g++ -DNDEBUG -DNO_DEBUG -O2 -march=i686 -O3 -pipe - mcpu=i686 -fforce-addr -fomit-frame-pointer -funroll-loops -frerun-cse-after- loop -frerun-loop-opt -malign-functions=4 -fno-exceptions -fno-check-new - DQT_NO_COMPAT -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DKDE_NO_COMPAT - DKDE_NO_COMPAT_H -o kpfpropertiesdialogplugin.la.closure kpfpropertiesdialogplugin_la_closure.lo -L/usr/X11R6/lib -L/usr/qt/3/lib - L/usr/kde/3/lib -module -no-undefined -avoid-version kpfpropertiesdialogplugin_la.all_cpp.lo -lkio i686-pc-linux-gnu-g++ -DNDEBUG -DNO_DEBUG -O2 -march=i686 -O3 -pipe -mcpu=i686 - fforce-addr -fomit-frame-pointer -funroll-loops -frerun-cse-after-loop -frerun- loop-opt -malign-functions=4 -fno-exceptions -fno-check-new -DQT_NO_COMPAT - DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DKDE_NO_COMPAT -DKDE_NO_COMPAT_H -o kpfpropertiesdialogplugin.la.closure .libs/kpfpropertiesdialogplugin_la_closure. o .libs/kpfpropertiesdialogplugin_la.all_cpp.o -L/usr/X11R6/lib - L/usr/qt/3/lib -L/usr/kde/3/lib /usr/kde/3/lib/libkio.so -L/usr/lib/gcc- lib/i686-pc-linux-gnu/2.95.3 -L/usr/i686-pc-linux- gnu/lib /usr/kde/3/lib/libkdeui.so /usr/kde/3/lib/libkdefx.so - lXrender /usr/kde/3/lib/libkdesu.so /usr/kde/3/lib/libkdecore.so /usr/kde/3/lib/ libDCOP.so -lqt-mt -lpng -lX11 -lSM -lICE -lpthread -ldl -lXext -lresolv - lXinerama -lutil -lz /usr/lib/libfam.so -lstdc++ -lm -lc -lgcc -Wl,--rpath - Wl,/usr/kde/3/lib -Wl,--rpath -Wl,/usr/kde/3/lib -Wl,--rpath -Wl,/usr/qt/3/lib - Wl,--rpath -Wl,/usr/X11R6/lib /bin/sh ../../libtool --mode=link --tag=CXX i686-pc-linux-gnu-g++ -DNDEBUG -DNO_DEBUG -O2 -march=i686 -O3 -pipe - mcpu=i686 -fforce-addr -fomit-frame-pointer -funroll-loops -frerun-cse-after- loop -frerun-loop-opt -malign-functions=4 -fno-exceptions -fno-check-new - DQT_NO_COMPAT -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DKDE_NO_COMPAT - DKDE_NO_COMPAT_H -o kpfpropertiesdialogplugin.la -rpath /usr/kde/3/lib/kde3 - L/usr/X11R6/lib -L/usr/qt/3/lib -L/usr/kde/3/lib -module -no-undefined -avoid- version kpfpropertiesdialogplugin_la.all_cpp.lo -lkio make[3]: *** [kpfpropertiesdialogplugin.la] Segmentation fault make[3]: *** Waiting for unfinished jobs.... sed: Couldn't close {standard output} make[3]: Leaving directory `/var/tmp/portage/kdenetwork-3.0.3/work/kdenetwork- 3.0.3/kpf/src' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/var/tmp/portage/kdenetwork-3.0.3/work/kdenetwork- 3.0.3/kpf' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/var/tmp/portage/kdenetwork- 3.0.3/work/kdenetwork-3.0.3' make: *** [all] Error 2 !!! ERROR: The ebuild did not complete successfully. !!! Function kde_src_compile, Line -6658, Exitcode 2 !!! died running emake, kde_src_compile:make
can you try compiling this with -j1 instead of -j5 and see if that makes a difference ?
I explicitly put -j1 in my /etc/make.globals and it still won't compile. Although with -j1 it fails in a different location: make[3]: Entering directory `/var/tmp/portage/kdenetwork-3.0.3/work/kdenetwork-3.0.3/kdict/applet' /usr/qt/3/bin/moc ./kdictapplet.h -o kdictapplet.moc creating kdictapplet_la_meta_unload.cpp creating kdictapplet_la.all_cpp.cpp ... /bin/sh ../../libtool --mode=compile --tag=CXX i686-pc-linux-gnu-g++ -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 -O2 -march=i686 -O3 -pipe -mcpu=i686 -fforce-addr -fomit-frame-pointer -funroll-loops -frerun-cse-after-loop -frerun-loop-opt -malign-functions=4 -fno-exceptions -fno-check-new -DQT_NO_COMPAT -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DKDE_NO_COMPAT -DKDE_NO_COMPAT_H -c -o kdictapplet_la.all_cpp.lo `test -f kdictapplet_la.all_cpp.cpp || echo './'`kdictapplet_la.all_cpp.cpp mkdir .libs i686-pc-linux-gnu-g++ -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 -O2 -march=i686 -O3 -pipe -mcpu=i686 -fforce-addr -fomit-frame-pointer -funroll-loops -frerun-cse-after-loop -frerun-loop-opt -malign-functions=4 -fno-exceptions -fno-check-new -DQT_NO_COMPAT -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DKDE_NO_COMPAT -DKDE_NO_COMPAT_H -c kdictapplet_la.all_cpp.cpp -fPIC -DPIC -o .libs/kdictapplet_la.all_cpp.o i686-pc-linux-gnu-g++ -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 -O2 -march=i686 -O3 -pipe -mcpu=i686 -fforce-addr -fomit-frame-pointer -funroll-loops -frerun-cse-after-loop -frerun-loop-opt -malign-functions=4 -fno-exceptions -fno-check-new -DQT_NO_COMPAT -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DKDE_NO_COMPAT -DKDE_NO_COMPAT_H -c kdictapplet_la_closure.cpp -fPIC -DPIC -o .libs/kdictapplet_la_closure.o /bin/sh ../../libtool --mode=link --tag=CXX i686-pc-linux-gnu-g++ -DNDEBUG -DNO_DEBUG -O2 -march=i686 -O3 -pipe -mcpu=i686 -fforce-addr -fomit-frame-pointer -funroll-loops -frerun-cse-after-loop -frerun-loop-opt -malign-functions=4 -fno-exceptions -fno-check-new -DQT_NO_COMPAT -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DKDE_NO_COMPAT -DKDE_NO_COMPAT_H -o kdictapplet.la.closure kdictapplet_la_closure.lo -L/usr/X11R6/lib -L/usr/qt/3/lib -L/usr/kde/3/lib -version-info 1:0:0 -module -no-undefined kdictapplet_la.all_cpp.lo -lkio -lkdeui make[3]: *** [kdictapplet.la.closure] Segmentation fault make[3]: Leaving directory `/var/tmp/portage/kdenetwork-3.0.3/work/kdenetwork-3.0.3/kdict/applet' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/var/tmp/portage/kdenetwork-3.0.3/work/kdenetwork-3.0.3/kdict' sed: Couldn't close {standard output} make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/var/tmp/portage/kdenetwork-3.0.3/work/kdenetwork-3.0.3' make: *** [all] Error 2 !!! ERROR: The ebuild did not complete successfully. !!! Function kde_src_compile, Line -6658, Exitcode 2 !!! died running emake, kde_src_compile:make
does this also happen with kdenetwork-3.0.4? has the system an upgraded gcc(this might sometimes cause problems, fex #7955)?
The system has gcc version 2.95.3.
please try recompile with CFLAGS=CXXFLAGS=""
any progress/news here?
I actually think this is some kind of glibc issue but I have not been able to narrow it down. The reason I think this is because when I'm updating this particular system compiles will fail in different places and not just in kdenetwork.
I'm closing this bug because it is not always reproducable in kdenetwork and is probably due to a glibc issue that I haven't had time to track down.