From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:47696) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QokMl-0001e2-9L for qemu-devel@nongnu.org; Wed, 03 Aug 2011 18:56:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QokMk-0005Td-61 for qemu-devel@nongnu.org; Wed, 03 Aug 2011 18:56:43 -0400 Received: from e32.co.us.ibm.com ([32.97.110.150]:55115) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QokMj-0005OA-U0 for qemu-devel@nongnu.org; Wed, 03 Aug 2011 18:56:42 -0400 Received: from d03relay02.boulder.ibm.com (d03relay02.boulder.ibm.com [9.17.195.227]) by e32.co.us.ibm.com (8.14.4/8.13.1) with ESMTP id p73Lkc92005165 for ; Wed, 3 Aug 2011 15:46:38 -0600 Received: from d03av01.boulder.ibm.com (d03av01.boulder.ibm.com [9.17.195.167]) by d03relay02.boulder.ibm.com (8.13.8/8.13.8/NCO v9.1) with ESMTP id p73MudEW175804 for ; Wed, 3 Aug 2011 16:56:39 -0600 Received: from d03av01.boulder.ibm.com (loopback [127.0.0.1]) by d03av01.boulder.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id p73MudLD019432 for ; Wed, 3 Aug 2011 16:56:39 -0600 Message-ID: <4E39D226.3090908@linux.vnet.ibm.com> Date: Wed, 03 Aug 2011 17:56:38 -0500 From: Michael Roth MIME-Version: 1.0 References: <20110726112846.7009.75490.malonedeb@wampee.canonical.com> <20110801103919.1956.6141.malone@gac.canonical.com> In-Reply-To: <20110801103919.1956.6141.malone@gac.canonical.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [Bug 816370] Re: compile error in QEMU 0.15.0-rc0 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Bug 816370 <816370@bugs.launchpad.net> Cc: qemu-devel@nongnu.org On 08/01/2011 05:39 AM, rowa wrote: > This error is not fixed in QEMU 0.15.0-rc1 > > :-( > > ** Summary changed: > > - compile error in QEMU 0.15.0-rc0 > + compile error in QEMU 0.15.0-rc0 and 0.15.0-rc1 > I set up an Ubuntu 10.10 64-bit guest (GA, no updates) to test the build, but I can't seem to reproduce this. There has to be some difference in our setups: Are you using a 32 or 64-bit environment? Updated ubuntu install or stock? And can you post your configure summary? I've included my output below for reference. It seems like there must be a config option that's causing this.... mdroth@maverick:~/qemu-0.15.0-rc1$ ./configure --prefix=/usr --enable-spice --audio-card-list=ac97,es1370,sb16,adlib,gus,cs4231a --target-list=x86_64-softmmu Install prefix /usr BIOS directory /usr/share/qemu binary directory /usr/bin library directory /usr/lib config directory /usr/etc Manual directory /usr/share/man ELF interp prefix /usr/gnemul/qemu-%M Source path /home/mdroth/qemu-0.15.0-rc1 C compiler gcc Host C compiler gcc CFLAGS -O2 -g QEMU_CFLAGS -m64 -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fstack-protector-all -Wendif-labels -Wmissing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -I/usr/local/include/spice-server -I/usr/local/include -I/usr/local/include/spice-1 -I/usr/include/pixman-1 -I$(SRC_PATH)/libcacard -I/usr/include/nss -I/usr/include/nspr LDFLAGS -Wl,--warn-common -m64 -g make make install install python python host CPU x86_64 host big endian no target list x86_64-softmmu tcg debug enabled no Mon debug enabled no gprof enabled no sparse enabled no strip binaries yes profiler no static build no -Werror enabled no SDL support yes curses support yes curl support no check support no mingw32 support no Audio drivers oss Extra audio cards ac97 es1370 sb16 adlib gus cs4231a Block whitelist Mixer emulation no VNC support yes VNC TLS support no VNC SASL support yes VNC JPEG support yes VNC PNG support yes VNC thread no xen support no brlapi support no bluez support no Documentation no NPTL support yes GUEST_BASE yes PIE user targets no vde support no IO thread no Linux AIO support no ATTR/XATTR support no Install blobs yes KVM support yes fdt support no preadv support yes fdatasync yes madvise yes posix_madvise yes uuid support no vhost-net support yes Trace backend nop Trace output file trace- spice support yes rbd support no xfsctl support no nss used yes usb net redir no OpenGL support yes mdroth@maverick:~/qemu-0.15.0-rc1$ make -j2 GEN x86_64-softmmu/config-devices.mak GEN config-all-devices.mak GEN config-host.h GEN trace.h GEN qemu-options.def GEN qapi-generated/qga-qapi-types.h GEN qapi-generated/qga-qapi-visit.h GEN qapi-generated/qga-qmp-marshal.c CC qga/guest-agent-command-state.o CC qga/guest-agent-commands.o GEN trace.c CC qapi-generated/qga-qmp-marshal.o GEN qemu-img-cmds.h AS optionrom/multiboot.o AS optionrom/linuxboot.o Building optionrom/multiboot.img Building optionrom/linuxboot.img Building optionrom/multiboot.raw Building optionrom/linuxboot.raw Signing optionrom/multiboot.bin CC qapi-generated/qga-qapi-visit.o CC qapi-generated/qga-qapi-types.o CC qemu-nbd.o