From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54124) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V7LgF-0005iN-8k for qemu-devel@nongnu.org; Thu, 08 Aug 2013 04:34:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V7Lg9-0003Oa-8j for qemu-devel@nongnu.org; Thu, 08 Aug 2013 04:34:47 -0400 Received: from mx1.redhat.com ([209.132.183.28]:60989) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V7Lg9-0003N1-1K for qemu-devel@nongnu.org; Thu, 08 Aug 2013 04:34:41 -0400 Date: Thu, 8 Aug 2013 10:34:30 +0200 From: Stefan Hajnoczi Message-ID: <20130808083430.GA22338@stefanha-thinkpad.redhat.com> References: <714109BBB1F743A30290732C@nimrod.local> <1375639805-1943-1-git-send-email-alex@alex.org.uk> <1375639805-1943-7-git-send-email-alex@alex.org.uk> <20130806101017.GA7439@stefanha-thinkpad.redhat.com> <2BC4F05AF0367CEB6F622055@nimrod.local> <20130807071919.GA19825@stefanha-thinkpad.redhat.com> <6370BE5EC3523CC51E46C3A8@nimrod.local> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <6370BE5EC3523CC51E46C3A8@nimrod.local> Subject: Re: [Qemu-devel] [RFC] [PATCHv5 06/16] aio / timers: Untangle include files List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alex Bligh Cc: Kevin Wolf , Anthony Liguori , Stefan Hajnoczi , qemu-devel@nongnu.org, liu ping fan , Paolo Bonzini , MORITA Kazutaka , rth@twiddle.net On Wed, Aug 07, 2013 at 11:14:30AM +0100, Alex Bligh wrote: > >Some tips on which packages to install: > > > >>host big endian no > >>gprof enabled no > >>sparse enabled no > >>strip binaries no > >>profiler no > >>static build no > > > >All the ones above are okay, fine to ignore. > > > >>SDL support no > > > >Do you have libsdl1.2-dev installed? > > ii libsdl1.2-dev 1.2.14-6.4ubuntu3 > > but still doesn't work > > >>vde support no > > > >You need libvde-dev and/or libvdeplug2-dev. > > ii libvde-dev 2.2.3-3build2 > > but still doesn't work > > >>spice support no (/) > > > >libspice-protocol-dev and/or libspice-server-dev (can't remember). > > ii gir1.2-spice-client-glib-2.0 0.9-0ubuntu1 GObject > for communicating with Spice servers (GObject-Introspection) > ii gir1.2-spice-client-gtk-2.0 0.9-0ubuntu1 GTK2 > widget for SPICE clients (GObject-Introspection) > ii gir1.2-spice-client-gtk-3.0 0.9-0ubuntu1 GTK3 > widget for SPICE clients (GObject-Introspection) > ii libspice-client-glib-2.0-1 0.9-0ubuntu1 GObject > for communicating with Spice servers (runtime library) > ii libspice-client-glib-2.0-dev 0.9-0ubuntu1 GObject > for communicating with Spice servers (development files) > ii libspice-client-gtk-2.0-1 0.9-0ubuntu1 GTK2 > widget for SPICE clients (runtime library) > ii libspice-client-gtk-2.0-dev 0.9-0ubuntu1 GTK2 > widget for SPICE clients (development files) > ii libspice-client-gtk-3.0-1 0.9-0ubuntu1 GTK3 > widget for SPICE clients (runtime library) > ii libspice-client-gtk-3.0-dev 0.9-0ubuntu1 GTK3 > widget for SPICE clients (development files) > ii libspice-protocol-dev 0.10.1-1 SPICE > protocol headers > ii libspice-server-dev 0.10.0-1 Header files > and development documentation for spice-server > ii libspice-server1 0.10.0-1 Implements > the server side of the SPICE protocol > > but still doesn't work Spice can be tricky because you need a sufficiently new version of the headers. In general the process of troubleshooting this is to run ./configure and then chase up the unexpected "no" results in config.log where you can see the compile test that failed. Stefan