qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 00/15] Some networking code re-organization


From: Anthony Liguori
Subject: Re: [Qemu-devel] [PATCH 00/15] Some networking code re-organization
Date: Fri, 23 Oct 2009 08:44:13 -0500
User-agent: Thunderbird 2.0.0.23 (X11/20090825)

Mark McLoughlin wrote:
On Thu, 2009-10-22 at 15:34 -0500, Anthony Liguori wrote:
This series doesn't build for me. I get dependency errors even after a full rebuild. I'm building from a separate directory fwiw.

Don't see it here, I'm afraid - any more details?

Btw, it's all pushed to http://repo.or.cz/w/qemu/markmc.git if that
helps

Building master of that tree. Source code is in /home/anthony/git/qemu. Build dir is /home/anthony/obj/qemu-tmp. Configure line is ~/git/qemu/configure --kerneldir=/home/anthony/git/kvm-userspace/kernel.

Attached the make V=1 output and configure output.

Regards,

Anthony Liguori
Install prefix    /usr/local
BIOS directory    /usr/local/share/qemu
binary directory  /usr/local/bin
Manual directory  /usr/local/share/man
ELF interp prefix /usr/gnemul/qemu-%M
Source path       /home/anthony/git/qemu
C compiler        gcc
Host C compiler   gcc
CFLAGS            -O2 -g 
QEMU_CFLAGS       -Werror -Wold-style-definition -Wold-style-declaration -I. 
-I$(SRC_PATH) -U_FORTIFY_SOURCE -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 -m64 
LDFLAGS           -Wl,--warn-common -g -m64 
make              make
install           install
host CPU          x86_64
host big endian   no
target list       i386-softmmu x86_64-softmmu arm-softmmu cris-softmmu 
m68k-softmmu microblaze-softmmu mips-softmmu mipsel-softmmu mips64-softmmu 
mips64el-softmmu ppc-softmmu ppcemb-softmmu ppc64-softmmu sh4-softmmu 
sh4eb-softmmu sparc-softmmu sparc64-softmmu i386-linux-user x86_64-linux-user 
alpha-linux-user arm-linux-user armeb-linux-user cris-linux-user 
m68k-linux-user microblaze-linux-user mips-linux-user mipsel-linux-user 
ppc-linux-user ppc64-linux-user ppc64abi32-linux-user sh4-linux-user 
sh4eb-linux-user sparc-linux-user sparc64-linux-user sparc32plus-linux-user 
tcg debug enabled no
gprof enabled     no
sparse enabled    no
strip binaries    yes
profiler          no
static build      no
-Werror enabled   yes
SDL support       yes
curses support    yes
curl support      yes
check support     no
mingw32 support   no
Audio drivers     oss
Extra audio cards ac97 es1370 sb16
Mixer emulation   no
VNC TLS support   yes
VNC SASL support  yes
xen support       no
brlapi support    yes
bluez  support    no
Documentation     yes
NPTL support      yes
GUEST_BASE        yes
PIE user targets  no
vde support       yes
IO thread         no
Linux AIO support yes
Install blobs     yes
KVM support       yes
fdt support       no
preadv support    no
fdatasync         yes
uuid support      yes
cat  i386-softmmu/config-devices.mak  x86_64-softmmu/config-devices.mak  
arm-softmmu/config-devices.mak  cris-softmmu/config-devices.mak  
m68k-softmmu/config-devices.mak  microblaze-softmmu/config-devices.mak  
mips-softmmu/config-devices.mak  mipsel-softmmu/config-devices.mak  
mips64-softmmu/config-devices.mak  mips64el-softmmu/config-devices.mak  
ppc-softmmu/config-devices.mak  ppcemb-softmmu/config-devices.mak  
ppc64-softmmu/config-devices.mak  sh4-softmmu/config-devices.mak  
sh4eb-softmmu/config-devices.mak  sparc-softmmu/config-devices.mak  
sparc64-softmmu/config-devices.mak  i386-linux-user/config-devices.mak  
x86_64-linux-user/config-devices.mak  alpha-linux-user/config-devices.mak  
arm-linux-user/config-devices.mak  armeb-linux-user/config-devices.mak  
cris-linux-user/config-devices.mak  m68k-linux-user/config-devices.mak  
microblaze-linux-user/config-devices.mak  mips-linux-user/config-devices.mak  
mipsel-linux-user/config-devices.mak  ppc-linux-user/config-devices.mak  
ppc64-linux-user/config-devices.mak  ppc64abi32-linux-user/config-devices.mak  
sh4-linux-user/config-devices.mak  sh4eb-linux-user/config-devices.mak  
sparc-linux-user/config-devices.mak  sparc64-linux-user/config-devices.mak  
sparc32plus-linux-user/config-devices.mak | grep "=y$" | sort -u > 
config-all-devices.mak
/home/anthony/git/qemu/create_config < config-host.mak > config-host.h-timestamp
/home/anthony/git/qemu/create_config < config-all-devices.mak > 
config-all-devices.h-timestamp
make  qemu-nbd qemu-io qemu-img  qemu-doc.html qemu-tech.html qemu.1 qemu-img.1 
qemu-nbd.8 recurse-all
make[1]: Entering directory `/home/anthony/obj/qemu-tmp'
gcc -I/home/anthony/git/qemu/slirp -Werror -Wold-style-definition 
-Wold-style-declaration -I. -I/home/anthony/git/qemu -U_FORTIFY_SOURCE 
-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 -m64  -MMD -MP -MT qemu-nbd.o  -O2 -g 
 -c -o qemu-nbd.o /home/anthony/git/qemu/qemu-nbd.c
gcc -I/home/anthony/git/qemu/slirp -Werror -Wold-style-definition 
-Wold-style-declaration -I. -I/home/anthony/git/qemu -U_FORTIFY_SOURCE 
-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 -m64  -MMD -MP -MT qemu-tool.o  -O2 
-g  -c -o qemu-tool.o /home/anthony/git/qemu/qemu-tool.c
gcc -I/home/anthony/git/qemu/slirp -Werror -Wold-style-definition 
-Wold-style-declaration -I. -I/home/anthony/git/qemu -U_FORTIFY_SOURCE 
-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 -m64  -MMD -MP -MT cutils.o  -O2 -g  
-c -o cutils.o /home/anthony/git/qemu/cutils.c
gcc -I/home/anthony/git/qemu/slirp -Werror -Wold-style-definition 
-Wold-style-declaration -I. -I/home/anthony/git/qemu -U_FORTIFY_SOURCE 
-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 -m64  -MMD -MP -MT cache-utils.o  -O2 
-g  -c -o cache-utils.o /home/anthony/git/qemu/cache-utils.c
gcc -I/home/anthony/git/qemu/slirp -Werror -Wold-style-definition 
-Wold-style-declaration -I. -I/home/anthony/git/qemu -U_FORTIFY_SOURCE 
-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 -m64  -MMD -MP -MT qemu-malloc.o  -O2 
-g  -c -o qemu-malloc.o /home/anthony/git/qemu/qemu-malloc.c
gcc -I/home/anthony/git/qemu/slirp -Werror -Wold-style-definition 
-Wold-style-declaration -I. -I/home/anthony/git/qemu -U_FORTIFY_SOURCE 
-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 -m64  -MMD -MP -MT qemu-option.o  -O2 
-g  -c -o qemu-option.o /home/anthony/git/qemu/qemu-option.c
gcc -I/home/anthony/git/qemu/slirp -Werror -Wold-style-definition 
-Wold-style-declaration -I. -I/home/anthony/git/qemu -U_FORTIFY_SOURCE 
-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 -m64  -MMD -MP -MT module.o  -O2 -g  
-c -o module.o /home/anthony/git/qemu/module.c
gcc -I/home/anthony/git/qemu/slirp -Werror -Wold-style-definition 
-Wold-style-declaration -I. -I/home/anthony/git/qemu -U_FORTIFY_SOURCE 
-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 -m64  -MMD -MP -MT nbd.o  -O2 -g  -c 
-o nbd.o /home/anthony/git/qemu/nbd.c
gcc -I/home/anthony/git/qemu/slirp -Werror -Wold-style-definition 
-Wold-style-declaration -I. -I/home/anthony/git/qemu -U_FORTIFY_SOURCE 
-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 -m64  -MMD -MP -MT block.o  -O2 -g  
-c -o block.o /home/anthony/git/qemu/block.c
gcc -I/home/anthony/git/qemu/slirp -Werror -Wold-style-definition 
-Wold-style-declaration -I. -I/home/anthony/git/qemu -U_FORTIFY_SOURCE 
-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 -m64  -MMD -MP -MT aio.o  -O2 -g  -c 
-o aio.o /home/anthony/git/qemu/aio.c
gcc -I/home/anthony/git/qemu/slirp -Werror -Wold-style-definition 
-Wold-style-declaration -I. -I/home/anthony/git/qemu -U_FORTIFY_SOURCE 
-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 -m64  -MMD -MP -MT aes.o  -O2 -g  -c 
-o aes.o /home/anthony/git/qemu/aes.c
gcc -I/home/anthony/git/qemu/slirp -Werror -Wold-style-definition 
-Wold-style-declaration -I. -I/home/anthony/git/qemu -U_FORTIFY_SOURCE 
-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 -m64  -MMD -MP -MT osdep.o  -O2 -g  
-c -o osdep.o /home/anthony/git/qemu/osdep.c
gcc -I/home/anthony/git/qemu/slirp -Werror -Wold-style-definition 
-Wold-style-declaration -I. -I/home/anthony/git/qemu -U_FORTIFY_SOURCE 
-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 -m64  -MMD -MP -MT posix-aio-compat.o 
 -O2 -g  -c -o posix-aio-compat.o /home/anthony/git/qemu/posix-aio-compat.c
gcc -I/home/anthony/git/qemu/slirp -Werror -Wold-style-definition 
-Wold-style-declaration -I. -I/home/anthony/git/qemu -U_FORTIFY_SOURCE 
-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 -m64  -MMD -MP -MT linux-aio.o  -O2 
-g  -c -o linux-aio.o /home/anthony/git/qemu/linux-aio.c
gcc -I/home/anthony/git/qemu/slirp -Werror -Wold-style-definition 
-Wold-style-declaration -I. -I/home/anthony/git/qemu -U_FORTIFY_SOURCE 
-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 -m64  -MMD -MP -MT block/cow.o  -O2 
-g  -c -o block/cow.o /home/anthony/git/qemu/block/cow.c
gcc -I/home/anthony/git/qemu/slirp -Werror -Wold-style-definition 
-Wold-style-declaration -I. -I/home/anthony/git/qemu -U_FORTIFY_SOURCE 
-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 -m64  -MMD -MP -MT block/qcow.o  -O2 
-g  -c -o block/qcow.o /home/anthony/git/qemu/block/qcow.c
gcc -I/home/anthony/git/qemu/slirp -Werror -Wold-style-definition 
-Wold-style-declaration -I. -I/home/anthony/git/qemu -U_FORTIFY_SOURCE 
-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 -m64  -MMD -MP -MT block/vdi.o  -O2 
-g  -c -o block/vdi.o /home/anthony/git/qemu/block/vdi.c
gcc -I/home/anthony/git/qemu/slirp -Werror -Wold-style-definition 
-Wold-style-declaration -I. -I/home/anthony/git/qemu -U_FORTIFY_SOURCE 
-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 -m64  -MMD -MP -MT block/vmdk.o  -O2 
-g  -c -o block/vmdk.o /home/anthony/git/qemu/block/vmdk.c
gcc -I/home/anthony/git/qemu/slirp -Werror -Wold-style-definition 
-Wold-style-declaration -I. -I/home/anthony/git/qemu -U_FORTIFY_SOURCE 
-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 -m64  -MMD -MP -MT block/cloop.o  -O2 
-g  -c -o block/cloop.o /home/anthony/git/qemu/block/cloop.c
gcc -I/home/anthony/git/qemu/slirp -Werror -Wold-style-definition 
-Wold-style-declaration -I. -I/home/anthony/git/qemu -U_FORTIFY_SOURCE 
-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 -m64  -MMD -MP -MT block/dmg.o  -O2 
-g  -c -o block/dmg.o /home/anthony/git/qemu/block/dmg.c
gcc -I/home/anthony/git/qemu/slirp -Werror -Wold-style-definition 
-Wold-style-declaration -I. -I/home/anthony/git/qemu -U_FORTIFY_SOURCE 
-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 -m64  -MMD -MP -MT block/bochs.o  -O2 
-g  -c -o block/bochs.o /home/anthony/git/qemu/block/bochs.c
gcc -I/home/anthony/git/qemu/slirp -Werror -Wold-style-definition 
-Wold-style-declaration -I. -I/home/anthony/git/qemu -U_FORTIFY_SOURCE 
-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 -m64  -MMD -MP -MT block/vpc.o  -O2 
-g  -c -o block/vpc.o /home/anthony/git/qemu/block/vpc.c
gcc -I/home/anthony/git/qemu/slirp -Werror -Wold-style-definition 
-Wold-style-declaration -I. -I/home/anthony/git/qemu -U_FORTIFY_SOURCE 
-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 -m64  -MMD -MP -MT block/vvfat.o  -O2 
-g  -c -o block/vvfat.o /home/anthony/git/qemu/block/vvfat.c
gcc -I/home/anthony/git/qemu/slirp -Werror -Wold-style-definition 
-Wold-style-declaration -I. -I/home/anthony/git/qemu -U_FORTIFY_SOURCE 
-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 -m64  -MMD -MP -MT block/qcow2.o  -O2 
-g  -c -o block/qcow2.o /home/anthony/git/qemu/block/qcow2.c
gcc -I/home/anthony/git/qemu/slirp -Werror -Wold-style-definition 
-Wold-style-declaration -I. -I/home/anthony/git/qemu -U_FORTIFY_SOURCE 
-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 -m64  -MMD -MP -MT 
block/qcow2-refcount.o  -O2 -g  -c -o block/qcow2-refcount.o 
/home/anthony/git/qemu/block/qcow2-refcount.c
gcc -I/home/anthony/git/qemu/slirp -Werror -Wold-style-definition 
-Wold-style-declaration -I. -I/home/anthony/git/qemu -U_FORTIFY_SOURCE 
-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 -m64  -MMD -MP -MT 
block/qcow2-cluster.o  -O2 -g  -c -o block/qcow2-cluster.o 
/home/anthony/git/qemu/block/qcow2-cluster.c
gcc -I/home/anthony/git/qemu/slirp -Werror -Wold-style-definition 
-Wold-style-declaration -I. -I/home/anthony/git/qemu -U_FORTIFY_SOURCE 
-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 -m64  -MMD -MP -MT 
block/qcow2-snapshot.o  -O2 -g  -c -o block/qcow2-snapshot.o 
/home/anthony/git/qemu/block/qcow2-snapshot.c
gcc -I/home/anthony/git/qemu/slirp -Werror -Wold-style-definition 
-Wold-style-declaration -I. -I/home/anthony/git/qemu -U_FORTIFY_SOURCE 
-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 -m64  -MMD -MP -MT block/parallels.o  
-O2 -g  -c -o block/parallels.o /home/anthony/git/qemu/block/parallels.c
gcc -I/home/anthony/git/qemu/slirp -Werror -Wold-style-definition 
-Wold-style-declaration -I. -I/home/anthony/git/qemu -U_FORTIFY_SOURCE 
-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 -m64  -MMD -MP -MT block/nbd.o  -O2 
-g  -c -o block/nbd.o /home/anthony/git/qemu/block/nbd.c
gcc -I/home/anthony/git/qemu/slirp -Werror -Wold-style-definition 
-Wold-style-declaration -I. -I/home/anthony/git/qemu -U_FORTIFY_SOURCE 
-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 -m64  -MMD -MP -MT block/raw-posix.o  
-O2 -g  -c -o block/raw-posix.o /home/anthony/git/qemu/block/raw-posix.c
gcc -I/home/anthony/git/qemu/slirp -Werror -Wold-style-definition 
-Wold-style-declaration -I. -I/home/anthony/git/qemu -U_FORTIFY_SOURCE 
-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 -m64  -MMD -MP -MT block/curl.o  -O2 
-g  -c -o block/curl.o /home/anthony/git/qemu/block/curl.c
gcc -Wl,--warn-common -g -m64  -o qemu-nbd qemu-nbd.o qemu-tool.o cutils.o 
cache-utils.o qemu-malloc.o qemu-option.o module.o nbd.o block.o aio.o aes.o 
osdep.o posix-aio-compat.o linux-aio.o block/cow.o block/qcow.o block/vdi.o 
block/vmdk.o block/cloop.o block/dmg.o block/bochs.o block/vpc.o block/vvfat.o 
block/qcow2.o block/qcow2-refcount.o block/qcow2-cluster.o 
block/qcow2-snapshot.o block/parallels.o block/nbd.o block/raw-posix.o 
block/curl.o -Wl,--whole-archive  -Wl,--no-whole-archive -lrt -lpthread  -laio 
-lz -lcurl   -lvdeplug -luuid 
gcc -I/home/anthony/git/qemu/slirp -Werror -Wold-style-definition 
-Wold-style-declaration -I. -I/home/anthony/git/qemu -U_FORTIFY_SOURCE 
-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 -m64  -MMD -MP -MT qemu-io.o  -O2 -g  
-c -o qemu-io.o /home/anthony/git/qemu/qemu-io.c
gcc -I/home/anthony/git/qemu/slirp -Werror -Wold-style-definition 
-Wold-style-declaration -I. -I/home/anthony/git/qemu -U_FORTIFY_SOURCE 
-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 -m64  -MMD -MP -MT cmd.o  -O2 -g  -c 
-o cmd.o /home/anthony/git/qemu/cmd.c
gcc -Wl,--warn-common -g -m64  -o qemu-io qemu-io.o qemu-tool.o cmd.o cutils.o 
cache-utils.o qemu-malloc.o qemu-option.o module.o nbd.o block.o aio.o aes.o 
osdep.o posix-aio-compat.o linux-aio.o block/cow.o block/qcow.o block/vdi.o 
block/vmdk.o block/cloop.o block/dmg.o block/bochs.o block/vpc.o block/vvfat.o 
block/qcow2.o block/qcow2-refcount.o block/qcow2-cluster.o 
block/qcow2-snapshot.o block/parallels.o block/nbd.o block/raw-posix.o 
block/curl.o -Wl,--whole-archive  -Wl,--no-whole-archive -lrt -lpthread  -laio 
-lz -lcurl   -lvdeplug -luuid 
sh /home/anthony/git/qemu/hxtool -h < /home/anthony/git/qemu/qemu-img-cmds.hx > 
qemu-img-cmds.h
gcc -I/home/anthony/git/qemu/slirp -Werror -Wold-style-definition 
-Wold-style-declaration -I. -I/home/anthony/git/qemu -U_FORTIFY_SOURCE 
-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 -m64  -MMD -MP -MT qemu-img.o  -O2 -g 
 -c -o qemu-img.o /home/anthony/git/qemu/qemu-img.c
gcc -Wl,--warn-common -g -m64  -o qemu-img qemu-img.o qemu-tool.o cutils.o 
cache-utils.o qemu-malloc.o qemu-option.o module.o nbd.o block.o aio.o aes.o 
osdep.o posix-aio-compat.o linux-aio.o block/cow.o block/qcow.o block/vdi.o 
block/vmdk.o block/cloop.o block/dmg.o block/bochs.o block/vpc.o block/vvfat.o 
block/qcow2.o block/qcow2-refcount.o block/qcow2-cluster.o 
block/qcow2-snapshot.o block/parallels.o block/nbd.o block/raw-posix.o 
block/curl.o -Wl,--whole-archive  -Wl,--no-whole-archive -lrt -lpthread  -laio 
-lz -lcurl   -lvdeplug -luuid 
sh /home/anthony/git/qemu/hxtool -t < /home/anthony/git/qemu/qemu-options.hx > 
qemu-options.texi
sh /home/anthony/git/qemu/hxtool -t < /home/anthony/git/qemu/qemu-monitor.hx > 
qemu-monitor.texi
sh /home/anthony/git/qemu/hxtool -t < /home/anthony/git/qemu/qemu-img-cmds.hx > 
qemu-img-cmds.texi
texi2html -I=. -monolithic -number /home/anthony/git/qemu/qemu-doc.texi
texi2html -I=. -monolithic -number /home/anthony/git/qemu/qemu-tech.texi
perl -Ww -- /home/anthony/git/qemu/texi2pod.pl 
/home/anthony/git/qemu/qemu-doc.texi qemu.pod && pod2man --section=1 --center=" 
" --release=" " qemu.pod > qemu.1
perl -Ww -- /home/anthony/git/qemu/texi2pod.pl 
/home/anthony/git/qemu/qemu-img.texi qemu-img.pod && pod2man --section=1 
--center=" " --release=" " qemu-img.pod > qemu-img.1
perl -Ww -- /home/anthony/git/qemu/texi2pod.pl 
/home/anthony/git/qemu/qemu-nbd.texi qemu-nbd.pod && pod2man --section=8 
--center=" " --release=" " qemu-nbd.pod > qemu-nbd.8
make  -C libhw64 V="1" TARGET_DIR="libhw64/" all
make[2]: Entering directory `/home/anthony/obj/qemu-tmp/libhw64'
gcc -I/home/anthony/git/qemu/slirp -Werror -Wold-style-definition 
-Wold-style-declaration -I. -I/home/anthony/git/qemu -U_FORTIFY_SOURCE 
-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 -m64  -DTARGET_PHYS_ADDR_BITS=64 -MMD 
-MP -MT loader.o -I.. -I/home/anthony/git/qemu/fpu -O2 -g  -c -o loader.o 
/home/anthony/git/qemu/hw/loader.c
gcc -I/home/anthony/git/qemu/slirp -Werror -Wold-style-definition 
-Wold-style-declaration -I. -I/home/anthony/git/qemu -U_FORTIFY_SOURCE 
-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 -m64  -DTARGET_PHYS_ADDR_BITS=64 -MMD 
-MP -MT virtio.o -I.. -I/home/anthony/git/qemu/fpu -O2 -g  -c -o virtio.o 
/home/anthony/git/qemu/hw/virtio.c
gcc -I/home/anthony/git/qemu/slirp -Werror -Wold-style-definition 
-Wold-style-declaration -I. -I/home/anthony/git/qemu -U_FORTIFY_SOURCE 
-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 -m64  -DTARGET_PHYS_ADDR_BITS=64 -MMD 
-MP -MT fw_cfg.o -I.. -I/home/anthony/git/qemu/fpu -O2 -g  -c -o fw_cfg.o 
/home/anthony/git/qemu/hw/fw_cfg.c
gcc -I/home/anthony/git/qemu/slirp -Werror -Wold-style-definition 
-Wold-style-declaration -I. -I/home/anthony/git/qemu -U_FORTIFY_SOURCE 
-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 -m64  -DTARGET_PHYS_ADDR_BITS=64 -MMD 
-MP -MT watchdog.o -I.. -I/home/anthony/git/qemu/fpu -O2 -g  -c -o watchdog.o 
/home/anthony/git/qemu/hw/watchdog.c
gcc -I/home/anthony/git/qemu/slirp -Werror -Wold-style-definition 
-Wold-style-declaration -I. -I/home/anthony/git/qemu -U_FORTIFY_SOURCE 
-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 -m64  -DTARGET_PHYS_ADDR_BITS=64 -MMD 
-MP -MT ecc.o -I.. -I/home/anthony/git/qemu/fpu -O2 -g  -c -o ecc.o 
/home/anthony/git/qemu/hw/ecc.c
gcc -I/home/anthony/git/qemu/slirp -Werror -Wold-style-definition 
-Wold-style-declaration -I. -I/home/anthony/git/qemu -U_FORTIFY_SOURCE 
-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 -m64  -DTARGET_PHYS_ADDR_BITS=64 -MMD 
-MP -MT nand.o -I.. -I/home/anthony/git/qemu/fpu -O2 -g  -c -o nand.o 
/home/anthony/git/qemu/hw/nand.c
gcc -I/home/anthony/git/qemu/slirp -Werror -Wold-style-definition 
-Wold-style-declaration -I. -I/home/anthony/git/qemu -U_FORTIFY_SOURCE 
-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 -m64  -DTARGET_PHYS_ADDR_BITS=64 -MMD 
-MP -MT m48t59.o -I.. -I/home/anthony/git/qemu/fpu -O2 -g  -c -o m48t59.o 
/home/anthony/git/qemu/hw/m48t59.c
gcc -I/home/anthony/git/qemu/slirp -Werror -Wold-style-definition 
-Wold-style-declaration -I. -I/home/anthony/git/qemu -U_FORTIFY_SOURCE 
-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 -m64  -DTARGET_PHYS_ADDR_BITS=64 -MMD 
-MP -MT escc.o -I.. -I/home/anthony/git/qemu/fpu -O2 -g  -c -o escc.o 
/home/anthony/git/qemu/hw/escc.c
gcc -I/home/anthony/git/qemu/slirp -Werror -Wold-style-definition 
-Wold-style-declaration -I. -I/home/anthony/git/qemu -U_FORTIFY_SOURCE 
-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 -m64  -DTARGET_PHYS_ADDR_BITS=64 -MMD 
-MP -MT wdt_i6300esb.o -I.. -I/home/anthony/git/qemu/fpu -O2 -g  -c -o 
wdt_i6300esb.o /home/anthony/git/qemu/hw/wdt_i6300esb.c
gcc -I/home/anthony/git/qemu/slirp -Werror -Wold-style-definition 
-Wold-style-declaration -I. -I/home/anthony/git/qemu -U_FORTIFY_SOURCE 
-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 -m64  -DTARGET_PHYS_ADDR_BITS=64 -MMD 
-MP -MT msix.o -I.. -I/home/anthony/git/qemu/fpu -O2 -g  -c -o msix.o 
/home/anthony/git/qemu/hw/msix.c
gcc -I/home/anthony/git/qemu/slirp -Werror -Wold-style-definition 
-Wold-style-declaration -I. -I/home/anthony/git/qemu -U_FORTIFY_SOURCE 
-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 -m64  -DTARGET_PHYS_ADDR_BITS=64 -MMD 
-MP -MT ne2000.o -I.. -I/home/anthony/git/qemu/fpu -O2 -g  -c -o ne2000.o 
/home/anthony/git/qemu/hw/ne2000.c
gcc -I/home/anthony/git/qemu/slirp -Werror -Wold-style-definition 
-Wold-style-declaration -I. -I/home/anthony/git/qemu -U_FORTIFY_SOURCE 
-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 -m64  -DTARGET_PHYS_ADDR_BITS=64 -MMD 
-MP -MT lsi53c895a.o -I.. -I/home/anthony/git/qemu/fpu -O2 -g  -c -o 
lsi53c895a.o /home/anthony/git/qemu/hw/lsi53c895a.c
gcc -I/home/anthony/git/qemu/slirp -Werror -Wold-style-definition 
-Wold-style-declaration -I. -I/home/anthony/git/qemu -U_FORTIFY_SOURCE 
-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 -m64  -DTARGET_PHYS_ADDR_BITS=64 -MMD 
-MP -MT esp.o -I.. -I/home/anthony/git/qemu/fpu -O2 -g  -c -o esp.o 
/home/anthony/git/qemu/hw/esp.c
gcc -I/home/anthony/git/qemu/slirp -Werror -Wold-style-definition 
-Wold-style-declaration -I. -I/home/anthony/git/qemu -U_FORTIFY_SOURCE 
-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 -m64  -DTARGET_PHYS_ADDR_BITS=64 -MMD 
-MP -MT dma-helpers.o -I.. -I/home/anthony/git/qemu/fpu -O2 -g  -c -o 
dma-helpers.o /home/anthony/git/qemu/dma-helpers.c
gcc -I/home/anthony/git/qemu/slirp -Werror -Wold-style-definition 
-Wold-style-declaration -I. -I/home/anthony/git/qemu -U_FORTIFY_SOURCE 
-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 -m64  -DTARGET_PHYS_ADDR_BITS=64 -MMD 
-MP -MT sysbus.o -I.. -I/home/anthony/git/qemu/fpu -O2 -g  -c -o sysbus.o 
/home/anthony/git/qemu/hw/sysbus.c
gcc -I/home/anthony/git/qemu/slirp -Werror -Wold-style-definition 
-Wold-style-declaration -I. -I/home/anthony/git/qemu -U_FORTIFY_SOURCE 
-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 -m64  -DTARGET_PHYS_ADDR_BITS=64 -MMD 
-MP -MT isa-bus.o -I.. -I/home/anthony/git/qemu/fpu -O2 -g  -c -o isa-bus.o 
/home/anthony/git/qemu/hw/isa-bus.c
gcc -I/home/anthony/git/qemu/slirp -Werror -Wold-style-definition 
-Wold-style-declaration -I. -I/home/anthony/git/qemu -U_FORTIFY_SOURCE 
-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 -m64  -DTARGET_PHYS_ADDR_BITS=64 -MMD 
-MP -MT qdev-addr.o -I.. -I/home/anthony/git/qemu/fpu -O2 -g  -c -o qdev-addr.o 
/home/anthony/git/qemu/hw/qdev-addr.c
rm -f libqemuhw64.a && ar rcs libqemuhw64.a loader.o virtio.o fw_cfg.o 
watchdog.o ecc.o nand.o m48t59.o escc.o wdt_i6300esb.o msix.o ne2000.o 
lsi53c895a.o esp.o dma-helpers.o sysbus.o isa-bus.o qdev-addr.o
make[2]: Leaving directory `/home/anthony/obj/qemu-tmp/libhw64'
gcc -I/home/anthony/git/qemu/slirp -Werror -Wold-style-definition 
-Wold-style-declaration -I. -I/home/anthony/git/qemu -U_FORTIFY_SOURCE 
-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 -m64  -MMD -MP -MT net.o  -O2 -g  -c 
-o net.o /home/anthony/git/qemu/net.c
gcc -I/home/anthony/git/qemu/slirp -Werror -Wold-style-definition 
-Wold-style-declaration -I. -I/home/anthony/git/qemu -U_FORTIFY_SOURCE 
-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 -m64  -MMD -MP -MT net/queue.o  -O2 
-g  -c -o net/queue.o /home/anthony/git/qemu/net/queue.c
/home/anthony/git/qemu/net/queue.c:260: fatal error: opening dependency file 
net/queue.d: No such file or directory
compilation terminated.
make[1]: *** [net/queue.o] Error 1
make[1]: Leaving directory `/home/anthony/obj/qemu-tmp'
make: *** [build-all] Error 2

reply via email to

[Prev in Thread] Current Thread [Next in Thread]