Hi
Xen Project's CI system found a build failure between libvirt changes
06a7b1ff..478ddedc. I don't think this is Xen specific FWIW.
The build log can be found at:
http://logs.test-lab.xenproject.org/osstest/logs/101868/build-amd64-libvi...
The first error:
CC libvirt_driver_la-libvirt-host.lo
libvirt.c:320:15: error: variable 'virTLSThreadImpl' has initializer but
incomplete type
static struct gcry_thread_cbs virTLSThreadImpl = {
^
Earlier in configure:
configure: gnutls: no
From the look of it configure doesn't work properly anymore.
Wei.