#16639 closed defect (invalid)
py25-numpy fails causing deluge to not install
Reported by: | kjomara@… | Owned by: | skymoo (Adam Mercer) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.6.0 |
Keywords: | deluge python py25 | Cc: | |
Port: | py25-numpy |
Description (last modified by blb@…)
I get the following error when I try to 'sudo port install deluge':
---> 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: The following dependencies failed to build: py25-gtk py25-cairo py25-numpy py25-setuptools py25-zlib py25-xdg Error: Status 1 encountered during processing.
I have a Intel Macbook.
Change History (4)
comment:1 follow-up: 2 Changed 16 years ago by blb@…
Description: | modified (diff) |
---|---|
Owner: | changed from macports-tickets@… to ram@… |
Port: | py25-numpy added; deluge removed |
Priority: | High → Normal |
Summary: | Deulge doesn't compile due to invalid directory... → py25-numpy fails causing deluge to not install |
comment:2 Changed 16 years ago by kjomara@…
Replying to blb@…:
Make sure your python25 port is up to date (2.5.2_5, use
port installed python25
to see what you have). Then, make sure you have the python_select port installed and that you've runsudo python_select python25
. Once done, clean py25-numpy then try installing again.
Ok, that worked, but now I have another problem which I shall open another ticket for.
comment:3 Changed 16 years ago by blb@…
Resolution: | → invalid |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Make sure your python25 port is up to date (2.5.2_5, use
port installed python25
to see what you have). Then, make sure you have the python_select port installed and that you've runsudo python_select python25
. Once done, clean py25-numpy then try installing again.