Opened 8 years ago
Closed 5 years ago
#51691 closed defect (fixed)
py27-pymvpa: unable to execute 'swig': No such file or directory
Reported by: | andytsai@… | Owned by: | stromnov (Andrey Stromnov) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.3.4 |
Keywords: | Cc: | kurthindenburg (Kurt Hindenburg) | |
Port: | py-pymvpa |
Description (last modified by mf2k (Frank Schima))
When I run
$ sudo port install py27-pymvpa
I get the following error:
Error: org.macports.build for port py27-pymvpa returned: command execution failed Please see the log file for port py27-pymvpa for details: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_python_py-pymvpa/py27-pymvpa/main.log To report a bug, follow the instructions in the guide: http://guide.macports.org/#project.tickets Error: Processing of port py27-pymvpa failed
Attachments (1)
Change History (8)
Changed 8 years ago by andytsai@…
comment:1 Changed 8 years ago by mf2k (Frank Schima)
Owner: | changed from macports-tickets@… to stromnov@… |
---|
comment:2 Changed 8 years ago by mf2k (Frank Schima)
Description: | modified (diff) |
---|
comment:3 Changed 8 years ago by kurthindenburg (Kurt Hindenburg)
Cc: | kurthindenburg added |
---|
The simple fix is to add deps which appears to work w/ py27-; however, for the py34 it doesnt' appear to install any binaries; so if that's not correct, it needs further research.
- depends_lib-append port:py${python.version}-numpy \ - port:libsvm + depends_lib-append port:py${python.version}-h5py \ + port:py${python.version}-nibabel \ + port:py${python.version}-numpy \ + port:py${python.version}-scipy \ + port:libsvm \ + port:swig
comment:4 Changed 6 years ago by ryandesign (Ryan Carsten Schmidt)
Summary: | py27-pymvpa: build failure → py27-pymvpa: unable to execute 'swig': No such file or directory |
---|
comment:6 Changed 5 years ago by reneeotten (Renee Otten)
comment:7 Changed 5 years ago by reneeotten (Renee Otten)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
In the future, please use WikiFormatting and Cc the port maintainers (
port info --maintainers py-pymvpa
), if any.