#15865: py25-numpy build error -----------------------------------+---------------------------------------- Reporter: nelson.uhan@gmail.com | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.6.0 Keywords: | -----------------------------------+---------------------------------------- I get the following error when trying to install py25-numpy: {{{ ~ > sudo port install py25-numpy ---> Fetching py25-numpy ---> Attempting to fetch numpy-1.1.0.tar.gz from http://downloads.sourceforge.net/numpy ---> Verifying checksum(s) for py25-numpy ---> Extracting py25-numpy ---> Applying patches to py25-numpy ---> Configuring py25-numpy ---> Building py25-numpy with target build ---> Staging py25-numpy into destroot Error: Target org.macports.destroot returned: error renaming "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_python_py25-numpy/work/destroot/opt/local/bin/f2py": no such file or directory Error: Status 1 encountered during processing. }}} Sorry, I don't have more detailed output. I tried commenting out the post-destroot commands, which seemed to do the trick. In the current portfile: {{{ post-destroot { move ${destroot}${prefix}/bin/f2py ${destroot}${prefix}/bin/f2py2.5 } }}} -- Ticket URL: <http://trac.macports.org/ticket/15865> MacPorts <http://www.macports.org/> Ports system for Mac OS