Opened 14 years ago
Closed 14 years ago
#29219 closed defect (worksforme)
installing py26-scipy fails
Reported by: | myalias@… | Owned by: | jmroot (Joshua Root) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.9.2 |
Keywords: | Cc: | skymoo (Adam Mercer) | |
Port: | py26-scipy |
Description (last modified by mf2k (Frank Schima))
installing py26-scipy fails.
The port description states that py26-scipy version is 0.9.0. In the build directory, under the [long_folder_name]_py26-scipy/work folder, I see a folder called scipy-0.8.0/. The PKG-INFO files confirms that the package version is 0.8.0.
The installation fails with the following log:
:info:build sh: line 0: cd: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_python_py26-scipy/work/scipy-0.9.0: No such file or directory
That makes sense since the package/folder is 0.8.0.
Change History (5)
comment:1 Changed 14 years ago by mf2k (Frank Schima)
Cc: | ram@… added |
---|---|
Description: | modified (diff) |
Owner: | changed from macports-tickets@… to jmr@… |
comment:2 Changed 14 years ago by skymoo (Adam Mercer)
comment:3 Changed 14 years ago by jmroot (Joshua Root)
I guess you had a partial build of 0.8.0 in there? And maybe your system time is incorrect such that the new portfile doesn't look newer than the work dir, so it wasn't autocleaned?
comment:4 Changed 14 years ago by myalias@…
Cleaning py26-scipy, as suggested by ram2macports.org, solved this issue. Thanks for the support.
comment:5 Changed 14 years ago by jmroot (Joshua Root)
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
The directory is for
scipy-0.9.0
for me:try cleaning, i.e.
sudo port clean py26-scipy
, and then try installing again.