Can't emerge kde-base/kdeartwork-3.1.2. This happens with both "gcc (GCC) 3.3 (Gentoo Linux 1.4, PVR 3.3)" and "gcc (GCC) 3.2.3 20030422 (Gentoo Linux 1.4 3.2.3-r1, propolice)". Reproducible: Always Steps to Reproduce: 1. ACCEPT_KEYWORDS="~x86" emerge kde Actual Results: Flux.o(.text+0x1e13): In function `FluxWidget::resizeGL(int, int)': : undefined reference to `gluPerspective' Flux.o(.text+0x2612): In function `FluxWidget::updateParameters()': : undefined reference to `gluNewQuadric' Flux.o(.text+0x2647): In function `FluxWidget::updateParameters()': : undefined reference to `gluSphere' Flux.o(.text+0x264f): In function `FluxWidget::updateParameters()': : undefined reference to `gluDeleteQuadric' collect2: ld returned 1 exit status make[3]: *** [kflux.kss] Error 1 make[3]: *** Waiting for unfinished jobs.... Euphoria.o(.text+0x2215): In function `EuphoriaWidget::paintGL()': : undefined reference to `gluPerspective' Euphoria.o(.text+0x254c): In function `EuphoriaWidget::paintGL()': : undefined reference to `gluPerspective' Euphoria.o(.text+0x2829): In function `EuphoriaWidget::resizeGL(int, int)': : undefined reference to `gluPerspective' Euphoria.o(.text+0x2ffe): In function `EuphoriaWidget::updateParameters()': : undefined reference to `gluBuild2DMipmaps' collect2: ld returned 1 exit status make[3]: *** [keuphoria.kss] Error 1 make[3]: Leaving directory `/var/tmp/portage/kdeartwork-3.1.2/work/kdeartwork-3.1.2/kscreensaver/kdesavers' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/var/tmp/portage/kdeartwork-3.1.2/work/kdeartwork-3.1.2/kscreensaver' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/var/tmp/portage/kdeartwork-3.1.2/work/kdeartwork-3.1.2' make: *** [all] Error 2 !!! ERROR: kde-base/kdeartwork-3.1.2 failed. !!! Function kde_src_compile, Line 123, Exitcode 2 !!! died running emake, kde_src_compile:make wopr-mobile root # emerge info Portage 2.0.48-r1 (default-x86-1.4, gcc-3.3, glibc-2.3.2-r1) ================================================================= System uname: 2.4.20-gentoo-r5 i686 Pentium III (Coppermine) GENTOO_MIRRORS="ftp://trumpetti.atm.tut.fi/gentoo/ ftp://sunsite.informatik.rwth-aachen.de/pub/Linux/gentoo/ ftp://ftp.tu-clausthal.de/pub/linux/gentoo/ ftp://ftp.fhh.opensource-mirror.de/pub/gentoo.org/ ftp://linux.rz.ruhr-uni-bochum.de/gentoo-mirror/ http://gentoo.oregonstate.edu http://www.ibiblio.org/pub/Linux/distributions/gentoo" CONFIG_PROTECT="/etc /var/qmail/control /usr/kde/2/share/config /usr/kde/3/share/config /usr/X11R6/lib/X11/xkb /usr/kde/3.1/share/config /usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/ /usr/share/config" CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d" PORTDIR="/usr/portage" DISTDIR="/usr/portage/distfiles" PKGDIR="/usr/portage/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR_OVERLAY="/usr/local/portage" USE="x86 oss 3dnow apm avi crypt cups encode gif jpeg libg++ mad mikmod mmx mpeg ncurses nls pdflib png quicktime spell truetype xml2 xmms zlib gdbm berkdb slang readline arts tetex svga tcltk java guile postgres sdl gpm tcpd pam libwww ssl perl python esd imlib oggvorbis gtk motif opengl X xv gtk2 gnome kde qt alsa acpi dga directfb apache2" COMPILER="gcc3" CHOST="i686-pc-linux-gnu" CFLAGS="-march=pentium3 -O2 -pipe" CXXFLAGS="-march=pentium3 -O2 -pipe" ACCEPT_KEYWORDS="x86" MAKEOPTS="-j2" AUTOCLEAN="yes" SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage" FEATURES="sandbox ccache fixpackages"
It appears that your headers are not matching your glut libraries. Try to remerge glut. If that doesn't work, please attach more of the compile log, and at least the actual command that was executed, not only the error messages.
I re-emerged glut without problems, but the build of kde-base/kdeartwork-3.1.2 still fails. Hopefully more relevant compiler output below: /bin/sh ../../libtool --silent --mode=link --tag=CXX g++ -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=pentium3 -O2 -pipe -fno-exceptions -fno-check-new -L/usr/X11R6/lib -L/usr/qt/3/lib -L/usr/kde/3.1/lib -R /usr/kde/3.1/lib -R /usr/qt/3/lib -R /usr/X11R6/lib -o keuphoria.kss Euphoria.o -lkdeui -lkscreensaver -lm Flux.o(.text+0x1e13): In function `FluxWidget::resizeGL(int, int)': : undefined reference to `gluPerspective' Flux.o(.text+0x2612): In function `FluxWidget::updateParameters()': : undefined reference to `gluNewQuadric' Flux.o(.text+0x2647): In function `FluxWidget::updateParameters()': : undefined reference to `gluSphere' Flux.o(.text+0x264f): In function `FluxWidget::updateParameters()': : undefined reference to `gluDeleteQuadric' collect2: ld returned 1 exit status make[3]: *** [kflux.kss] Error 1 make[3]: *** Waiting for unfinished jobs.... Euphoria.o(.text+0x2215): In function `EuphoriaWidget::paintGL()': : undefined reference to `gluPerspective' Euphoria.o(.text+0x254c): In function `EuphoriaWidget::paintGL()': : undefined reference to `gluPerspective' Euphoria.o(.text+0x2829): In function `EuphoriaWidget::resizeGL(int, int)': : undefined reference to `gluPerspective' Euphoria.o(.text+0x2ffe): In function `EuphoriaWidget::updateParameters()': : undefined reference to `gluBuild2DMipmaps' collect2: ld returned 1 exit status make[3]: *** [keuphoria.kss] Error 1 make[3]: Leaving directory `/var/tmp/portage/kdeartwork-3.1.2/work/kdeartwork-3.1.2/kscreensaver/kdesavers' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/var/tmp/portage/kdeartwork-3.1.2/work/kdeartwork-3.1.2/kscreensaver' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/var/tmp/portage/kdeartwork-3.1.2/work/kdeartwork-3.1.2' make: *** [all] Error 2 !!! ERROR: kde-base/kdeartwork-3.1.2 failed. !!! Function kde_src_compile, Line 123, Exitcode 2 !!! died running emake, kde_src_compile:make
The problem is in the fact that libGLU is not linked in. Could you attach the full log of the emerge session to this bug, so we can get more information on what goes wrong
>>> Unpacking source... >>> Unpacking kdeartwork-3.1.2.tar.bz2 to /var/tmp/portage/kdeartwork-3.1.2/work patching file kscreensaver/xsavers/pipes.cpp >>> Source unpacked. opengl configure: WARNING: If you wanted to set the --build type, don't use --host. If a cross compiler is detected then cross compile mode will be used. checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking target system type... i686-pc-linux-gnu checking for a BSD-compatible install... /bin/install -c checking for -p flag to install... yes checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for i686-pc-linux-gnu-strip... no checking for strip... strip checking for style of include used by make... GNU checking for i686-pc-linux-gnu-gcc... gcc checking for C compiler default output... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ANSI C... none needed checking dependency style of gcc... none checking how to run the C preprocessor... gcc -E checking for i686-pc-linux-gnu-g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... none checking whether g++ supports -Wundef... yes checking whether g++ supports -Wno-long-long... yes checking whether g++ supports -Wnon-virtual-dtor... yes checking whether g++ supports -fno-exceptions... yes checking whether g++ supports -fno-check-new... yes checking whether g++ supports -fexceptions... yes checking how to run the C++ preprocessor... g++ -E checking whether g++ supports -frepo... yes not using lib directory suffix checking for ld used by GCC... /usr/i686-pc-linux-gnu/bin/ld checking if the linker (/usr/i686-pc-linux-gnu/bin/ld) is GNU ld... yes checking for /usr/i686-pc-linux-gnu/bin/ld option to reload object files... -r checking for BSD-compatible nm... nm checking for a sed that does not truncate output... checking whether ln -s works... yes checking how to recognise dependant libraries... pass_all checking for egrep... grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking the maximum length of command line arguments... 32768 checking command to parse nm output from gcc object... ok checking for objdir... .libs checking for i686-pc-linux-gnu-ranlib... no checking for ranlib... ranlib checking for i686-pc-linux-gnu-strip... strip checking if gcc static flag works... no checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC checking if gcc PIC flag -fPIC works... yes checking if gcc supports -c -o file.o... yes checking whether the gcc linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking dynamic linker characteristics... GNU/Linux ld.so checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no configure: creating libtool appending configuration tag "CXX" to libtool checking whether the g++ linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC checking if g++ PIC flag -fPIC works... yes checking if g++ supports -c -o file.o... yes checking whether the g++ linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... yes checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking dynamic linker characteristics... GNU/Linux ld.so appending configuration tag "GCJ" to libtool checking if gcj supports -fno-rtti -fno-exceptions... (cached) no checking for gcj option to produce PIC... -fPIC checking if gcj PIC flag -fPIC works... no checking if gcj supports -c -o file.o... no checking whether the gcj linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... yes checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking dynamic linker characteristics... GNU/Linux ld.so checking for msgfmt... /usr/bin/msgfmt checking for gmsgfmt... /usr/bin/msgfmt checking for xgettext... /usr/bin/xgettext checking for main in -lutil... yes checking for main in -lcompat... no checking for crypt in -lcrypt... yes checking for socklen_t... socklen_t checking for dnet_ntoa in -ldnet... no checking for dnet_ntoa in -ldnet_stub... no checking for inet_ntoa... yes checking for connect... yes checking for remove... yes checking for shmat... yes checking crt_externs.h usability... no checking crt_externs.h presence... no checking for crt_externs.h... no checking for _NSGetEnviron... no checking for sys/types.h... (cached) yes checking for stdint.h... (cached) yes checking for poll in -lpoll... no checking CoreAudio/CoreAudio.h usability... no checking CoreAudio/CoreAudio.h presence... no checking for CoreAudio/CoreAudio.h... no checking if res_init needs -lresolv... yes checking if res_init is available... yes checking for killpg in -lucb... no checking for int... yes checking size of int... 4 checking for long... yes checking size of long... 4 checking for char *... yes checking size of char *... 4 checking for char... yes checking size of char... 1 checking for dlopen in -ldl... yes checking for shl_unload in -ldld... no checking for vsnprintf... yes checking for snprintf... yes checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include checking for IceConnectionNumber in -lICE... yes checking for libXext... yes checking for Xinerama... yes checking for pthread_create in -lpthread... yes checking for extra includes... no checking for extra libs... no checking for libz... -lz checking for libpng... -lpng -lz -lm checking for libjpeg6b... no checking for libjpeg... -ljpeg checking for Qt... libraries /usr/qt/3/lib, headers /usr/qt/3/include using -mt checking if Qt compiles without flags... no checking for moc... /usr/qt/3/bin/moc checking for uic... /usr/qt/3/bin/uic checking whether uic supports -L ... yes checking whether uic supports -nounload ... yes checking if Qt needs -ljpeg... no checking for rpath... yes checking for KDE... libraries /usr/kde/3.1/lib, headers /usr/kde/3.1/include checking if UIC has KDE plugins available... yes checking for KDE paths... defaults checking for dcopidl... /usr/kde/3.1/bin/dcopidl checking for dcopidl2cpp... /usr/kde/3.1/bin/dcopidl2cpp checking for mcopidl... /usr/kde/3.1/bin/mcopidl checking for artsc-config... /usr/kde/3.1/bin/artsc-config checking for kde-config... /usr/kde/3.1/bin/kde-config checking for meinproc... /usr/kde/3.1/bin/meinproc trying to create local folder: Permission denied failed to create /root/.kde/share/config/ trying to create local folder: Permission denied failed to create /root/.kde/share/config/ trying to create local folder: Permission denied trying to create local folder: Permission denied failed to create /root/.kde/share/config/ trying to create local folder: Permission denied failed to create /root/.kde/share/config/ trying to create local folder: Permission denied checking for Qt with OpenGL support... yes checking for GL... no checking for gettimeofday... yes checking for DPMS... yes checking for lib/xscreensaver/flame... /usr/lib/xscreensaver/flame checking for xscreensaver/config/flame.xml... /usr/lib/xscreensaver/config checking if IconThemes should be compiled... yes checking if Themes should be compiled... no checking if icewm-themes should be compiled... yes checking if kscreensaver should be compiled... yes checking if kwin-styles should be compiled... yes checking if kworldclock should be compiled... yes checking if sounds should be compiled... yes checking if styles should be compiled... yes checking if wallpapers should be compiled... yes configure: creating ./config.status fast creating Makefile fast creating IconThemes/Makefile fast creating Themes/Makefile fast creating icewm-themes/Makefile fast creating icewm-themes/MenschMaschine/Makefile fast creating icewm-themes/Model/Makefile fast creating kscreensaver/Makefile fast creating kscreensaver/kdesavers/Makefile fast creating kscreensaver/kpartsaver/Makefile fast creating kscreensaver/kxsconfig/Makefile fast creating kscreensaver/kxsconfig/config/Makefile fast creating kscreensaver/xsavers/Makefile fast creating kwin-styles/Makefile fast creating kwin-styles/cde/Makefile fast creating kwin-styles/cde/config/Makefile fast creating kwin-styles/glow/Makefile fast creating kwin-styles/glow/config/Makefile fast creating kwin-styles/openlook/Makefile fast creating kworldclock/Makefile fast creating kworldclock/alt/Makefile fast creating kworldclock/bio/Makefile fast creating kworldclock/caida/Makefile fast creating kworldclock/caida_bw/Makefile fast creating kworldclock/depths/Makefile fast creating kworldclock/mggd/Makefile fast creating kworldclock/rainfall/Makefile fast creating sounds/Makefile fast creating styles/Makefile fast creating styles/dotnet/Makefile fast creating wallpapers/Makefile config.status: creating config.h config.status: executing depfiles commands You are missing OpenGL support has been disabled. Some of the screensavers wont be compiled. make all-recursive make[1]: Entering directory `/var/tmp/portage/kdeartwork-3.1.2/work/kdeartwork-3.1.2' Making all in IconThemes make[2]: Entering directory `/var/tmp/portage/kdeartwork-3.1.2/work/kdeartwork-3.1.2/IconThemes' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/var/tmp/portage/kdeartwork-3.1.2/work/kdeartwork-3.1.2/IconThemes' Making all in icewm-themes make[2]: Entering directory `/var/tmp/portage/kdeartwork-3.1.2/work/kdeartwork-3.1.2/icewm-themes' Making all in Model make[3]: Entering directory `/var/tmp/portage/kdeartwork-3.1.2/work/kdeartwork-3.1.2/icewm-themes/Model' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/var/tmp/portage/kdeartwork-3.1.2/work/kdeartwork-3.1.2/icewm-themes/Model' Making all in MenschMaschine make[3]: Entering directory `/var/tmp/portage/kdeartwork-3.1.2/work/kdeartwork-3.1.2/icewm-themes/MenschMaschine' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/var/tmp/portage/kdeartwork-3.1.2/work/kdeartwork-3.1.2/icewm-themes/MenschMaschine' make[3]: Entering directory `/var/tmp/portage/kdeartwork-3.1.2/work/kdeartwork-3.1.2/icewm-themes' make[3]: Nothing to be done for `all-am'. make[3]: Leaving directory `/var/tmp/portage/kdeartwork-3.1.2/work/kdeartwork-3.1.2/icewm-themes' make[2]: Leaving directory `/var/tmp/portage/kdeartwork-3.1.2/work/kdeartwork-3.1.2/icewm-themes' Making all in kscreensaver make[2]: Entering directory `/var/tmp/portage/kdeartwork-3.1.2/work/kdeartwork-3.1.2/kscreensaver' Making all in kdesavers make[3]: Entering directory `/var/tmp/portage/kdeartwork-3.1.2/work/kdeartwork-3.1.2/kscreensaver/kdesavers' /usr/qt/3/bin/moc ./banner.h -o banner.moc /usr/qt/3/bin/moc ./polygon.h -o polygon.moc /usr/qt/3/bin/moc ./slideshow.h -o slideshow.moc /usr/qt/3/bin/moc ./lines.h -o lines.moc /usr/qt/3/bin/moc ./lorenz.h -o lorenz.moc /usr/qt/3/bin/moc ./blob.h -o blob.moc /usr/qt/3/bin/moc ./kvm.h -o kvm.moc gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/kde/3.1/include -I/usr/qt/3/include -I/usr/X11R6/include -UQT_NO_ASCII_CAST -DQT_THREAD_SUPPORT -D_REENTRANT -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -DNDEBUG -O2 -march=pentium3 -O2 -pipe -c `test -f 'vm.c' || echo './'`vm.c gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/kde/3.1/include -I/usr/qt/3/include -I/usr/X11R6/include -UQT_NO_ASCII_CAST -DQT_THREAD_SUPPORT -D_REENTRANT -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -DNDEBUG -O2 -march=pentium3 -O2 -pipe -c `test -f 'vm_random.c' || echo './'`vm_random.c vm.c: In function `pop': vm.c:56: warning: unused parameter `pool' /usr/qt/3/bin/moc ./matrix.h -o matrix.moc /usr/qt/3/bin/moc ./science.h -o science.moc /usr/qt/3/bin/uic -L /usr/kde/3.1/lib/kde3/plugins/designer -nounload -o fountaincfg.h ./fountaincfg.ui /usr/qt/3/bin/moc ./fountain.h -o fountain.moc /usr/qt/3/bin/moc fountaincfg.h -o fountaincfg.moc /usr/qt/3/bin/uic -L /usr/kde/3.1/lib/kde3/plugins/designer -nounload -o wavecfg.h ./wavecfg.ui /usr/qt/3/bin/moc ./wave.h -o wave.moc /usr/qt/3/bin/moc wavecfg.h -o wavecfg.moc /usr/qt/3/bin/uic -L /usr/kde/3.1/lib/kde3/plugins/designer -nounload -o gravitycfg.h ./gravitycfg.ui /usr/qt/3/bin/moc ./gravity.h -o gravity.moc /usr/qt/3/bin/moc gravitycfg.h -o gravitycfg.moc /usr/qt/3/bin/moc ./Flux.h -o Flux.moc /usr/qt/3/bin/moc ./Euphoria.h -o Euphoria.moc /usr/qt/3/bin/moc ./SolarWinds.h -o SolarWinds.moc g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/kde/3.1/include -I/usr/qt/3/include -I/usr/X11R6/include -UQT_NO_ASCII_CAST -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=pentium3 -O2 -pipe -fno-exceptions -fno-check-new -c -o banner.o `test -f 'banner.cpp' || echo './'`banner.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/kde/3.1/include -I/usr/qt/3/include -I/usr/X11R6/include -UQT_NO_ASCII_CAST -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=pentium3 -O2 -pipe -fno-exceptions -fno-check-new -c -o polygon.o `test -f 'polygon.cpp' || echo './'`polygon.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/kde/3.1/include -I/usr/qt/3/include -I/usr/X11R6/include -UQT_NO_ASCII_CAST -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=pentium3 -O2 -pipe -fno-exceptions -fno-check-new -c -o slideshow.o `test -f 'slideshow.cpp' || echo './'`slideshow.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/kde/3.1/include -I/usr/qt/3/include -I/usr/X11R6/include -UQT_NO_ASCII_CAST -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=pentium3 -O2 -pipe -fno-exceptions -fno-check-new -c -o lines.o `test -f 'lines.cpp' || echo './'`lines.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/kde/3.1/include -I/usr/qt/3/include -I/usr/X11R6/include -UQT_NO_ASCII_CAST -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=pentium3 -O2 -pipe -fno-exceptions -fno-check-new -c -o lorenz.o `test -f 'lorenz.cpp' || echo './'`lorenz.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/kde/3.1/include -I/usr/qt/3/include -I/usr/X11R6/include -UQT_NO_ASCII_CAST -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=pentium3 -O2 -pipe -fno-exceptions -fno-check-new -c -o blob.o `test -f 'blob.cpp' || echo './'`blob.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/kde/3.1/include -I/usr/qt/3/include -I/usr/X11R6/include -UQT_NO_ASCII_CAST -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=pentium3 -O2 -pipe -fno-exceptions -fno-check-new -c -o kvm.o `test -f 'kvm.cpp' || echo './'`kvm.cpp blob.cpp: In member function `void KBlobSaver::lnNextFrame()': blob.cpp:270: warning: passing `double' for argument 1 of `long unsigned int KRandomSequence::getLong(long unsigned int)' blob.cpp:278: warning: passing `double' for argument 1 of `long unsigned int KRandomSequence::getLong(long unsigned int)' g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/kde/3.1/include -I/usr/qt/3/include -I/usr/X11R6/include -UQT_NO_ASCII_CAST -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=pentium3 -O2 -pipe -fno-exceptions -fno-check-new -c -o matrix.o `test -f 'matrix.cpp' || echo './'`matrix.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/kde/3.1/include -I/usr/qt/3/include -I/usr/X11R6/include -UQT_NO_ASCII_CAST -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=pentium3 -O2 -pipe -fno-exceptions -fno-check-new -c -o science.o `test -f 'science.cpp' || echo './'`science.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/kde/3.1/include -I/usr/qt/3/include -I/usr/X11R6/include -UQT_NO_ASCII_CAST -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=pentium3 -O2 -pipe -fno-exceptions -fno-check-new -c -o fountain.o `test -f 'fountain.cpp' || echo './'`fountain.cpp science.cpp: In member function `void KScienceSaver::slotTimeout()': science.cpp:697: warning: comparison between signed and unsigned integer expressions science.cpp:698: warning: comparison between signed and unsigned integer expressions science.cpp:703: warning: comparison between signed and unsigned integer expressions science.cpp:704: warning: comparison between signed and unsigned integer expressions /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3/include/g++-v3/bits/stl_map.h: At top level: science.cpp:75: warning: `KScienceSaver*saver' defined but not used rm -f fountaincfg.cpp echo '#include <klocale.h>' > fountaincfg.cpp /usr/qt/3/bin/uic -L /usr/kde/3.1/lib/kde3/plugins/designer -nounload -tr tr2i18n -i fountaincfg.h ./fountaincfg.ui > fountaincfg.cpp.temp ; ret=$?; \ sed -e "s,tr2i18n( \"\" ),QString::null,g" fountaincfg.cpp.temp | sed -e "s,tr2i18n( \"\"\, \"\" ),QString::null,g" | sed -e "s,image\([0-9][0-9]*\)_data,img\1_fountaincfg,g" >> fountaincfg.cpp ;\ rm -f fountaincfg.cpp.temp ;\ if test "$ret" = 0; then echo '#include "fountaincfg.moc"' >> fountaincfg.cpp; else rm -f fountaincfg.cpp ; exit $ret ; fi g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/kde/3.1/include -I/usr/qt/3/include -I/usr/X11R6/include -UQT_NO_ASCII_CAST -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=pentium3 -O2 -pipe -fno-exceptions -fno-check-new -c -o wave.o `test -f 'wave.cpp' || echo './'`wave.cpp rm -f wavecfg.cpp echo '#include <klocale.h>' > wavecfg.cpp /usr/qt/3/bin/uic -L /usr/kde/3.1/lib/kde3/plugins/designer -nounload -tr tr2i18n -i wavecfg.h ./wavecfg.ui > wavecfg.cpp.temp ; ret=$?; \ sed -e "s,tr2i18n( \"\" ),QString::null,g" wavecfg.cpp.temp | sed -e "s,tr2i18n( \"\"\, \"\" ),QString::null,g" | sed -e "s,image\([0-9][0-9]*\)_data,img\1_wavecfg,g" >> wavecfg.cpp ;\ rm -f wavecfg.cpp.temp ;\ if test "$ret" = 0; then echo '#include "wavecfg.moc"' >> wavecfg.cpp; else rm -f wavecfg.cpp ; exit $ret ; fi g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/kde/3.1/include -I/usr/qt/3/include -I/usr/X11R6/include -UQT_NO_ASCII_CAST -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=pentium3 -O2 -pipe -fno-exceptions -fno-check-new -c -o gravity.o `test -f 'gravity.cpp' || echo './'`gravity.cpp wave.cpp: In member function `virtual void Wave::initializeGL()': wave.cpp:158: warning: unused variable `int x' wave.cpp:158: warning: unused variable `int y' wave.cpp:170: warning: unused variable `GLfloat whiteLight[4]' wave.cpp: In member function `virtual void Wave::paintGL()': wave.cpp:238: warning: unused variable `float scale' rm -f gravitycfg.cpp echo '#include <klocale.h>' > gravitycfg.cpp /usr/qt/3/bin/uic -L /usr/kde/3.1/lib/kde3/plugins/designer -nounload -tr tr2i18n -i gravitycfg.h ./gravitycfg.ui > gravitycfg.cpp.temp ; ret=$?; \ sed -e "s,tr2i18n( \"\" ),QString::null,g" gravitycfg.cpp.temp | sed -e "s,tr2i18n( \"\"\, \"\" ),QString::null,g" | sed -e "s,image\([0-9][0-9]*\)_data,img\1_gravitycfg,g" >> gravitycfg.cpp ;\ rm -f gravitycfg.cpp.temp ;\ if test "$ret" = 0; then echo '#include "gravitycfg.moc"' >> gravitycfg.cpp; else rm -f gravitycfg.cpp ; exit $ret ; fi g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/kde/3.1/include -I/usr/qt/3/include -I/usr/X11R6/include -UQT_NO_ASCII_CAST -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=pentium3 -O2 -pipe -fno-exceptions -fno-check-new -c -o Flux.o `test -f 'Flux.cpp' || echo './'`Flux.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/kde/3.1/include -I/usr/qt/3/include -I/usr/X11R6/include -UQT_NO_ASCII_CAST -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=pentium3 -O2 -pipe -fno-exceptions -fno-check-new -c -o Euphoria.o `test -f 'Euphoria.cpp' || echo './'`Euphoria.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/kde/3.1/include -I/usr/qt/3/include -I/usr/X11R6/include -UQT_NO_ASCII_CAST -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=pentium3 -O2 -pipe -fno-exceptions -fno-check-new -c -o SolarWinds.o `test -f 'SolarWinds.cpp' || echo './'`SolarWinds.cpp /bin/sh ../../libtool --silent --mode=link --tag=CXX g++ -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=pentium3 -O2 -pipe -fno-exceptions -fno-check-new -L/usr/X11R6/lib -L/usr/qt/3/lib -L/usr/kde/3.1/lib -R /usr/kde/3.1/lib -R /usr/qt/3/lib -R /usr/X11R6/lib -o kbanner.kss banner.o -lkdeui -lkscreensaver -lm /bin/sh ../../libtool --silent --mode=link --tag=CXX g++ -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=pentium3 -O2 -pipe -fno-exceptions -fno-check-new -L/usr/X11R6/lib -L/usr/qt/3/lib -L/usr/kde/3.1/lib -R /usr/kde/3.1/lib -R /usr/qt/3/lib -R /usr/X11R6/lib -o kpolygon.kss polygon.o -lkdeui -lkscreensaver -lm /bin/sh ../../libtool --silent --mode=link --tag=CXX g++ -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=pentium3 -O2 -pipe -fno-exceptions -fno-check-new -L/usr/X11R6/lib -L/usr/qt/3/lib -L/usr/kde/3.1/lib -R /usr/kde/3.1/lib -R /usr/qt/3/lib -R /usr/X11R6/lib -o kslideshow.kss slideshow.o -lkio -lkdeui -lkscreensaver -lm -lkio /bin/sh ../../libtool --silent --mode=link --tag=CXX g++ -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=pentium3 -O2 -pipe -fno-exceptions -fno-check-new -L/usr/X11R6/lib -L/usr/qt/3/lib -L/usr/kde/3.1/lib -R /usr/kde/3.1/lib -R /usr/qt/3/lib -R /usr/X11R6/lib -o klines.kss lines.o -lkdeui -lkscreensaver -lm /bin/sh ../../libtool --silent --mode=link --tag=CXX g++ -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=pentium3 -O2 -pipe -fno-exceptions -fno-check-new -L/usr/X11R6/lib -L/usr/qt/3/lib -L/usr/kde/3.1/lib -R /usr/kde/3.1/lib -R /usr/qt/3/lib -R /usr/X11R6/lib -o klorenz.kss lorenz.o -lkdeui -lkscreensaver -lm /bin/sh ../../libtool --silent --mode=link --tag=CXX g++ -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=pentium3 -O2 -pipe -fno-exceptions -fno-check-new -L/usr/X11R6/lib -L/usr/qt/3/lib -L/usr/kde/3.1/lib -R /usr/kde/3.1/lib -R /usr/qt/3/lib -R /usr/X11R6/lib -o kblob.kss blob.o -lkdeui -lkscreensaver -lm /bin/sh ../../libtool --silent --mode=link --tag=CXX g++ -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=pentium3 -O2 -pipe -fno-exceptions -fno-check-new -L/usr/X11R6/lib -L/usr/qt/3/lib -L/usr/kde/3.1/lib -R /usr/kde/3.1/lib -R /usr/qt/3/lib -R /usr/X11R6/lib -o kvm.kss kvm.o vm.o vm_random.o -lkdeui -lkscreensaver -lm /bin/sh ../../libtool --silent --mode=link --tag=CXX g++ -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=pentium3 -O2 -pipe -fno-exceptions -fno-check-new -L/usr/X11R6/lib -L/usr/qt/3/lib -L/usr/kde/3.1/lib -R /usr/kde/3.1/lib -R /usr/qt/3/lib -R /usr/X11R6/lib -o kmatrix.kss matrix.o -lkdeui -lkscreensaver -lm /bin/sh ../../libtool --silent --mode=link --tag=CXX g++ -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=pentium3 -O2 -pipe -fno-exceptions -fno-check-new -L/usr/X11R6/lib -L/usr/qt/3/lib -L/usr/kde/3.1/lib -R /usr/kde/3.1/lib -R /usr/qt/3/lib -R /usr/X11R6/lib -o kscience.kss science.o -lkdeui -lkscreensaver -lm g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/kde/3.1/include -I/usr/qt/3/include -I/usr/X11R6/include -UQT_NO_ASCII_CAST -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=pentium3 -O2 -pipe -fno-exceptions -fno-check-new -c -o fountaincfg.o `test -f 'fountaincfg.cpp' || echo './'`fountaincfg.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/kde/3.1/include -I/usr/qt/3/include -I/usr/X11R6/include -UQT_NO_ASCII_CAST -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=pentium3 -O2 -pipe -fno-exceptions -fno-check-new -c -o wavecfg.o `test -f 'wavecfg.cpp' || echo './'`wavecfg.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/kde/3.1/include -I/usr/qt/3/include -I/usr/X11R6/include -UQT_NO_ASCII_CAST -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=pentium3 -O2 -pipe -fno-exceptions -fno-check-new -c -o gravitycfg.o `test -f 'gravitycfg.cpp' || echo './'`gravitycfg.cpp /bin/sh ../../libtool --silent --mode=link --tag=CXX g++ -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=pentium3 -O2 -pipe -fno-exceptions -fno-check-new -L/usr/X11R6/lib -L/usr/qt/3/lib -L/usr/kde/3.1/lib -R /usr/kde/3.1/lib -R /usr/qt/3/lib -R /usr/X11R6/lib -o kflux.kss Flux.o -lkdeui -lkscreensaver -lm /bin/sh ../../libtool --silent --mode=link --tag=CXX g++ -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=pentium3 -O2 -pipe -fno-exceptions -fno-check-new -L/usr/X11R6/lib -L/usr/qt/3/lib -L/usr/kde/3.1/lib -R /usr/kde/3.1/lib -R /usr/qt/3/lib -R /usr/X11R6/lib -o keuphoria.kss Euphoria.o -lkdeui -lkscreensaver -lm Flux.o(.text+0x1e13): In function `FluxWidget::resizeGL(int, int)': : undefined reference to `gluPerspective' Flux.o(.text+0x2612): In function `FluxWidget::updateParameters()': : undefined reference to `gluNewQuadric' Flux.o(.text+0x2647): In function `FluxWidget::updateParameters()': : undefined reference to `gluSphere' Flux.o(.text+0x264f): In function `FluxWidget::updateParameters()': : undefined reference to `gluDeleteQuadric' collect2: ld returned 1 exit status make[3]: *** [kflux.kss] Error 1 make[3]: *** Waiting for unfinished jobs.... Euphoria.o(.text+0x2215): In function `EuphoriaWidget::paintGL()': : undefined reference to `gluPerspective' Euphoria.o(.text+0x254c): In function `EuphoriaWidget::paintGL()': : undefined reference to `gluPerspective' Euphoria.o(.text+0x2829): In function `EuphoriaWidget::resizeGL(int, int)': : undefined reference to `gluPerspective' Euphoria.o(.text+0x2ffe): In function `EuphoriaWidget::updateParameters()': : undefined reference to `gluBuild2DMipmaps' collect2: ld returned 1 exit status make[3]: *** [keuphoria.kss] Error 1 make[3]: Leaving directory `/var/tmp/portage/kdeartwork-3.1.2/work/kdeartwork-3.1.2/kscreensaver/kdesavers' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/var/tmp/portage/kdeartwork-3.1.2/work/kdeartwork-3.1.2/kscreensaver' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/var/tmp/portage/kdeartwork-3.1.2/work/kdeartwork-3.1.2' make: *** [all] Error 2 !!! ERROR: kde-base/kdeartwork-3.1.2 failed. !!! Function kde_src_compile, Line 123, Exitcode 2 !!! died running emake, kde_src_compile:make
The problem is that opengl is not found. You might want to run "opengl-update xfree" or "opengl-update nvidia" to make opengl found. Else ATTACH (not put it in a comment, it is huge) /var/tmp/portage/kdeartwork-3.1.2/work/kdeartwork-3.1.2/config.log
Created attachment 14537 [details] /var/tmp/portage/kdeartwork-3.1.2/work/kdeartwork-3.1.2/config.log
I successfully merged kdeartwork now after putting "-opengl" into USE.
Looks like the author got it working.
I got it working with the "-opengl" USE flag. opengl-update is broken in my installation.