Re: Long-pending patch for Stratus VOS build

2003-01-16 Thread Dave Dykstra
I think the below patch is the cause of the failure of the Irix 6.5 type on build.samba.org, because it is complaining about line 73 of the Makefile which at least on my Linux machine is rsync$(EXEEXT): $(OBJS) It might be easiest for somebody who has an Irix machine that they can use to

Long-pending patch for Stratus VOS build

2003-01-10 Thread Green, Paul
The following patch still applies cleanly to the current cvs copy of rsync. I apply it each night after I grab rsync from the build farm. Without it, I don't get far at all. The purpose of the patch is to add executable extension handling, which we need, and to clean up a few POSIX things and

Re: Long-pending patch for Stratus VOS build

2003-01-10 Thread Wayne Davison
On Fri, Jan 10, 2003 at 01:23:45PM -0500, Green, Paul wrote: The following patch still applies cleanly to the current cvs copy of rsync. Or did before the most recent Makefile.in changes. It's easy to merge this one problem, though. Does anyone object to having these changes applied now,

Re: Long-pending patch for Stratus VOS build

2003-01-10 Thread Dave Dykstra
On Fri, Jan 10, 2003 at 11:33:00AM -0800, Wayne Davison wrote: On Fri, Jan 10, 2003 at 01:23:45PM -0500, Green, Paul wrote: The following patch still applies cleanly to the current cvs copy of rsync. Or did before the most recent Makefile.in changes. It's easy to merge this one problem,

RE: Long-pending patch for Stratus VOS build

2003-01-10 Thread Green, Paul
Wayne Davison [mailto:[EMAIL PROTECTED]] wrote: Here are my comments on the changes: ? I have a question about the portability of the u_FOO - uFOO_t changes. The former is the BSD syntax for the unsigned FOO typedefs, and the latter is what, POSIX? The changes work on Linux, at least.