Gentoo Archives: gentoo-user

From: Uwe Thiem <uwix@××××.na>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] [SOLVED] giflib vs. libungif
Date: Sat, 29 Oct 2005 16:28:53
Message-Id: 200510291820.01470.uwix@iway.na
In Reply to: Re: [gentoo-user] giflib vs. libungif by Peter Ruskin
1 On 29 October 2005 17:53, Peter Ruskin wrote:
2 > On Saturday 29 October 2005 16:03, Uwe Thiem wrote:
3 > > Hi folks,
4 > >
5 > > I've got a weird conflict between giflib and libungif. "emerge
6 > > --update world" told me that libungif blocked giflib. So I
7 > > unmerged libungif and compiling kuickshow of kdegraphics failed
8 > > because it needs libungif.
9 > >
10 > > test ~ # equery depends libungif
11 > > [ Searching for packages depending on libungif... ]
12 > > dev-tex/latex2html-2002.2.1_pre20041025
13 > > media-video/mplayer-1.0_pre7
14 > >
15 > > kuickshow isn't listed because it isn't a direct dependency but
16 > > through imlib.
17 > >
18 > > test ~ # equery depends giflib
19 > > [ Searching for packages depending on giflib... ]
20 > > dev-tex/latex2html-2002.2.1_pre20041025
21 > > media-libs/imlib-1.9.14-r3
22 > > media-libs/sdl-image-1.2.3-r1
23 > > media-video/mplayer-1.0_pre7
24 > >
25 > > Hm... mplayer wants both. Any ideas what to do?
26 >
27 > Well, this is what I did:
28 >
29 > While I still had libubgif, I copied these files to a safe place:
30 > libungif.a libungif.la libungif.so libungif.so.4
31 > libungif.so.4.1.3 ungif.README
32 >
33 > ...then I humoured portage by unmerging libubgif and emerging
34 > giflib.
35 >
36 > After that I copied the saved libungif files to /usr/lib/ and now
37 > kuickshow works again. So far nothing broke.
38
39 Well, that's a quick and dirty hack. Alright, this is what really solved it:
40
41 emerge --unmerge libungif
42 emerge giflib
43 emerge imlib <- that's the important part
44 emerge --update world
45
46 ... and all are happy.
47
48 Uwe
49
50 --
51 95% of all programmers rate themselves among the top 5% of all software
52 developers. - Linus Torvalds
53
54 http://www.uwix.iway.na (last updated: 20.06.2004)
55 --
56 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] [SOLVED] giflib vs. libungif Peter Ruskin <Peter.Ruskin@×××××××××.com>