[MacPorts] #28015: abiword-x11: /opt/local/lib/libpng12.la: No such file or directory

MacPorts noreply at macports.org
Tue Jan 18 16:00:55 PST 2011


#28015: abiword-x11: /opt/local/lib/libpng12.la: No such file or directory
--------------------------------+-------------------------------------------
 Reporter:  wlmcderm@…          |       Owner:  macports-tickets@…                   
     Type:  defect              |      Status:  new                                  
 Priority:  Normal              |   Milestone:                                       
Component:  ports               |     Version:  1.9.2                                
 Keywords:  png                 |        Port:  abiword-x11                          
--------------------------------+-------------------------------------------

Comment(by wlmcderm@…):

 I originally tried to install Abiword 2.8.6 after doing a fresh "upgrade
 outdated", so at the time, everything should have been up to date.  Given
 what jmr said above, I've just upgraded

 ImageMagick                    6.6.7-0_1 < 6.6.7-1_0

 libbonoboui                    2.24.4_0 < 2.24.4_1

 libgnomecanvas                 2.30.2_0 < 2.30.2_1

 libgnomeprintui                2.18.6_0 < 2.18.6_1

 libgnomeui                     2.24.4_0 < 2.24.4_1

 librsvg                        2.32.1_0 < 2.32.1_1

 After that, I ran search-libpng12.sh and got an error:

 otool: can't map file: /opt/local/bin (Invalid argument)

 \nlibgsf

 Don't know what the second line means, but I think the first line is due
 to the script passing the /opt/local/bin directory itself to otool.

 I crudely modified the script:

 #!/bin/sh

 ports=""
 for f in $(find /opt/local/bin -type f) $(find /opt/local/lib -name
 \*.dylib); do
     if otool -L $f | grep -q 'libpng12\.0'; then
                 echo $f
     fi
 done

 and get only /opt/local/bin/gsf-office-thumbnailer as being dependent on
 libpng12.

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


More information about the macports-tickets mailing list