Changes between Initial Version and Version 1 of Ticket #31141
- Timestamp:
- Sep 6, 2011, 4:43:30 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #31141
-
Property
Status
changed from
new
toclosed
-
Property
Resolution
changed from
to
duplicate
- Property Port Pallet added
-
Property
Status
changed from
-
Ticket #31141 – Description
initial v1 1 1 I execute this command: 2 2 {{{ 3 3 root# /opt/local/bin/port install Pallet 4 4 }}} 5 5 I then get this output: 6 6 {{{ 7 7 ---> Attempting to fetch Pallet-1.1_0.darwin_10.x86_64.tbz2 from http://packages.macports.org/Pallet 8 8 ---> Fetching Pallet … … 11 11 Log for Pallet is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_sysutils_Pallet/Pallet/main.log 12 12 Error: Status 1 encountered during processing. 13 13 }}} 14 14 Which directs me to the main.log file: 15 15 {{{ 16 16 :info:fetch Exported revision 73027. 17 17 :debug:fetch Privilege de-escalation not attempted as not running as root. … … 26 26 :info:checksum Warning: the following items did not execute (for Pallet): org.macports.activate org.macports.checksum org.macports.extract org.macports.patch org.macports.configure org.macports.build org.macports.destroot org.macports.install 27 27 :notice:checksum Log for Pallet is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_sysutils_Pallet/Pallet/main.log 28 }}}