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:
~/KVM-OSX/SCRAT
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 know
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 to
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
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 know