On Windows OS, is there any advantage for completing rsync using MSVC instead of gcc/cygwin ?

2002-04-21 Thread Diburim
-- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.tuxedo.org/~esr/faqs/smart-questions.html

Re: Patch: update popt/ to 1.5.1

2002-04-21 Thread Donovan Baarda
On Sat, Apr 20, 2002 at 12:23:16PM -0700, Jos Backus wrote: > This patch updates the files under popt/ to the latest vendor drop. The only > change is the inclusion of a FreeBSD-specific patch to popt.c. This is needed > in case somebody decides to build rsync on that platform without using the >

Re: ports/36998: rsync requires -O2 on BSD to avoid segv?

2002-04-21 Thread Kris Kennaway
On Sun, Apr 21, 2002 at 06:34:30PM +0200, Anders Nordby wrote: > Greg/Kris: MFC of this file in src/lib/libz/infcodes.c may save a lot of > users for some trouble. The bug rsync suffers from in its home-rolled > zlib 1.1.4 is also reproducable in -stable, I don't see why this isn't > going to app

Re: ports/36998: rsync requires -O2 on BSD to avoid segv?

2002-04-21 Thread Oliver Braun
* Anders Nordby <[EMAIL PROTECTED]> [2002-04-21 18:36]: > Oliver: may I commit this and revert your changes on the issue? Of course & thanks. Regards, Olli -- Department of Computing Science Federal Armed Forces University Munich http://ist.unibw-muenchen.de/People/obraun/ -- To unsu

Re: ports/36998: rsync requires -O2 on BSD to avoid segv?

2002-04-21 Thread Jos Backus
On Sun, Apr 21, 2002 at 09:24:32PM +0200, Anders Nordby wrote: > Hm. Better make the patch like this. The ifdef was too narrow (sorry). I wonder if the #ifdef is needed. I.e. is this a GCC bug that manifests itself because of the way GCC is implemented on i386 FreeBSD, or is a problem with GCC it

Re: ports/36998: rsync requires -O2 on BSD to avoid segv?

2002-04-21 Thread Anders Nordby
Hi, On Sun, Apr 21, 2002 at 12:04:22PM -0700, Jos Backus wrote: > Is it OK if I fix this in rsync CVS so the next release won't need this patch > on FreeBSD? Hm. Better make the patch like this. The ifdef was too narrow (sorry). Cheers, -- Anders. --- zlib/infcodes.c.origTue Mar 12

Re: ports/36998: rsync requires -O2 on BSD to avoid segv?

2002-04-21 Thread Jos Backus
Is it OK if I fix this in rsync CVS so the next release won't need this patch on FreeBSD? -- Jos Backus _/ _/_/_/Santa Clara, CA _/ _/ _/ _/ _/_/_/ _/ _/ _/_/ [EMAIL PROTECTED]

Re: ports/36998: rsync requires -O2 on BSD to avoid segv?

2002-04-21 Thread Anders Nordby
On Sun, Apr 21, 2002 at 08:29:36AM -0700, Martin Pool wrote: >> # rsync -azv \ >> rsync://sunsite.dk/ftp//mirrors/mysql/Downloads/Contrib/MyAccess.mda . > Works fine for me using rsync's upstream HEAD and 2.5.5 release. So > it seems like it must be either something in BSD's patches, or > somethi

Re: ports/36998: rsync requires -O2 on BSD to avoid segv?

2002-04-21 Thread Anders Nordby
Hello, On Sun, Apr 21, 2002 at 08:29:36AM -0700, Martin Pool wrote: >> # rsync -azv \ >> rsync://sunsite.dk/ftp//mirrors/mysql/Downloads/Contrib/MyAccess.mda . > Works fine for me using rsync's upstream HEAD and 2.5.5 release. So > it seems like it must be either something in BSD's patches, or >

Re: ports/36998: rsync requires -O2 on BSD to avoid segv?

2002-04-21 Thread Martin Pool
On 21 Apr 2002, Anders Nordby <[EMAIL PROTECTED]> wrote: > # rsync -azv \ > rsync://sunsite.dk/ftp//mirrors/mysql/Downloads/Contrib/MyAccess.mda . Works fine for me using rsync's upstream HEAD and 2.5.5 release. So it seems like it must be either something in BSD's patches, or something about y