Re: [libvirt] current master failed to compile

2016-03-24 Thread Vasiliy Tolstov
2016-03-23 15:06 GMT+03:00 Daniel P. Berrange : > This is caused by changes in latest version of libgcrypt. > > Most people don't hit this because when building with latest gnutls, > libvirt will prefer linking to nettle, instead of libgcrypt. ie linking > to modern gnutls and modern libgcrypt is p

Re: [libvirt] current master failed to compile

2016-03-23 Thread Daniel P. Berrange
On Mon, Mar 14, 2016 at 08:26:42PM +0300, Vasiliy Tolstov wrote: > libvirt.c:323:15: error: 'gcry_thread_cbs' is deprecated > [-Werror=deprecated-declarations] > static struct gcry_thread_cbs virTLSThreadImpl = { >^ > In file included from libvirt.c:58:0: > /usr/x86_64-pc-linux-gnu

Re: [libvirt] current master failed to compile

2016-03-15 Thread Roman Bogorodskiy
Vasiliy Tolstov wrote: > 2016-03-15 14:39 GMT+03:00 Martin Kletzander : > > What version of libgcrypt or gnutls do you use? Or is it something else > > that provides that struct. It works fine for me with libgcrypt-1.6.5 > > and gnutls-3.3.22. There should be some sort of guidance somewhere w

Re: [libvirt] current master failed to compile

2016-03-15 Thread Vasiliy Tolstov
2016-03-15 15:08 GMT+03:00 Vasiliy Tolstov : >> What version of libgcrypt or gnutls do you use? Or is it something else >> that provides that struct. It works fine for me with libgcrypt-1.6.5 >> and gnutls-3.3.22. There should be some sort of guidance somewhere what >> to use instead of that. I

Re: [libvirt] current master failed to compile

2016-03-15 Thread Vasiliy Tolstov
2016-03-15 14:39 GMT+03:00 Martin Kletzander : > What version of libgcrypt or gnutls do you use? Or is it something else > that provides that struct. It works fine for me with libgcrypt-1.6.5 > and gnutls-3.3.22. There should be some sort of guidance somewhere what > to use instead of that. I b

Re: [libvirt] current master failed to compile

2016-03-15 Thread Martin Kletzander
On Mon, Mar 14, 2016 at 08:26:42PM +0300, Vasiliy Tolstov wrote: libvirt.c:323:15: error: 'gcry_thread_cbs' is deprecated [-Werror=deprecated-declarations] static struct gcry_thread_cbs virTLSThreadImpl = { ^ What version of libgcrypt or gnutls do you use? Or is it something else

[libvirt] current master failed to compile

2016-03-14 Thread Vasiliy Tolstov
libvirt.c:323:15: error: 'gcry_thread_cbs' is deprecated [-Werror=deprecated-declarations] static struct gcry_thread_cbs virTLSThreadImpl = { ^ In file included from libvirt.c:58:0: /usr/x86_64-pc-linux-gnu/include/gcrypt.h:211:8: note: declared here struct gcry_thread_cbs