Rob Vermaas wrote: > Hi, > > while building gzip using the latest gnulib, the following error occurred: ... > undefined reference to `gl_futimens' > collect2: ld returned 1 exit status > make[2]: *** [gzip] Error 1 ... > It appears that in the latest gnulib the function gl_futimens has been > removed. (see: > http://git.savannah.gnu.org/cgit/gnulib.git/diff/?id=41bef8fc30ef91935fd31eb920447210a0e2cd6a&id2=025fae6d61b82020179feb5c72d3747f1ce351c4 > ) > The call to gl_futimens can be replaced by a call to fdutimens. See > patch attached.
Hi Rob, Thanks for the patch. I've applied it along with an update to the latest gnulib. But since that would make gnulib's syntax-check stricter I first made the code conform. maint: make our use of gnulib's init.sh conform maint: accommodate stricter syntax-check maint: update to latest gnulib; use fdutimens, not gl_futimens