Ticket #15865 (closed defect: invalid)
py25-numpy build error
| Reported by: | nelson.uhan@… | Owned by: | ram@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 1.6.0 |
| Keywords: | Cc: | blb@…, macports@… | |
| Port: |
Description
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
}
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


