[MacPorts] #30651: py27-gtk: /opt/local/lib/libpng12.la: No such file or directory

MacPorts noreply at macports.org
Fri Aug 12 09:01:17 PDT 2011


#30651: py27-gtk: /opt/local/lib/libpng12.la: No such file or directory
---------------------------+------------------------------------------------
 Reporter:  pablo@…        |       Owner:  macports-tickets@…                   
     Type:  defect         |      Status:  new                                  
 Priority:  Normal         |   Milestone:                                       
Component:  ports          |     Version:  2.0.1                                
 Keywords:  png            |        Port:  py27-gtk                             
---------------------------+------------------------------------------------

Comment(by ak.ml@…):

 You have ports with {{{*.la}}} files which refer to the old
 {{{/opt/local/lib/libpng12.la}}}.[[BR]]
 These ports need to be upgraded or rebuilt (if not scheduled for upgrade)
 before py27-gtk.

 This will list problematic *.la files:
 {{{
 find /opt/local/lib -type f -name '*.la' \
 | xargs egrep --files-with-matches -e '/opt/local/lib/libpng12\.la'
 }}}

 This will list the ports needing upgrade/rebuild prior to py27-gtk:
 {{{
 find /opt/local/lib -type f -name '*.la' \
 | xargs egrep --files-with-matches -e '/opt/local/lib/libpng12\.la' \
 | xargs port provides \
 | sed -e 's,^.* is provided by: ,,;' \
 | sort \
 | uniq
 }}}

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


More information about the macports-tickets mailing list