Gentoo Archives: gentoo-user

From: Joseph <syscon780@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] lpng14 - mess
Date: Sun, 06 Nov 2011 16:39:02
Message-Id: 20111106163749.GA19589@syscon4.inet
In Reply to: Re: [gentoo-user] lpng14 - mess by Mick
1 On 11/06/11 08:42, Mick wrote:
2 >
3 >Have you tried:
4 >
5 >lafilefixer --justfixit <--(this is not needed as it is a default setting in
6 >portage configuration these days, but just in case)
7 >
8 >revdep-rebuild --library '/usr/lib64/libpng14.so.14' -- --keep-going
9 >
10 >emerge -1av --keep-going $(find /usr \( -name "*.la" -o -name "*.pc" -o -name
11 >"*-config" -o -name "*.pm" \) -exec grep -H png14 {} \; | cut -d : -f 1 | xargs
12 >qfile -CSq | sort | uniq)
13 >
14 >and a final:
15 >
16 >revdep-rebuild -v
17 >
18 >should pick them all up and solve your problem.
19 >--
20 >Regards,
21 >Mick
22
23 Solved mine.
24 nano -w /usr/lib64/libgtksourceview-1.0.la
25 changed: -lpng14 to -lpng15
26
27 my system shows me I still need the libgtksourceview
28 qfile -C /usr/lib64/libgtksourceview-1.0.la
29 x11-libs/gtksourceview (/usr/lib64/libgtksourceview-1.0.la)
30
31 depend on x11-libs/gtksourceview:
32 dev-python/gtksourceview-python-2.32.0 (x11-libs/gtksourceview:1.0)
33 dev-python/pygtksourceview-2.10.1 (>=x11-libs/gtksourceview-2.9.7:2.0)
34
35 --
36 Joseph