[Qemu-devel] commit 084a85e breaks build

2016-03-19 Thread Gabriel L. Somlo
Hi Daniel, I get the error below when I try to build QEMU, and bisect claims it started with commit 084a85e (crypto: add support for the cast5-128 cipher algorithm). Sorry if this is already a known issue. Let me know if there's anything you'd like me to test. My command line is:

Re: [Qemu-devel] commit 084a85e breaks build

2016-03-19 Thread Daniel P. Berrange
On Thu, Mar 17, 2016 at 04:25:56PM -0400, Gabriel L. Somlo wrote: > Hi Daniel, > > I get the error below when I try to build QEMU, and bisect claims it > started with commit 084a85e (crypto: add support for the cast5-128 > cipher algorithm). > > Sorry if this is already a known issue. Let me

Re: [Qemu-devel] commit 084a85e breaks build

2016-03-19 Thread Daniel P. Berrange
On Fri, Mar 18, 2016 at 11:26:32AM +0100, Markus Armbruster wrote: > You forgot to cc: Dan. Fixed :) > > I see similar diagnostics from F22's gcc. Linking fails: > > ../crypto/cipher.o: In function `qcrypto_cipher_new': > /home/armbru/work/qemu/crypto/cipher-nettle.c:229: undefined reference

Re: [Qemu-devel] commit 084a85e breaks build

2016-03-19 Thread Markus Armbruster
You forgot to cc: Dan. Fixed :) I see similar diagnostics from F22's gcc. Linking fails: ../crypto/cipher.o: In function `qcrypto_cipher_new': /home/armbru/work/qemu/crypto/cipher-nettle.c:229: undefined reference to `cast5_set_key' /home/armbru/work/qemu/crypto/cipher-nettle.c:230: undefined

Re: [Qemu-devel] commit 084a85e breaks build

2016-03-19 Thread Daniel P. Berrange
On Thu, Mar 17, 2016 at 04:25:56PM -0400, Gabriel L. Somlo wrote: > Hi Daniel, > > I get the error below when I try to build QEMU, and bisect claims it > started with commit 084a85e (crypto: add support for the cast5-128 > cipher algorithm). > > Sorry if this is already a known issue. Let me