From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:50345) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S5FCn-00064T-Nk for qemu-devel@nongnu.org; Wed, 07 Mar 2012 06:38:59 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S5FCj-0004JW-0H for qemu-devel@nongnu.org; Wed, 07 Mar 2012 06:38:53 -0500 Received: from mx1.redhat.com ([209.132.183.28]:63414) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S5FCi-0004JO-OC for qemu-devel@nongnu.org; Wed, 07 Mar 2012 06:38:48 -0500 Message-ID: <4F5748C3.9010708@redhat.com> Date: Wed, 07 Mar 2012 12:38:43 +0100 From: Gerd Hoffmann MIME-Version: 1.0 References: <878vkegovg.fsf@rustcorp.com.au> <4F329327.80609@redhat.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] configure: ignore spice libraries on 32 bit. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: Rusty Russell , qemu-devel On 03/07/12 11:30, Peter Maydell wrote: > On 8 February 2012 15:22, Gerd Hoffmann wrote: >> On 02/08/12 01:17, Rusty Russell wrote: >>> As featured on: >>> https://bugs.launchpad.net/qemu-linaro/+bug/928432 >>> >>> Since we compile with -Werror, the presence of spice headers breaks >>> compile. Yet except for x86-64, it doesn't compile, doesn't work, isn't >>> supported. See: http://spice-space.org/faq.html >> >> Outdated. 64bit restrictions are gone, spice server works on 32bit too. >> Thats why 32bit spice packages exist in the first place ;) >> >> Attached patch fixes the warnings. > > Ping -- there seem to have been a couple of spice patch queue > pulls since but did this warning fix patch get lost? commit f4a8a424fceb0f79bbd9f7ae4285c8a58eb5598e But it still doesn't build indeed. Looks like new warnings sneaked in ... cheers, Gerd