On 4/5/07 1:57 PM, "Daniel J. Luke" <dluke@geeklair.net> wrote:
If you have DarwinPorts or MacPorts already installed, "sudo port selfupdate" should get you the latest release.
Thanks Daniel. Oddly enough, I got the following when I tried that: Error: /opt/local/bin/port: selfupdate failed: Couldn't sync dports tree: sync failed doing rsync -- ________________________________________________ Dan Delaney, Sr. Interactive Analyst/Developer Power Creative, 502-297-6632
On Apr 5, 2007, at 2:03 PM, Dan Delaney wrote:
On 4/5/07 1:57 PM, "Daniel J. Luke" <dluke@geeklair.net> wrote:
If you have DarwinPorts or MacPorts already installed, "sudo port selfupdate" should get you the latest release.
Thanks Daniel. Oddly enough, I got the following when I tried that:
Error: /opt/local/bin/port: selfupdate failed: Couldn't sync dports tree: sync failed doing rsync
Interesting ... Try adding the -d -v flags to see why it's failing: `sudo port -d -v selfupdate` -- Daniel J. Luke +========================================================+ | *---------------- dluke@geeklair.net ----------------* | | *-------------- http://www.geeklair.net -------------* | +========================================================+ | Opinions expressed are mine and do not necessarily | | reflect the opinions of my employer. | +========================================================+
On 4/5/07 2:10 PM, "Daniel J. Luke" <dluke@geeklair.net> wrote:
Try adding the -d -v flags to see why it's failing:
Gives me this at first: DEBUG: Rebuilding the darwinports base system if needed. Synchronizing from rsync://rsync.darwinports.org/dpupdate/dports It sits there for a very long time. Obviously can't make a connection. Then spits out this: 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.1/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 I don't usually have problem with rsync. What port is it trying to connect to? It might be that I need to open an outgoing port in our firewall. Thanks --Dan ________________________________________________ Dan Delaney, Sr. Interactive Analyst/Developer Power Creative, 502-297-6632
Le 5 avr. 07 à 20:10, Daniel J. Luke a écrit :
Interesting ...
Try adding the -d -v flags to see why it's failing:
`sudo port -d -v selfupdate`
no prob by me (10.4.9) : ~/work/Ruby/Files%> sudo port -d -v selfupdate Password: DEBUG: Rebuilding the MacPorts base system if needed. Synchronizing from rsync://rsync.darwinports.org/dpupdate/dports receiving file list ... done ./ aqua/ [...] Congratulations, you have successfully installed the MacPorts system. To get the Portfiles and update the system, run: sudo port selfupdate Please read port(1) and the MacPorts Wiki at http:// trac.macports.org/ for full documentation. DEBUG: Setting ownership to 501 selfupdate done! second selfupdate : ~/work/Ruby/Files%> sudo port selfupdate DarwinPorts base version 1.400 installed Downloaded MacPorts base version 1.400 The MacPorts installation is not outdated and so was not updated selfupdate done! ~/work/Ruby/Files%> best, Yvon
Hi, Am 05.04.2007 um 20:15 schrieb Dan Delaney:
I don't usually have problem with rsync. What port is it trying to connect to? It might be that I need to open an outgoing port in our firewall.
[g4:~] cvoelker% cat /etc/services | grep rsync rsync 873/udp # rsync rsync 873/tcp # rsync Christian
On 4/5/07 2:43 PM, "Christian Voelker" <C.Voelker@gmx.net> wrote:
[g4:~] cvoelker% cat /etc/services | grep rsync rsync 873/udp # rsync rsync 873/tcp # rsync
That did it. Thanks! (I always rsync out of the building, never in to the building. So we had never opened port 873 for incoming traffic.) --Dan ________________________________________________ Dan Delaney, Sr. Interactive Analyst/Developer Power Creative, 502-297-6632
participants (4)
-
Christian Voelker
-
Dan Delaney
-
Daniel J. Luke
-
Yvon Thoraval