[MacPorts] #37154: py27-wxpython-devel @2.9.4.0_0 build failed on 10.5.8
#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
#37154: py27-wxpython-devel @2.9.4.0_0 build failed on 10.5.8 ----------------------------------+------------------- Reporter: jdgleeson@… | Owner: jwa@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Resolution: | Keywords: Port: py27-wxpython-devel | ----------------------------------+------------------- Changes (by ryandesign@…): * owner: macports-tickets@… => jwa@… -- Ticket URL: <https://trac.macports.org/ticket/37154#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS
#37154: py27-wxpython-devel @2.9.4.0_0 build failed on 10.5.8 ----------------------------------+-------------------- Reporter: jdgleeson@… | Owner: jwa@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: Resolution: fixed | Keywords: Port: py27-wxpython-devel | ----------------------------------+-------------------- Changes (by mojca@…): * cc: mojca@… (added) * status: new => closed * version: 2.1.2 => * resolution: => fixed Comment: The patch is applied unconditionally now in {{{py-wxpython-3.0}}} since r110279. If there are any more problems with building on 10.5, please let us know. -- Ticket URL: <https://trac.macports.org/ticket/37154#comment:2> MacPorts <http://www.macports.org/> Ports system for OS X
participants (1)
-
MacPorts