#44799: Error comando v- selfupdate ------------------------+-------------------------------- Reporter: capn610@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: base | Version: 2.3.1 Resolution: | Keywords: Port: | ------------------------+-------------------------------- Changes (by ryandesign@…): * keywords: selfupdate => * component: ports => base * type: update => defect * priority: High => Normal Old description:
Al realizar la actualización de los MacPorts se generó el siguiente error: Error: /opt/local/bin/port: port selfupdate failed: Error synchronizing MacPorts sources: command execution failed
Command failed: /usr/bin/rsync -rtzv --delete-after rsync://rsync.macports.org/release/tarballs/base.tar /opt/local/var/macports/sources/rsync.macports.org/release/tarballs
rsync: failed to connect to rsync.macports.org: Operation timed out (60) rsync error: error in socket IO (code 10) at /SourceCache/rsync/rsync-42/rsync/clientserver.c(105) [receiver=2.6.9]
New description: Al realizar la actualización de los MacPorts se generó el siguiente error: {{{ Error: /opt/local/bin/port: port selfupdate failed: Error synchronizing MacPorts sources: command execution failed Command failed: /usr/bin/rsync -rtzv --delete-after rsync://rsync.macports.org/release/tarballs/base.tar /opt/local/var/macports/sources/rsync.macports.org/release/tarballs rsync: failed to connect to rsync.macports.org: Operation timed out (60) rsync error: error in socket IO (code 10) at /SourceCache/rsync/rsync-42/rsync/clientserver.c(105) [receiver=2.6.9] }}} -- Comment: Has this ever worked? The usual reason for this error is that your network blocks rsync traffic. Either have your network administrator lift that restriction, or use a different syncing mechanism, such as the http tarball or a Subversion working copy. Selfupdate always uses rsync for updating base, so if you cannot get rsync access on your network, you'll have to use a different method to update base, such as downloading the installer from our web site when we release new versions of MacPorts. -- Ticket URL: <https://trac.macports.org/ticket/44799#comment:1> MacPorts <http://www.macports.org/> Ports system for OS X