| 2 | ATTEMPT ONE (was having rsync issues due to connection, so wasn't surprised by a problem initially): |
| 3 | {{{ |
| 4 | % sudo port selfupdate; && sudo port upgrade outdated; |
| 5 | Password: |
| 6 | ---> Updating MacPorts base sources using rsync |
| 7 | MacPorts base version 2.7.2 installed, |
| 8 | MacPorts base version 2.8.0 downloaded. |
| 9 | ---> Updating the ports tree |
| 10 | ---> MacPorts base is outdated, installing new version 2.8.0 |
| 11 | Installing new MacPorts release in /opt/local as root:wheel; permissions 0755 |
| 12 | |
| 13 | Error: Couldn't change permissions of the MacPorts sources at /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/base to root: child killed: kill signal |
| 14 | Please run `port -v selfupdate' for details. |
| 15 | Error: /opt/local/bin/port: port selfupdate failed: Couldn't change permissions of the MacPorts sources at /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/base to root: child killed: kill signal |
| 16 | }}} |
| 17 | ATTEMPT 2 with -v |