Has anyone had this error? bobo:~ sancho$ sudo port -vd selfupdate Password: DEBUG: Rebuilding the MacPorts base system if needed. Synchronizing from rsync://rsync.darwinports.org/dpupdate/dports rsync: failed to connect to rsync.darwinports.org: Operation timed out (60) rsync error: error in socket IO (code 10) at /SourceCache/rsync/rsync-24/rsync/clientserver.c(94) DEBUG: Couldn't sync dports tree: sync failed doing rsync while executing "darwinports::selfupdate [array get global_options]" Error: /opt/local/bin/port: selfupdate failed: Couldn't sync dports tree: sync failed doing rsync What did you do to resolve the error?
Sancho McCann wrote:
Has anyone had this error?
bobo:~ sancho$ sudo port -vd selfupdate Password: DEBUG: Rebuilding the MacPorts base system if needed. Synchronizing from rsync://rsync.darwinports.org/dpupdate/dports rsync: failed to connect to rsync.darwinports.org <http://rsync.darwinports.org>: Operation timed out (60) rsync error: error in socket IO (code 10) at /SourceCache/rsync/rsync-24/rsync/clientserver.c(94) DEBUG: Couldn't sync dports tree: sync failed doing rsync while executing "darwinports::selfupdate [array get global_options]" Error: /opt/local/bin/port: selfupdate failed: Couldn't sync dports tree: sync failed doing rsync
What did you do to resolve the error?
it looks like you are trying to rsync against the rsync.darwinport.org site. please make sure that your installation is pointed at the macports.org site. /opt/local/etc/ports/ports.conf rsync_server rsync.macports.org /opt/local/etc/ports/sources.conf (replace references to darwinports.org with macports.org) that said, there were some issues with the rsync.macports.org server yesterday it seems. b
participants (2)
-
Bill Parducci
-
Sancho McCann