From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49237) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V70lS-0000ip-Fo for qemu-devel@nongnu.org; Wed, 07 Aug 2013 06:14:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V70lQ-0004sn-Tp for qemu-devel@nongnu.org; Wed, 07 Aug 2013 06:14:46 -0400 Received: from mail.avalus.com ([2001:41c8:10:1dd::10]:59244) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V70lQ-0004sZ-Na for qemu-devel@nongnu.org; Wed, 07 Aug 2013 06:14:44 -0400 Date: Wed, 07 Aug 2013 11:14:30 +0100 From: Alex Bligh Message-ID: <6370BE5EC3523CC51E46C3A8@nimrod.local> In-Reply-To: <20130807071919.GA19825@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> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Re: [Qemu-devel] [RFC] [PATCHv5 06/16] aio / timers: Untangle include files Reply-To: Alex Bligh List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: Kevin Wolf , Anthony Liguori , Alex Bligh , qemu-devel@nongnu.org, liu ping fan , Stefan Hajnoczi , Paolo Bonzini , MORITA Kazutaka , rth@twiddle.net Stefan, > 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 >> usb net redir no >> libiscsi support no >> seccomp support no >> GlusterFS support no > > Ok. > >> libssh2 support no > > libssh2-1-dev I thought I'd installed that but I hadn't. I have now and it builds fine with v7. -- Alex Bligh