[MacPorts] #37154: py27-wxpython-devel @2.9.4.0_0 build failed on 10.5.8

MacPorts noreply at macports.org
Tue Nov 27 17:59:42 PST 2012


#37154: py27-wxpython-devel @2.9.4.0_0 build failed on 10.5.8
-------------------------+---------------------------------
 Reporter:  jdgleeson@…  |      Owner:  macports-tickets@…
     Type:  defect       |     Status:  new
 Priority:  Normal       |  Milestone:
Component:  ports        |    Version:  2.1.2
 Keywords:               |       Port:  py27-wxpython-devel
-------------------------+---------------------------------
 The build script looks for a Carbon version of wxWidgets
 {{{
 /opt/local/bin/wx-config --toolkit=osx_carbon --unicode=yes --version=2.9
 --version=2.9 --cxxflags

           Warning: No config found to match
 }}}
 instead of Cocoa version.

 Build succeeds after changing line 42 of Portfile

 {{{
 if {${os.platform} == "darwin" && ${os.major} >= 10} {
 }}}
 to

 {{{
 if {${os.platform} == "darwin" && ${os.major} >= 9} {
 }}}

 Tested the resulting build on a large sampling of features in the
 wxpython demo, and it looks good.

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


More information about the macports-tickets mailing list