[MacPorts] #28574: mldonkey port build failure after libpng14 update

MacPorts noreply at macports.org
Wed Apr 27 14:20:47 PDT 2011


#28574: mldonkey port build failure after libpng14 update
--------------------------------------+-------------------------------------
 Reporter:  jacf01@…                  |       Owner:  macports-tickets@…                   
     Type:  defect                    |      Status:  new                                  
 Priority:  Normal                    |   Milestone:                                       
Component:  ports                     |     Version:  1.9.2                                
 Keywords:  libpng libpng12 libpng14  |        Port:  mldonkey                             
--------------------------------------+-------------------------------------
Changes (by ryandesign@…):

  * keywords:  mldonkey libpng libpng12 libpng14 => libpng libpng12
               libpng14


Comment:

 Have you already made sure your port definitions are up to date and that
 there are no outdated ports?
 {{{
 sudo port selfupdate
 port outdated
 sudo port clean mldonkey outdated
 sudo port upgrade outdated
 }}}

 If that doesn't fix it, then please attempt to discover what installed
 port still wants to use libpng12. Try a brute-force search for "png12",
 such as:
 {{{
 sudo grep png12 -r /opt/local/{bin,include,lib,sbin} 2>/dev/null
 }}}
 For each identified file, use "`port provides`" to see what port it came
 from. That port probably needs to be rebuilt. You can rebuild a port using
 "`sudo port -n upgrade --force`" but please also let us know what ports
 were identified, so we can see if we need to increase their revision.

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


More information about the macports-tickets mailing list