From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43648) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fpdTF-0002WJ-Mf for qemu-devel@nongnu.org; Tue, 14 Aug 2018 13:51:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fpdT0-00075e-IF for qemu-devel@nongnu.org; Tue, 14 Aug 2018 13:51:05 -0400 Received: from indium.canonical.com ([91.189.90.7]:52260) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fpdT0-00074t-7r for qemu-devel@nongnu.org; Tue, 14 Aug 2018 13:50:50 -0400 Received: from loganberry.canonical.com ([91.189.90.37]) by indium.canonical.com with esmtp (Exim 4.86_2 #2 (Debian)) id 1fpdSy-0005w7-6I for ; Tue, 14 Aug 2018 17:50:48 +0000 Received: from loganberry.canonical.com (localhost [127.0.0.1]) by loganberry.canonical.com (Postfix) with ESMTP id 326832E853D for ; Tue, 14 Aug 2018 17:50:45 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Date: Tue, 14 Aug 2018 17:44:15 -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> Message-Id: <5B7314EF.5090005@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 4:42 AM, Peter Maydell wrote: > > We do assume a posix shell and that that shell is /bin/sh. > We may have bugs where we assume non-posix behaviour > from it, since almost all users are going to be on systems > where /bin/sh is bash or dash or whatever the BSD /bin/sh is. Apparently Solaris is different in that regard (among others). > > (dtc is a sort-of-third-party module, not part of QEMU > proper.) I notice in the Makefile in dtc/ that it's calling python. My default = python is 2.6.9. I found some discussion about qemu moving to python = 3. Could this be the problem? Or is this dtc stuff really necessary? = Is there some way to comment it out just to see what happens? I didn't = see any mention of it in the configure help. I feel like I'm getting pretty close to success here. - 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