#20546: python25 install fails after "Staging python25 into destroot" -------------------------------------+-------------------------------------- Reporter: keith@… | Owner: mww@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: Keywords: | Port: python25 -------------------------------------+-------------------------------------- Comment(by blb@…): In order to try out that patch, you'd have to do a few things manually: {{{ sudo port clean --work python25 sudo port extract python25 cd `port work python25`/* }}} After that you should end up in the extracted source from the python 2.5 tarball, where you can then apply the [http://bugs.python.org/file8455/py_1704287.diff patch]: {{{ sudo curl -O http://bugs.python.org/file8455/py_1704287.diff sudo patch < py_1704287.diff }}} Now Makefile.pre.in is patched, so you can try installing: {{{ sudo port -d install python25 }}} See what happens. -- Ticket URL: <http://trac.macports.org/ticket/20546#comment:12> MacPorts <http://www.macports.org/> Ports system for Mac OS