Changes between Initial Version and Version 1 of Ticket #50168
- Timestamp:
- Dec 29, 2015, 5:41:15 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #50168
-
Property
Component
changed from
ports
tobase
-
Property
Component
changed from
-
Ticket #50168 – Description
initial v1 1 1 Greetings. When I try to self update ports, I receive and HTTP error message: 2 2 3 {{{ 3 4 [09:45 user@host ~] > sudo port -v selfupdate 4 5 ---> Updating MacPorts base sources using rsync … … 11 12 Error: /opt/local/bin/port: port selfupdate failed: Error synchronizing MacPorts sources: command execution failed 12 13 sent 36 bytes received 69 bytes 70.00 bytes/sec 14 }}} 13 15 14 16 The rsync command works outside of the selfupdate: 15 17 18 {{{ 16 19 [09:45 user@host-mitll ~] > sudo /usr/bin/rsync -rtzv --delete-after rsync://rsync.macports.org/release/tarballs/base.tar /opt/local/var/macports/sources/rsync.macports.org/release/tarballs 17 20 18 21 receiving file list ... done 19 22 total size is 27013120 speedup is 257267.81 ` 20 23 }}} 21 24 22 25 I am behind a proxy: 23 26 27 {{{ 24 28 [09:52 user@host-mitll ~] > sudo env | grep http 25 29 http_proxy=http://xxx.xxx.xxx.xxx:8080 26 30 27 31 https_proxy=http://xxx.xxx.xxx.xxx:8080 28 32 }}} 29 33 30 34