Hi Paul, The Gnulib CI failed today:
depbase=`echo regex-quote.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ ccache gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DNO_XMALLOC -DEXEEXT=\"\" -I. -I.. -DGNULIB_STRICT_CHECKING=1 -fvisibility=hidden -g -O2 -MT regex-quote.o -MD -MP -MF $depbase.Tpo -c -o regex-quote.o regex-quote.c &&\ mv -f $depbase.Tpo $depbase.Po regex-quote.c: In function 'regex_quote_copy': regex-quote.c:192: error: unterminated #else #if GNULIB_MCEL_PREFER regex-quote.c:201:9: error: expected declaration or statement at end of input } ^ regex-quote.c:201:9: error: expected declaration or statement at end of input make[4]: *** [Makefile:11143: regex-quote.o] Error 1 It's probably caused by commit 5e4405c7fafad960dd7bbb2311bf10df1655ba91 . Bruno