[MacPorts] #21292: gnuradio-core does not compile on snow leopard

MacPorts noreply at macports.org
Fri Mar 5 15:05:10 PST 2010


#21292: gnuradio-core does not compile on snow leopard
-------------------------------+--------------------------------------------
  Reporter:  banister@…        |       Owner:  michaelld@…           
      Type:  defect            |      Status:  closed                
  Priority:  Normal            |   Milestone:                        
 Component:  ports             |     Version:  1.8.99                
Resolution:  fixed             |    Keywords:                        
      Port:  gnuradio-core     |  
-------------------------------+--------------------------------------------

Comment(by alex@…):

 I've submitted a workaround patch to py26-wxpython:

 https://trac.macports.org/ticket/19583

 This solves the problem with wxWidgets, py26-wxpython builds fine after
 that.

 I'm now running into a different issue that configure doesn't find that
 package - gr_wxgui_INCLUDES is empty:

 gr_wxgui_INCLUDES=''

 It seems that configure tries to determine the include path using pkg-
 config

                 gr_wxgui_INCLUDES=`$PKG_CONFIG --cflags-only-I
 ${pc_comp_name}`

  but pkg-config returns nothing for py26-wxpython on my system tho it's
 installed:

 $ pkg-config --cflags-only-I py26-wxpython
 Package py26-wxpython was not found in the pkg-config search path.
 Perhaps you should add the directory containing `py26-wxpython.pc'
 to the PKG_CONFIG_PATH environment variable
 No package 'py26-wxpython' found

 However, it's correctly installed and activated:

 bash-3.2$ port activate py26-wxpython
 --->  Activating py26-wxpython
 Error: port activate failed: Image error: py26-wxpython @2.8.9.1_0 is
 already active.

 I now build the port with a pkg target and see if that helps. However, I
 think this needs to be fixed... you cannot rely on ports being installed
 as pkg...

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


More information about the macports-tickets mailing list