[MacPorts] #18181: xpdf fails to run in Leopard

MacPorts noreply at macports.org
Mon Feb 16 12:54:17 PST 2009


#18181: xpdf fails to run in Leopard
------------------------------------+---------------------------------------
 Reporter:  macosx12345@…           |       Owner:  ricci@…           
     Type:  defect                  |      Status:  assigned          
 Priority:  Normal                  |   Milestone:  Port Bugs         
Component:  ports                   |     Version:  1.7.0             
 Keywords:  motif non-widget child  |        Port:  xpdf              
------------------------------------+---------------------------------------

Comment(by jeremyhu@…):

 Can you please run the following for me?  There may be some rogue libs or
 binaries still linking against the system X11 libs instead of the MacPorts
 ones:

 {{{
 cd /opt/local/lib
 for f in *dylib; do otool -L $f | grep -q /usr/X11 && echo $f; done

 cd /opt/local/bin
 for f in *; do otool -L $f | grep -q /usr/X11 && echo $f; done
 }}}

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


More information about the macports-tickets mailing list