From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NxdLL-0006o5-02 for qemu-devel@nongnu.org; Fri, 02 Apr 2010 05:39:11 -0400 Received: from [140.186.70.92] (port=53691 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NxdLI-0006ks-Mt for qemu-devel@nongnu.org; Fri, 02 Apr 2010 05:39:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NxdLH-0005eh-2d for qemu-devel@nongnu.org; Fri, 02 Apr 2010 05:39:08 -0400 Received: from mail-pw0-f45.google.com ([209.85.160.45]:46351) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NxdLG-0005eZ-TT for qemu-devel@nongnu.org; Fri, 02 Apr 2010 05:39:07 -0400 Received: by pwi6 with SMTP id 6so1600458pwi.4 for ; Fri, 02 Apr 2010 02:39:05 -0700 (PDT) MIME-Version: 1.0 From: Roy Tam Date: Fri, 2 Apr 2010 17:38:45 +0800 Message-ID: Content-Type: text/plain; charset=ISO-8859-1 Subject: [Qemu-devel] [BREAKAGE] commit 9bc6304c156dcc01c619672ca33d7152bb18bcb9 breaks build List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel 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