kde-base/kdegraphics-3.1 fails to build on my system. make[3]: *** [libkpovmodelerpart.la.closure] Error 1 make[3]: Leaving directory `/var/tmp/portage/kdegraphics-3.1/work/kdegraphics-3.1/kpovmodeler' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/var/tmp/portage/kdegraphics-3.1/work/kdegraphics-3.1/kpovmodeler' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/var/tmp/portage/kdegraphics-3.1/work/kdegraphics-3.1' make: *** [all] Error 2 !!! ERROR: kde-base/kdegraphics-3.1 failed. !!! Function kde_src_compile, Line -8752, Exitcode 2 !!! died running emake, kde_src_compile:make Reproducible: Always Steps to Reproduce: 1. Manually emerge -C all previous kde components 2. emerge -b kde (or without -b) 3. Actual Results: libtool: link: cannot find the library `/usr/lib/libGL.la' make[3]: *** [libkpovmodelerpart.la.closure] Error 1 make[3]: Leaving directory `/var/tmp/portage/kdegraphics-3.1/work/kdegraphics-3.1/kpovmodeler' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/var/tmp/portage/kdegraphics-3.1/work/kdegraphics-3.1/kpovmodeler' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/var/tmp/portage/kdegraphics-3.1/work/kdegraphics-3.1' make: *** [all] Error 2 !!! ERROR: kde-base/kdegraphics-3.1 failed. !!! Function kde_src_compile, Line -8752, Exitcode 2 !!! died running emake, kde_src_compile:make Expected Results: kde-base/kdegraphics-3.1 should have built and installed sucessfully. Portage 2.0.46-r2 (default-1.0, gcc-2.95.3, glibc-2.2.5-r2,2.2.5-r6) ================================================================= System uname: 2.4.19-ipv6-imzzo-coda i686 AuthenticAMD USE="x86 oss apm avi crypt cups jpeg libg++ mikmod mpeg ncurses qtmt quicktime spell xml2 xv berkdb bonobo esd gdbm gif gnome-libs gpm gtkhtml guile imlib java ldap libwww motif mozilla nls opengl pam png python qt readline scanner sdl slang ssl svga tcpd tetex tiff X gtk gtk2 gnome -alsa -arts 3dnow cdr encode kde mmx oggvorbis pdflib perl sse truetype xmms ipv6" ARCH="x86" COMPILER="" CHOST="i686-pc-linux-gnu" CFLAGS="-march=i686 -O3 -pipe" CXXFLAGS="-march=i686 -O3 -pipe" ACCEPT_KEYWORDS="x86 ~x86" CONFIG_PROTECT="/etc /var/qmail/control /usr/share/config /usr/kde/2/share/config /usr/kde/3/share/config /usr/kde/3.1/share/config:/usr/share/config" CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d" MAKEOPTS="-j3" JDK_HOME="/opt/blackdown-jdk-1.3.1" JAVA_HOME="/opt/blackdown-jdk-1.3.1" AUTOCLEAN="yes" SYNC="rsync://rsync.gentoo.org/gentoo-portage" GENTOO_MIRRORS="http://csociety-ftp.ecn.purdue.edu/pub/gentoo ftp://ftp.gtlib.cc.gatech.edu/pub/gentoo ftp://gentoo.linux.no/pub/gentoo ftp://ftp.oregonstate.edu/pub/gentoo http://www.ibiblio.org/pub/Linux/distributions/gentoo"
Are you or were you using the nvidia drivers? What "interface" do yo have configured in opengl-update? If using nvidia drivers try remerging them, they should provide /usr/lib/libGL.la. If not using them you shouldn't have or need libGL.la (I think :-). Look at the line in the compile error before the one you pasted here (or in that general vicinity), it should show which other .la file has a dependancy on libGL.la. Try remerging the app that provides that .la.
You know what's strange. I removed all KDE components including binary packages I had created and started over, and everything built. My appologies for false alarms, seems it was just my end. And no, I wasn't using anything nvidia related, nor do I have any OpenGL hardware. Thanks for the swift bug assignment and response!