Error trying to compile 2.6.0 on Solaris 9 Sparc with gcc 3.2

2004-04-05 Thread Marcio d'Avila
Hi. I'm trying to compile rsync 2.6.0 on Solaris 9 Sparc, using gcc 3.2. The configure script seems to run with no problem. But when I go ahead to make, I get the following error output: -8< gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W

Re: Communication problem with rsync-2.6.0

2004-04-05 Thread Wayne Davison
On Mon, Apr 05, 2004 at 12:45:18PM -0400, Tim Conway wrote: > The second problem is that you have put "-e rsh" after filespecs, thus > having it interpreted as such. Not necessarily. Modern option parsers indulge in option reordering unless told not to (for example, by setting POSIXLY_CORRECT in

Re: Communication problem with rsync-2.6.0

2004-04-05 Thread Tim Conway
The first problem is that you're attempting to use a remote transport on a local transfer. The second problem is that you have put "-e rsh" after filespecs, thus having it interpreted as such. What you have asked rsync to do is to put the contents of "source/", "dest/", and the object "-e", in t

Re: Communication problem with rsync-2.6.0

2004-04-05 Thread Wayne Davison
On Mon, Apr 05, 2004 at 01:02:44PM +0200, [EMAIL PROTECTED] wrote: > it was coused by command rsync -r source/ dest/ -e rsh That command can't cause the error you mentioned since there is no host specified on it. I assume you removed a "host:" from either the source or dest, right? (i.e. using a

Communication problem with rsync-2.6.0

2004-04-05 Thread fiver
hello, I have a following problem while using rsync: rsync: connection unexpectedly closed (0 bytes read so far) rsync error: error in rsync protocol data stream (code 12) at io.c(189) it was coused by command rsync -r source/ dest/ -e rsh I use rsync-2.6.0 with rsh. What bothers me is that f