> On 2 Feb 2021, at 00:02, Paul Eggert wrote: > Hi Paul, > Thanks for reporting the bug. This is most likely a problem with the Gnulib c-stack module. Perhaps you can move things forward by running it separately and seeing whether it works. Something like this perhaps: > No problem, thanks for the software and maintenance! > git clone https://git.savannah.gnu.org/git/gnulib.git > cd gnulib > ./gnulib-tool --create-testdir --dir foo c-stack > cd foo > ./configure > make > make check > > If this reports a problem please send email to bug-gnulib@gnu.org. This fails on the c-stack test, so I’ve gone ahead and reported it there as requested: https://lists.gnu.org/archive/html/bug-gnulib/2021-02/msg00002.html. Thanks!