Re: [gentoo-user] lpng14 - mess

2011-11-06 Thread Mick
On Sunday 06 Nov 2011 02:14:02 Joseph wrote:
 revdep-rebuild is showing:
 broken /usr/lib64/libgtksourceview-1.0.la (requires -lpng14)
 
 rebuilding bgtksourceview doesn't help.
 find /usr/ -name '*.la' -exec grep png14 {} +
 is finding libgtksourceview-1.0.la
 
 find /usr/ -name '*.la' -exec grep png14 {} +
 /usr/lib64/libgtksourceview-1.0.la:dependency_libs=' -L/usr/lib64
 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0
 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lcairo -lpixman-1 -lpng14 -lXrender
 -lX11 -lXau -lXdmcp -lfreetype -lfontconfig -lgnomeprint-2-2 -lart_lgpl_2
 -lpango-1.0 -lxml2 -lexpat -lz -lgobject-2.0 -lgmodule-2.0 -lm -ldl
 -lglib-2.0'
 
 There is a thread on gentoo forum about it, but there seems to me as many
 solution as there a posts :-/ but nothing works:
 http://forums.gentoo.org/viewtopic-t-894950-start-75-postdays-0-postorder-
 asc-highlight-.html?sid=6ed9113f9907687bbdfd90b77c7d7ef0
 
 Anybody know what to do with it?
 Do I just delete the libgtksourceview-1.0.la?

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


signature.asc
Description: This is a digitally signed message part.


Re: [gentoo-user] lpng14 - mess

2011-11-06 Thread Stroller

On 6 November 2011, at 02:14, Joseph wrote:

 revdep-rebuild is showing:
 broken /usr/lib64/libgtksourceview-1.0.la (requires -lpng14)

What package does the file belong to?

   $ equery b /usr/lib64/libgtksourceview-1.0.la


Note:

$ eselect news read all | head
2011-10-15-libpng15
  Title Upgrade to libpng15
  AuthorSamuli Suominen ssuomi...@gentoo.org
  Posted2011-10-15
  Revision  1

After upgrading from libpng14 to libpng15 it's important that you rebuild
cairo and gdk-pixbuf as soon as possible if they are installed.
$ 

Stroller




Re: [gentoo-user] lpng14 - mess

2011-11-06 Thread Joseph

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



Re: [gentoo-user] lpng14 - mess

2011-11-06 Thread Joseph

On 11/06/11 16:29, Stroller wrote:


On 6 November 2011, at 02:14, Joseph wrote:


revdep-rebuild is showing:
broken /usr/lib64/libgtksourceview-1.0.la (requires -lpng14)


What package does the file belong to?

  $ equery b /usr/lib64/libgtksourceview-1.0.la


Note:

$ eselect news read all | head
2011-10-15-libpng15
 Title Upgrade to libpng15
 AuthorSamuli Suominen ssuomi...@gentoo.org
 Posted2011-10-15
 Revision  1

After upgrading from libpng14 to libpng15 it's important that you rebuild
cairo and gdk-pixbuf as soon as possible if they are installed.
$

Stroller


As I've mentioned in my previous post I edited libgtksourceview-1.0.la
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)

--
Joseph



[gentoo-user] lpng14 - mess

2011-11-05 Thread Joseph

revdep-rebuild is showing:
broken /usr/lib64/libgtksourceview-1.0.la (requires -lpng14)

rebuilding bgtksourceview doesn't help. 
find /usr/ -name '*.la' -exec grep png14 {} +
is finding libgtksourceview-1.0.la 

find /usr/ -name '*.la' -exec grep png14 {} + /usr/lib64/libgtksourceview-1.0.la:dependency_libs=' -L/usr/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 
-lgio-2.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lcairo -lpixman-1 -lpng14 -lXrender -lX11 -lXau -lXdmcp -lfreetype -lfontconfig -lgnomeprint-2-2 
-lart_lgpl_2 -lpango-1.0 -lxml2 -lexpat -lz -lgobject-2.0 -lgmodule-2.0 -lm -ldl -lglib-2.0'


There is a thread on gentoo forum about it, but there seems to me as many 
solution as there a posts :-/ but nothing works:
http://forums.gentoo.org/viewtopic-t-894950-start-75-postdays-0-postorder-asc-highlight-.html?sid=6ed9113f9907687bbdfd90b77c7d7ef0

Anybody know what to do with it?
Do I just delete the libgtksourceview-1.0.la?

--
Joseph