Re: fd_is_cloexec () does not work on Fedora buildhosts

2010-04-03 Thread Kamil Dudka
On Sunday 04 of April 2010 02:10:13 James Youngman wrote: > I suspect what's happening is that the library on your build hosts > defined O_CLOEXEC, but your kernel lacks support for it. fcntl(fd, > F_GETFL) may just return the original flags we passed, meaning that > it's not a guarantee that the

Re: fd_is_cloexec () does not work on Fedora buildhosts

2010-04-03 Thread James Youngman
2010/4/3 Kamil Dudka : > Hello, > > thanks for the new release of findutils in the first place! > > While I was trying to build packages for Fedora, I ran into huge test-suite > failure.  For merely all tests the assertion within complain_about_leaky_fds > () failed on the descriptor 3 or 4. > > Po

fd_is_cloexec () does not work on Fedora buildhosts

2010-04-03 Thread Kamil Dudka
Hello, thanks for the new release of findutils in the first place! While I was trying to build packages for Fedora, I ran into huge test-suite failure. For merely all tests the assertion within complain_about_leaky_fds () failed on the descriptor 3 or 4. Poking around, I discovered the functi

Announcing the release of GNU findutils 4.5.7

2010-04-03 Thread James Youngman
I am pleased to announce the release of version 4.5.7 of GNU findutils. GNU findutils is a set of software tools for finding files that match certain criteria and for performing various operations on them. Findutils includes the programs "find", "xargs" and "locate". More information about findut

Re: [PATCH] Don't define S_IS*; include instead.

2010-04-03 Thread James Youngman
I also needed to remove modetype.h from EXTRA_DIST. James.

Re: [PATCH 07/19] configure.ac: Quote the first argument to AC_DEFINE.

2010-04-03 Thread James Youngman
On Fri, Apr 2, 2010 at 11:57 PM, Eric Blake wrote: > The subject line was right, but the ChangeLog portion looks like it came > from another patch. I've split that patch and re-associated the ChangeLog section with the correct change. James.

Re: [PATCH 06/19] Avoid false positives for the sc_prohibit_test_minus_ao syntax check.

2010-04-03 Thread James Youngman
Thanks!Fixed.