From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59879) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V6r41-0008C0-OV for qemu-devel@nongnu.org; Tue, 06 Aug 2013 19:53:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V6r3v-0002iz-Ma for qemu-devel@nongnu.org; Tue, 06 Aug 2013 19:53:17 -0400 Received: from mail.avalus.com ([2001:41c8:10:1dd::10]:42415) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V6r3v-0002is-G5 for qemu-devel@nongnu.org; Tue, 06 Aug 2013 19:53:11 -0400 Date: Wed, 07 Aug 2013 00:52:57 +0100 From: Alex Bligh Message-ID: <2BC4F05AF0367CEB6F622055@nimrod.local> In-Reply-To: <20130806101017.GA7439@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> 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, --On 6 August 2013 12:10:17 +0200 Stefan Hajnoczi wrote: > Fails to build ui/vnc-auth-sasl.c > > Please make sure that your ./configure output shows most optional > dependencies are available (you need to install development packages for > these libraries). Otherwise you will not see build breakage. I think I have caught most of these I can test on Ubuntu Precise in my v7 patch. I enabled all options I could, and installed all the dev options I could for linux. Some things would not build, despite installing the development libraries (by 'not build' I mostly mean configure would not pick them up when passed --enable-foo with the obvious dev libraries installed). These are: host big endian no gprof enabled no sparse enabled no strip binaries no profiler no static build no SDL support no mingw32 support no vde support no RDMA support no spice support no (/) usb net redir no libiscsi support no seccomp support no GlusterFS support no libssh2 support no -- Alex Bligh