Changes between Initial Version and Version 1 of Ticket #26918
- Timestamp:
- Oct 21, 2010, 9:26:58 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #26918
-
Property
Component
changed from
ports
tobase
-
Property
Component
changed from
-
Ticket #26918 – Description
initial v1 6 6 7 7 ---------------------- 8 8 {{{ 9 9 #!/bin/sh 10 10 … … 15 15 16 16 make && make install 17 17 }}} 18 18 ----------------------------- 19 19 20 20 Here is verbose output of installing first package ; 21 21 {{{ 22 22 bash-3.2# ./port -v install py26-PyQt4 +universal 23 23 ---> Computing dependencies for py26-pyqt4................................................................................................................................................................................................................................ … … 46 46 Error: Status 1 encountered during processing. 47 47 To report a bug, see <http://guide.macports.org/#project.tickets> 48 48 }}} 49 49 We installed MacPorts-1.8.1, some time ago, for OS X Leopard to /opt/macports/leopard with the same compile options and it works well. 50 50