#13701: python25 +universal, not compiling -----------------------------------+---------------------------------------- Reporter: andre.david@… | Owner: mww@… Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.5.2 Keywords: crt1.10.5, universal | -----------------------------------+---------------------------------------- Comment(by jon.hermansen@…): I had a ton of issues attempting to build python24 and python25 as universal (10.4) binaries... and eventually I came up with a VERY EASY way to build them as of today, Dec. 25th... no modification to their Portfiles (as of today) was necessary, either. Run: {{{ # port sync # port clean --all python2x # port patch python2x }}} Now, "cd" to the build directory... (and we'll patch every "isysroot" to "isystem") {{{ # cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python25/work/Python-2.5.2" # find . -type f -print0 | xargs -0 sudo perl -pi -e 's/isysroot/isystem/g' }}} -- Ticket URL: <http://trac.macports.org/ticket/13701#comment:6> MacPorts <http://www.macports.org/> Ports system for Mac OS