[MacPorts] #18114: grace fails to run in Leopard - openmotif bug?

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


#18114: grace fails to run in Leopard - openmotif bug?
---------------------------------+------------------------------------------
 Reporter:  sndr.sndr@…          |       Owner:  macports-tickets@…                   
     Type:  defect               |      Status:  new                                  
 Priority:  Normal               |   Milestone:  Port Bugs                            
Component:  ports                |     Version:  1.7.0                                
 Keywords:                       |        Port:  grace, openmotif                     
---------------------------------+------------------------------------------

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 (the +system_x11 variant "workaround" gives hint to that...)  If
 you've added +system_x11 to your variants, please do not provide this
 information as it will not be useful.  Only users without that variant
 should respond.  Also note that adding or removing +system_x11 variant
 should be done with caution and switching between these variants is not
 supported.  You should do a complete rebuild of all ports that use X11 if
 you change between those variants if you want a usable system:

 {{{
 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/18114#comment:22>
MacPorts <http://www.macports.org/>
Ports system for Mac OS


More information about the macports-tickets mailing list