find .. -empty spuriously returning true (was: Re: place for find bugs?)

2005-09-04 Thread James Youngman
On Sun, Sep 04, 2005 at 10:24:08AM -0700, Linda A. Walsh wrote: [...] Hello again, I take it you've changed job since we last corresponded in May 2005. > Is find considered a "core util"? or where should I report a 'find' bug? See the output of "find --help". Discussion of find (and locate and

Re: Conversion of GNU find to use gnulib's fts interface

2005-09-04 Thread James Youngman
On Sat, Jul 30, 2005 at 11:27:09PM +0100, James Youngman wrote: > I have made a CVS branch and modified findutils to use fts also. I am about to begin concurrently releasing findutils 4.2.x (a "stable" branch) and 4.3.x (a "development" branch). The princpal thing provoking this is the change

Re: findutils-4.2.25: Compile problem under AIX 5.1 (gcc 4.0.0)

2005-09-04 Thread James Youngman
On Sun, Sep 04, 2005 at 06:52:15PM +0100, James Youngman wrote: > The problem is fairly easily worked around by [...] More explicitly, you could apply this patch:- Index: find/defs.h === RCS file: /cvsroot/findutils/findutils/find/

Re: findutils-4.2.25: Compile problem under AIX 5.1 (gcc 4.0.0)

2005-09-04 Thread James Youngman
On Sun, Sep 04, 2005 at 12:00:35PM +0200, Jens Schleusener wrote: > Sorry, I am not a C expert. The only thing I found out is that the > regading line 209 in find/parser.c is > >PARSE_PUNCTUATION("(", open), > > and "someone" translates 'open' into 'parse_open64' instead

[bug #14399] broken version of gl_INCLUDED_REGEX macro

2005-09-04 Thread Dmitry V. Levin
URL: Summary: broken version of gl_INCLUDED_REGEX macro Project: findutils Submitted by: ldv Submitted on: Sun 09/04/05 at 15:36 Category: find

findutils-4.2.25: Compile problem under AIX 5.1 (gcc 4.0.0)

2005-09-04 Thread Jens Schleusener
Hi, I just tried to compile findutils-4.2.25 under AIX 5.1 (gcc 4.0.0) but got the following error: if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../gnulib/lib -I../lib -I../gnulib/lib -I../intl -DLOCALEDIR=\"/usr/local/contrib/share/locale\" -g -O2 -MT parser.o -MD -MP -MF ".deps/parser.Tpo" -c -o pa

Re: [bug #14390] Test suite failure in quit.exp

2005-09-04 Thread Andreas Metzler
On 2005-09-03 James Youngman <[EMAIL PROTECTED]> wrote: [...] > The attached patch should resolve the problem without reducing the > value of the test. [...] Thank you. Applied and uploaded to Debian unstable. cu andreas ___ Bug-find