Re: rcs configure hang

2020-11-09 Thread Florian Weimer
* Kelly Wang: > You are right, after remove confdir3, rerun strace hang. > Checked tr output, it stopped at bunch of mkdir and chdir and no further > steps after that. > mkdir("confdir3", 0700) = 0 > chdir("confdir3") = 0 Would you be able to share details o

Re: gnulib-tool: Fix link errors with a particular set of modules on mingw

2020-11-09 Thread Simon Josefsson via Gnulib discussion list
Bruno Haible writes: > Thanks for the confirmation that this works. I'm pushing this: Thank you -- I can confirm that it works fine. /Simon signature.asc Description: PGP signature

Re: [PATCH] timeout: support sub-second timeouts on macOS

2020-11-09 Thread Pádraig Brady
On 09/11/2020 01:33, Jim Meyering wrote: On Sun, Nov 8, 2020 at 1:26 PM Pádraig Brady wrote: On 08/11/2020 18:52, Jim Meyering wrote: On Sat, Nov 7, 2020 at 2:08 PM Pádraig Brady wrote: * m4/jm-macros.m4: Check for setitimer. * src/timeout.c: Use setitimer if timer_settime is not available.

Re: [PATCH] timeout: support sub-second timeouts on macOS

2020-11-09 Thread Jim Meyering
On Mon, Nov 9, 2020 at 5:17 AM Pádraig Brady wrote: > On 09/11/2020 01:33, Jim Meyering wrote: > > On Sun, Nov 8, 2020 at 1:26 PM Pádraig Brady wrote: > >> On 08/11/2020 18:52, Jim Meyering wrote: > >>> On Sat, Nov 7, 2020 at 2:08 PM Pádraig Brady wrote: > * m4/jm-macros.m4: Check for setit