Changes between Initial Version and Version 1 of Ticket #27610
- Timestamp:
- Dec 8, 2010, 4:09:45 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #27610
- Property Keywords PIDA removed
-
Property
Priority
changed from
High
toNormal
- Property Port PIDA added
-
Ticket #27610 – Description
initial v1 1 1 I am trying to install PIDA on mac using macports. All the dependencies installs fine but when it tries to build PIDA, it fails with the following message: 2 2 3 {{{ 3 4 ---> Building PIDA 4 5 Error: Target org.macports.build returned: shell command failed (see log for details) … … 6 7 Error: Status 1 encountered during processing. 7 8 To report a bug, see <http://guide.macports.org/#project.tickets> 9 }}} 8 10 9 11 The log file shows the following message: 12 {{{ 10 13 :info:build running build_py 11 14 :info:build running build_ext … … 51 54 :info:build Warning: the following items did not execute (for PIDA): org.macports.activate org.macports.build org.macports.destroot org.macports.install 52 55 :notice:build Log for PIDA is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_PIDA/main.log 53 56 }}}