[bug #15181] compilation warning: implicit declaration of function 'parse_openparen'

2005-12-10 Thread Dmitry V. Levin
Follow-up Comment #2, bug #15181 (project findutils): Actually I had to apply similar patch a few days ago. It resolves other non-gnulib warnings, too. ___ Additional Item Attachment: File name: findutils-4.2.27-alt-warnings.patch Size:4 K

Re: perm.texi from coreutils

2005-12-10 Thread James Youngman
On Thu, Dec 08, 2005 at 01:08:35PM -0500, Aaron S. Hawley wrote: > On Thu, 8 Dec 2005, James Youngman wrote: > > > I suspect we can just take the update as-is. But I would be grateful if > > you could check. > > The changes were minimal enough to make a readable patch (as far as > patches go).

Re: findutils-4.2.27: build feedback

2005-12-10 Thread James Youngman
On Fri, Dec 09, 2005 at 08:16:32AM -0700, Nelson H. F. Beebe wrote: > Yesterday, I did builds of findutils-4.2.27 on about 20 flavors of > Unix, and almost all went flawlessly and passed their validation > tests. Many thanks. This is very valuable feedback. > "file normalize "../../find/find""

[bug #15181] compilation warning: implicit declaration of function 'parse_openparen'

2005-12-10 Thread James Youngman
Update of bug #15181 (project findutils): Status:None => Fixed Assigned to:None => jay ___ Follow-up Comment #1: Applied; thanks.

Re: updatedb files portable?

2005-12-10 Thread James Youngman
On Sat, Dec 10, 2005 at 02:48:15PM +0100, Andreas Metzler wrote: > On 2005-12-08 Peter Fales <[EMAIL PROTECTED]> wrote: > [...] > > #! /bin/sh > > > and around line 249 we have > > > if ! bigrams=`mktemp -t updatedbX`; then > > > > However (sadly), the solaris bin/sh doesn't

[bug #15181] compilation warning: implicit declaration of function 'parse_openparen'

2005-12-10 Thread Andreas Metzler
URL: Summary: compilation warning: implicit declaration of function 'parse_openparen' Project: findutils Submitted by: ametzler Submitted on: Sa 10.12.2005 um 15:54

Re: updatedb files portable?

2005-12-10 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Andreas Metzler on 12/10/2005 6:48 AM: > >> if ! bigrams=`mktemp -t updatedbX`; then >> >>However (sadly), the solaris bin/sh doesn't support the "!" operation. > > > Afaik using ! to change the exit status of a pipel

Re: updatedb files portable?

2005-12-10 Thread Andreas Metzler
On 2005-12-08 Peter Fales <[EMAIL PROTECTED]> wrote: [...] > #! /bin/sh > and around line 249 we have > if ! bigrams=`mktemp -t updatedbX`; then > > However (sadly), the solaris bin/sh doesn't support the "!" operation. Afaik using ! to change the exit status of a pip