[MacPorts] #26507: xorg-server: Undefined symbols: "_xp_set_dock_proxy", referenced from: _xprAppleWMProcs in libXquartzXpr.a(xprAppleWM.o)

MacPorts noreply at macports.org
Fri Sep 17 21:49:05 PDT 2010


#26507: xorg-server: Undefined symbols:  "_xp_set_dock_proxy", referenced from:
_xprAppleWMProcs in libXquartzXpr.a(xprAppleWM.o)
---------------------------------+------------------------------------------
  Reporter:  dcn@…               |       Owner:  jeremyhu@…           
      Type:  defect              |      Status:  closed               
  Priority:  Normal              |   Milestone:                       
 Component:  ports               |     Version:  1.9.1                
Resolution:  invalid             |    Keywords:                       
      Port:  xorg-server         |  
---------------------------------+------------------------------------------
Changes (by jeremyhu@…):

  * status:  new => closed
  * resolution:  => invalid


Comment:

 It's protected with some ifdef-foo:

 #if defined(XPLUGIN_VERSION) && XPLUGIN_VERSION >= 3
     xp_set_dock_proxy,
     xprAttachTransient
 #elif defined(XPLUGIN_VERSION) && XPLUGIN_VERSION >= 2
     xp_set_dock_proxy,
     NULL
 #else

 so my guess is that you're:
 1) On Leopard
 2) Installed XQuartz
 3) Didn't read [http://xquartz.macosforge.org/trac/wiki#OS-
 XSoftwareSecurityUpdatesandXQuartzLeopardOnly the release notes]

 Re-install the latest XQuartz after doing a SU.

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


More information about the macports-tickets mailing list