Re: [SUGGESTION] CVSync

From: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Neil Conway <neilc(at)samurai(dot)com>, Martijn van Oosterhout <kleptog(at)svana(dot)org>, Joel Miller <joelwmiller(at)sbcglobal(dot)net>, PostgreSQL Hackers List <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [SUGGESTION] CVSync
Date: 2006-03-25 14:49:21
Message-ID: 20060325144921.GA28948@surnet.cl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Tom Lane wrote:
> Neil Conway <neilc(at)samurai(dot)com> writes:
> > I agree that investigating alternatives would be a good idea: AFAIK
> > there's no easy way to build cvsup on Linux/AMD64 (without patches and
> > more pain than I'm willing to endure), so I use cvsup on one machine and
> > then periodically rsync a copy of that to my main (AMD64) machine.
>
> Actually, the last time I looked seriously at cvsup, my requirement was
> that it build on HPUX, which it did not (well, maybe it would've with
> sufficient investment of pain, but that wasn't happening). I was about
> to take another look at whether I couldn't just-install-it on FC4, but
> my main FC4 machine is now x86_64, so your remarks are discouraging me
> again :-(

Don't let'em. I use CVSup on both my ix86 and amd64 machine. (IIRC the latter
uses a 32bit binary, but it surely works anyway.)

I think these are static binaries, so they would probably work on your
machines unchanged.

Hmm, well, not quite:

$ ldd bin/cvsup
linux-gate.so.1 => (0xffffe000)
libz.so.1 => /usr/lib/libz.so.1 (0xb7f5b000)
libXaw.so.7 => /usr/X11R6/lib/libXaw.so.7 (0xb7eff000)
libXmu.so.6 => /usr/X11R6/lib/libXmu.so.6 (0xb7ee9000)
libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0xb7edb000)
libXt.so.6 => /usr/X11R6/lib/libXt.so.6 (0xb7e8b000)
libSM.so.6 => /usr/X11R6/lib/libSM.so.6 (0xb7e82000)
libICE.so.6 => /usr/X11R6/lib/libICE.so.6 (0xb7e6a000)
libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0xb7d9e000)
libm.so.6 => /lib/tls/i686/cmov/libm.so.6 (0xb7d64000)
libc.so.6 => /lib/tls/i686/cmov/libc.so.6 (0xb7c2c000)
libXpm.so.4 => /usr/X11R6/lib/libXpm.so.4 (0xb7c16000)
libdl.so.2 => /lib/tls/i686/cmov/libdl.so.2 (0xb7c12000)
/lib/ld-linux.so.2 (0xb7f71000)

(this is the ix86 machine, I don't have the other one handy)

--
Alvaro Herrera http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2006-03-25 15:00:51 Re: Where does the time go?
Previous Message John DeSoi 2006-03-25 13:47:28 Re: Bytea and perl