[patch] SELinux support (was Re: [patch] Recent findutils test suite failures)

2006-01-30 Thread Miloslav Trmac
gt; Cc: bug-findutils@gnu.org > Subject: Re: [patch] Recent findutils test suite failures > > On Thu, Nov 24, 2005 at 11:12:19PM +, Tim Waugh wrote: >>2. add support for SELinux. >> >>At the moment, it isn't autoconf-ed up, but it would be great if you >>wanted

Re: [patch] Recent findutils test suite failures

2005-11-25 Thread James Youngman
On Thu, Nov 24, 2005 at 11:12:19PM +, Tim Waugh wrote: > 2. add support for SELinux. > > At the moment, it isn't autoconf-ed up, but it would be great if you > wanted to take a look. SELinux is on by default in Fedora Core. > > http://cvs.fedora.redhat.com/viewcvs/devel/findutils/findutils-

Re: [patch] Recent findutils test suite failures

2005-11-24 Thread Tim Waugh
On Thu, Nov 24, 2005 at 01:33:54AM +, James Youngman wrote: > What happens if the command you are executing via xargs is "echo foo > bar" rather than just "echo"? Does the required 2 turn into a > required 4? (I assume not, but just to be sure...) No, 2 is still fine. Tim. */ pgplBUKkErxN

Re: [patch] Recent findutils test suite failures

2005-11-23 Thread James Youngman
On Wed, Nov 23, 2005 at 11:45:48AM +, Tim Waugh wrote: > With this patch in addition to yours (and removing the .xo files), I > no longer see any failures. > > diff -u findutils-4.2.26/lib/buildcmd.c findutils-4.2.26/lib/buildcmd.c > --- findutils-4.2.26/lib/buildcmd.c 2005-11-23 09:47:48.00

Re: [patch] Recent findutils test suite failures

2005-11-23 Thread Andreas Metzler
On 2005-11-23 James Youngman <[EMAIL PROTECTED]> wrote: [...] > I had also been told that the many-short-arguments problem (supposedly > fixed in 4.2.26) still persists on the hppa platform. In the course > of preparing the patch I discovered a possible cause for this (we were > checking our argum

Re: [patch] Recent findutils test suite failures

2005-11-23 Thread Tim Waugh
With this patch in addition to yours (and removing the .xo files), I no longer see any failures. diff -u findutils-4.2.26/lib/buildcmd.c findutils-4.2.26/lib/buildcmd.c --- findutils-4.2.26/lib/buildcmd.c 2005-11-23 09:47:48.0 + +++ findutils-4.2.26/lib/buildcmd.c 2005-11-23 09

Re: [patch] Recent findutils test suite failures

2005-11-23 Thread Tim Waugh
On Wed, Nov 23, 2005 at 04:38:05AM +, James Youngman wrote: > Anyway, the attached patch includes a proposed fix for the test suite. > The modified tests still verify that the problem has been fixed, they > just no longer depend on the exact value of ARG_MAX on the system > where the test suit

[patch] Recent findutils test suite failures

2005-11-22 Thread James Youngman
I received some mail very recently indicating that the findutils-4.2.26 test suite spuriously fails on some systems (but works OK on 32-bit x86 Linux systems). Unfortunately I can't find it now, I suspect I accidentally deleted it this morning. Sorry about that. Anyway, the attached patch includ