From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44067) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fpfZj-0008DC-Np for qemu-devel@nongnu.org; Tue, 14 Aug 2018 16:06:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fpfZf-0001iR-Ai for qemu-devel@nongnu.org; Tue, 14 Aug 2018 16:05:55 -0400 Received: from indium.canonical.com ([91.189.90.7]:42952) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fpfZe-0001dD-R8 for qemu-devel@nongnu.org; Tue, 14 Aug 2018 16:05:51 -0400 Received: from loganberry.canonical.com ([91.189.90.37]) by indium.canonical.com with esmtp (Exim 4.86_2 #2 (Debian)) id 1fpfZa-0003CM-HY for ; Tue, 14 Aug 2018 20:05:46 +0000 Received: from loganberry.canonical.com (localhost [127.0.0.1]) by loganberry.canonical.com (Postfix) with ESMTP id 833692E8500 for ; Tue, 14 Aug 2018 20:05:46 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Date: Tue, 14 Aug 2018 19:54:33 -0000 From: Michele Denber <1785698@bugs.launchpad.net> Reply-To: Bug 1785698 <1785698@bugs.launchpad.net> Sender: bounces@canonical.com References: <153358448492.29549.3601216229452882398.malonedeb@chaenomeles.canonical.com> <153414808571.8168.1723488818633453757.malone@wampee.canonical.com> <5B71D4C8.7060006@gmx.com> <5B7314EF.5090005@gmx.com> Message-Id: <5B733379.3030809@gmx.com> Errors-To: bounces@canonical.com Subject: Re: [Qemu-devel] =?utf-8?q?=5BBug_1785698=5D_Re=3A_Solaris_build_err?= =?utf-8?b?b3I6IHVua25vd24gdHlwZSBuYW1lIOKAmGdjcnlfZXJyb3JfdOKAmQ==?= List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org On 08-14-2018 2:17 PM, Peter Maydell wrote: > > dtc stuff really necessary? > It is necessary, but only for certain guest CPU types. You can > disable it by passing configure both "--disable-fdt" and also > "--target-list=3D any arm, ppc, mips, microblaze or riscv targets>" > (for instance "--target-list=3Dx86_64-softmmu".) Thanks. Turns out I found where "Bad string" was coming from - there's = a call to "uname -s | tr" in dtc/Makefile and that is known not to work = in Solaris 10.. So I just replaced that with "HOSTOS=3DSunOS" and that = took care of that. dtc compiled just fine. Now I'm getting a "ld: fatal: unrecognized option '--'" linking libfdt = so I'm going to try a different linker. Onward :-) - Michele -- = You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1785698 Title: Solaris build error: unknown type name =E2=80=98gcry_error_t=E2=80=99 Status in QEMU: New Bug description: Building qemu 2.12.0 on a Sun Oracle Enterprise M3000 SPARC64 VII, Solaris 10 Update 11, opencsw toolchain and gcc 7.3.0, gmake fails with a bunch of related errors all in cypher-gcrypt.c: /export/home/denber/qemu-2.12.0/crypto/cipher-gcrypt.c:262:32: error: =E2= =80=98gcry_cipher_hd_t=E2=80=99 undeclared (first use in this function); di= d you mean =E2=80=98gcry_cipher_info=E2=80=99? =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0err =3D gcry_cipher_encrypt((gcry_cipher_hd= _t)ctx, dst, length, src, length); ^~~~~~~~~= ~~~~~~~ =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0gcry_cipher_info /export/home/denber/qemu-2.12.0/crypto/cipher-gcrypt.c:262:49: error: exp= ected =E2=80=98)=E2=80=99 before =E2=80=98ctx=E2=80=99 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0err =3D gcry_cipher_encrypt((gcry_cipher_hd= _t)ctx, dst, length, src, length); = ^~~ /export/home/denber/qemu-2.12.0/crypto/cipher-gcrypt.c:262:11: error: too= few arguments to function =E2=80=98gcry_cipher_encrypt=E2=80=99 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0err =3D gcry_cipher_encrypt((gcry_cipher_hd= _t)ctx, dst, length, src, length); ^~~~~~~~~~~~~~~~~~~ In file included from /export/home/denber/qemu-2.12.0/crypto/cipher-gcryp= t.c:25:0, =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0from /export/home/denber/qemu-2.12.0/crypto/c= ipher.c:153: /usr/include/gcrypt.h:566:5: note: declared here =C2=A0int gcry_cipher_encrypt (GcryCipherHd h, =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0^~~~~~~~~~~~~~~~~~~ In file included from /export/home/denber/qemu-2.12.0/crypto/cipher.c:153= :0: /export/home/denber/qemu-2.12.0/crypto/cipher-gcrypt.c: In function =E2= =80=98qcrypto_gcrypt_xts_decrypt=E2=80=99: /export/home/denber/qemu-2.12.0/crypto/cipher-gcrypt.c:271:5: error: unkn= own type name =E2=80=98gcry_error_t=E2=80=99; did you mean =E2=80=98g_error= =E2=80=99? =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0gcry_error_t err; =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0^~~~~~~~~~~~ =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0g_error /export/home/denber/qemu-2.12.0/crypto/cipher-gcrypt.c:272:32: error: =E2= =80=98gcry_cipher_hd_t=E2=80=99 undeclared (first use in this function); di= d you mean =E2=80=98gcry_cipher_info=E2=80=99? =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0err =3D gcry_cipher_decrypt((gcry_cipher_hd= _t)ctx, dst, length, src, length); ^~~~~~~~~= ~~~~~~~ =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0gcry_cipher_info /export/home/denber/qemu-2.12.0/crypto/cipher-gcrypt.c:272:49: error: exp= ected =E2=80=98)=E2=80=99 before =E2=80=98ctx=E2=80=99 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0err =3D gcry_cipher_decrypt((gcry_cipher_hd= _t)ctx, dst, length, src, length); = ^~~ /export/home/denber/qemu-2.12.0/crypto/cipher-gcrypt.c:272:11: error: too= few arguments to function =E2=80=98gcry_cipher_decrypt=E2=80=99 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0err =3D gcry_cipher_decrypt((gcry_cipher_hd= _t)ctx, dst, length, src, length); ^~~~~~~~~~~~~~~~~~~ In file included from /export/home/denber/qemu-2.12.0/crypto/cipher-gcryp= t.c:25:0, =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0from /export/home/denber/qemu-2.12.0/crypto/c= ipher.c:153: /usr/include/gcrypt.h:571:5: note: declared here =C2=A0int gcry_cipher_decrypt (GcryCipherHd h, =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0^~~~~~~~~~~~~~~~~~~ In file included from /export/home/denber/qemu-2.12.0/crypto/cipher.c:153= :0: /export/home/denber/qemu-2.12.0/crypto/cipher-gcrypt.c: In function =E2= =80=98qcrypto_gcrypt_cipher_encrypt=E2=80=99: /export/home/denber/qemu-2.12.0/crypto/cipher-gcrypt.c:284:5: error: unkn= own type name =E2=80=98gcry_error_t=E2=80=99; did you mean =E2=80=98g_error= =E2=80=99? =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0gcry_error_t err; =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0^~~~~~~~~~~~ =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0g_error /export/home/denber/qemu-2.12.0/crypto/cipher-gcrypt.c:293:21: warning: p= assing argument 1 of =E2=80=98xts_encrypt=E2=80=99 makes pointer from integ= er without a cast [-Wint-conversion] =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0xts_encrypt(ctx->ha= ndle, ctx->tweakhandle, =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0^~~ In file included from /export/home/denber/qemu-2.12.0/crypto/cipher-gcryp= t.c:22:0, =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0from /export/home/denber/qemu-2.12.0/crypto/c= ipher.c:153: /export/home/denber/qemu-2.12.0/include/crypto/xts.h:73:6: note: expected= =E2=80=98const void *=E2=80=99 but argument is of type =E2=80=98int=E2=80= =99 =C2=A0void xts_encrypt(const void *datactx, =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0^~~~~~~~~~~ In file included from /export/home/denber/qemu-2.12.0/crypto/cipher.c:153= :0: /export/home/denber/qemu-2.12.0/crypto/cipher-gcrypt.c:293:34: warning: p= assing argument 2 of =E2=80=98xts_encrypt=E2=80=99 makes pointer from integ= er without a cast [-Wint-conversion] =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0xts_encrypt(ctx->ha= ndle, ctx->tweakhandle, =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0^~~ In file included from /export/home/denber/qemu-2.12.0/crypto/cipher-gcryp= t.c:22:0, =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0from /export/home/denber/qemu-2.12.0/crypto/c= ipher.c:153: /export/home/denber/qemu-2.12.0/include/crypto/xts.h:73:6: note: expected= =E2=80=98const void *=E2=80=99 but argument is of type =E2=80=98int=E2=80= =99 =C2=A0void xts_encrypt(const void *datactx, =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0^~~~~~~~~~~ In file included from /export/home/denber/qemu-2.12.0/crypto/cipher.c:153= :0: /export/home/denber/qemu-2.12.0/crypto/cipher-gcrypt.c:298:35: warning: p= assing argument 1 of =E2=80=98gcry_cipher_encrypt=E2=80=99 makes pointer fr= om integer without a cast [-Wint-conversion] =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0err =3D gcry_cipher= _encrypt(ctx->handle, =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0^~~ In file included from /export/home/denber/qemu-2.12.0/crypto/cipher-gcryp= t.c:25:0, =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0from /export/home/denber/qemu-2.12.0/crypto/c= ipher.c:153: /usr/include/gcrypt.h:566:5: note: expected =E2=80=98GcryCipherHd {aka st= ruct gcry_cipher_handle *}=E2=80=99 but argument is of type =E2=80=98int=E2= =80=99 =C2=A0int gcry_cipher_encrypt (GcryCipherHd h, =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0^~~~~~~~~~~~~~~~~~~ In file included from /export/home/denber/qemu-2.12.0/crypto/cipher.c:153= :0: /export/home/denber/qemu-2.12.0/crypto/cipher-gcrypt.c: In function =E2= =80=98qcrypto_gcrypt_cipher_decrypt=E2=80=99: /export/home/denber/qemu-2.12.0/crypto/cipher-gcrypt.c:320:5: error: unkn= own type name =E2=80=98gcry_error_t=E2=80=99; did you mean =E2=80=98g_error= =E2=80=99? =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0gcry_error_t err; =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0^~~~~~~~~~~~ =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0g_error /export/home/denber/qemu-2.12.0/crypto/cipher-gcrypt.c:329:21: warning: p= assing argument 1 of =E2=80=98xts_decrypt=E2=80=99 makes pointer from integ= er without a cast [-Wint-conversion] =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0xts_decrypt(ctx->ha= ndle, ctx->tweakhandle, =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0^~~ In file included from /export/home/denber/qemu-2.12.0/crypto/cipher-gcryp= t.c:22:0, =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0from /export/home/denber/qemu-2.12.0/crypto/c= ipher.c:153: /export/home/denber/qemu-2.12.0/include/crypto/xts.h:51:6: note: expected= =E2=80=98const void *=E2=80=99 but argument is of type =E2=80=98int=E2=80= =99 =C2=A0void xts_decrypt(const void *datactx, =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0^~~~~~~~~~~ In file included from /export/home/denber/qemu-2.12.0/crypto/cipher.c:153= :0: /export/home/denber/qemu-2.12.0/crypto/cipher-gcrypt.c:329:34: warning: p= assing argument 2 of =E2=80=98xts_decrypt=E2=80=99 makes pointer from integ= er without a cast [-Wint-conversion] =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0xts_decrypt(ctx->ha= ndle, ctx->tweakhandle, =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0^~~ In file included from /export/home/denber/qemu-2.12.0/crypto/cipher-gcryp= t.c:22:0, =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0from /export/home/denber/qemu-2.12.0/crypto/c= ipher.c:153: /export/home/denber/qemu-2.12.0/include/crypto/xts.h:51:6: note: expected= =E2=80=98const void *=E2=80=99 but argument is of type =E2=80=98int=E2=80= =99 =C2=A0void xts_decrypt(const void *datactx, =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0^~~~~~~~~~~ In file included from /export/home/denber/qemu-2.12.0/crypto/cipher.c:153= :0: /export/home/denber/qemu-2.12.0/crypto/cipher-gcrypt.c:334:35: warning: p= assing argument 1 of =E2=80=98gcry_cipher_decrypt=E2=80=99 makes pointer fr= om integer without a cast [-Wint-conversion] =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0err =3D gcry_cipher= _decrypt(ctx->handle, =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0^~~ In file included from /export/home/denber/qemu-2.12.0/crypto/cipher-gcryp= t.c:25:0, =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0from /export/home/denber/qemu-2.12.0/crypto/c= ipher.c:153: /usr/include/gcrypt.h:571:5: note: expected =E2=80=98GcryCipherHd {aka st= ruct gcry_cipher_handle *}=E2=80=99 but argument is of type =E2=80=98int=E2= =80=99 =C2=A0int gcry_cipher_decrypt (GcryCipherHd h, =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0^~~~~~~~~~~~~~~~~~~ In file included from /export/home/denber/qemu-2.12.0/crypto/cipher.c:153= :0: /export/home/denber/qemu-2.12.0/crypto/cipher-gcrypt.c: In function =E2= =80=98qcrypto_gcrypt_cipher_setiv=E2=80=99: /export/home/denber/qemu-2.12.0/crypto/cipher-gcrypt.c:353:5: error: unkn= own type name =E2=80=98gcry_error_t=E2=80=99; did you mean =E2=80=98g_error= =E2=80=99? =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0gcry_error_t err; =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0^~~~~~~~~~~~ =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0g_error /export/home/denber/qemu-2.12.0/crypto/cipher-gcrypt.c:365:19: warning: i= mplicit declaration of function =E2=80=98gcry_cipher_setctr=E2=80=99; did y= ou mean =E2=80=98gcry_cipher_setiv=E2=80=99? [-Wimplicit-function-declarati= on] =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0err =3D gcry_cipher_setctr(ctx->handle, iv, niv); =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0^~~~~~~~~~~~~~~~~~ =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0gcry_cipher_setiv /export/home/denber/qemu-2.12.0/crypto/cipher-gcrypt.c:365:19: warning: n= ested extern declaration of =E2=80=98gcry_cipher_setctr=E2=80=99 [-Wnested-= externs] /export/home/denber/qemu-2.12.0/crypto/cipher-gcrypt.c:372:13: warning: i= mplicit declaration of function =E2=80=98gcry_cipher_reset=E2=80=99; did yo= u mean =E2=80=98gcry_cipher_close=E2=80=99? [-Wimplicit-function-declaratio= n] =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0gcry_cipher_reset(ctx->handle); =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0^~~~~~~~~~~~~~~~~ =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0gcry_cipher_close /export/home/denber/qemu-2.12.0/crypto/cipher-gcrypt.c:372:13: warning: n= ested extern declaration of =E2=80=98gcry_cipher_reset=E2=80=99 [-Wnested-e= xterns] /export/home/denber/qemu-2.12.0/crypto/cipher-gcrypt.c:373:19: warning: p= assing argument 1 of =E2=80=98gcry_cipher_ctl=E2=80=99 makes pointer from i= nteger without a cast [-Wint-conversion] =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0err =3D gcry_cipher_setiv(ctx->handle, iv, niv); =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0^~~~~~~~~~~~~~~~~ In file included from /export/home/denber/qemu-2.12.0/crypto/cipher-gcryp= t.c:25:0, =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0from /export/home/denber/qemu-2.12.0/crypto/c= ipher.c:153: /usr/include/gcrypt.h:540:5: note: expected =E2=80=98GcryCipherHd {aka st= ruct gcry_cipher_handle *}=E2=80=99 but argument is of type =E2=80=98int=E2= =80=99 =C2=A0int gcry_cipher_ctl( GcryCipherHd h, int cmd, void *buffer, size_t = buflen); =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0^~~~~~~~~~~~~~~ gmake: *** [/export/home/denber/qemu-2.12.0/rules.mak:67: crypto/cipher.o= ] Error 1 --------------------------------------------------------------------- I do have libgcrypt, libgcrypt_dev, and libgcrypt_utils installed from opencsw. To manage notifications about this bug go to: https://bugs.launchpad.net/qemu/+bug/1785698/+subscriptions