[MacPorts] #28047: libglade2 expects libpng12

MacPorts noreply at macports.org
Wed Jan 19 11:10:53 PST 2011


#28047: libglade2 expects libpng12
------------------------------+---------------------------------------------
 Reporter:  snc@…             |       Owner:  macports-tickets@…                   
     Type:  defect            |      Status:  new                                  
 Priority:  Normal            |   Milestone:                                       
Component:  ports             |     Version:  1.9.2                                
 Keywords:                    |        Port:  libglade2 libpng                     
------------------------------+---------------------------------------------

Comment(by michaelld@…):

 This happened to me too; one of libglade2's dependencies wasn't recompiled
 for the new libpng14 & hence is still linked with libpng12 -- libtool is
 trying to find the .la file for it and fails to do so because it no longer
 exists.  Please do the following & report back what it says (change
 "/opt/local" below to your $prefix if it is different):
 {{{
 for tl in `find /opt/local/lib /opt/local/libexec -name "*.dylib" -type
 f`; do aaa=`otool -L $tl | grep libpng12`; if test "$aaa" != ""; then echo
 "$tl : $aaa"; fi; done
 }}}

-- 
Ticket URL: <https://trac.macports.org/ticket/28047#comment:2>
MacPorts <http://www.macports.org/>
Ports system for Mac OS


More information about the macports-tickets mailing list