On 11/06/11 08:42, Mick wrote:

Have you tried:

lafilefixer --justfixit   <--(this is not needed as it is a default setting in
portage configuration these days, but just in case)

revdep-rebuild --library '/usr/lib64/libpng14.so.14' -- --keep-going

emerge -1av --keep-going $(find /usr \( -name "*.la" -o -name "*.pc" -o -name
"*-config" -o -name "*.pm" \) -exec grep -H png14 {} \; | cut -d : -f 1 | xargs
qfile -CSq | sort | uniq)

and a final:

revdep-rebuild -v

should pick them all up and solve your problem.
--
Regards,
Mick

Solved mine.
nano -w /usr/lib64/libgtksourceview-1.0.la
changed: -lpng14 to -lpng15

my system shows me I still need the libgtksourceview
qfile -C /usr/lib64/libgtksourceview-1.0.la
x11-libs/gtksourceview (/usr/lib64/libgtksourceview-1.0.la)

depend on x11-libs/gtksourceview:
dev-python/gtksourceview-python-2.32.0 (x11-libs/gtksourceview:1.0)
dev-python/pygtksourceview-2.10.1 (>=x11-libs/gtksourceview-2.9.7:2.0)

--
Joseph

Reply via email to