From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.54) id 1FEVnv-0002Rl-Lm for garchives@archives.gentoo.org; Wed, 01 Mar 2006 18:12:04 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.5/8.13.5) with SMTP id k21I9kcv025365; Wed, 1 Mar 2006 18:09:46 GMT Received: from puchmayr.linznet.at ([80.66.46.165]) by robin.gentoo.org (8.13.5/8.13.5) with ESMTP id k21I0whD026898 for ; Wed, 1 Mar 2006 18:00:58 GMT Received: (qmail 2845 invoked by uid 210); 1 Mar 2006 19:00:58 +0100 Received: from 192.168.1.2 by hephaestos (envelope-from , uid 201) with qmail-scanner-1.25st (f-prot: 4.6.3/3.16.10. spamassassin: 3.1.0. perlscan: 1.25st. Clear:RC:1(192.168.1.2):. Processed in 1.811665 secs); 01 Mar 2006 18:00:58 -0000 Received: from unknown (HELO zeus.puchmayr1.linznet.at) (192.168.1.2) by 192.168.1.1 with SMTP; 1 Mar 2006 19:00:55 +0100 From: Alexander Puchmayr To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] libungif? Date: Wed, 1 Mar 2006 19:00:54 +0100 User-Agent: KMail/1.8.3 References: <200602261201.01127.gentoo.org@machturtle.com> In-Reply-To: <200602261201.01127.gentoo.org@machturtle.com> Organization: Fa Linznet Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200603011900.54471.alexander.puchmayr@linznet.at> X-Archives-Salt: b5d3b2e5-402e-4346-812e-dc02be23a5a8 X-Archives-Hash: 74d1e49deb8beb31c9a33685077c4da2 Hi David! I assume you made something like a emerge -u world, which replaced your libungif by giflib. Unfortunately, some applications (especially other libraries which depended on libungif) have a reference to /usr/lib/libungif.la in their .la-files. First step: make a revdep-rebuild [-p] If that does not help, you have to locate those 'nasty' .la-files which cause your problems: find /usr/lib -iname '*.la' -exec grep -nH libungif {} \; It should report some files containing libungif. Determine the package which they belong to by equery belongs <.la-file> and re-emerge these packages. Then re-emerge kdegraphics. Greetings Alex Am Sonntag, 26. Februar 2006 18:01 schrieb David Corbin: > While emerging kdegraphics, I get the following error: > > D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion > -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -O2 > -march=i686 -fomit-frame-pointer -Wformat-security > -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions > -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST > -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -I/usr/X11R6/include -o > libkdeinit_kuickshow.la -rpath /usr/kde/3.4/lib -no-undefined > -avoid-version -L/usr/kde/3.4/lib -L/usr/qt/3/lib -L/usr/lib > kuickshow.lo aboutwidget.lo generalwidget.lo kuickconfigdlg.lo main.lo > defaultswidget.lo imagewindow.lo kuickdata.lo imdata.lo filefinder.lo > kurlwidget.lo filewidget.lo kuickio.lo kuick.lo imlibwidget.lo > slideshowwidget.lo printing.lo -lkdeprint -L/usr/lib -lImlib -ljpeg > -ltiff -lungif -lpng -lz -lm -lXext -L/usr/X11R6/lib -lSM -lICE -lXext > -lX11 > grep: /usr/lib/libungif.la: No such file or directory > /bin/sed: can't read /usr/lib/libungif.la: No such file or directory > libtool: link: `/usr/lib/libungif.la' is not a valid libtool archive > > Any ideas where it supposed to come from? > > David -- gentoo-user@gentoo.org mailing list