Problem solved! After doing some digging, I found that someone had a similar problem with the kdeedu database and that the solution was to run: /usr/portage/sys-devel/gcc/files/fix_libtool_files.sh Well, that worked, but only after I added /usr/kde/3.1/lib to my /etc/ld.so.conf file. I guess artsd got installed as a dependency to some other package and didn't leave anything that said it was installing files in /usr/kde/3.1/lib
I'm pretty sure everything is ok now. Is this a bug that I need to report? If I don't hear from anyone, I'll file this as a bug that a package (I'm assuming it was artsd, I'll have to go double check) needs to leave some indication that it installed libraries in /usr/kde/3.1/lib so that fix_libtool_files.sh can operate. Ryan > I'm trying to emerge kde, but there's an error while compiling > kdelibs-3.1r2. The relevant error info is below. I recently installed > gcc 3.2.2 but it looks like (for some reason) that it's doing something > with 3.2.1. I'm not sure where it's getting that directory from. I found > references to the 3.2.1 directory listed below in my /etc/ld.so.conf > file and in /etc/env.d/05gcc so I removed them and did env-update and > "source /etc/profile" but it still fails. Before I go file a bug report, > any suggestions on how to fix this? > > Ryan > [EMAIL PROTECTED] > > ---------------------------------------------------- > > Making all in kde > make[3]: Entering directory > `/var/tmp/portage/kdelibs-3.1-r2/work/kdelibs-3.1/arts/kde' > /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 -O3 -pipe -fno-exceptions -fno-check-new > -DQT_NO_TRANSLATION -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST > -DQT_NO_COMPAT > -o libartskde.la.closure libartskde_la_closure.lo -L/usr/X11R6/lib > -L/usr/qt/3/lib -L/usr/kde/3.1/lib -no-undefined -version-info 2:0:1 > artskde.lo kioinputstream_impl.lo kplayobject.lo kplayobjectfactory.lo > kartsfloatwatch.lo kartsdispatcher.lo kaudiorecordstream.lo > kartsserver.lo kdatarequest_impl.lo kaudioconverter.lo kvideowidget.lo > kplayobjectcreator.lo ../../kio/libkio.la -lqtmcop -lsoundserver_idl > libtool: link: warning: `-version-info' is ignored for programs > g++: /usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.1/libstdc++.so: No such file > or directory > make[3]: *** [libartskde.la.closure] Error 1 > make[3]: Leaving directory > `/var/tmp/portage/kdelibs-3.1-r2/work/kdelibs-3.1/arts/kde' > > > > > -- > [EMAIL PROTECTED] mailing list -- [EMAIL PROTECTED] mailing list
