From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:33910) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S5GDw-00026E-Ia for qemu-devel@nongnu.org; Wed, 07 Mar 2012 07:44:24 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S5GDV-0002DV-7Y for qemu-devel@nongnu.org; Wed, 07 Mar 2012 07:44:08 -0500 Received: from mx1.redhat.com ([209.132.183.28]:59406) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S5GDU-0002DC-Uc for qemu-devel@nongnu.org; Wed, 07 Mar 2012 07:43:41 -0500 Message-ID: <4F5757F8.7050804@redhat.com> Date: Wed, 07 Mar 2012 13:43:36 +0100 From: Gerd Hoffmann MIME-Version: 1.0 References: <878vkegovg.fsf@rustcorp.com.au> <4F329327.80609@redhat.com> <4F5748C3.9010708@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 , Alon Levy , qemu-devel Hi, > git bisect blames commit 2e1a98c9c "qxl: introduce QXLCookie". > Do we need a preprocessor guard so we don't try to use these > if the host's spice headers don't support them? > (My host is Ubuntu Oneiric with libspice-server-dev 0.8.2-2 > and spice-protocol-dev 0.8.0-0ubuntu1.) Hmm, spice-protocol 0.8.1 adds them. qemu configure has a hard dependency on spice-server 0.8.2 or newer, and I through that automagically pulls in a recent enougth spice-protocol too because it is needed to build spice-server in the first place. Alon? Did I mix up the versioning? Or is this a bug in the ubuntu package dependencies? cheers, Gerd