Re: rsync-3.0.2 -- two build problems

2008-06-17 Thread Peter Breitenlohner
On Tue, 17 Jun 2008, Wayne Davison wrote: On Thu, Jun 05, 2008 at 08:22:09AM +0200, Peter Breitenlohner wrote: However, "cp -p" and "touch -r" round to the nearest second. Can you try out the attached patch and let me know if it fixes the rounding issues? I have just rebuilt rsync-3.0.2 wit

Re: rsync-3.0.2 -- two build problems

2008-06-17 Thread Wayne Davison
On Thu, Jun 05, 2008 at 08:22:09AM +0200, Peter Breitenlohner wrote: > However, "cp -p" and "touch -r" round to the nearest second. Can you try out the attached patch and let me know if it fixes the rounding issues? ..wayne.. --- a/testsuite/backup.test +++ b/testsuite/backup.test @@ -36,7 +36,7

Re: rsync-3.0.2 -- two build problems

2008-06-04 Thread Peter Breitenlohner
On Wed, 4 Jun 2008, Wayne Davison wrote: On Mon, Jun 02, 2008 at 07:31:02PM +0200, Peter Breitenlohner wrote: (1) With the Linux kernel >=2.6.20, "make check" occasionally fails, due to subsecond timestamps sometimes being truncated and sometimes being rounded upwards (both on i686 and x86_64).

Re: rsync-3.0.2 -- two build problems

2008-06-04 Thread Wayne Davison
On Mon, Jun 02, 2008 at 07:31:02PM +0200, Peter Breitenlohner wrote: > (1) With the Linux kernel >=2.6.20, "make check" occasionally fails, due to > subsecond timestamps sometimes being truncated and sometimes being rounded > upwards (both on i686 and x86_64). Rsync doesn't do any rounding, so I d

rsync-3.0.2 -- two build problems

2008-06-02 Thread Peter Breitenlohner
Hi, when I tried to build rsync-3.0.2 on i686-linux/gnu, I noticed 2 problems: (1) With the Linux kernel >=2.6.20, "make check" occasionally fails, due to subsecond timestamps sometimes being truncated and sometimes being rounded upwards (both on i686 and x86_64). Attached