Re: [coreutils] [PATCH] Cater for extra strace output when building 32-on-64.

2010-11-01 Thread Pádraig Brady
On 30/10/10 14:20, Nix wrote: When building 32-bit coreutils on a 64-bit Linux platform, the stat-free-symlinks test fails because the strace output it diffs against contains an extra informative line emitted by strace of the general form [ Process PID=28429 runs in 32 bit mode. ] So

Re: [coreutils] [PATCH] Cater for extra strace output when building 32-on-64.

2010-11-01 Thread Pádraig Brady
On 01/11/10 23:05, Nix wrote: On 1 Nov 2010, Pádraig Brady told this: That looks like a buglet in strace, patch below. There doesn't look to be any more cases of incorrectly outputting to stdout: Ah, yeah, oops, it probably was meant to go to stderr, wasn't it. I didn't think of that.

Re: [coreutils] [PATCH] Cater for extra strace output when building 32-on-64.

2010-11-01 Thread Nix
On 1 Nov 2010, Pádraig Brady stated: On 01/11/10 23:05, Nix wrote: That's much better (though I'd use the fuller regex I provided simply because 'Process PID' seems a bit short and possible to occur in legitimate output to me). For general ls output yes. For the test which just does ls on