Dear list, I'm a libvirt developer and we rely on gnulib in our project. However, I was reviewing a patch for bhyve driver (bhyve is a *BSD hypervisor), so I've booted up my FreeBSD virtual machine and started the review. While doing 'make distcheck' gnulib tests ran and I've noticed couple of them failing. So I've tried to update our submodule checkout to the latest master (1c2185b80a7). However, I still see the following failure:
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../../../gnulib/lib -I../.. -I../../../.. -O0 -ggdb3 -MT fflush.lo -MD -MP -MF .deps/fflush.Tpo -c ../../../../gnulib/lib/fflush.c -fPIC -DPIC -o .libs/fflush.o ../../../../gnulib/lib/fflush.c:31:30: fatal error: unused-parameter.h: No such file or directory #include "unused-parameter.h" Please let me know if you need more info. Regards, Michal