From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42804) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VjoPp-00037Q-7M for qemu-devel@nongnu.org; Fri, 22 Nov 2013 05:56:57 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VjoPb-0005tM-TZ for qemu-devel@nongnu.org; Fri, 22 Nov 2013 05:56:49 -0500 Received: from mail-we0-x229.google.com ([2a00:1450:400c:c03::229]:38666) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VjoPb-0005tE-M5 for qemu-devel@nongnu.org; Fri, 22 Nov 2013 05:56:35 -0500 Received: by mail-we0-f169.google.com with SMTP id t60so987863wes.0 for ; Fri, 22 Nov 2013 02:56:34 -0800 (PST) Date: Fri, 22 Nov 2013 11:56:31 +0100 From: Stefan Hajnoczi Message-ID: <20131122105631.GE24388@stefanha-thinkpad.redhat.com> References: <250225497.60855.1385021203160.open-xchange@email.1und1.de> <20131121083648.GI24886@G08FNSTD100614.fnst.cn.fujitsu.com> <528E70AD.4050900@rdsoftware.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <528E70AD.4050900@rdsoftware.de> Subject: Re: [Qemu-devel] GIT master fails compilation for ACPI List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Erik Rull Cc: Hu Tao , "qemu-devel@nongnu.org" On Thu, Nov 21, 2013 at 09:44:29PM +0100, Erik Rull wrote: > Hu Tao wrote: > >On Thu, Nov 21, 2013 at 09:06:43AM +0100, Erik Rull wrote: > >>Hi all, > >> > >>when doing a git clone on the latest master, it fails compiling: > >> > >> CC x86_64-softmmu/memory_mapping.o > >> CC x86_64-softmmu/dump.o > >> CC x86_64-softmmu/xen-stub.o > >> CC x86_64-softmmu/hw/i386/multiboot.o > >> CC x86_64-softmmu/hw/i386/smbios.o > >> CC x86_64-softmmu/hw/i386/pc.o > >> CC x86_64-softmmu/hw/i386/pc_piix.o > >> CC x86_64-softmmu/hw/i386/pc_q35.o > >> CC x86_64-softmmu/hw/i386/pc_sysfw.o > >> CC x86_64-softmmu/hw/i386/kvmvapic.o > >> CPP x86_64-softmmu/acpi-dsdt.dsl.i.orig > >> ACPI_PREPROCESS x86_64-softmmu/acpi-dsdt.dsl.i > >> IASL x86_64-softmmu/acpi-dsdt.dsl.i > >>make[1]: *** [hw/i386/acpi-dsdt.hex] Error 1 > >>make: *** [subdir-x86_64-softmmu] Error 2 > >>erik@debian:~/qemu-test/qemu$ > >> > >> > >>My configure options are: > >>./configure --prefix= --target-list=x86_64-softmmu --disable-vnc-png > > > >Are you sure about --prefix= and... > > > >>--disable-vnc-jpeg --disable-vnc-tls --disable-vnc-sasl --audio-drv-list= > > > >... --audio-drv-list= ? > > > >>--enable-sdl --disable-xen --disable-brlapi --disable-bluez --disable-curl > >>--disable-guest-agent --disable-spice > > > >I can't even do a configure with exactly the above options, it gives an error message: > > > > ERROR: unknown option --disable-vnc-sasl > > > >While removing --prefix= and --audio-drv-list=, the compilation goes > >fine. > > > > No, sorry, the error is still the same! I did a make distclean and > redid the configure without the options you pointed out. > > Any further ideas? Are there more possibilities to debug why the > compilation fails? Just a guess, but do you have the acpica-tools package installed? You need the iasl compiler. Stefan