Re: bug#25821: grep-3.0 FAILS on Make phase

2017-02-21 Thread rennes
Hello Bruno, thanks for the fix, now 'grep' built successfully.

Re: bug#25821: grep-3.0 FAILS on Make phase

2017-02-21 Thread Bruno Haible
Hi Rene, > > glthread/lock.c:54:40: error: 'PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP' > > undeclared (first use in this function) > > > > PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP); > > ^ Thanks for the report. Fixed in gnulib as follows: 2017-02-2

Re: bug#25821: grep-3.0 FAILS on Make phase

2017-02-20 Thread rennes
Hi, Thank you for the quick response, I will keep an eye on the response of gnulib team. On 2017-02-20 18:35, Paul Eggert wrote: Thanks for the bug report . I'm forwarding this to bug-gnulib, as it is apparently a bug in the Gnulib lock module's implementation on th

Re: bug#25821: grep-3.0 FAILS on Make phase

2017-02-20 Thread Paul Eggert
Thanks for the bug report . I'm forwarding this to bug-gnulib, as it is apparently a bug in the Gnulib lock module's implementation on the Hurd. This bug does not affect grep per se, as it's a Gnulib test-harness bug and not a Grep bug. I'm therefore closing the Gre