From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Nxfnq-0004I1-LQ for qemu-devel@nongnu.org; Fri, 02 Apr 2010 08:16:46 -0400 Received: from [140.186.70.92] (port=41697 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nxfnp-0004Gg-Ez for qemu-devel@nongnu.org; Fri, 02 Apr 2010 08:16:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Nxfnn-0001m3-FO for qemu-devel@nongnu.org; Fri, 02 Apr 2010 08:16:45 -0400 Received: from mail-pv0-f173.google.com ([74.125.83.173]:53672) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Nxfnn-0001lx-96 for qemu-devel@nongnu.org; Fri, 02 Apr 2010 08:16:43 -0400 Received: by pvc21 with SMTP id 21so856504pvc.4 for ; Fri, 02 Apr 2010 05:16:42 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: From: Roy Tam Date: Fri, 2 Apr 2010 20:16:21 +0800 Message-ID: Subject: Re: [Qemu-devel] [BREAKAGE] commit 9bc6304c156dcc01c619672ca33d7152bb18bcb9 breaks build Content-Type: text/plain; charset=ISO-8859-1 List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: qemu-devel 2010/4/2 Anthony Liguori : > Try doing a clean build This is a fresh checkout. > > On Apr 2, 2010 4:43 AM, "Roy Tam" wrote: > > Config: > > Install prefix c:/Program Files/Qemu > BIOS directory c:/Program Files/Qemu > binary directory c:/Program Files/Qemu > Source path /usr/home/User/qemu > C compiler gcc > Host C compiler gcc > CFLAGS -O2 -g > QEMU_CFLAGS -m32 -D__USE_MINGW_ANSI_STDIO=1 > -DWIN32_LEAN_AND_MEAN -DWINVER=0x501 -Wold-style-definition -I. > -I$(SRC_PATH) -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 > -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall > -Wundef -Wendif-labels -Wwrite-strings -Wmissing-prototypes > -fno-strict-aliasing > LDFLAGS -Wl,--warn-common -m32 -g > make make > install install > host CPU i386 > host big endian no > target list i386-softmmu x86_64-softmmu mips64el-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 no > curl support no > check support no > mingw32 support yes > Audio drivers sdl > Extra audio cards ac97 sb16 adlib > Block whitelist > Mixer emulation no > VNC TLS support no > VNC SASL support no > xen support no > brlapi support no > bluez support no > Documentation yes > NPTL support no > GUEST_BASE yes > PIE user targets no > vde support no > IO thread no > Linux AIO support no > Install blobs yes > KVM support no > fdt support no > preadv support no > fdatasync no > uuid support no > vhost-net support no > > Error log: > LINK i386-softmmu/qemu.exe > virtio-net.o: In function `virtio_net_reset': > C:/msys/home/User/qemu/hw/virtio-net.c:122: undefined reference to > `tap_get_vhost_net' > virtio-net.o: In function `virtio_net_get_features': > C:/msys/home/User/qemu/hw/virtio-net.c:187: undefined reference to > `tap_get_vhost_net' > C:/msys/home/User/qemu/hw/virtio-net.c:190: undefined reference to > `tap_get_vhost_net' > virtio-net.o: In function `virtio_net_save': > C:/msys/home/User/qemu/hw/virtio-net.c:719: undefined reference to > `tap_get_vhost_net' > virtio-net.o: In function `virtio_net_set_status': > C:/msys/home/User/qemu/hw/virtio-net.c:863: undefined reference to > `tap_get_vhost_net' > virtio-net.o:C:/msys/home/User/qemu/hw/virtio-net.c:870: more > undefined references to `tap_get_vhost_net' follow > collect2: ld returned 1 exit status > make[1]: *** [qemu.exe] Error 1 > make: *** [subdir-i386-softmmu] Error 2 > > >