Gentoo Archives: gentoo-user

From: Alexander Puchmayr <alexander.puchmayr@×××××××.at>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] libungif?
Date: Wed, 01 Mar 2006 18:12:04
Message-Id: 200603011900.54471.alexander.puchmayr@linznet.at
In Reply to: [gentoo-user] libungif? by David Corbin
1 Hi David!
2
3 I assume you made something like a emerge -u world, which replaced your
4 libungif by giflib.
5
6 Unfortunately, some applications (especially other libraries which depended
7 on libungif) have a reference to /usr/lib/libungif.la in their .la-files.
8
9 First step: make a revdep-rebuild [-p]
10
11 If that does not help, you have to locate those 'nasty' .la-files which
12 cause your problems:
13
14 find /usr/lib -iname '*.la' -exec grep -nH libungif {} \;
15
16 It should report some files containing libungif. Determine the package which
17 they belong to by
18
19 equery belongs <.la-file>
20
21 and re-emerge these packages. Then re-emerge kdegraphics.
22
23 Greetings
24 Alex
25
26
27
28 Am Sonntag, 26. Februar 2006 18:01 schrieb David Corbin:
29 > While emerging kdegraphics, I get the following error:
30 >
31 > D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion
32 > -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -O2
33 > -march=i686 -fomit-frame-pointer -Wformat-security
34 > -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions
35 > -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST
36 > -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -I/usr/X11R6/include -o
37 > libkdeinit_kuickshow.la -rpath /usr/kde/3.4/lib -no-undefined
38 > -avoid-version -L/usr/kde/3.4/lib -L/usr/qt/3/lib -L/usr/lib
39 > kuickshow.lo aboutwidget.lo generalwidget.lo kuickconfigdlg.lo main.lo
40 > defaultswidget.lo imagewindow.lo kuickdata.lo imdata.lo filefinder.lo
41 > kurlwidget.lo filewidget.lo kuickio.lo kuick.lo imlibwidget.lo
42 > slideshowwidget.lo printing.lo -lkdeprint -L/usr/lib -lImlib -ljpeg
43 > -ltiff -lungif -lpng -lz -lm -lXext -L/usr/X11R6/lib -lSM -lICE -lXext
44 > -lX11
45 > grep: /usr/lib/libungif.la: No such file or directory
46 > /bin/sed: can't read /usr/lib/libungif.la: No such file or directory
47 > libtool: link: `/usr/lib/libungif.la' is not a valid libtool archive
48 >
49 > Any ideas where it supposed to come from?
50 >
51 > David
52 --
53 gentoo-user@g.o mailing list