[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [RFC] [PATCHv5 06/16] aio / timers: Untangle include fi
From: |
Stefan Hajnoczi |
Subject: |
Re: [Qemu-devel] [RFC] [PATCHv5 06/16] aio / timers: Untangle include files |
Date: |
Thu, 8 Aug 2013 10:34:30 +0200 |
User-agent: |
Mutt/1.5.21 (2010-09-15) |
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
- [Qemu-devel] [RFC] [PATCHv5 03/16] aio / timers: Add prctl(PR_SET_TIMERSLACK, 1, ...) to reduce timer slack, (continued)
- [Qemu-devel] [RFC] [PATCHv5 03/16] aio / timers: Add prctl(PR_SET_TIMERSLACK, 1, ...) to reduce timer slack, Alex Bligh, 2013/08/04
- [Qemu-devel] [RFC] [PATCHv5 14/16] aio / timers: Use all timerlists in icount warp calculations, Alex Bligh, 2013/08/04
- [Qemu-devel] [RFC] [PATCHv5 05/16] aio / timers: Split QEMUClock into QEMUClock and QEMUTimerList, Alex Bligh, 2013/08/04
- [Qemu-devel] [RFC] [PATCHv5 06/16] aio / timers: Untangle include files, Alex Bligh, 2013/08/04
- Re: [Qemu-devel] [RFC] [PATCHv5 06/16] aio / timers: Untangle include files, Stefan Hajnoczi, 2013/08/06
- Re: [Qemu-devel] [RFC] [PATCHv5 06/16] aio / timers: Untangle include files, Alex Bligh, 2013/08/06
- Re: [Qemu-devel] [RFC] [PATCHv5 06/16] aio / timers: Untangle include files, Stefan Hajnoczi, 2013/08/06
- Re: [Qemu-devel] [RFC] [PATCHv5 06/16] aio / timers: Untangle include files, Alex Bligh, 2013/08/06
- Re: [Qemu-devel] [RFC] [PATCHv5 06/16] aio / timers: Untangle include files, Stefan Hajnoczi, 2013/08/07
- Re: [Qemu-devel] [RFC] [PATCHv5 06/16] aio / timers: Untangle include files, Alex Bligh, 2013/08/07
- Re: [Qemu-devel] [RFC] [PATCHv5 06/16] aio / timers: Untangle include files,
Stefan Hajnoczi <=
- [Qemu-devel] [RFC] [PATCHv5 09/16] aio / timers: Add a notify callback to QEMUTimerList, Alex Bligh, 2013/08/04
- [Qemu-devel] [RFC] [PATCHv5 15/16] aio / timers: Remove alarm timers, Alex Bligh, 2013/08/04
- [Qemu-devel] [RFC] [PATCHv5 16/16] aio / timers: Add test harness for AioContext timers, Alex Bligh, 2013/08/04
- [Qemu-devel] [RFC] [PATCHv6 00/16] aio / timers: Add AioContext timers and use ppoll, Alex Bligh, 2013/08/06
- [Qemu-devel] [RFC] [PATCHv6 04/16] aio / timers: Make qemu_run_timers and qemu_run_all_timers return progress, Alex Bligh, 2013/08/06
- [Qemu-devel] [RFC] [PATCHv6 03/16] aio / timers: Add prctl(PR_SET_TIMERSLACK, 1, ...) to reduce timer slack, Alex Bligh, 2013/08/06
- [Qemu-devel] [RFC] [PATCHv6 07/16] aio / timers: Add QEMUTimerListGroup and helper functions, Alex Bligh, 2013/08/06
- [Qemu-devel] [RFC] [PATCHv6 08/16] aio / timers: Add QEMUTimerListGroup to AioContext, Alex Bligh, 2013/08/06
- Re: [Qemu-devel] [RFC] [PATCHv6 08/16] aio / timers: Add QEMUTimerListGroup to AioContext, Stefan Hajnoczi, 2013/08/06
- Re: [Qemu-devel] [RFC] [PATCHv6 08/16] aio / timers: Add QEMUTimerListGroup to AioContext, Alex Bligh, 2013/08/06