See
<
https://ci.centos.org/job/libvirt-build/systems=libvirt-freebsd-11/722/di...
Changes:
[eblake] maint: Update to latest gnulib
[berrange] tools: avoid accidentally using files from gnulib
------------------------------------------
[...truncated 151.69 KB...]
CCLD virtlogd
CCLD libvirt-lxc.la
CCLD virtlockd
CCLD libvirt-qemu.la
CCLD libvirt-admin.la
CCLD lockd.la
CCLD libvirt_driver_vbox.la
CCLD libvirt_driver_qemu.la
CCLD libvirt_driver_bhyve.la
CCLD libvirt_driver_network.la
CCLD libvirt_driver_nodedev.la
CCLD libvirt_driver_secret.la
CCLD libvirt_driver_storage.la
CCLD libvirt_storage_backend_fs.la
CCLD libvirt_storage_backend_zfs.la
CCLD libvirt_storage_file_fs.la
CCLD libvirtd
rm util/virkeycode-atset3.pod util/virkeycode-usb.pod util/virkeycode-xtkbd.pod
util/virkeycode-qnum.pod util/virkeycode-win32.pod util/virkeyname-linux.pod
util/virkeycode-osx.pod util/virkeycode-linux.pod util/virkeyname-osx.pod
util/virkeycode-atset1.pod util/virkeyname-win32.pod util/virkeycode-atset2.pod
gmake[3]: Leaving directory
'/usr<https://ci.centos.org/job/libvirt-build/systems=libvirt-freebsd-11/ws/build/src'>
gmake[2]: Leaving directory
'/usr<https://ci.centos.org/job/libvirt-build/systems=libvirt-freebsd-11/ws/build/src'>
Making all in tools
gmake[2]: Entering directory
'/usr<https://ci.centos.org/job/libvirt-build/systems=libvirt-freebsd-11/ws/build/tools'>
GEN libvirt-guests.sh
/usr/local/bin/gmake all-am
gmake[3]: Entering directory
'/usr<https://ci.centos.org/job/libvirt-build/systems=libvirt-freebsd-11/ws/build/tools'>
CC virsh-virsh.o
CC virsh-virsh-completer.o
CC virsh-virsh-checkpoint.o
CC virsh-virsh-console.o
CC virsh-virsh-domain.o
CC virsh-virsh-domain-monitor.o
CC virsh-virsh-host.o
CC virsh-virsh-interface.o
CC virsh-virsh-network.o
CC virsh-virsh-nodedev.o
CC virsh-virsh-nwfilter.o
CC virsh-virsh-pool.o
CC virsh-virsh-secret.o
CC virsh-virsh-snapshot.o
CC virsh-virsh-util.o
CC virsh-virsh-volume.o
CC libvirt_shell_la-vsh.lo
CC libvirt_shell_la-vsh-table.lo
CC virt_admin-virt-admin.o
CC virt_admin-virt-admin-completer.o
CC virt_host_validate-virt-host-validate.o
CC virt_host_validate-virt-host-validate-common.o
CC virt_host_validate-virt-host-validate-qemu.o
CC virt_host_validate-virt-host-validate-bhyve.o
GEN virt-xml-validate
GEN virt-pki-validate
GEN virt-pki-validate.1.in
GEN virt-xml-validate.1.in
GEN virsh.1.in
GEN virt-admin.1.in
GEN virt-host-validate.1.in
CCLD libvirt_shell.la
CCLD virt-host-validate
CC nss/libnss_libvirt_impl_la-libvirt_nss.lo
CC nss/libnss_libvirt_impl_la-libvirt_nss_leases.lo
CC nss/libnss_libvirt_guest_impl_la-libvirt_nss.lo
../../tools/nss/libvirt_nss_leases.c:76:25: error: field has incomplete type 'struct
sockaddr'
struct sockaddr sa;
^
/usr/include/netdb.h:140:9: note: forward declaration of 'struct sockaddr'
struct sockaddr *ai_addr; /* binary address */
^
../../tools/nss/libvirt_nss_leases.c:77:28: error: field has incomplete type 'struct
sockaddr_in'
struct sockaddr_in sin;
^
../../tools/nss/libvirt_nss_leases.c:77:16: note: forward declaration of 'struct
sockaddr_in'
struct sockaddr_in sin;
^
../../tools/nss/libvirt_nss_leases.c:78:29: error: field has incomplete type 'struct
sockaddr_in6'
struct sockaddr_in6 sin6;
^
../../tools/nss/libvirt_nss_leases.c:78:16: note: forward declaration of 'struct
sockaddr_in6'
struct sockaddr_in6 sin6;
^
../../tools/nss/libvirt_nss_leases.c:86:23: error: use of undeclared identifier
'AF_UNSPEC'
hints.ai_family = AF_UNSPEC;
^
../../tools/nss/libvirt_nss_leases.c:103:19: error: use of undeclared identifier
'AF_INET'
if (family == AF_INET) {
^
../../tools/nss/libvirt_nss_leases.c:105:26: error: use of undeclared identifier
'AF_INET6'
} else if (family == AF_INET6) {
^
../../tools/nss/libvirt_nss_leases.c:112:15: error: use of undeclared identifier
'AF_UNSPEC'
if (af != AF_UNSPEC && af != family) {
^
../../tools/nss/libvirt_nss_leases.c:118:23: error: use of undeclared identifier
'AF_INET'
if (family == AF_INET) {
^
../../tools/nss/libvirt_nss_leases.c:144:19: error: use of undeclared identifier
'AF_INET'
if (family == AF_INET)
^
9 errors generated.
gmake[3]: *** [Makefile:3107: nss/libnss_libvirt_impl_la-libvirt_nss_leases.lo] Error 1
gmake[3]: *** Waiting for unfinished jobs....
../../tools/nss/libvirt_nss.c:544:51: error: expected ')'
_nss_compat_getaddrinfo(void *retval, void *mdata ATTRIBUTE_UNUSED, va_list ap)
^
../../tools/nss/libvirt_nss.c:544:24: note: to match this '('
_nss_compat_getaddrinfo(void *retval, void *mdata ATTRIBUTE_UNUSED, va_list ap)
^
../../tools/nss/libvirt_nss.c:544:1: error: conflicting types for
'_nss_compat_getaddrinfo'
_nss_compat_getaddrinfo(void *retval, void *mdata ATTRIBUTE_UNUSED, va_list ap)
^
../../tools/nss/libvirt_nss.c:463:22: note: previous declaration is here
NSS_METHOD_PROTOTYPE(_nss_compat_getaddrinfo);
^
../../tools/nss/libvirt_nss.c:549:20: error: use of undeclared identifier 'ap'
name = va_arg(ap, char *);
^
../../tools/nss/libvirt_nss.c:550:17: error: use of undeclared identifier 'ap'
ai = va_arg(ap, struct addrinfo *);
^
../../tools/nss/libvirt_nss.c:570:56: error: expected ')'
_nss_compat_gethostbyname2_r(void *retval, void *mdata ATTRIBUTE_UNUSED, va_list ap)
^
../../tools/nss/libvirt_nss.c:570:29: note: to match this '('
_nss_compat_gethostbyname2_r(void *retval, void *mdata ATTRIBUTE_UNUSED, va_list ap)
^
../../tools/nss/libvirt_nss.c:570:1: error: conflicting types for
'_nss_compat_gethostbyname2_r'
_nss_compat_gethostbyname2_r(void *retval, void *mdata ATTRIBUTE_UNUSED, va_list ap)
^
../../tools/nss/libvirt_nss.c:464:22: note: previous declaration is here
NSS_METHOD_PROTOTYPE(_nss_compat_gethostbyname2_r);
^
../../tools/nss/libvirt_nss.c:582:19: error: use of undeclared identifier 'ap'
name = va_arg(ap, const char *);
^
../../tools/nss/libvirt_nss.c:583:17: error: use of undeclared identifier 'ap'
af = va_arg(ap, int);
^
../../tools/nss/libvirt_nss.c:584:21: error: use of undeclared identifier 'ap'
result = va_arg(ap, struct hostent *);
^
../../tools/nss/libvirt_nss.c:585:21: error: use of undeclared identifier 'ap'
buffer = va_arg(ap, char *);
^
../../tools/nss/libvirt_nss.c:586:21: error: use of undeclared identifier 'ap'
buflen = va_arg(ap, size_t);
^
../../tools/nss/libvirt_nss.c:587:21: error: use of undeclared identifier 'ap'
errnop = va_arg(ap, int *);
^
../../tools/nss/libvirt_nss.c:588:22: error: use of undeclared identifier 'ap'
herrnop = va_arg(ap, int *);
^
../../tools/nss/libvirt_nss.c:597:38: error: expected ')'
nss_module_register(const char *name ATTRIBUTE_UNUSED, unsigned int *size,
^
../../tools/nss/libvirt_nss.c:597:20: note: to match this '('
nss_module_register(const char *name ATTRIBUTE_UNUSED, unsigned int *size,
^
../../tools/nss/libvirt_nss.c:597:1: error: conflicting types for
'nss_module_register'
nss_module_register(const char *name ATTRIBUTE_UNUSED, unsigned int *size,
^
../../tools/nss/libvirt_nss.h:83:1: note: previous declaration is here
nss_module_register(const char *name, unsigned int *size,
^
../../tools/nss/libvirt_nss.c:600:6: error: use of undeclared identifier 'size'
*size = sizeof(methods) / sizeof(methods[0]);
^
../../tools/nss/libvirt_nss.c:601:6: error: use of undeclared identifier
'unregister'
*unregister = NULL;
^
17 errors generated.
gmake[3]: *** [Makefile:3100: nss/libnss_libvirt_impl_la-libvirt_nss.lo] Error 1
../../tools/nss/libvirt_nss.c:544:51: error: expected ')'
_nss_compat_getaddrinfo(void *retval, void *mdata ATTRIBUTE_UNUSED, va_list ap)
^
../../tools/nss/libvirt_nss.c:544:24: note: to match this '('
_nss_compat_getaddrinfo(void *retval, void *mdata ATTRIBUTE_UNUSED, va_list ap)
^
../../tools/nss/libvirt_nss.c:544:1: error: conflicting types for
'_nss_compat_getaddrinfo'
_nss_compat_getaddrinfo(void *retval, void *mdata ATTRIBUTE_UNUSED, va_list ap)
^
../../tools/nss/libvirt_nss.c:463:22: note: previous declaration is here
NSS_METHOD_PROTOTYPE(_nss_compat_getaddrinfo);
^
../../tools/nss/libvirt_nss.c:549:20: error: use of undeclared identifier 'ap'
name = va_arg(ap, char *);
^
../../tools/nss/libvirt_nss.c:550:17: error: use of undeclared identifier 'ap'
ai = va_arg(ap, struct addrinfo *);
^
../../tools/nss/libvirt_nss.c:570:56: error: expected ')'
_nss_compat_gethostbyname2_r(void *retval, void *mdata ATTRIBUTE_UNUSED, va_list ap)
^
../../tools/nss/libvirt_nss.c:570:29: note: to match this '('
_nss_compat_gethostbyname2_r(void *retval, void *mdata ATTRIBUTE_UNUSED, va_list ap)
^
../../tools/nss/libvirt_nss.c:570:1: error: conflicting types for
'_nss_compat_gethostbyname2_r'
_nss_compat_gethostbyname2_r(void *retval, void *mdata ATTRIBUTE_UNUSED, va_list ap)
^
../../tools/nss/libvirt_nss.c:464:22: note: previous declaration is here
NSS_METHOD_PROTOTYPE(_nss_compat_gethostbyname2_r);
^
../../tools/nss/libvirt_nss.c:582:19: error: use of undeclared identifier 'ap'
name = va_arg(ap, const char *);
^
../../tools/nss/libvirt_nss.c:583:17: error: use of undeclared identifier 'ap'
af = va_arg(ap, int);
^
../../tools/nss/libvirt_nss.c:584:21: error: use of undeclared identifier 'ap'
result = va_arg(ap, struct hostent *);
^
../../tools/nss/libvirt_nss.c:585:21: error: use of undeclared identifier 'ap'
buffer = va_arg(ap, char *);
^
../../tools/nss/libvirt_nss.c:586:21: error: use of undeclared identifier 'ap'
buflen = va_arg(ap, size_t);
^
../../tools/nss/libvirt_nss.c:587:21: error: use of undeclared identifier 'ap'
errnop = va_arg(ap, int *);
^
../../tools/nss/libvirt_nss.c:588:22: error: use of undeclared identifier 'ap'
herrnop = va_arg(ap, int *);
^
../../tools/nss/libvirt_nss.c:597:38: error: expected ')'
nss_module_register(const char *name ATTRIBUTE_UNUSED, unsigned int *size,
^
../../tools/nss/libvirt_nss.c:597:20: note: to match this '('
nss_module_register(const char *name ATTRIBUTE_UNUSED, unsigned int *size,
^
../../tools/nss/libvirt_nss.c:597:1: error: conflicting types for
'nss_module_register'
nss_module_register(const char *name ATTRIBUTE_UNUSED, unsigned int *size,
^
../../tools/nss/libvirt_nss.h:83:1: note: previous declaration is here
nss_module_register(const char *name, unsigned int *size,
^
../../tools/nss/libvirt_nss.c:600:6: error: use of undeclared identifier 'size'
*size = sizeof(methods) / sizeof(methods[0]);
^
../../tools/nss/libvirt_nss.c:601:6: error: use of undeclared identifier
'unregister'
*unregister = NULL;
^
17 errors generated.
gmake[3]: *** [Makefile:3079: nss/libnss_libvirt_guest_impl_la-libvirt_nss.lo] Error 1
gmake[3]: Leaving directory
'/usr<https://ci.centos.org/job/libvirt-build/systems=libvirt-freebsd-11/ws/build/tools'>
gmake[2]: *** [Makefile:2606: all] Error 2
gmake[2]: Leaving directory
'/usr<https://ci.centos.org/job/libvirt-build/systems=libvirt-freebsd-11/ws/build/tools'>
gmake[1]: *** [Makefile:2262: all-recursive] Error 1
gmake[1]: Leaving directory
'/usr<https://ci.centos.org/job/libvirt-build/systems=libvirt-freebsd-11/ws/build'>
gmake: *** [Makefile:2155: all] Error 2
Build step 'Execute shell' marked build as failure