Re: __attribute__ and timeval problems building findutils on IRIX

2016-03-01 Thread Paul Eggert
Eric Blake wrote: Rather, we should be fixing gnulib's replacement header to be self-contained. How is HAVE_STRUCT_TIMEVAL defined in that build? If it's defined, why did the configure-time test for 'struct timeval' work even though test-gettimeofday.c does not work? If it's not defined, w

Re: __attribute__ and timeval problems building findutils on IRIX

2016-03-01 Thread Eric Blake
adding gnulib On 03/01/2016 04:08 PM, Rainer M. Canavan wrote: Thanks for the report. I'm focusing on just the gnulib bug: > A few tests cannot be compiled because struct timeval isn't > know. Shifting around the include statements or adding > time.h fixes these. > > > rainer > > diff -ur

__attribute__ and timeval problems building findutils on IRIX

2016-03-01 Thread Rainer M. Canavan
Hi, I've stumbled over two small problems while trying to build findutils on IRIX with the mipspro compilers. The first problem was that the compiler doesn't support __attribute__, which is correctly detected by configure: checking for __attribute__ ((__noreturn__)) support... no which results i

[bug #47261] find produces two different results for the same command

2016-03-01 Thread Dale Worley
Follow-up Comment #6, bug #47261 (project findutils): You can strip the memory addresses from the traces (which vary) by doing: f1 f2 Then you can compare the traces directly with "diff -u f1 f2". Looking at the results of that, I see that the major difference is that find2 has a huge

Re: [6 PATCHES] New feature added to find: -type xyz

2016-03-01 Thread Eric Blake
On 03/01/2016 10:54 AM, Young Mo Kang wrote: >> >> It looks like that is the latest commit, but it hasn't been named >> "4.7.0" in any of the distributions I can find. >> >> Also, there seems to be no INSTALL file describing how to build it. > > The instructions to build is in the README-hacking f

Re: [6 PATCHES] New feature added to find: -type xyz

2016-03-01 Thread Young Mo Kang
> > It looks like that is the latest commit, but it hasn't been named > "4.7.0" in any of the distributions I can find. > > Also, there seems to be no INSTALL file describing how to build it. The instructions to build is in the README-hacking file. Perhaps we should add INSTALL file. Young

Re: [6 PATCHES] New feature added to find: -type xyz

2016-03-01 Thread Dale R. Worley
Young Mo Kang writes: > I have modified from the most recent git commit 4.7.0-git > 19f6f691de4f41b4af76c33782a96f191378830a to enable this feature, but > have not done much testing; I just added one simple test case. It looks like that is the latest commit, but it hasn't been named "4.7.0" in an