From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42478) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wxhpe-0001QD-6j for qemu-devel@nongnu.org; Thu, 19 Jun 2014 15:17:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WxhpY-0007iD-2u for qemu-devel@nongnu.org; Thu, 19 Jun 2014 15:17:10 -0400 Received: from mx1.redhat.com ([209.132.183.28]:14982) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WxhpX-0007i6-QQ for qemu-devel@nongnu.org; Thu, 19 Jun 2014 15:17:04 -0400 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s5JJH2LP012066 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Thu, 19 Jun 2014 15:17:03 -0400 Date: Thu, 19 Jun 2014 15:17:01 -0400 From: Luiz Capitulino Message-ID: <20140619151701.1e69bedb@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] QXL and spice builds broken on 32-bits List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: kraxel@redhat.com Cc: qemu-devel Gerd, Please, disregard if this was reported before, but QXL and spice builds are br0ken on 32-bits: """ /root/qmp-unstable/hw/display/qxl.c: In function =E2=80=98interface_release= _resource=E2=80=99: /root/qmp-unstable/hw/display/qxl.c:713:33: error: cast to pointer from int= eger of different size [-Werror=3Dint-to-pointer-cast] QXLCommandExt *cmdext =3D (void *)(ext.info->id); ^ cc1: all warnings being treated as errors make: *** [hw/display/qxl.o] Error 1 """ """ /root/qmp-unstable/ui/spice-display.c: In function =E2=80=98interface_relea= se_resource=E2=80=99: /root/qmp-unstable/ui/spice-display.c:537:11: error: cast to pointer from i= nteger of different size [-Werror=3Dint-to-pointer-cast] ext =3D (void *)(rext.info->id); ^ cc1: all warnings being treated as errors make: *** [ui/spice-display.o] Error 1 make: *** Waiting for unfinished jobs.... """ (Yeah, I'm root because I love danger)