xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
From: Don Slutz <dslutz@verizon.com>
To: Paolo Bonzini <pbonzini@redhat.com>
Cc: xen-devel@lists.xensource.com,
	Ian Campbell <Ian.Campbell@citrix.com>,
	Stefano Stabellini <stefano.stabellini@eu.citrix.com>,
	1257099@bugs.launchpad.net, dslutz@verizon.com,
	qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [Bug 1257099] [NEW] QEMU fails to build on CentOS 5.10 with relocation R_X86_64_PC32 error
Date: Tue, 3 Dec 2013 20:32:40 -0500	[thread overview]
Message-ID: <529E8638.2010102@terremark.com> (raw)
In-Reply-To: <529E1194.9060504@redhat.com>

[-- Attachment #1: Type: text/plain, Size: 7902 bytes --]

On 12/03/13 12:15, Paolo Bonzini wrote:
> Il 03/12/2013 14:25, Stefano Stabellini ha scritto:
>> CC'ing Paolo and xen-devel.
>> The original thread is here:
>>
>> http://marc.info/?l=xen-devel&m=135718999710640
>>
>> On Mon, 2 Dec 2013, Don Slutz wrote:
>>> Public bug reported:
>>>
>>>    lt LINK libcacard.la
>>> /usr/bin/ld: libcacard/.libs/vcard.o: relocation R_X86_64_PC32 against `vcard_buffer_response_delete' can not be used when making a shared object; recompile with -fPIC
>>> /usr/bin/ld: final link failed: Bad value
>>> collect2: ld returned 1 exit status
>>> make[4]: *** [libcacard.la] Error 1
>>> make[3]: *** [subdir-libcacard] Error 2
> This is a bug in RHEL5 binutils.  Configure with --disable-pie to work
> around it.
Any hints or pointers about the bug in RHEL5 binutils?  I can try and 
make a patch to auto detect this.

That still fails for (7dc65c0 (HEAD, origin/master, origin/HEAD, master) 
Open 2.0 development tree):

...
libtool  --mode=link --tag=CC cc -m64 -D_GNU_SOURCE 
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes 
-Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes 
-fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs 
-Wnested-externs -Wformat-security -Wformat-y2k -Winit-self 
-Wold-style-definition -fstack-protector-all -I/usr/include/libpng12   
-I/usr/include/nss3 -I/usr/include/nspr4 -pthread 
-I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include 
-I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread 
-I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include 
-I/home/don/qemu/tests -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g 
-Wl,--warn-common -m64 -g  -o vscclient libcacard/vscclient.o 
libcacard.la  -Wc,-fstack-protector-all -lrt -pthread -L/lib64 
-lgthread-2.0 -lglib-2.0    -lz -L/usr/kerberos/lib64 -lcurl -ldl 
-lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lidn -lssl -lcrypto -lz -luuid
cc -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE 
-Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings 
-Wmissing-prototypes -fno-strict-aliasing -Wendif-labels 
-Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k 
-Winit-self -Wold-style-definition -fstack-protector-all 
-I/usr/include/libpng12 -I/usr/include/nss3 -I/usr/include/nspr4 
-pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include 
-I/usr/include/pixman-1 -I/home/don/qemu/dtc/libfdt -pthread 
-I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include 
-I/home/don/qemu/tests -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g 
-Wl,--warn-common -m64 -g -o .libs/vscclient libcacard/vscclient.o 
-Wl,-fstack-protector-all -pthread  ./.libs/libcacard.so -L/lib64 
-L/usr/kerberos/lib64 -lssl3 -lsmime3 -lnss3 -lnssutil3 -lplds4 -lplc4 
-lnspr4 -lpthread -lrt -lgthread-2.0 -lglib-2.0 -lcurl -ldl 
-lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lidn -lssl -lcrypto -lz 
-luuid  -Wl,--rpath -Wl,/usr/local/lib
/usr/bin/ld: -f may not be used without -shared
collect2: ld returned 1 exit status
make: *** [vscclient] Error 1

Attached is the full "make V=1" output.

Here is the configure output:

dcs-xen-53:~/qemu>rm -rf out/tmp;mkdir out/tmp;pushd 
out/tmp;../../configure --disable-pie;make V=1 1>zz1 2>&1;popd
~/qemu/out/tmp ~/qemu
Install prefix    /usr/local
BIOS directory    /usr/local/share/qemu
binary directory  /usr/local/bin
library directory /usr/local/lib
libexec directory /usr/local/libexec
include directory /usr/local/include
config directory  /usr/local/etc
local state directory   /usr/local/var
Manual directory  /usr/local/share/man
ELF interp prefix /usr/gnemul/qemu-%M
Source path       /home/don/qemu
C compiler        cc
Host C compiler   cc
C++ compiler      c++
Objective-C compiler cc
ARFLAGS           rv
CFLAGS            -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g
QEMU_CFLAGS       -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 
-D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef 
-Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -Wendif-labels 
-Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k 
-Winit-self -Wold-style-definition -fstack-protector-all   
-I/usr/include/libpng12 -I/usr/include/nss3 -I/usr/include/nspr4   
-pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include 
-I/usr/include/pixman-1   -I$(SRC_PATH)/dtc/libfdt
LDFLAGS           -Wl,--warn-common -m64 -g
make              make
install           install
python            python
smbd              /usr/sbin/smbd
host CPU          x86_64
host big endian   no
target list        alpha-softmmu arm-softmmu cris-softmmu i386-softmmu 
lm32-softmmu m68k-softmmu microblaze-softmmu microblazeel-softmmu 
mips-softmmu mips64-softmmu mips64el-softmmu mipsel-softmmu 
moxie-softmmu or32-softmmu ppc-softmmu ppc64-softmmu ppcemb-softmmu 
s390x-softmmu sh4-softmmu sh4eb-softmmu sparc-softmmu sparc64-softmmu 
unicore32-softmmu x86_64-softmmu xtensa-softmmu xtensaeb-softmmu 
alpha-linux-user arm-linux-user armeb-linux-user cris-linux-user 
i386-linux-user m68k-linux-user microblaze-linux-user 
microblazeel-linux-user mips-linux-user mips64-linux-user 
mips64el-linux-user mipsel-linux-user mipsn32-linux-user 
mipsn32el-linux-user or32-linux-user ppc-linux-user ppc64-linux-user 
ppc64abi32-linux-user s390x-linux-user sh4-linux-user sh4eb-linux-user 
sparc-linux-user sparc32plus-linux-user sparc64-linux-user 
unicore32-linux-user x86_64-linux-user
tcg debug enabled no
gprof enabled     no
sparse enabled    no
strip binaries    yes
profiler          no
static build      no
-Werror enabled   no
pixman            system
SDL support       yes
GTK support       no
curses support    yes
curl support      yes
mingw32 support   no
Audio drivers     oss
Block whitelist (rw)
Block whitelist (ro)
VirtFS support    yes
VNC support       yes
VNC TLS support   no
VNC SASL support  yes
VNC JPEG support  yes
VNC PNG support   yes
VNC WS support    no
xen support       yes
brlapi support    no
bluez  support    no
Documentation     yes
GUEST_BASE        yes
PIE               no
vde support       no
Linux AIO support no
ATTR/XATTR support yes
Install blobs     yes
KVM support       yes
RDMA support      no
TCG interpreter   no
fdt support       yes
preadv support    no
fdatasync         yes
madvise           yes
posix_madvise     yes
sigev_thread_id   yes
uuid support      yes
libcap-ng support no
vhost-net support yes
vhost-scsi support yes
Trace backend     nop
Trace output file trace-<pid>
spice support     no (/)
rbd support       no
xfsctl support    no
nss used          yes
libusb            no
usb net redir     no
GLX support       yes
libiscsi support  no
build guest agent yes
QGA VSS support   no
seccomp support   no
coroutine backend ucontext
coroutine pool    yes
GlusterFS support no
virtio-blk-data-plane no
gcov              gcov
gcov enabled      no
TPM support       no
libssh2 support   no
TPM passthrough   no
QOM debugging     yes
vhdx              yes

I bisect'd this to:

dcs-xen-53:~/qemu>git-bisect good
37746c5eacf309fa019ea0fa45f776c36c561457 is the first bad commit
commit 37746c5eacf309fa019ea0fa45f776c36c561457
Author: Marc-André Lureau <mlureau@redhat.com>
Date:   Mon Feb 25 23:31:12 2013 +0100

     build-sys: must link with -fstack-protector

     It is needed to give that flag to the linker as well, but latest
     libtool 2.4.2 still swallows that argument, so let's pass it with
     libtool -Wc argument.

     qemu-1.4.0/stubs/arch-query-cpu-def.c:6: undefined reference to 
`__stack_chk_guard'

     Signed-off-by: Marc-André Lureau <mlureau@redhat.com>
     Reviewed-by: Alon Levy <alevy@redhat.com>

:100755 100755 33d3354ea30838694020660f5822f551293d7e9a 
ee2e7e8ad9b8a23af96e4e404e3f7658efcbe74b M      configure
:100644 100644 edc2552f0886c99608b97f85bd932460fa50da73 
36aba2de1fa9e0f8acde7640818e94a28dd03c80 M      rules.mak

Do you want a bug opened for this?

    -Don Slutz

> Paolo


[-- Attachment #2: zz1 --]
[-- Type: text/plain, Size: 302866 bytes --]

/bin/sh /home/don/qemu/scripts/make_device_config.sh alpha-softmmu/config-devices.mak /home/don/qemu/default-configs/alpha-softmmu.mak
/bin/sh /home/don/qemu/scripts/make_device_config.sh arm-softmmu/config-devices.mak /home/don/qemu/default-configs/arm-softmmu.mak
/bin/sh /home/don/qemu/scripts/make_device_config.sh cris-softmmu/config-devices.mak /home/don/qemu/default-configs/cris-softmmu.mak
/bin/sh /home/don/qemu/scripts/make_device_config.sh i386-softmmu/config-devices.mak /home/don/qemu/default-configs/i386-softmmu.mak
/bin/sh /home/don/qemu/scripts/make_device_config.sh lm32-softmmu/config-devices.mak /home/don/qemu/default-configs/lm32-softmmu.mak
/bin/sh /home/don/qemu/scripts/make_device_config.sh m68k-softmmu/config-devices.mak /home/don/qemu/default-configs/m68k-softmmu.mak
/bin/sh /home/don/qemu/scripts/make_device_config.sh microblaze-softmmu/config-devices.mak /home/don/qemu/default-configs/microblaze-softmmu.mak
/bin/sh /home/don/qemu/scripts/make_device_config.sh microblazeel-softmmu/config-devices.mak /home/don/qemu/default-configs/microblazeel-softmmu.mak
/bin/sh /home/don/qemu/scripts/make_device_config.sh mips-softmmu/config-devices.mak /home/don/qemu/default-configs/mips-softmmu.mak
/bin/sh /home/don/qemu/scripts/make_device_config.sh mips64-softmmu/config-devices.mak /home/don/qemu/default-configs/mips64-softmmu.mak
/bin/sh /home/don/qemu/scripts/make_device_config.sh mips64el-softmmu/config-devices.mak /home/don/qemu/default-configs/mips64el-softmmu.mak
/bin/sh /home/don/qemu/scripts/make_device_config.sh mipsel-softmmu/config-devices.mak /home/don/qemu/default-configs/mipsel-softmmu.mak
/bin/sh /home/don/qemu/scripts/make_device_config.sh moxie-softmmu/config-devices.mak /home/don/qemu/default-configs/moxie-softmmu.mak
/bin/sh /home/don/qemu/scripts/make_device_config.sh or32-softmmu/config-devices.mak /home/don/qemu/default-configs/or32-softmmu.mak
/bin/sh /home/don/qemu/scripts/make_device_config.sh ppc-softmmu/config-devices.mak /home/don/qemu/default-configs/ppc-softmmu.mak
/bin/sh /home/don/qemu/scripts/make_device_config.sh ppc64-softmmu/config-devices.mak /home/don/qemu/default-configs/ppc64-softmmu.mak
/bin/sh /home/don/qemu/scripts/make_device_config.sh ppcemb-softmmu/config-devices.mak /home/don/qemu/default-configs/ppcemb-softmmu.mak
/bin/sh /home/don/qemu/scripts/make_device_config.sh s390x-softmmu/config-devices.mak /home/don/qemu/default-configs/s390x-softmmu.mak
/bin/sh /home/don/qemu/scripts/make_device_config.sh sh4-softmmu/config-devices.mak /home/don/qemu/default-configs/sh4-softmmu.mak
/bin/sh /home/don/qemu/scripts/make_device_config.sh sh4eb-softmmu/config-devices.mak /home/don/qemu/default-configs/sh4eb-softmmu.mak
/bin/sh /home/don/qemu/scripts/make_device_config.sh sparc-softmmu/config-devices.mak /home/don/qemu/default-configs/sparc-softmmu.mak
/bin/sh /home/don/qemu/scripts/make_device_config.sh sparc64-softmmu/config-devices.mak /home/don/qemu/default-configs/sparc64-softmmu.mak
/bin/sh /home/don/qemu/scripts/make_device_config.sh unicore32-softmmu/config-devices.mak /home/don/qemu/default-configs/unicore32-softmmu.mak
/bin/sh /home/don/qemu/scripts/make_device_config.sh x86_64-softmmu/config-devices.mak /home/don/qemu/default-configs/x86_64-softmmu.mak
/bin/sh /home/don/qemu/scripts/make_device_config.sh xtensa-softmmu/config-devices.mak /home/don/qemu/default-configs/xtensa-softmmu.mak
/bin/sh /home/don/qemu/scripts/make_device_config.sh xtensaeb-softmmu/config-devices.mak /home/don/qemu/default-configs/xtensaeb-softmmu.mak
/bin/sh /home/don/qemu/scripts/make_device_config.sh alpha-linux-user/config-devices.mak /home/don/qemu/default-configs/alpha-linux-user.mak
/bin/sh /home/don/qemu/scripts/make_device_config.sh arm-linux-user/config-devices.mak /home/don/qemu/default-configs/arm-linux-user.mak
/bin/sh /home/don/qemu/scripts/make_device_config.sh armeb-linux-user/config-devices.mak /home/don/qemu/default-configs/armeb-linux-user.mak
/bin/sh /home/don/qemu/scripts/make_device_config.sh cris-linux-user/config-devices.mak /home/don/qemu/default-configs/cris-linux-user.mak
/bin/sh /home/don/qemu/scripts/make_device_config.sh i386-linux-user/config-devices.mak /home/don/qemu/default-configs/i386-linux-user.mak
/bin/sh /home/don/qemu/scripts/make_device_config.sh m68k-linux-user/config-devices.mak /home/don/qemu/default-configs/m68k-linux-user.mak
/bin/sh /home/don/qemu/scripts/make_device_config.sh microblaze-linux-user/config-devices.mak /home/don/qemu/default-configs/microblaze-linux-user.mak
/bin/sh /home/don/qemu/scripts/make_device_config.sh microblazeel-linux-user/config-devices.mak /home/don/qemu/default-configs/microblazeel-linux-user.mak
/bin/sh /home/don/qemu/scripts/make_device_config.sh mips-linux-user/config-devices.mak /home/don/qemu/default-configs/mips-linux-user.mak
/bin/sh /home/don/qemu/scripts/make_device_config.sh mips64-linux-user/config-devices.mak /home/don/qemu/default-configs/mips64-linux-user.mak
/bin/sh /home/don/qemu/scripts/make_device_config.sh mips64el-linux-user/config-devices.mak /home/don/qemu/default-configs/mips64el-linux-user.mak
/bin/sh /home/don/qemu/scripts/make_device_config.sh mipsel-linux-user/config-devices.mak /home/don/qemu/default-configs/mipsel-linux-user.mak
/bin/sh /home/don/qemu/scripts/make_device_config.sh mipsn32-linux-user/config-devices.mak /home/don/qemu/default-configs/mipsn32-linux-user.mak
/bin/sh /home/don/qemu/scripts/make_device_config.sh mipsn32el-linux-user/config-devices.mak /home/don/qemu/default-configs/mipsn32el-linux-user.mak
/bin/sh /home/don/qemu/scripts/make_device_config.sh or32-linux-user/config-devices.mak /home/don/qemu/default-configs/or32-linux-user.mak
/bin/sh /home/don/qemu/scripts/make_device_config.sh ppc-linux-user/config-devices.mak /home/don/qemu/default-configs/ppc-linux-user.mak
/bin/sh /home/don/qemu/scripts/make_device_config.sh ppc64-linux-user/config-devices.mak /home/don/qemu/default-configs/ppc64-linux-user.mak
/bin/sh /home/don/qemu/scripts/make_device_config.sh ppc64abi32-linux-user/config-devices.mak /home/don/qemu/default-configs/ppc64abi32-linux-user.mak
/bin/sh /home/don/qemu/scripts/make_device_config.sh s390x-linux-user/config-devices.mak /home/don/qemu/default-configs/s390x-linux-user.mak
/bin/sh /home/don/qemu/scripts/make_device_config.sh sh4-linux-user/config-devices.mak /home/don/qemu/default-configs/sh4-linux-user.mak
/bin/sh /home/don/qemu/scripts/make_device_config.sh sh4eb-linux-user/config-devices.mak /home/don/qemu/default-configs/sh4eb-linux-user.mak
/bin/sh /home/don/qemu/scripts/make_device_config.sh sparc-linux-user/config-devices.mak /home/don/qemu/default-configs/sparc-linux-user.mak
/bin/sh /home/don/qemu/scripts/make_device_config.sh sparc32plus-linux-user/config-devices.mak /home/don/qemu/default-configs/sparc32plus-linux-user.mak
/bin/sh /home/don/qemu/scripts/make_device_config.sh sparc64-linux-user/config-devices.mak /home/don/qemu/default-configs/sparc64-linux-user.mak
/bin/sh /home/don/qemu/scripts/make_device_config.sh unicore32-linux-user/config-devices.mak /home/don/qemu/default-configs/unicore32-linux-user.mak
/bin/sh /home/don/qemu/scripts/make_device_config.sh x86_64-linux-user/config-devices.mak /home/don/qemu/default-configs/x86_64-linux-user.mak
sed -n 's|^\([^=]*\)=\(.*\)$|\1:=$(findstring y,$(\1)\2)|p'  alpha-softmmu/config-devices.mak  arm-softmmu/config-devices.mak  cris-softmmu/config-devices.mak  i386-softmmu/config-devices.mak  lm32-softmmu/config-devices.mak  m68k-softmmu/config-devices.mak  microblaze-softmmu/config-devices.mak  microblazeel-softmmu/config-devices.mak  mips-softmmu/config-devices.mak  mips64-softmmu/config-devices.mak  mips64el-softmmu/config-devices.mak  mipsel-softmmu/config-devices.mak  moxie-softmmu/config-devices.mak  or32-softmmu/config-devices.mak  ppc-softmmu/config-devices.mak  ppc64-softmmu/config-devices.mak  ppcemb-softmmu/config-devices.mak  s390x-softmmu/config-devices.mak  sh4-softmmu/config-devices.mak  sh4eb-softmmu/config-devices.mak  sparc-softmmu/config-devices.mak  sparc64-softmmu/config-devices.mak  unicore32-softmmu/config-devices.mak  x86_64-softmmu/config-devices.mak  xtensa-softmmu/config-devices.mak  xtensaeb-softmmu/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  i386-linux-user/config-devices.mak  m68k-linux-user/config-devices.mak  microblaze-linux-user/config-devices.mak  microblazeel-linux-user/config-devices.mak  mips-linux-user/config-devices.mak  mips64-linux-user/config-devices.mak  mips64el-linux-user/config-devices.mak  mipsel-linux-user/config-devices.mak  mipsn32-linux-user/config-devices.mak  mipsn32el-linux-user/config-devices.mak  or32-linux-user/config-devices.mak  ppc-linux-user/config-devices.mak  ppc64-linux-user/config-devices.mak  ppc64abi32-linux-user/config-devices.mak  s390x-linux-user/config-devices.mak  sh4-linux-user/config-devices.mak  sh4eb-linux-user/config-devices.mak  sparc-linux-user/config-devices.mak  sparc32plus-linux-user/config-devices.mak  sparc64-linux-user/config-devices.mak  unicore32-linux-user/config-devices.mak  x86_64-linux-user/config-devices.mak | sort -u > config-all-devices.mak
sh /home/don/qemu/scripts/create_config < config-host.mak > config-host.h-timestamp
mkdir -p dtc/libfdt
mkdir -p dtc/tests
make -I/home/don/qemu/dtc VPATH=/home/don/qemu/dtc -C dtc V="1" LIBFDT_srcdir=/home/don/qemu/dtc/libfdt CPPFLAGS="-I/home/don/qemu/out/tmp/dtc -I/home/don/qemu/dtc -I/home/don/qemu/dtc/libfdt" CFLAGS="-O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests" LDFLAGS="-Wl,--warn-common -m64 -g " ARFLAGS="rv" CC="cc" AR="ar" LD="ld"  BUILD_DIR=/home/don/qemu/out/tmp libfdt/libfdt.a
make[1]: Entering directory `/home/don/qemu/out/tmp/dtc'
cc -I/home/don/qemu/out/tmp/dtc -I/home/don/qemu/dtc -I/home/don/qemu/dtc/libfdt -MM -MG -MT "tests/dumptrees.o tests/dumptrees.d" /home/don/qemu/dtc/tests/dumptrees.c > tests/dumptrees.d
cc -I/home/don/qemu/out/tmp/dtc -I/home/don/qemu/dtc -I/home/don/qemu/dtc/libfdt -MM -MG -MT "tests/trees.o tests/trees.d" /home/don/qemu/dtc/tests/trees.S > tests/trees.d
cc -I/home/don/qemu/out/tmp/dtc -I/home/don/qemu/dtc -I/home/don/qemu/dtc/libfdt -MM -MG -MT "tests/testutils.o tests/testutils.d" /home/don/qemu/dtc/tests/testutils.c > tests/testutils.d
cc -I/home/don/qemu/out/tmp/dtc -I/home/don/qemu/dtc -I/home/don/qemu/dtc/libfdt -MM -MG -MT "tests/value-labels.o tests/value-labels.d" /home/don/qemu/dtc/tests/value-labels.c > tests/value-labels.d
cc -I/home/don/qemu/out/tmp/dtc -I/home/don/qemu/dtc -I/home/don/qemu/dtc/libfdt -MM -MG -MT "tests/asm_tree_dump.o tests/asm_tree_dump.d" /home/don/qemu/dtc/tests/asm_tree_dump.c > tests/asm_tree_dump.d
cc -I/home/don/qemu/out/tmp/dtc -I/home/don/qemu/dtc -I/home/don/qemu/dtc/libfdt -MM -MG -MT "tests/truncated_property.o tests/truncated_property.d" /home/don/qemu/dtc/tests/truncated_property.c > tests/truncated_property.d
cc -I/home/don/qemu/out/tmp/dtc -I/home/don/qemu/dtc -I/home/don/qemu/dtc/libfdt -MM -MG -MT "tests/path_offset_aliases.o tests/path_offset_aliases.d" /home/don/qemu/dtc/tests/path_offset_aliases.c > tests/path_offset_aliases.d
cc -I/home/don/qemu/out/tmp/dtc -I/home/don/qemu/dtc -I/home/don/qemu/dtc/libfdt -MM -MG -MT "tests/add_subnode_with_nops.o tests/add_subnode_with_nops.d" /home/don/qemu/dtc/tests/add_subnode_with_nops.c > tests/add_subnode_with_nops.d
cc -I/home/don/qemu/out/tmp/dtc -I/home/don/qemu/dtc -I/home/don/qemu/dtc/libfdt -MM -MG -MT "tests/dtbs_equal_unordered.o tests/dtbs_equal_unordered.d" /home/don/qemu/dtc/tests/dtbs_equal_unordered.c > tests/dtbs_equal_unordered.d
cc -I/home/don/qemu/out/tmp/dtc -I/home/don/qemu/dtc -I/home/don/qemu/dtc/libfdt -MM -MG -MT "tests/dtb_reverse.o tests/dtb_reverse.d" /home/don/qemu/dtc/tests/dtb_reverse.c > tests/dtb_reverse.d
cc -I/home/don/qemu/out/tmp/dtc -I/home/don/qemu/dtc -I/home/don/qemu/dtc/libfdt -MM -MG -MT "tests/dtbs_equal_ordered.o tests/dtbs_equal_ordered.d" /home/don/qemu/dtc/tests/dtbs_equal_ordered.c > tests/dtbs_equal_ordered.d
cc -I/home/don/qemu/out/tmp/dtc -I/home/don/qemu/dtc -I/home/don/qemu/dtc/libfdt -MM -MG -MT "tests/extra-terminating-null.o tests/extra-terminating-null.d" /home/don/qemu/dtc/tests/extra-terminating-null.c > tests/extra-terminating-null.d
cc -I/home/don/qemu/out/tmp/dtc -I/home/don/qemu/dtc -I/home/don/qemu/dtc/libfdt -MM -MG -MT "tests/incbin.o tests/incbin.d" /home/don/qemu/dtc/tests/incbin.c > tests/incbin.d
cc -I/home/don/qemu/out/tmp/dtc -I/home/don/qemu/dtc -I/home/don/qemu/dtc/libfdt -MM -MG -MT "tests/boot-cpuid.o tests/boot-cpuid.d" /home/don/qemu/dtc/tests/boot-cpuid.c > tests/boot-cpuid.d
cc -I/home/don/qemu/out/tmp/dtc -I/home/don/qemu/dtc -I/home/don/qemu/dtc/libfdt -MM -MG -MT "tests/phandle_format.o tests/phandle_format.d" /home/don/qemu/dtc/tests/phandle_format.c > tests/phandle_format.d
cc -I/home/don/qemu/out/tmp/dtc -I/home/don/qemu/dtc -I/home/don/qemu/dtc/libfdt -MM -MG -MT "tests/path-references.o tests/path-references.d" /home/don/qemu/dtc/tests/path-references.c > tests/path-references.d
cc -I/home/don/qemu/out/tmp/dtc -I/home/don/qemu/dtc -I/home/don/qemu/dtc/libfdt -MM -MG -MT "tests/references.o tests/references.d" /home/don/qemu/dtc/tests/references.c > tests/references.d
cc -I/home/don/qemu/out/tmp/dtc -I/home/don/qemu/dtc -I/home/don/qemu/dtc/libfdt -MM -MG -MT "tests/string_escapes.o tests/string_escapes.d" /home/don/qemu/dtc/tests/string_escapes.c > tests/string_escapes.d
cc -I/home/don/qemu/out/tmp/dtc -I/home/don/qemu/dtc -I/home/don/qemu/dtc/libfdt -MM -MG -MT "tests/del_node.o tests/del_node.d" /home/don/qemu/dtc/tests/del_node.c > tests/del_node.d
cc -I/home/don/qemu/out/tmp/dtc -I/home/don/qemu/dtc -I/home/don/qemu/dtc/libfdt -MM -MG -MT "tests/del_property.o tests/del_property.d" /home/don/qemu/dtc/tests/del_property.c > tests/del_property.d
cc -I/home/don/qemu/out/tmp/dtc -I/home/don/qemu/dtc -I/home/don/qemu/dtc/libfdt -MM -MG -MT "tests/setprop.o tests/setprop.d" /home/don/qemu/dtc/tests/setprop.c > tests/setprop.d
cc -I/home/don/qemu/out/tmp/dtc -I/home/don/qemu/dtc -I/home/don/qemu/dtc/libfdt -MM -MG -MT "tests/set_name.o tests/set_name.d" /home/don/qemu/dtc/tests/set_name.c > tests/set_name.d
cc -I/home/don/qemu/out/tmp/dtc -I/home/don/qemu/dtc -I/home/don/qemu/dtc/libfdt -MM -MG -MT "tests/rw_tree1.o tests/rw_tree1.d" /home/don/qemu/dtc/tests/rw_tree1.c > tests/rw_tree1.d
cc -I/home/don/qemu/out/tmp/dtc -I/home/don/qemu/dtc -I/home/don/qemu/dtc/libfdt -MM -MG -MT "tests/open_pack.o tests/open_pack.d" /home/don/qemu/dtc/tests/open_pack.c > tests/open_pack.d
cc -I/home/don/qemu/out/tmp/dtc -I/home/don/qemu/dtc -I/home/don/qemu/dtc/libfdt -MM -MG -MT "tests/nopulate.o tests/nopulate.d" /home/don/qemu/dtc/tests/nopulate.c > tests/nopulate.d
cc -I/home/don/qemu/out/tmp/dtc -I/home/don/qemu/dtc -I/home/don/qemu/dtc/libfdt -MM -MG -MT "tests/mangle-layout.o tests/mangle-layout.d" /home/don/qemu/dtc/tests/mangle-layout.c > tests/mangle-layout.d
cc -I/home/don/qemu/out/tmp/dtc -I/home/don/qemu/dtc -I/home/don/qemu/dtc/libfdt -MM -MG -MT "tests/move_and_save.o tests/move_and_save.d" /home/don/qemu/dtc/tests/move_and_save.c > tests/move_and_save.d
cc -I/home/don/qemu/out/tmp/dtc -I/home/don/qemu/dtc -I/home/don/qemu/dtc/libfdt -MM -MG -MT "tests/sw_tree1.o tests/sw_tree1.d" /home/don/qemu/dtc/tests/sw_tree1.c > tests/sw_tree1.d
cc -I/home/don/qemu/out/tmp/dtc -I/home/don/qemu/dtc -I/home/don/qemu/dtc/libfdt -MM -MG -MT "tests/nop_node.o tests/nop_node.d" /home/don/qemu/dtc/tests/nop_node.c > tests/nop_node.d
cc -I/home/don/qemu/out/tmp/dtc -I/home/don/qemu/dtc -I/home/don/qemu/dtc/libfdt -MM -MG -MT "tests/nop_property.o tests/nop_property.d" /home/don/qemu/dtc/tests/nop_property.c > tests/nop_property.d
cc -I/home/don/qemu/out/tmp/dtc -I/home/don/qemu/dtc -I/home/don/qemu/dtc/libfdt -MM -MG -MT "tests/setprop_inplace.o tests/setprop_inplace.d" /home/don/qemu/dtc/tests/setprop_inplace.c > tests/setprop_inplace.d
cc -I/home/don/qemu/out/tmp/dtc -I/home/don/qemu/dtc -I/home/don/qemu/dtc/libfdt -MM -MG -MT "tests/notfound.o tests/notfound.d" /home/don/qemu/dtc/tests/notfound.c > tests/notfound.d
cc -I/home/don/qemu/out/tmp/dtc -I/home/don/qemu/dtc -I/home/don/qemu/dtc/libfdt -MM -MG -MT "tests/get_alias.o tests/get_alias.d" /home/don/qemu/dtc/tests/get_alias.c > tests/get_alias.d
cc -I/home/don/qemu/out/tmp/dtc -I/home/don/qemu/dtc -I/home/don/qemu/dtc/libfdt -MM -MG -MT "tests/node_offset_by_compatible.o tests/node_offset_by_compatible.d" /home/don/qemu/dtc/tests/node_offset_by_compatible.c > tests/node_offset_by_compatible.d
cc -I/home/don/qemu/out/tmp/dtc -I/home/don/qemu/dtc -I/home/don/qemu/dtc/libfdt -MM -MG -MT "tests/node_check_compatible.o tests/node_check_compatible.d" /home/don/qemu/dtc/tests/node_check_compatible.c > tests/node_check_compatible.d
cc -I/home/don/qemu/out/tmp/dtc -I/home/don/qemu/dtc -I/home/don/qemu/dtc/libfdt -MM -MG -MT "tests/node_offset_by_phandle.o tests/node_offset_by_phandle.d" /home/don/qemu/dtc/tests/node_offset_by_phandle.c > tests/node_offset_by_phandle.d
cc -I/home/don/qemu/out/tmp/dtc -I/home/don/qemu/dtc -I/home/don/qemu/dtc/libfdt -MM -MG -MT "tests/node_offset_by_prop_value.o tests/node_offset_by_prop_value.d" /home/don/qemu/dtc/tests/node_offset_by_prop_value.c > tests/node_offset_by_prop_value.d
cc -I/home/don/qemu/out/tmp/dtc -I/home/don/qemu/dtc -I/home/don/qemu/dtc/libfdt -MM -MG -MT "tests/parent_offset.o tests/parent_offset.d" /home/don/qemu/dtc/tests/parent_offset.c > tests/parent_offset.d
cc -I/home/don/qemu/out/tmp/dtc -I/home/don/qemu/dtc -I/home/don/qemu/dtc/libfdt -MM -MG -MT "tests/supernode_atdepth_offset.o tests/supernode_atdepth_offset.d" /home/don/qemu/dtc/tests/supernode_atdepth_offset.c > tests/supernode_atdepth_offset.d
cc -I/home/don/qemu/out/tmp/dtc -I/home/don/qemu/dtc -I/home/don/qemu/dtc/libfdt -MM -MG -MT "tests/get_path.o tests/get_path.d" /home/don/qemu/dtc/tests/get_path.c > tests/get_path.d
cc -I/home/don/qemu/out/tmp/dtc -I/home/don/qemu/dtc -I/home/don/qemu/dtc/libfdt -MM -MG -MT "tests/get_phandle.o tests/get_phandle.d" /home/don/qemu/dtc/tests/get_phandle.c > tests/get_phandle.d
cc -I/home/don/qemu/out/tmp/dtc -I/home/don/qemu/dtc -I/home/don/qemu/dtc/libfdt -MM -MG -MT "tests/getprop.o tests/getprop.d" /home/don/qemu/dtc/tests/getprop.c > tests/getprop.d
cc -I/home/don/qemu/out/tmp/dtc -I/home/don/qemu/dtc -I/home/don/qemu/dtc/libfdt -MM -MG -MT "tests/get_name.o tests/get_name.d" /home/don/qemu/dtc/tests/get_name.c > tests/get_name.d
cc -I/home/don/qemu/out/tmp/dtc -I/home/don/qemu/dtc -I/home/don/qemu/dtc/libfdt -MM -MG -MT "tests/path_offset.o tests/path_offset.d" /home/don/qemu/dtc/tests/path_offset.c > tests/path_offset.d
cc -I/home/don/qemu/out/tmp/dtc -I/home/don/qemu/dtc -I/home/don/qemu/dtc/libfdt -MM -MG -MT "tests/subnode_offset.o tests/subnode_offset.d" /home/don/qemu/dtc/tests/subnode_offset.c > tests/subnode_offset.d
cc -I/home/don/qemu/out/tmp/dtc -I/home/don/qemu/dtc -I/home/don/qemu/dtc/libfdt -MM -MG -MT "tests/find_property.o tests/find_property.d" /home/don/qemu/dtc/tests/find_property.c > tests/find_property.d
cc -I/home/don/qemu/out/tmp/dtc -I/home/don/qemu/dtc -I/home/don/qemu/dtc/libfdt -MM -MG -MT "tests/root_node.o tests/root_node.d" /home/don/qemu/dtc/tests/root_node.c > tests/root_node.d
cc -I/home/don/qemu/out/tmp/dtc -I/home/don/qemu/dtc -I/home/don/qemu/dtc/libfdt -MM -MG -MT "tests/get_mem_rsv.o tests/get_mem_rsv.d" /home/don/qemu/dtc/tests/get_mem_rsv.c > tests/get_mem_rsv.d
cc -I/home/don/qemu/out/tmp/dtc -I/home/don/qemu/dtc -I/home/don/qemu/dtc/libfdt -MM -MG -MT "libfdt/fdt_strerror.o libfdt/fdt_strerror.d" /home/don/qemu/dtc/libfdt/fdt_strerror.c > libfdt/fdt_strerror.d
cc -I/home/don/qemu/out/tmp/dtc -I/home/don/qemu/dtc -I/home/don/qemu/dtc/libfdt -MM -MG -MT "libfdt/fdt_rw.o libfdt/fdt_rw.d" /home/don/qemu/dtc/libfdt/fdt_rw.c > libfdt/fdt_rw.d
cc -I/home/don/qemu/out/tmp/dtc -I/home/don/qemu/dtc -I/home/don/qemu/dtc/libfdt -MM -MG -MT "libfdt/fdt_sw.o libfdt/fdt_sw.d" /home/don/qemu/dtc/libfdt/fdt_sw.c > libfdt/fdt_sw.d
cc -I/home/don/qemu/out/tmp/dtc -I/home/don/qemu/dtc -I/home/don/qemu/dtc/libfdt -MM -MG -MT "libfdt/fdt_wip.o libfdt/fdt_wip.d" /home/don/qemu/dtc/libfdt/fdt_wip.c > libfdt/fdt_wip.d
cc -I/home/don/qemu/out/tmp/dtc -I/home/don/qemu/dtc -I/home/don/qemu/dtc/libfdt -MM -MG -MT "libfdt/fdt_ro.o libfdt/fdt_ro.d" /home/don/qemu/dtc/libfdt/fdt_ro.c > libfdt/fdt_ro.d
cc -I/home/don/qemu/out/tmp/dtc -I/home/don/qemu/dtc -I/home/don/qemu/dtc/libfdt -MM -MG -MT "libfdt/fdt.o libfdt/fdt.d" /home/don/qemu/dtc/libfdt/fdt.c > libfdt/fdt.d
cc -I/home/don/qemu/out/tmp/dtc -I/home/don/qemu/dtc -I/home/don/qemu/dtc/libfdt -MM -MG -MT "ftdump.o ftdump.d" /home/don/qemu/dtc/ftdump.c > ftdump.d
flex -oconvert-dtsv0-lexer.lex.c /home/don/qemu/dtc/convert-dtsv0-lexer.l
cc -I/home/don/qemu/out/tmp/dtc -I/home/don/qemu/dtc -I/home/don/qemu/dtc/libfdt -MM -MG -MT "convert-dtsv0-lexer.lex.o convert-dtsv0-lexer.lex.d" convert-dtsv0-lexer.lex.c > convert-dtsv0-lexer.lex.d
cc -I/home/don/qemu/out/tmp/dtc -I/home/don/qemu/dtc -I/home/don/qemu/dtc/libfdt -MM -MG -MT "util.o util.d" /home/don/qemu/dtc/util.c > util.d
cc -I/home/don/qemu/out/tmp/dtc -I/home/don/qemu/dtc -I/home/don/qemu/dtc/libfdt -MM -MG -MT "srcpos.o srcpos.d" /home/don/qemu/dtc/srcpos.c > srcpos.d
bison -d /home/don/qemu/dtc/dtc-parser.y
cc -I/home/don/qemu/out/tmp/dtc -I/home/don/qemu/dtc -I/home/don/qemu/dtc/libfdt -MM -MG -MT "dtc-parser.tab.o dtc-parser.tab.d" dtc-parser.tab.c > dtc-parser.tab.d
flex -odtc-lexer.lex.c /home/don/qemu/dtc/dtc-lexer.l
cc -I/home/don/qemu/out/tmp/dtc -I/home/don/qemu/dtc -I/home/don/qemu/dtc/libfdt -MM -MG -MT "dtc-lexer.lex.o dtc-lexer.lex.d" dtc-lexer.lex.c > dtc-lexer.lex.d
cc -I/home/don/qemu/out/tmp/dtc -I/home/don/qemu/dtc -I/home/don/qemu/dtc/libfdt -MM -MG -MT "treesource.o treesource.d" /home/don/qemu/dtc/treesource.c > treesource.d
cc -I/home/don/qemu/out/tmp/dtc -I/home/don/qemu/dtc -I/home/don/qemu/dtc/libfdt -MM -MG -MT "livetree.o livetree.d" /home/don/qemu/dtc/livetree.c > livetree.d
cc -I/home/don/qemu/out/tmp/dtc -I/home/don/qemu/dtc -I/home/don/qemu/dtc/libfdt -MM -MG -MT "fstree.o fstree.d" /home/don/qemu/dtc/fstree.c > fstree.d
cc -I/home/don/qemu/out/tmp/dtc -I/home/don/qemu/dtc -I/home/don/qemu/dtc/libfdt -MM -MG -MT "flattree.o flattree.d" /home/don/qemu/dtc/flattree.c > flattree.d
cc -I/home/don/qemu/out/tmp/dtc -I/home/don/qemu/dtc -I/home/don/qemu/dtc/libfdt -MM -MG -MT "dtc.o dtc.d" /home/don/qemu/dtc/dtc.c > dtc.d
cc -I/home/don/qemu/out/tmp/dtc -I/home/don/qemu/dtc -I/home/don/qemu/dtc/libfdt -MM -MG -MT "data.o data.d" /home/don/qemu/dtc/data.c > data.d
cc -I/home/don/qemu/out/tmp/dtc -I/home/don/qemu/dtc -I/home/don/qemu/dtc/libfdt -MM -MG -MT "checks.o checks.d" /home/don/qemu/dtc/checks.c > checks.d
make[1]: Leaving directory `/home/don/qemu/out/tmp/dtc'
make[1]: Entering directory `/home/don/qemu/out/tmp/dtc'
set -e; echo '	CHK version_gen.h'; mkdir -p ./; 	(echo "#define DTC_VERSION \"DTC 1.3.0-g7dc65c02\""; ) < Makefile > version_gen.h.tmp; if [ -r version_gen.h ] && cmp -s version_gen.h version_gen.h.tmp; then rm -f version_gen.h.tmp; else echo '	UPD version_gen.h'; mv -f version_gen.h.tmp version_gen.h; fi;
	CHK version_gen.h
	UPD version_gen.h
cc -I/home/don/qemu/out/tmp/dtc -I/home/don/qemu/dtc -I/home/don/qemu/dtc/libfdt -MM -MG -MT "dtc.o dtc.d" /home/don/qemu/dtc/dtc.c > dtc.d
make[1]: Leaving directory `/home/don/qemu/out/tmp/dtc'
make[1]: Entering directory `/home/don/qemu/out/tmp/dtc'
cc -I/home/don/qemu/out/tmp/dtc -I/home/don/qemu/dtc -I/home/don/qemu/dtc/libfdt -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -o libfdt/fdt.o -c /home/don/qemu/dtc/libfdt/fdt.c
cc -I/home/don/qemu/out/tmp/dtc -I/home/don/qemu/dtc -I/home/don/qemu/dtc/libfdt -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -o libfdt/fdt_ro.o -c /home/don/qemu/dtc/libfdt/fdt_ro.c
cc -I/home/don/qemu/out/tmp/dtc -I/home/don/qemu/dtc -I/home/don/qemu/dtc/libfdt -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -o libfdt/fdt_wip.o -c /home/don/qemu/dtc/libfdt/fdt_wip.c
cc -I/home/don/qemu/out/tmp/dtc -I/home/don/qemu/dtc -I/home/don/qemu/dtc/libfdt -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -o libfdt/fdt_sw.o -c /home/don/qemu/dtc/libfdt/fdt_sw.c
cc -I/home/don/qemu/out/tmp/dtc -I/home/don/qemu/dtc -I/home/don/qemu/dtc/libfdt -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -o libfdt/fdt_rw.o -c /home/don/qemu/dtc/libfdt/fdt_rw.c
cc -I/home/don/qemu/out/tmp/dtc -I/home/don/qemu/dtc -I/home/don/qemu/dtc/libfdt -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -o libfdt/fdt_strerror.o -c /home/don/qemu/dtc/libfdt/fdt_strerror.c
ar rv libfdt/libfdt.a libfdt/fdt.o libfdt/fdt_ro.o libfdt/fdt_wip.o libfdt/fdt_sw.o libfdt/fdt_rw.o libfdt/fdt_strerror.o
ar: creating libfdt/libfdt.a
a - libfdt/fdt.o
a - libfdt/fdt_ro.o
a - libfdt/fdt_wip.o
a - libfdt/fdt_sw.o
a - libfdt/fdt_rw.o
a - libfdt/fdt_strerror.o
make[1]: Leaving directory `/home/don/qemu/out/tmp/dtc'
sh /home/don/qemu/scripts/hxtool -h < /home/don/qemu/qemu-options.hx > qemu-options.def
python /home/don/qemu/scripts/qapi-commands.py -h -m -o "." < /home/don/qemu/qapi-schema.json
python /home/don/qemu/scripts/qapi-types.py -h -o "." -b < /home/don/qemu/qapi-schema.json
python /home/don/qemu/scripts/qapi-visit.py -h -o "." -b < /home/don/qemu/qapi-schema.json
python /home/don/qemu/scripts/tracetool.py --format=events-h --backend=events < /home/don/qemu/trace-events > trace/generated-events.h-timestamp
python /home/don/qemu/scripts/tracetool.py --format=h --backend=nop < /home/don/qemu/trace-events > trace/generated-tracers.h-timestamp
python /home/don/qemu/scripts/qapi-types.py -h -o tests -p "test-" < /home/don/qemu/tests/qapi-schema/qapi-schema-test.json
python /home/don/qemu/scripts/qapi-visit.py -h -o tests -p "test-" < /home/don/qemu/tests/qapi-schema/qapi-schema-test.json
python /home/don/qemu/scripts/qapi-commands.py -h -o tests -p "test-" < /home/don/qemu/tests/qapi-schema/qapi-schema-test.json
make -I/home/don/qemu/dtc VPATH=/home/don/qemu/dtc -C dtc V="1" LIBFDT_srcdir=/home/don/qemu/dtc/libfdt CPPFLAGS="-I/home/don/qemu/out/tmp/dtc -I/home/don/qemu/dtc -I/home/don/qemu/dtc/libfdt" CFLAGS="-O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests" LDFLAGS="-Wl,--warn-common -m64 -g " ARFLAGS="rv" CC="cc" AR="ar" LD="ld"  BUILD_DIR=/home/don/qemu/out/tmp libfdt/libfdt.a
make[1]: Entering directory `/home/don/qemu/out/tmp/dtc'
make[1]: `libfdt/libfdt.a' is up to date.
make[1]: Leaving directory `/home/don/qemu/out/tmp/dtc'
cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/tests/qemu-iotests -Itests/qemu-iotests -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -MMD -MP -MT tests/qemu-iotests/socket_scm_helper.o -MF tests/qemu-iotests/socket_scm_helper.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -c -o tests/qemu-iotests/socket_scm_helper.o /home/don/qemu/tests/qemu-iotests/socket_scm_helper.c
cc -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -Wl,--warn-common -m64 -g  -o tests/qemu-iotests/socket_scm_helper tests/qemu-iotests/socket_scm_helper.o    -lrt -pthread -L/lib64 -lgthread-2.0 -lglib-2.0    -lz -L/usr/kerberos/lib64 -lcurl -ldl -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lidn -lssl -lcrypto -lz   -luuid 
libtool  --mode=compile --tag=CC cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/stubs -Istubs -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -MMD -MP -MT stubs/arch-query-cpu-def.lo -MF stubs/arch-query-cpu-def.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -c -o stubs/arch-query-cpu-def.lo /home/don/qemu/stubs/arch-query-cpu-def.c
mkdir stubs/.libs
 cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/stubs -Istubs -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all -I/usr/include/libpng12 -I/usr/include/nss3 -I/usr/include/nspr4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/home/don/qemu/tests -MMD -MP -MT stubs/arch-query-cpu-def.lo -MF stubs/arch-query-cpu-def.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g -c /home/don/qemu/stubs/arch-query-cpu-def.c  -fPIC -DPIC -o stubs/.libs/arch-query-cpu-def.o
 cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/stubs -Istubs -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all -I/usr/include/libpng12 -I/usr/include/nss3 -I/usr/include/nspr4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/home/don/qemu/tests -MMD -MP -MT stubs/arch-query-cpu-def.lo -MF stubs/arch-query-cpu-def.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g -c /home/don/qemu/stubs/arch-query-cpu-def.c -o stubs/arch-query-cpu-def.o >/dev/null 2>&1
libtool  --mode=compile --tag=CC cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/stubs -Istubs -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -MMD -MP -MT stubs/clock-warp.lo -MF stubs/clock-warp.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -c -o stubs/clock-warp.lo /home/don/qemu/stubs/clock-warp.c
 cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/stubs -Istubs -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all -I/usr/include/libpng12 -I/usr/include/nss3 -I/usr/include/nspr4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/home/don/qemu/tests -MMD -MP -MT stubs/clock-warp.lo -MF stubs/clock-warp.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g -c /home/don/qemu/stubs/clock-warp.c  -fPIC -DPIC -o stubs/.libs/clock-warp.o
 cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/stubs -Istubs -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all -I/usr/include/libpng12 -I/usr/include/nss3 -I/usr/include/nspr4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/home/don/qemu/tests -MMD -MP -MT stubs/clock-warp.lo -MF stubs/clock-warp.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g -c /home/don/qemu/stubs/clock-warp.c -o stubs/clock-warp.o >/dev/null 2>&1
libtool  --mode=compile --tag=CC cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/stubs -Istubs -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -MMD -MP -MT stubs/cpu-get-clock.lo -MF stubs/cpu-get-clock.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -c -o stubs/cpu-get-clock.lo /home/don/qemu/stubs/cpu-get-clock.c
 cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/stubs -Istubs -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all -I/usr/include/libpng12 -I/usr/include/nss3 -I/usr/include/nspr4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/home/don/qemu/tests -MMD -MP -MT stubs/cpu-get-clock.lo -MF stubs/cpu-get-clock.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g -c /home/don/qemu/stubs/cpu-get-clock.c  -fPIC -DPIC -o stubs/.libs/cpu-get-clock.o
 cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/stubs -Istubs -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all -I/usr/include/libpng12 -I/usr/include/nss3 -I/usr/include/nspr4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/home/don/qemu/tests -MMD -MP -MT stubs/cpu-get-clock.lo -MF stubs/cpu-get-clock.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g -c /home/don/qemu/stubs/cpu-get-clock.c -o stubs/cpu-get-clock.o >/dev/null 2>&1
libtool  --mode=compile --tag=CC cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/stubs -Istubs -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -MMD -MP -MT stubs/cpu-get-icount.lo -MF stubs/cpu-get-icount.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -c -o stubs/cpu-get-icount.lo /home/don/qemu/stubs/cpu-get-icount.c
 cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/stubs -Istubs -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all -I/usr/include/libpng12 -I/usr/include/nss3 -I/usr/include/nspr4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/home/don/qemu/tests -MMD -MP -MT stubs/cpu-get-icount.lo -MF stubs/cpu-get-icount.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g -c /home/don/qemu/stubs/cpu-get-icount.c  -fPIC -DPIC -o stubs/.libs/cpu-get-icount.o
 cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/stubs -Istubs -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all -I/usr/include/libpng12 -I/usr/include/nss3 -I/usr/include/nspr4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/home/don/qemu/tests -MMD -MP -MT stubs/cpu-get-icount.lo -MF stubs/cpu-get-icount.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g -c /home/don/qemu/stubs/cpu-get-icount.c -o stubs/cpu-get-icount.o >/dev/null 2>&1
libtool  --mode=compile --tag=CC cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/stubs -Istubs -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -MMD -MP -MT stubs/dump.lo -MF stubs/dump.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -c -o stubs/dump.lo /home/don/qemu/stubs/dump.c
 cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/stubs -Istubs -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all -I/usr/include/libpng12 -I/usr/include/nss3 -I/usr/include/nspr4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/home/don/qemu/tests -MMD -MP -MT stubs/dump.lo -MF stubs/dump.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g -c /home/don/qemu/stubs/dump.c  -fPIC -DPIC -o stubs/.libs/dump.o
 cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/stubs -Istubs -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all -I/usr/include/libpng12 -I/usr/include/nss3 -I/usr/include/nspr4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/home/don/qemu/tests -MMD -MP -MT stubs/dump.lo -MF stubs/dump.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g -c /home/don/qemu/stubs/dump.c -o stubs/dump.o >/dev/null 2>&1
libtool  --mode=compile --tag=CC cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/stubs -Istubs -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -MMD -MP -MT stubs/fdset-add-fd.lo -MF stubs/fdset-add-fd.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -c -o stubs/fdset-add-fd.lo /home/don/qemu/stubs/fdset-add-fd.c
 cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/stubs -Istubs -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all -I/usr/include/libpng12 -I/usr/include/nss3 -I/usr/include/nspr4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/home/don/qemu/tests -MMD -MP -MT stubs/fdset-add-fd.lo -MF stubs/fdset-add-fd.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g -c /home/don/qemu/stubs/fdset-add-fd.c  -fPIC -DPIC -o stubs/.libs/fdset-add-fd.o
 cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/stubs -Istubs -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all -I/usr/include/libpng12 -I/usr/include/nss3 -I/usr/include/nspr4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/home/don/qemu/tests -MMD -MP -MT stubs/fdset-add-fd.lo -MF stubs/fdset-add-fd.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g -c /home/don/qemu/stubs/fdset-add-fd.c -o stubs/fdset-add-fd.o >/dev/null 2>&1
libtool  --mode=compile --tag=CC cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/stubs -Istubs -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -MMD -MP -MT stubs/fdset-find-fd.lo -MF stubs/fdset-find-fd.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -c -o stubs/fdset-find-fd.lo /home/don/qemu/stubs/fdset-find-fd.c
 cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/stubs -Istubs -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all -I/usr/include/libpng12 -I/usr/include/nss3 -I/usr/include/nspr4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/home/don/qemu/tests -MMD -MP -MT stubs/fdset-find-fd.lo -MF stubs/fdset-find-fd.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g -c /home/don/qemu/stubs/fdset-find-fd.c  -fPIC -DPIC -o stubs/.libs/fdset-find-fd.o
 cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/stubs -Istubs -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all -I/usr/include/libpng12 -I/usr/include/nss3 -I/usr/include/nspr4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/home/don/qemu/tests -MMD -MP -MT stubs/fdset-find-fd.lo -MF stubs/fdset-find-fd.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g -c /home/don/qemu/stubs/fdset-find-fd.c -o stubs/fdset-find-fd.o >/dev/null 2>&1
libtool  --mode=compile --tag=CC cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/stubs -Istubs -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -MMD -MP -MT stubs/fdset-get-fd.lo -MF stubs/fdset-get-fd.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -c -o stubs/fdset-get-fd.lo /home/don/qemu/stubs/fdset-get-fd.c
 cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/stubs -Istubs -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all -I/usr/include/libpng12 -I/usr/include/nss3 -I/usr/include/nspr4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/home/don/qemu/tests -MMD -MP -MT stubs/fdset-get-fd.lo -MF stubs/fdset-get-fd.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g -c /home/don/qemu/stubs/fdset-get-fd.c  -fPIC -DPIC -o stubs/.libs/fdset-get-fd.o
 cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/stubs -Istubs -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all -I/usr/include/libpng12 -I/usr/include/nss3 -I/usr/include/nspr4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/home/don/qemu/tests -MMD -MP -MT stubs/fdset-get-fd.lo -MF stubs/fdset-get-fd.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g -c /home/don/qemu/stubs/fdset-get-fd.c -o stubs/fdset-get-fd.o >/dev/null 2>&1
libtool  --mode=compile --tag=CC cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/stubs -Istubs -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -MMD -MP -MT stubs/fdset-remove-fd.lo -MF stubs/fdset-remove-fd.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -c -o stubs/fdset-remove-fd.lo /home/don/qemu/stubs/fdset-remove-fd.c
 cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/stubs -Istubs -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all -I/usr/include/libpng12 -I/usr/include/nss3 -I/usr/include/nspr4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/home/don/qemu/tests -MMD -MP -MT stubs/fdset-remove-fd.lo -MF stubs/fdset-remove-fd.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g -c /home/don/qemu/stubs/fdset-remove-fd.c  -fPIC -DPIC -o stubs/.libs/fdset-remove-fd.o
 cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/stubs -Istubs -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all -I/usr/include/libpng12 -I/usr/include/nss3 -I/usr/include/nspr4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/home/don/qemu/tests -MMD -MP -MT stubs/fdset-remove-fd.lo -MF stubs/fdset-remove-fd.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g -c /home/don/qemu/stubs/fdset-remove-fd.c -o stubs/fdset-remove-fd.o >/dev/null 2>&1
libtool  --mode=compile --tag=CC cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/stubs -Istubs -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -MMD -MP -MT stubs/gdbstub.lo -MF stubs/gdbstub.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -c -o stubs/gdbstub.lo /home/don/qemu/stubs/gdbstub.c
 cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/stubs -Istubs -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all -I/usr/include/libpng12 -I/usr/include/nss3 -I/usr/include/nspr4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/home/don/qemu/tests -MMD -MP -MT stubs/gdbstub.lo -MF stubs/gdbstub.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g -c /home/don/qemu/stubs/gdbstub.c  -fPIC -DPIC -o stubs/.libs/gdbstub.o
 cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/stubs -Istubs -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all -I/usr/include/libpng12 -I/usr/include/nss3 -I/usr/include/nspr4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/home/don/qemu/tests -MMD -MP -MT stubs/gdbstub.lo -MF stubs/gdbstub.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g -c /home/don/qemu/stubs/gdbstub.c -o stubs/gdbstub.o >/dev/null 2>&1
libtool  --mode=compile --tag=CC cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/stubs -Istubs -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -MMD -MP -MT stubs/get-fd.lo -MF stubs/get-fd.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -c -o stubs/get-fd.lo /home/don/qemu/stubs/get-fd.c
 cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/stubs -Istubs -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all -I/usr/include/libpng12 -I/usr/include/nss3 -I/usr/include/nspr4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/home/don/qemu/tests -MMD -MP -MT stubs/get-fd.lo -MF stubs/get-fd.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g -c /home/don/qemu/stubs/get-fd.c  -fPIC -DPIC -o stubs/.libs/get-fd.o
 cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/stubs -Istubs -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all -I/usr/include/libpng12 -I/usr/include/nss3 -I/usr/include/nspr4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/home/don/qemu/tests -MMD -MP -MT stubs/get-fd.lo -MF stubs/get-fd.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g -c /home/don/qemu/stubs/get-fd.c -o stubs/get-fd.o >/dev/null 2>&1
libtool  --mode=compile --tag=CC cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/stubs -Istubs -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -MMD -MP -MT stubs/get-vm-name.lo -MF stubs/get-vm-name.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -c -o stubs/get-vm-name.lo /home/don/qemu/stubs/get-vm-name.c
 cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/stubs -Istubs -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all -I/usr/include/libpng12 -I/usr/include/nss3 -I/usr/include/nspr4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/home/don/qemu/tests -MMD -MP -MT stubs/get-vm-name.lo -MF stubs/get-vm-name.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g -c /home/don/qemu/stubs/get-vm-name.c  -fPIC -DPIC -o stubs/.libs/get-vm-name.o
 cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/stubs -Istubs -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all -I/usr/include/libpng12 -I/usr/include/nss3 -I/usr/include/nspr4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/home/don/qemu/tests -MMD -MP -MT stubs/get-vm-name.lo -MF stubs/get-vm-name.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g -c /home/don/qemu/stubs/get-vm-name.c -o stubs/get-vm-name.o >/dev/null 2>&1
libtool  --mode=compile --tag=CC cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/stubs -Istubs -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -MMD -MP -MT stubs/iothread-lock.lo -MF stubs/iothread-lock.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -c -o stubs/iothread-lock.lo /home/don/qemu/stubs/iothread-lock.c
 cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/stubs -Istubs -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all -I/usr/include/libpng12 -I/usr/include/nss3 -I/usr/include/nspr4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/home/don/qemu/tests -MMD -MP -MT stubs/iothread-lock.lo -MF stubs/iothread-lock.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g -c /home/don/qemu/stubs/iothread-lock.c  -fPIC -DPIC -o stubs/.libs/iothread-lock.o
 cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/stubs -Istubs -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all -I/usr/include/libpng12 -I/usr/include/nss3 -I/usr/include/nspr4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/home/don/qemu/tests -MMD -MP -MT stubs/iothread-lock.lo -MF stubs/iothread-lock.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g -c /home/don/qemu/stubs/iothread-lock.c -o stubs/iothread-lock.o >/dev/null 2>&1
libtool  --mode=compile --tag=CC cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/stubs -Istubs -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -MMD -MP -MT stubs/migr-blocker.lo -MF stubs/migr-blocker.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -c -o stubs/migr-blocker.lo /home/don/qemu/stubs/migr-blocker.c
 cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/stubs -Istubs -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all -I/usr/include/libpng12 -I/usr/include/nss3 -I/usr/include/nspr4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/home/don/qemu/tests -MMD -MP -MT stubs/migr-blocker.lo -MF stubs/migr-blocker.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g -c /home/don/qemu/stubs/migr-blocker.c  -fPIC -DPIC -o stubs/.libs/migr-blocker.o
 cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/stubs -Istubs -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all -I/usr/include/libpng12 -I/usr/include/nss3 -I/usr/include/nspr4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/home/don/qemu/tests -MMD -MP -MT stubs/migr-blocker.lo -MF stubs/migr-blocker.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g -c /home/don/qemu/stubs/migr-blocker.c -o stubs/migr-blocker.o >/dev/null 2>&1
libtool  --mode=compile --tag=CC cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/stubs -Istubs -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -MMD -MP -MT stubs/mon-is-qmp.lo -MF stubs/mon-is-qmp.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -c -o stubs/mon-is-qmp.lo /home/don/qemu/stubs/mon-is-qmp.c
 cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/stubs -Istubs -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all -I/usr/include/libpng12 -I/usr/include/nss3 -I/usr/include/nspr4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/home/don/qemu/tests -MMD -MP -MT stubs/mon-is-qmp.lo -MF stubs/mon-is-qmp.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g -c /home/don/qemu/stubs/mon-is-qmp.c  -fPIC -DPIC -o stubs/.libs/mon-is-qmp.o
 cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/stubs -Istubs -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all -I/usr/include/libpng12 -I/usr/include/nss3 -I/usr/include/nspr4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/home/don/qemu/tests -MMD -MP -MT stubs/mon-is-qmp.lo -MF stubs/mon-is-qmp.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g -c /home/don/qemu/stubs/mon-is-qmp.c -o stubs/mon-is-qmp.o >/dev/null 2>&1
libtool  --mode=compile --tag=CC cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/stubs -Istubs -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -MMD -MP -MT stubs/mon-printf.lo -MF stubs/mon-printf.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -c -o stubs/mon-printf.lo /home/don/qemu/stubs/mon-printf.c
 cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/stubs -Istubs -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all -I/usr/include/libpng12 -I/usr/include/nss3 -I/usr/include/nspr4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/home/don/qemu/tests -MMD -MP -MT stubs/mon-printf.lo -MF stubs/mon-printf.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g -c /home/don/qemu/stubs/mon-printf.c  -fPIC -DPIC -o stubs/.libs/mon-printf.o
 cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/stubs -Istubs -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all -I/usr/include/libpng12 -I/usr/include/nss3 -I/usr/include/nspr4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/home/don/qemu/tests -MMD -MP -MT stubs/mon-printf.lo -MF stubs/mon-printf.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g -c /home/don/qemu/stubs/mon-printf.c -o stubs/mon-printf.o >/dev/null 2>&1
libtool  --mode=compile --tag=CC cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/stubs -Istubs -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -MMD -MP -MT stubs/mon-print-filename.lo -MF stubs/mon-print-filename.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -c -o stubs/mon-print-filename.lo /home/don/qemu/stubs/mon-print-filename.c
 cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/stubs -Istubs -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all -I/usr/include/libpng12 -I/usr/include/nss3 -I/usr/include/nspr4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/home/don/qemu/tests -MMD -MP -MT stubs/mon-print-filename.lo -MF stubs/mon-print-filename.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g -c /home/don/qemu/stubs/mon-print-filename.c  -fPIC -DPIC -o stubs/.libs/mon-print-filename.o
 cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/stubs -Istubs -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all -I/usr/include/libpng12 -I/usr/include/nss3 -I/usr/include/nspr4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/home/don/qemu/tests -MMD -MP -MT stubs/mon-print-filename.lo -MF stubs/mon-print-filename.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g -c /home/don/qemu/stubs/mon-print-filename.c -o stubs/mon-print-filename.o >/dev/null 2>&1
libtool  --mode=compile --tag=CC cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/stubs -Istubs -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -MMD -MP -MT stubs/mon-protocol-event.lo -MF stubs/mon-protocol-event.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -c -o stubs/mon-protocol-event.lo /home/don/qemu/stubs/mon-protocol-event.c
 cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/stubs -Istubs -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all -I/usr/include/libpng12 -I/usr/include/nss3 -I/usr/include/nspr4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/home/don/qemu/tests -MMD -MP -MT stubs/mon-protocol-event.lo -MF stubs/mon-protocol-event.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g -c /home/don/qemu/stubs/mon-protocol-event.c  -fPIC -DPIC -o stubs/.libs/mon-protocol-event.o
 cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/stubs -Istubs -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all -I/usr/include/libpng12 -I/usr/include/nss3 -I/usr/include/nspr4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/home/don/qemu/tests -MMD -MP -MT stubs/mon-protocol-event.lo -MF stubs/mon-protocol-event.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g -c /home/don/qemu/stubs/mon-protocol-event.c -o stubs/mon-protocol-event.o >/dev/null 2>&1
libtool  --mode=compile --tag=CC cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/stubs -Istubs -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -MMD -MP -MT stubs/mon-set-error.lo -MF stubs/mon-set-error.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -c -o stubs/mon-set-error.lo /home/don/qemu/stubs/mon-set-error.c
 cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/stubs -Istubs -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all -I/usr/include/libpng12 -I/usr/include/nss3 -I/usr/include/nspr4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/home/don/qemu/tests -MMD -MP -MT stubs/mon-set-error.lo -MF stubs/mon-set-error.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g -c /home/don/qemu/stubs/mon-set-error.c  -fPIC -DPIC -o stubs/.libs/mon-set-error.o
 cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/stubs -Istubs -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all -I/usr/include/libpng12 -I/usr/include/nss3 -I/usr/include/nspr4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/home/don/qemu/tests -MMD -MP -MT stubs/mon-set-error.lo -MF stubs/mon-set-error.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g -c /home/don/qemu/stubs/mon-set-error.c -o stubs/mon-set-error.o >/dev/null 2>&1
libtool  --mode=compile --tag=CC cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/stubs -Istubs -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -MMD -MP -MT stubs/pci-drive-hot-add.lo -MF stubs/pci-drive-hot-add.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -c -o stubs/pci-drive-hot-add.lo /home/don/qemu/stubs/pci-drive-hot-add.c
 cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/stubs -Istubs -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all -I/usr/include/libpng12 -I/usr/include/nss3 -I/usr/include/nspr4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/home/don/qemu/tests -MMD -MP -MT stubs/pci-drive-hot-add.lo -MF stubs/pci-drive-hot-add.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g -c /home/don/qemu/stubs/pci-drive-hot-add.c  -fPIC -DPIC -o stubs/.libs/pci-drive-hot-add.o
 cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/stubs -Istubs -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all -I/usr/include/libpng12 -I/usr/include/nss3 -I/usr/include/nspr4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/home/don/qemu/tests -MMD -MP -MT stubs/pci-drive-hot-add.lo -MF stubs/pci-drive-hot-add.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g -c /home/don/qemu/stubs/pci-drive-hot-add.c -o stubs/pci-drive-hot-add.o >/dev/null 2>&1
libtool  --mode=compile --tag=CC cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/stubs -Istubs -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -MMD -MP -MT stubs/reset.lo -MF stubs/reset.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -c -o stubs/reset.lo /home/don/qemu/stubs/reset.c
 cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/stubs -Istubs -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all -I/usr/include/libpng12 -I/usr/include/nss3 -I/usr/include/nspr4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/home/don/qemu/tests -MMD -MP -MT stubs/reset.lo -MF stubs/reset.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g -c /home/don/qemu/stubs/reset.c  -fPIC -DPIC -o stubs/.libs/reset.o
 cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/stubs -Istubs -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all -I/usr/include/libpng12 -I/usr/include/nss3 -I/usr/include/nspr4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/home/don/qemu/tests -MMD -MP -MT stubs/reset.lo -MF stubs/reset.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g -c /home/don/qemu/stubs/reset.c -o stubs/reset.o >/dev/null 2>&1
libtool  --mode=compile --tag=CC cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/stubs -Istubs -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -MMD -MP -MT stubs/set-fd-handler.lo -MF stubs/set-fd-handler.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -c -o stubs/set-fd-handler.lo /home/don/qemu/stubs/set-fd-handler.c
 cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/stubs -Istubs -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all -I/usr/include/libpng12 -I/usr/include/nss3 -I/usr/include/nspr4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/home/don/qemu/tests -MMD -MP -MT stubs/set-fd-handler.lo -MF stubs/set-fd-handler.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g -c /home/don/qemu/stubs/set-fd-handler.c  -fPIC -DPIC -o stubs/.libs/set-fd-handler.o
 cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/stubs -Istubs -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all -I/usr/include/libpng12 -I/usr/include/nss3 -I/usr/include/nspr4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/home/don/qemu/tests -MMD -MP -MT stubs/set-fd-handler.lo -MF stubs/set-fd-handler.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g -c /home/don/qemu/stubs/set-fd-handler.c -o stubs/set-fd-handler.o >/dev/null 2>&1
libtool  --mode=compile --tag=CC cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/stubs -Istubs -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -MMD -MP -MT stubs/slirp.lo -MF stubs/slirp.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -c -o stubs/slirp.lo /home/don/qemu/stubs/slirp.c
 cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/stubs -Istubs -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all -I/usr/include/libpng12 -I/usr/include/nss3 -I/usr/include/nspr4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/home/don/qemu/tests -MMD -MP -MT stubs/slirp.lo -MF stubs/slirp.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g -c /home/don/qemu/stubs/slirp.c  -fPIC -DPIC -o stubs/.libs/slirp.o
 cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/stubs -Istubs -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all -I/usr/include/libpng12 -I/usr/include/nss3 -I/usr/include/nspr4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/home/don/qemu/tests -MMD -MP -MT stubs/slirp.lo -MF stubs/slirp.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g -c /home/don/qemu/stubs/slirp.c -o stubs/slirp.o >/dev/null 2>&1
libtool  --mode=compile --tag=CC cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/stubs -Istubs -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -MMD -MP -MT stubs/sysbus.lo -MF stubs/sysbus.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -c -o stubs/sysbus.lo /home/don/qemu/stubs/sysbus.c
 cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/stubs -Istubs -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all -I/usr/include/libpng12 -I/usr/include/nss3 -I/usr/include/nspr4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/home/don/qemu/tests -MMD -MP -MT stubs/sysbus.lo -MF stubs/sysbus.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g -c /home/don/qemu/stubs/sysbus.c  -fPIC -DPIC -o stubs/.libs/sysbus.o
 cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/stubs -Istubs -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all -I/usr/include/libpng12 -I/usr/include/nss3 -I/usr/include/nspr4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/home/don/qemu/tests -MMD -MP -MT stubs/sysbus.lo -MF stubs/sysbus.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g -c /home/don/qemu/stubs/sysbus.c -o stubs/sysbus.o >/dev/null 2>&1
libtool  --mode=compile --tag=CC cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/stubs -Istubs -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -MMD -MP -MT stubs/uuid.lo -MF stubs/uuid.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -c -o stubs/uuid.lo /home/don/qemu/stubs/uuid.c
 cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/stubs -Istubs -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all -I/usr/include/libpng12 -I/usr/include/nss3 -I/usr/include/nspr4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/home/don/qemu/tests -MMD -MP -MT stubs/uuid.lo -MF stubs/uuid.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g -c /home/don/qemu/stubs/uuid.c  -fPIC -DPIC -o stubs/.libs/uuid.o
 cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/stubs -Istubs -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all -I/usr/include/libpng12 -I/usr/include/nss3 -I/usr/include/nspr4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/home/don/qemu/tests -MMD -MP -MT stubs/uuid.lo -MF stubs/uuid.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g -c /home/don/qemu/stubs/uuid.c -o stubs/uuid.o >/dev/null 2>&1
libtool  --mode=compile --tag=CC cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/stubs -Istubs -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -MMD -MP -MT stubs/vm-stop.lo -MF stubs/vm-stop.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -c -o stubs/vm-stop.lo /home/don/qemu/stubs/vm-stop.c
 cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/stubs -Istubs -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all -I/usr/include/libpng12 -I/usr/include/nss3 -I/usr/include/nspr4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/home/don/qemu/tests -MMD -MP -MT stubs/vm-stop.lo -MF stubs/vm-stop.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g -c /home/don/qemu/stubs/vm-stop.c  -fPIC -DPIC -o stubs/.libs/vm-stop.o
 cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/stubs -Istubs -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all -I/usr/include/libpng12 -I/usr/include/nss3 -I/usr/include/nspr4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/home/don/qemu/tests -MMD -MP -MT stubs/vm-stop.lo -MF stubs/vm-stop.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g -c /home/don/qemu/stubs/vm-stop.c -o stubs/vm-stop.o >/dev/null 2>&1
libtool  --mode=compile --tag=CC cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/stubs -Istubs -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -MMD -MP -MT stubs/vmstate.lo -MF stubs/vmstate.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -c -o stubs/vmstate.lo /home/don/qemu/stubs/vmstate.c
 cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/stubs -Istubs -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all -I/usr/include/libpng12 -I/usr/include/nss3 -I/usr/include/nspr4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/home/don/qemu/tests -MMD -MP -MT stubs/vmstate.lo -MF stubs/vmstate.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g -c /home/don/qemu/stubs/vmstate.c  -fPIC -DPIC -o stubs/.libs/vmstate.o
 cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/stubs -Istubs -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all -I/usr/include/libpng12 -I/usr/include/nss3 -I/usr/include/nspr4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/home/don/qemu/tests -MMD -MP -MT stubs/vmstate.lo -MF stubs/vmstate.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g -c /home/don/qemu/stubs/vmstate.c -o stubs/vmstate.o >/dev/null 2>&1
libtool  --mode=compile --tag=CC cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/stubs -Istubs -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -MMD -MP -MT stubs/cpus.lo -MF stubs/cpus.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -c -o stubs/cpus.lo /home/don/qemu/stubs/cpus.c
 cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/stubs -Istubs -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all -I/usr/include/libpng12 -I/usr/include/nss3 -I/usr/include/nspr4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/home/don/qemu/tests -MMD -MP -MT stubs/cpus.lo -MF stubs/cpus.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g -c /home/don/qemu/stubs/cpus.c  -fPIC -DPIC -o stubs/.libs/cpus.o
 cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/stubs -Istubs -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all -I/usr/include/libpng12 -I/usr/include/nss3 -I/usr/include/nspr4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/home/don/qemu/tests -MMD -MP -MT stubs/cpus.lo -MF stubs/cpus.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g -c /home/don/qemu/stubs/cpus.c -o stubs/cpus.o >/dev/null 2>&1
libtool  --mode=compile --tag=CC cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/libcacard -Ilibcacard -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -MMD -MP -MT libcacard/cac.lo -MF libcacard/cac.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -c -o libcacard/cac.lo /home/don/qemu/libcacard/cac.c
mkdir libcacard/.libs
 cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/libcacard -Ilibcacard -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all -I/usr/include/libpng12 -I/usr/include/nss3 -I/usr/include/nspr4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/home/don/qemu/tests -MMD -MP -MT libcacard/cac.lo -MF libcacard/cac.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g -c /home/don/qemu/libcacard/cac.c  -fPIC -DPIC -o libcacard/.libs/cac.o
 cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/libcacard -Ilibcacard -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all -I/usr/include/libpng12 -I/usr/include/nss3 -I/usr/include/nspr4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/home/don/qemu/tests -MMD -MP -MT libcacard/cac.lo -MF libcacard/cac.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g -c /home/don/qemu/libcacard/cac.c -o libcacard/cac.o >/dev/null 2>&1
libtool  --mode=compile --tag=CC cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/libcacard -Ilibcacard -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -MMD -MP -MT libcacard/event.lo -MF libcacard/event.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -c -o libcacard/event.lo /home/don/qemu/libcacard/event.c
 cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/libcacard -Ilibcacard -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all -I/usr/include/libpng12 -I/usr/include/nss3 -I/usr/include/nspr4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/home/don/qemu/tests -MMD -MP -MT libcacard/event.lo -MF libcacard/event.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g -c /home/don/qemu/libcacard/event.c  -fPIC -DPIC -o libcacard/.libs/event.o
 cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/libcacard -Ilibcacard -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all -I/usr/include/libpng12 -I/usr/include/nss3 -I/usr/include/nspr4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/home/don/qemu/tests -MMD -MP -MT libcacard/event.lo -MF libcacard/event.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g -c /home/don/qemu/libcacard/event.c -o libcacard/event.o >/dev/null 2>&1
libtool  --mode=compile --tag=CC cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/libcacard -Ilibcacard -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -MMD -MP -MT libcacard/vcard.lo -MF libcacard/vcard.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -c -o libcacard/vcard.lo /home/don/qemu/libcacard/vcard.c
 cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/libcacard -Ilibcacard -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all -I/usr/include/libpng12 -I/usr/include/nss3 -I/usr/include/nspr4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/home/don/qemu/tests -MMD -MP -MT libcacard/vcard.lo -MF libcacard/vcard.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g -c /home/don/qemu/libcacard/vcard.c  -fPIC -DPIC -o libcacard/.libs/vcard.o
 cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/libcacard -Ilibcacard -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all -I/usr/include/libpng12 -I/usr/include/nss3 -I/usr/include/nspr4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/home/don/qemu/tests -MMD -MP -MT libcacard/vcard.lo -MF libcacard/vcard.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g -c /home/don/qemu/libcacard/vcard.c -o libcacard/vcard.o >/dev/null 2>&1
libtool  --mode=compile --tag=CC cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/libcacard -Ilibcacard -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -MMD -MP -MT libcacard/vreader.lo -MF libcacard/vreader.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -c -o libcacard/vreader.lo /home/don/qemu/libcacard/vreader.c
 cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/libcacard -Ilibcacard -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all -I/usr/include/libpng12 -I/usr/include/nss3 -I/usr/include/nspr4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/home/don/qemu/tests -MMD -MP -MT libcacard/vreader.lo -MF libcacard/vreader.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g -c /home/don/qemu/libcacard/vreader.c  -fPIC -DPIC -o libcacard/.libs/vreader.o
 cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/libcacard -Ilibcacard -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all -I/usr/include/libpng12 -I/usr/include/nss3 -I/usr/include/nspr4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/home/don/qemu/tests -MMD -MP -MT libcacard/vreader.lo -MF libcacard/vreader.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g -c /home/don/qemu/libcacard/vreader.c -o libcacard/vreader.o >/dev/null 2>&1
libtool  --mode=compile --tag=CC cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/libcacard -Ilibcacard -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -MMD -MP -MT libcacard/vcard_emul_nss.lo -MF libcacard/vcard_emul_nss.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -c -o libcacard/vcard_emul_nss.lo /home/don/qemu/libcacard/vcard_emul_nss.c
 cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/libcacard -Ilibcacard -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all -I/usr/include/libpng12 -I/usr/include/nss3 -I/usr/include/nspr4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/home/don/qemu/tests -MMD -MP -MT libcacard/vcard_emul_nss.lo -MF libcacard/vcard_emul_nss.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g -c /home/don/qemu/libcacard/vcard_emul_nss.c  -fPIC -DPIC -o libcacard/.libs/vcard_emul_nss.o
 cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/libcacard -Ilibcacard -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all -I/usr/include/libpng12 -I/usr/include/nss3 -I/usr/include/nspr4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/home/don/qemu/tests -MMD -MP -MT libcacard/vcard_emul_nss.lo -MF libcacard/vcard_emul_nss.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g -c /home/don/qemu/libcacard/vcard_emul_nss.c -o libcacard/vcard_emul_nss.o >/dev/null 2>&1
libtool  --mode=compile --tag=CC cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/libcacard -Ilibcacard -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -MMD -MP -MT libcacard/vcard_emul_type.lo -MF libcacard/vcard_emul_type.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -c -o libcacard/vcard_emul_type.lo /home/don/qemu/libcacard/vcard_emul_type.c
 cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/libcacard -Ilibcacard -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all -I/usr/include/libpng12 -I/usr/include/nss3 -I/usr/include/nspr4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/home/don/qemu/tests -MMD -MP -MT libcacard/vcard_emul_type.lo -MF libcacard/vcard_emul_type.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g -c /home/don/qemu/libcacard/vcard_emul_type.c  -fPIC -DPIC -o libcacard/.libs/vcard_emul_type.o
 cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/libcacard -Ilibcacard -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all -I/usr/include/libpng12 -I/usr/include/nss3 -I/usr/include/nspr4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/home/don/qemu/tests -MMD -MP -MT libcacard/vcard_emul_type.lo -MF libcacard/vcard_emul_type.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g -c /home/don/qemu/libcacard/vcard_emul_type.c -o libcacard/vcard_emul_type.o >/dev/null 2>&1
libtool  --mode=compile --tag=CC cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/libcacard -Ilibcacard -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -MMD -MP -MT libcacard/card_7816.lo -MF libcacard/card_7816.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -c -o libcacard/card_7816.lo /home/don/qemu/libcacard/card_7816.c
 cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/libcacard -Ilibcacard -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all -I/usr/include/libpng12 -I/usr/include/nss3 -I/usr/include/nspr4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/home/don/qemu/tests -MMD -MP -MT libcacard/card_7816.lo -MF libcacard/card_7816.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g -c /home/don/qemu/libcacard/card_7816.c  -fPIC -DPIC -o libcacard/.libs/card_7816.o
 cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/libcacard -Ilibcacard -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all -I/usr/include/libpng12 -I/usr/include/nss3 -I/usr/include/nspr4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/home/don/qemu/tests -MMD -MP -MT libcacard/card_7816.lo -MF libcacard/card_7816.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g -c /home/don/qemu/libcacard/card_7816.c -o libcacard/card_7816.o >/dev/null 2>&1
libtool  --mode=compile --tag=CC cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/libcacard -Ilibcacard -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -MMD -MP -MT libcacard/vcardt.lo -MF libcacard/vcardt.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -c -o libcacard/vcardt.lo /home/don/qemu/libcacard/vcardt.c
 cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/libcacard -Ilibcacard -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all -I/usr/include/libpng12 -I/usr/include/nss3 -I/usr/include/nspr4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/home/don/qemu/tests -MMD -MP -MT libcacard/vcardt.lo -MF libcacard/vcardt.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g -c /home/don/qemu/libcacard/vcardt.c  -fPIC -DPIC -o libcacard/.libs/vcardt.o
 cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/libcacard -Ilibcacard -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all -I/usr/include/libpng12 -I/usr/include/nss3 -I/usr/include/nspr4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/home/don/qemu/tests -MMD -MP -MT libcacard/vcardt.lo -MF libcacard/vcardt.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g -c /home/don/qemu/libcacard/vcardt.c -o libcacard/vcardt.o >/dev/null 2>&1
libtool  --mode=compile --tag=CC cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/util -Iutil -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -MMD -MP -MT util/osdep.lo -MF util/osdep.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -c -o util/osdep.lo /home/don/qemu/util/osdep.c
mkdir util/.libs
 cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/util -Iutil -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all -I/usr/include/libpng12 -I/usr/include/nss3 -I/usr/include/nspr4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/home/don/qemu/tests -MMD -MP -MT util/osdep.lo -MF util/osdep.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g -c /home/don/qemu/util/osdep.c  -fPIC -DPIC -o util/.libs/osdep.o
 cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/util -Iutil -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all -I/usr/include/libpng12 -I/usr/include/nss3 -I/usr/include/nspr4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/home/don/qemu/tests -MMD -MP -MT util/osdep.lo -MF util/osdep.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g -c /home/don/qemu/util/osdep.c -o util/osdep.o >/dev/null 2>&1
libtool  --mode=compile --tag=CC cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/util -Iutil -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -MMD -MP -MT util/cutils.lo -MF util/cutils.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -c -o util/cutils.lo /home/don/qemu/util/cutils.c
 cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/util -Iutil -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all -I/usr/include/libpng12 -I/usr/include/nss3 -I/usr/include/nspr4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/home/don/qemu/tests -MMD -MP -MT util/cutils.lo -MF util/cutils.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g -c /home/don/qemu/util/cutils.c  -fPIC -DPIC -o util/.libs/cutils.o
 cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/util -Iutil -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all -I/usr/include/libpng12 -I/usr/include/nss3 -I/usr/include/nspr4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/home/don/qemu/tests -MMD -MP -MT util/cutils.lo -MF util/cutils.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g -c /home/don/qemu/util/cutils.c -o util/cutils.o >/dev/null 2>&1
libtool  --mode=compile --tag=CC cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/util -Iutil -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -MMD -MP -MT util/qemu-timer-common.lo -MF util/qemu-timer-common.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -c -o util/qemu-timer-common.lo /home/don/qemu/util/qemu-timer-common.c
 cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/util -Iutil -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all -I/usr/include/libpng12 -I/usr/include/nss3 -I/usr/include/nspr4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/home/don/qemu/tests -MMD -MP -MT util/qemu-timer-common.lo -MF util/qemu-timer-common.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g -c /home/don/qemu/util/qemu-timer-common.c  -fPIC -DPIC -o util/.libs/qemu-timer-common.o
 cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/util -Iutil -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all -I/usr/include/libpng12 -I/usr/include/nss3 -I/usr/include/nspr4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/home/don/qemu/tests -MMD -MP -MT util/qemu-timer-common.lo -MF util/qemu-timer-common.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g -c /home/don/qemu/util/qemu-timer-common.c -o util/qemu-timer-common.o >/dev/null 2>&1
libtool  --mode=compile --tag=CC cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/util -Iutil -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -MMD -MP -MT util/error.lo -MF util/error.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -c -o util/error.lo /home/don/qemu/util/error.c
 cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/util -Iutil -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all -I/usr/include/libpng12 -I/usr/include/nss3 -I/usr/include/nspr4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/home/don/qemu/tests -MMD -MP -MT util/error.lo -MF util/error.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g -c /home/don/qemu/util/error.c  -fPIC -DPIC -o util/.libs/error.o
 cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/util -Iutil -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all -I/usr/include/libpng12 -I/usr/include/nss3 -I/usr/include/nspr4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/home/don/qemu/tests -MMD -MP -MT util/error.lo -MF util/error.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g -c /home/don/qemu/util/error.c -o util/error.o >/dev/null 2>&1
libtool  --mode=compile --tag=CC cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/util -Iutil -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -MMD -MP -MT util/qemu-error.lo -MF util/qemu-error.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -c -o util/qemu-error.lo /home/don/qemu/util/qemu-error.c
 cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/util -Iutil -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all -I/usr/include/libpng12 -I/usr/include/nss3 -I/usr/include/nspr4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/home/don/qemu/tests -MMD -MP -MT util/qemu-error.lo -MF util/qemu-error.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g -c /home/don/qemu/util/qemu-error.c  -fPIC -DPIC -o util/.libs/qemu-error.o
 cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/util -Iutil -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all -I/usr/include/libpng12 -I/usr/include/nss3 -I/usr/include/nspr4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/home/don/qemu/tests -MMD -MP -MT util/qemu-error.lo -MF util/qemu-error.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g -c /home/don/qemu/util/qemu-error.c -o util/qemu-error.o >/dev/null 2>&1
libtool  --mode=compile --tag=CC cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/util -Iutil -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -MMD -MP -MT util/oslib-posix.lo -MF util/oslib-posix.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -c -o util/oslib-posix.lo /home/don/qemu/util/oslib-posix.c
 cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/util -Iutil -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all -I/usr/include/libpng12 -I/usr/include/nss3 -I/usr/include/nspr4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/home/don/qemu/tests -MMD -MP -MT util/oslib-posix.lo -MF util/oslib-posix.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g -c /home/don/qemu/util/oslib-posix.c  -fPIC -DPIC -o util/.libs/oslib-posix.o
 cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/util -Iutil -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all -I/usr/include/libpng12 -I/usr/include/nss3 -I/usr/include/nspr4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/home/don/qemu/tests -MMD -MP -MT util/oslib-posix.lo -MF util/oslib-posix.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g -c /home/don/qemu/util/oslib-posix.c -o util/oslib-posix.o >/dev/null 2>&1
libtool  --mode=compile --tag=CC cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/util -Iutil -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -MMD -MP -MT util/qemu-thread-posix.lo -MF util/qemu-thread-posix.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -c -o util/qemu-thread-posix.lo /home/don/qemu/util/qemu-thread-posix.c
 cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/util -Iutil -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all -I/usr/include/libpng12 -I/usr/include/nss3 -I/usr/include/nspr4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/home/don/qemu/tests -MMD -MP -MT util/qemu-thread-posix.lo -MF util/qemu-thread-posix.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g -c /home/don/qemu/util/qemu-thread-posix.c  -fPIC -DPIC -o util/.libs/qemu-thread-posix.o
 cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/util -Iutil -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all -I/usr/include/libpng12 -I/usr/include/nss3 -I/usr/include/nspr4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/home/don/qemu/tests -MMD -MP -MT util/qemu-thread-posix.lo -MF util/qemu-thread-posix.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g -c /home/don/qemu/util/qemu-thread-posix.c -o util/qemu-thread-posix.o >/dev/null 2>&1
python /home/don/qemu/scripts/tracetool.py --format=events-c --backend=events < /home/don/qemu/trace-events > trace/generated-events.c-timestamp
libtool  --mode=compile --tag=CC cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -Itrace -Itrace -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -MMD -MP -MT trace/generated-events.lo -MF trace/generated-events.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -c -o trace/generated-events.lo trace/generated-events.c
mkdir trace/.libs
 cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -Itrace -Itrace -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all -I/usr/include/libpng12 -I/usr/include/nss3 -I/usr/include/nspr4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/home/don/qemu/tests -MMD -MP -MT trace/generated-events.lo -MF trace/generated-events.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g -c trace/generated-events.c  -fPIC -DPIC -o trace/.libs/generated-events.o
In file included from /home/don/qemu/trace/control.h:191,
                 from trace/generated-events.c:5:
/home/don/qemu/trace/control.h:77: warning: 'trace_event_count' declared inline after being called
/home/don/qemu/trace/control.h:77: warning: previous declaration of 'trace_event_count' was here
 cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -Itrace -Itrace -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all -I/usr/include/libpng12 -I/usr/include/nss3 -I/usr/include/nspr4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/home/don/qemu/tests -MMD -MP -MT trace/generated-events.lo -MF trace/generated-events.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g -c trace/generated-events.c -o trace/generated-events.o >/dev/null 2>&1
libtool  --mode=compile --tag=CC cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/trace -Itrace -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -MMD -MP -MT trace/default.lo -MF trace/default.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -c -o trace/default.lo /home/don/qemu/trace/default.c
 cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/trace -Itrace -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all -I/usr/include/libpng12 -I/usr/include/nss3 -I/usr/include/nspr4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/home/don/qemu/tests -MMD -MP -MT trace/default.lo -MF trace/default.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g -c /home/don/qemu/trace/default.c  -fPIC -DPIC -o trace/.libs/default.o
In file included from /home/don/qemu/trace/control.h:191,
                 from /home/don/qemu/trace/default.c:10:
/home/don/qemu/trace/control.h:77: warning: 'trace_event_count' declared inline after being called
/home/don/qemu/trace/control.h:77: warning: previous declaration of 'trace_event_count' was here
 cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/trace -Itrace -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all -I/usr/include/libpng12 -I/usr/include/nss3 -I/usr/include/nspr4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/home/don/qemu/tests -MMD -MP -MT trace/default.lo -MF trace/default.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g -c /home/don/qemu/trace/default.c -o trace/default.o >/dev/null 2>&1
libtool  --mode=compile --tag=CC cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/trace -Itrace -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -MMD -MP -MT trace/control.lo -MF trace/control.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -c -o trace/control.lo /home/don/qemu/trace/control.c
 cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/trace -Itrace -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all -I/usr/include/libpng12 -I/usr/include/nss3 -I/usr/include/nspr4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/home/don/qemu/tests -MMD -MP -MT trace/control.lo -MF trace/control.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g -c /home/don/qemu/trace/control.c  -fPIC -DPIC -o trace/.libs/control.o
In file included from /home/don/qemu/trace/control.h:191,
                 from /home/don/qemu/trace/control.c:10:
/home/don/qemu/trace/control.h:77: warning: 'trace_event_count' declared inline after being called
/home/don/qemu/trace/control.h:77: warning: previous declaration of 'trace_event_count' was here
 cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/trace -Itrace -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all -I/usr/include/libpng12 -I/usr/include/nss3 -I/usr/include/nspr4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/home/don/qemu/tests -MMD -MP -MT trace/control.lo -MF trace/control.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g -c /home/don/qemu/trace/control.c -o trace/control.o >/dev/null 2>&1
python /home/don/qemu/scripts/tracetool.py --format=c --backend=nop < /home/don/qemu/trace-events > trace/generated-tracers.c-timestamp
libtool  --mode=compile --tag=CC cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -Itrace -Itrace -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -MMD -MP -MT trace/generated-tracers.lo -MF trace/generated-tracers.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -c -o trace/generated-tracers.lo trace/generated-tracers.c
 cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -Itrace -Itrace -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all -I/usr/include/libpng12 -I/usr/include/nss3 -I/usr/include/nspr4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/home/don/qemu/tests -MMD -MP -MT trace/generated-tracers.lo -MF trace/generated-tracers.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g -c trace/generated-tracers.c  -fPIC -DPIC -o trace/.libs/generated-tracers.o
 cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -Itrace -Itrace -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all -I/usr/include/libpng12 -I/usr/include/nss3 -I/usr/include/nspr4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/home/don/qemu/tests -MMD -MP -MT trace/generated-tracers.lo -MF trace/generated-tracers.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g -c trace/generated-tracers.c -o trace/generated-tracers.o >/dev/null 2>&1
libtool  --mode=link --tag=CC cc -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -Wl,--warn-common -m64 -g  -rpath /usr/local/lib -no-undefined -export-syms /home/don/qemu/libcacard/libcacard.syms -o libcacard.la  stubs/arch-query-cpu-def.lo stubs/clock-warp.lo stubs/cpu-get-clock.lo stubs/cpu-get-icount.lo stubs/dump.lo stubs/fdset-add-fd.lo stubs/fdset-find-fd.lo stubs/fdset-get-fd.lo stubs/fdset-remove-fd.lo stubs/gdbstub.lo stubs/get-fd.lo stubs/get-vm-name.lo stubs/iothread-lock.lo stubs/migr-blocker.lo stubs/mon-is-qmp.lo stubs/mon-printf.lo stubs/mon-print-filename.lo stubs/mon-protocol-event.lo stubs/mon-set-error.lo stubs/pci-drive-hot-add.lo stubs/reset.lo stubs/set-fd-handler.lo stubs/slirp.lo stubs/sysbus.lo stubs/uuid.lo stubs/vm-stop.lo stubs/vmstate.lo stubs/cpus.lo libcacard/cac.lo libcacard/event.lo libcacard/vcard.lo libcacard/vreader.lo libcacard/vcard_emul_nss.lo libcacard/vcard_emul_type.lo libcacard/card_7816.lo libcacard/vcardt.lo util/osdep.lo util/cutils.lo util/qemu-timer-common.lo util/error.lo util/qemu-error.lo util/oslib-posix.lo util/qemu-thread-posix.lo trace/generated-events.lo trace/default.lo trace/control.lo trace/generated-tracers.lo  -Wc,-fstack-protector-all -lrt -pthread -L/lib64 -lgthread-2.0 -lglib-2.0    -lz -L/usr/kerberos/lib64 -lcurl -ldl -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lidn -lssl -lcrypto -lz   -luuid  -lssl3 -lsmime3 -lnss3 -lnssutil3 -lplds4 -lplc4 -lnspr4 -lpthread -ldl   -pthread -L/lib64 -lgthread-2.0 -lglib-2.0  
mkdir .libs
gcc -shared  stubs/.libs/arch-query-cpu-def.o stubs/.libs/clock-warp.o stubs/.libs/cpu-get-clock.o stubs/.libs/cpu-get-icount.o stubs/.libs/dump.o stubs/.libs/fdset-add-fd.o stubs/.libs/fdset-find-fd.o stubs/.libs/fdset-get-fd.o stubs/.libs/fdset-remove-fd.o stubs/.libs/gdbstub.o stubs/.libs/get-fd.o stubs/.libs/get-vm-name.o stubs/.libs/iothread-lock.o stubs/.libs/migr-blocker.o stubs/.libs/mon-is-qmp.o stubs/.libs/mon-printf.o stubs/.libs/mon-print-filename.o stubs/.libs/mon-protocol-event.o stubs/.libs/mon-set-error.o stubs/.libs/pci-drive-hot-add.o stubs/.libs/reset.o stubs/.libs/set-fd-handler.o stubs/.libs/slirp.o stubs/.libs/sysbus.o stubs/.libs/uuid.o stubs/.libs/vm-stop.o stubs/.libs/vmstate.o stubs/.libs/cpus.o libcacard/.libs/cac.o libcacard/.libs/event.o libcacard/.libs/vcard.o libcacard/.libs/vreader.o libcacard/.libs/vcard_emul_nss.o libcacard/.libs/vcard_emul_type.o libcacard/.libs/card_7816.o libcacard/.libs/vcardt.o util/.libs/osdep.o util/.libs/cutils.o util/.libs/qemu-timer-common.o util/.libs/error.o util/.libs/qemu-error.o util/.libs/oslib-posix.o util/.libs/qemu-thread-posix.o trace/.libs/generated-events.o trace/.libs/default.o trace/.libs/control.o trace/.libs/generated-tracers.o  -lrt -L/lib64 -L/usr/kerberos/lib64 -lcurl -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lidn -lssl -lcrypto -lz -luuid -lssl3 -lsmime3 -lnss3 -lnssutil3 -lplds4 -lplc4 -lnspr4 -lpthread -ldl -lgthread-2.0 -lglib-2.0  -m64 -pthread -pthread -Wl,--warn-common -m64 -fstack-protector-all -pthread -pthread -Wl,-soname -Wl,libcacard.so.0 -o .libs/libcacard.so.0.0.0
(cd .libs && rm -f libcacard.so.0 && ln -s libcacard.so.0.0.0 libcacard.so.0)
(cd .libs && rm -f libcacard.so && ln -s libcacard.so.0.0.0 libcacard.so)
ar cru .libs/libcacard.a  stubs/arch-query-cpu-def.o stubs/clock-warp.o stubs/cpu-get-clock.o stubs/cpu-get-icount.o stubs/dump.o stubs/fdset-add-fd.o stubs/fdset-find-fd.o stubs/fdset-get-fd.o stubs/fdset-remove-fd.o stubs/gdbstub.o stubs/get-fd.o stubs/get-vm-name.o stubs/iothread-lock.o stubs/migr-blocker.o stubs/mon-is-qmp.o stubs/mon-printf.o stubs/mon-print-filename.o stubs/mon-protocol-event.o stubs/mon-set-error.o stubs/pci-drive-hot-add.o stubs/reset.o stubs/set-fd-handler.o stubs/slirp.o stubs/sysbus.o stubs/uuid.o stubs/vm-stop.o stubs/vmstate.o stubs/cpus.o libcacard/cac.o libcacard/event.o libcacard/vcard.o libcacard/vreader.o libcacard/vcard_emul_nss.o libcacard/vcard_emul_type.o libcacard/card_7816.o libcacard/vcardt.o util/osdep.o util/cutils.o util/qemu-timer-common.o util/error.o util/qemu-error.o util/oslib-posix.o util/qemu-thread-posix.o trace/generated-events.o trace/default.o trace/control.o trace/generated-tracers.o
ranlib .libs/libcacard.a
creating libcacard.la
(cd .libs && rm -f libcacard.la && ln -s ../libcacard.la libcacard.la)
sed -e 's|@LIBDIR@|/usr/local/lib|' -e 's|@INCLUDEDIR@|/usr/local/include/cacard|' -e 's|@VERSION@|1.7.50|' -e 's|@PREFIX@|/usr/local|' /home/don/qemu/libcacard/libcacard.pc.in > libcacard.pc
sh /home/don/qemu/scripts/hxtool -t < /home/don/qemu/qemu-options.hx > qemu-options.texi
sh /home/don/qemu/scripts/hxtool -t < /home/don/qemu/hmp-commands.hx > qemu-monitor.texi
sh /home/don/qemu/scripts/hxtool -t < /home/don/qemu/qemu-img-cmds.hx > qemu-img-cmds.texi
LC_ALL=C makeinfo --no-headers --no-split --number-sections --html /home/don/qemu/qemu-doc.texi -o qemu-doc.html
/home/don/qemu/qemu-doc.texi:7: warning: unrecognized encoding name `UTF-8'.
LC_ALL=C makeinfo --no-headers --no-split --number-sections --html /home/don/qemu/qemu-tech.texi -o qemu-tech.html
/home/don/qemu/qemu-tech.texi:7: warning: unrecognized encoding name `UTF-8'.
perl -Ww -- /home/don/qemu/scripts/texi2pod.pl /home/don/qemu/qemu-doc.texi qemu.pod && pod2man --section=1 --center=" " --release=" " qemu.pod > qemu.1
qemu.pod:1: Unknown command paragraph "=encoding UTF-8"
perl -Ww -- /home/don/qemu/scripts/texi2pod.pl /home/don/qemu/qemu-img.texi qemu-img.pod && pod2man --section=1 --center=" " --release=" " qemu-img.pod > qemu-img.1
perl -Ww -- /home/don/qemu/scripts/texi2pod.pl /home/don/qemu/qemu-nbd.texi qemu-nbd.pod && pod2man --section=8 --center=" " --release=" " qemu-nbd.pod > qemu-nbd.8
sh /home/don/qemu/scripts/hxtool -q < /home/don/qemu/qmp-commands.hx > qmp-commands.txt
perl -Ww -- /home/don/qemu/scripts/texi2pod.pl /home/don/qemu/fsdev/virtfs-proxy-helper.texi fsdev/virtfs-proxy-helper.pod && pod2man --section=1 --center=" " --release=" " fsdev/virtfs-proxy-helper.pod > fsdev/virtfs-proxy-helper.1
python /home/don/qemu/scripts/qapi-types.py -c -o "." -b < /home/don/qemu/qapi-schema.json
python /home/don/qemu/scripts/qapi-types.py -h -o qga/qapi-generated -p "qga-" < /home/don/qemu/qga/qapi-schema.json
python /home/don/qemu/scripts/qapi-visit.py -h -o qga/qapi-generated -p "qga-" < /home/don/qemu/qga/qapi-schema.json
python /home/don/qemu/scripts/qapi-commands.py -h -o qga/qapi-generated -p "qga-" < /home/don/qemu/qga/qapi-schema.json
cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I. -I. -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -I qga/qapi-generated -MMD -MP -MT qapi-types.o -MF ./qapi-types.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -c -o qapi-types.o qapi-types.c
python /home/don/qemu/scripts/qapi-visit.py -c -o "." -b < /home/don/qemu/qapi-schema.json
cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I. -I. -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -I qga/qapi-generated -MMD -MP -MT qapi-visit.o -MF ./qapi-visit.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -c -o qapi-visit.o qapi-visit.c
cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/qga -Iqga -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -I qga/qapi-generated -MMD -MP -MT qga/commands.o -MF qga/commands.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -c -o qga/commands.o /home/don/qemu/qga/commands.c
cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/qga -Iqga -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -I qga/qapi-generated -MMD -MP -MT qga/guest-agent-command-state.o -MF qga/guest-agent-command-state.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -c -o qga/guest-agent-command-state.o /home/don/qemu/qga/guest-agent-command-state.c
cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/qga -Iqga -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -I qga/qapi-generated -MMD -MP -MT qga/main.o -MF qga/main.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -c -o qga/main.o /home/don/qemu/qga/main.c
cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/qga -Iqga -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -I qga/qapi-generated -MMD -MP -MT qga/commands-posix.o -MF qga/commands-posix.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -c -o qga/commands-posix.o /home/don/qemu/qga/commands-posix.c
cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/qga -Iqga -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -I qga/qapi-generated -MMD -MP -MT qga/channel-posix.o -MF qga/channel-posix.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -c -o qga/channel-posix.o /home/don/qemu/qga/channel-posix.c
python /home/don/qemu/scripts/qapi-types.py -c -o qga/qapi-generated -p "qga-" < /home/don/qemu/qga/qapi-schema.json
cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -Iqga/qapi-generated -Iqga/qapi-generated -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -I qga/qapi-generated -MMD -MP -MT qga/qapi-generated/qga-qapi-types.o -MF qga/qapi-generated/qga-qapi-types.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -c -o qga/qapi-generated/qga-qapi-types.o qga/qapi-generated/qga-qapi-types.c
python /home/don/qemu/scripts/qapi-visit.py -c -o qga/qapi-generated -p "qga-" < /home/don/qemu/qga/qapi-schema.json
cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -Iqga/qapi-generated -Iqga/qapi-generated -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -I qga/qapi-generated -MMD -MP -MT qga/qapi-generated/qga-qapi-visit.o -MF qga/qapi-generated/qga-qapi-visit.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -c -o qga/qapi-generated/qga-qapi-visit.o qga/qapi-generated/qga-qapi-visit.c
python /home/don/qemu/scripts/qapi-commands.py -c -o qga/qapi-generated -p "qga-" < /home/don/qemu/qga/qapi-schema.json
cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -Iqga/qapi-generated -Iqga/qapi-generated -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -I qga/qapi-generated -MMD -MP -MT qga/qapi-generated/qga-qmp-marshal.o -MF qga/qapi-generated/qga-qmp-marshal.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -c -o qga/qapi-generated/qga-qmp-marshal.o qga/qapi-generated/qga-qmp-marshal.c
cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/qapi -Iqapi -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -I qga/qapi-generated -MMD -MP -MT qapi/qapi-visit-core.o -MF qapi/qapi-visit-core.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -c -o qapi/qapi-visit-core.o /home/don/qemu/qapi/qapi-visit-core.c
cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/qapi -Iqapi -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -I qga/qapi-generated -MMD -MP -MT qapi/qapi-dealloc-visitor.o -MF qapi/qapi-dealloc-visitor.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -c -o qapi/qapi-dealloc-visitor.o /home/don/qemu/qapi/qapi-dealloc-visitor.c
cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/qapi -Iqapi -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -I qga/qapi-generated -MMD -MP -MT qapi/qmp-input-visitor.o -MF qapi/qmp-input-visitor.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -c -o qapi/qmp-input-visitor.o /home/don/qemu/qapi/qmp-input-visitor.c
cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/qapi -Iqapi -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -I qga/qapi-generated -MMD -MP -MT qapi/qmp-output-visitor.o -MF qapi/qmp-output-visitor.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -c -o qapi/qmp-output-visitor.o /home/don/qemu/qapi/qmp-output-visitor.c
cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/qapi -Iqapi -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -I qga/qapi-generated -MMD -MP -MT qapi/qmp-registry.o -MF qapi/qmp-registry.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -c -o qapi/qmp-registry.o /home/don/qemu/qapi/qmp-registry.c
cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/qapi -Iqapi -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -I qga/qapi-generated -MMD -MP -MT qapi/qmp-dispatch.o -MF qapi/qmp-dispatch.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -c -o qapi/qmp-dispatch.o /home/don/qemu/qapi/qmp-dispatch.c
cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/qapi -Iqapi -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -I qga/qapi-generated -MMD -MP -MT qapi/string-input-visitor.o -MF qapi/string-input-visitor.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -c -o qapi/string-input-visitor.o /home/don/qemu/qapi/string-input-visitor.c
cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/qapi -Iqapi -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -I qga/qapi-generated -MMD -MP -MT qapi/string-output-visitor.o -MF qapi/string-output-visitor.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -c -o qapi/string-output-visitor.o /home/don/qemu/qapi/string-output-visitor.c
cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/qapi -Iqapi -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -I qga/qapi-generated -MMD -MP -MT qapi/opts-visitor.o -MF qapi/opts-visitor.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -c -o qapi/opts-visitor.o /home/don/qemu/qapi/opts-visitor.c
cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/qobject -Iqobject -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -I qga/qapi-generated -MMD -MP -MT qobject/qint.o -MF qobject/qint.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -c -o qobject/qint.o /home/don/qemu/qobject/qint.c
cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/qobject -Iqobject -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -I qga/qapi-generated -MMD -MP -MT qobject/qstring.o -MF qobject/qstring.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -c -o qobject/qstring.o /home/don/qemu/qobject/qstring.c
cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/qobject -Iqobject -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -I qga/qapi-generated -MMD -MP -MT qobject/qdict.o -MF qobject/qdict.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -c -o qobject/qdict.o /home/don/qemu/qobject/qdict.c
cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/qobject -Iqobject -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -I qga/qapi-generated -MMD -MP -MT qobject/qlist.o -MF qobject/qlist.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -c -o qobject/qlist.o /home/don/qemu/qobject/qlist.c
cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/qobject -Iqobject -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -I qga/qapi-generated -MMD -MP -MT qobject/qfloat.o -MF qobject/qfloat.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -c -o qobject/qfloat.o /home/don/qemu/qobject/qfloat.c
cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/qobject -Iqobject -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -I qga/qapi-generated -MMD -MP -MT qobject/qbool.o -MF qobject/qbool.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -c -o qobject/qbool.o /home/don/qemu/qobject/qbool.c
cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/qobject -Iqobject -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -I qga/qapi-generated -MMD -MP -MT qobject/qjson.o -MF qobject/qjson.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -c -o qobject/qjson.o /home/don/qemu/qobject/qjson.c
cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/qobject -Iqobject -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -I qga/qapi-generated -MMD -MP -MT qobject/json-lexer.o -MF qobject/json-lexer.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -c -o qobject/json-lexer.o /home/don/qemu/qobject/json-lexer.c
cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/qobject -Iqobject -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -I qga/qapi-generated -MMD -MP -MT qobject/json-streamer.o -MF qobject/json-streamer.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -c -o qobject/json-streamer.o /home/don/qemu/qobject/json-streamer.c
cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/qobject -Iqobject -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -I qga/qapi-generated -MMD -MP -MT qobject/json-parser.o -MF qobject/json-parser.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -c -o qobject/json-parser.o /home/don/qemu/qobject/json-parser.c
cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/qobject -Iqobject -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -I qga/qapi-generated -MMD -MP -MT qobject/qerror.o -MF qobject/qerror.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -c -o qobject/qerror.o /home/don/qemu/qobject/qerror.c
cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -Itrace -Itrace -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -I qga/qapi-generated -MMD -MP -MT trace/generated-events.o -MF trace/generated-events.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -c -o trace/generated-events.o trace/generated-events.c
In file included from /home/don/qemu/trace/control.h:191,
                 from trace/generated-events.c:5:
/home/don/qemu/trace/control.h:77: warning: 'trace_event_count' declared inline after being called
/home/don/qemu/trace/control.h:77: warning: previous declaration of 'trace_event_count' was here
cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/util -Iutil -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -I qga/qapi-generated -MMD -MP -MT util/unicode.o -MF util/unicode.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -c -o util/unicode.o /home/don/qemu/util/unicode.c
cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/util -Iutil -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -I qga/qapi-generated -MMD -MP -MT util/event_notifier-posix.o -MF util/event_notifier-posix.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -c -o util/event_notifier-posix.o /home/don/qemu/util/event_notifier-posix.c
cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/util -Iutil -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -I qga/qapi-generated -MMD -MP -MT util/qemu-openpty.o -MF util/qemu-openpty.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -c -o util/qemu-openpty.o /home/don/qemu/util/qemu-openpty.c
cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/util -Iutil -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -I qga/qapi-generated -MMD -MP -MT util/envlist.o -MF util/envlist.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -c -o util/envlist.o /home/don/qemu/util/envlist.c
cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/util -Iutil -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -I qga/qapi-generated -MMD -MP -MT util/path.o -MF util/path.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -c -o util/path.o /home/don/qemu/util/path.c
cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/util -Iutil -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -I qga/qapi-generated -MMD -MP -MT util/host-utils.o -MF util/host-utils.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -c -o util/host-utils.o /home/don/qemu/util/host-utils.c
cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/util -Iutil -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -I qga/qapi-generated -MMD -MP -MT util/cache-utils.o -MF util/cache-utils.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -c -o util/cache-utils.o /home/don/qemu/util/cache-utils.c
cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/util -Iutil -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -I qga/qapi-generated -MMD -MP -MT util/module.o -MF util/module.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -c -o util/module.o /home/don/qemu/util/module.c
cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/util -Iutil -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -I qga/qapi-generated -MMD -MP -MT util/bitmap.o -MF util/bitmap.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -c -o util/bitmap.o /home/don/qemu/util/bitmap.c
cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/util -Iutil -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -I qga/qapi-generated -MMD -MP -MT util/bitops.o -MF util/bitops.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -c -o util/bitops.o /home/don/qemu/util/bitops.c
cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/util -Iutil -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -I qga/qapi-generated -MMD -MP -MT util/hbitmap.o -MF util/hbitmap.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -c -o util/hbitmap.o /home/don/qemu/util/hbitmap.c
cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/util -Iutil -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -I qga/qapi-generated -MMD -MP -MT util/fifo8.o -MF util/fifo8.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -c -o util/fifo8.o /home/don/qemu/util/fifo8.c
cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/util -Iutil -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -I qga/qapi-generated -MMD -MP -MT util/acl.o -MF util/acl.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -c -o util/acl.o /home/don/qemu/util/acl.c
cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/util -Iutil -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -I qga/qapi-generated -MMD -MP -MT util/compatfd.o -MF util/compatfd.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -c -o util/compatfd.o /home/don/qemu/util/compatfd.c
cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/util -Iutil -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -I qga/qapi-generated -MMD -MP -MT util/iov.o -MF util/iov.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -c -o util/iov.o /home/don/qemu/util/iov.c
cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/util -Iutil -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -I qga/qapi-generated -MMD -MP -MT util/aes.o -MF util/aes.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -c -o util/aes.o /home/don/qemu/util/aes.c
cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/util -Iutil -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -I qga/qapi-generated -MMD -MP -MT util/qemu-config.o -MF util/qemu-config.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -c -o util/qemu-config.o /home/don/qemu/util/qemu-config.c
cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/util -Iutil -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -I qga/qapi-generated -MMD -MP -MT util/qemu-sockets.o -MF util/qemu-sockets.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -c -o util/qemu-sockets.o /home/don/qemu/util/qemu-sockets.c
cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/util -Iutil -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -I qga/qapi-generated -MMD -MP -MT util/uri.o -MF util/uri.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -c -o util/uri.o /home/don/qemu/util/uri.c
cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/util -Iutil -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -I qga/qapi-generated -MMD -MP -MT util/notify.o -MF util/notify.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -c -o util/notify.o /home/don/qemu/util/notify.c
cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/util -Iutil -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -I qga/qapi-generated -MMD -MP -MT util/qemu-option.o -MF util/qemu-option.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -c -o util/qemu-option.o /home/don/qemu/util/qemu-option.c
cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/util -Iutil -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -I qga/qapi-generated -MMD -MP -MT util/qemu-progress.o -MF util/qemu-progress.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -c -o util/qemu-progress.o /home/don/qemu/util/qemu-progress.c
cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/util -Iutil -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -I qga/qapi-generated -MMD -MP -MT util/hexdump.o -MF util/hexdump.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -c -o util/hexdump.o /home/don/qemu/util/hexdump.c
cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/util -Iutil -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -I qga/qapi-generated -MMD -MP -MT util/crc32c.o -MF util/crc32c.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -c -o util/crc32c.o /home/don/qemu/util/crc32c.c
cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/util -Iutil -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -I qga/qapi-generated -MMD -MP -MT util/throttle.o -MF util/throttle.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -c -o util/throttle.o /home/don/qemu/util/throttle.c
rm -f libqemuutil.a && ar rcs libqemuutil.a qapi/qapi-visit-core.o qapi/qapi-dealloc-visitor.o qapi/qmp-input-visitor.o qapi/qmp-output-visitor.o qapi/qmp-registry.o qapi/qmp-dispatch.o qapi/string-input-visitor.o qapi/string-output-visitor.o qapi/opts-visitor.o qobject/qint.o qobject/qstring.o qobject/qdict.o qobject/qlist.o qobject/qfloat.o qobject/qbool.o qobject/qjson.o qobject/json-lexer.o qobject/json-streamer.o qobject/json-parser.o qobject/qerror.o trace/generated-events.o trace/default.o trace/control.o trace/generated-tracers.o util/osdep.o util/cutils.o util/unicode.o util/qemu-timer-common.o util/oslib-posix.o util/qemu-thread-posix.o util/event_notifier-posix.o util/qemu-openpty.o util/envlist.o util/path.o util/host-utils.o util/cache-utils.o util/module.o util/bitmap.o util/bitops.o util/hbitmap.o util/fifo8.o util/acl.o util/error.o util/qemu-error.o util/compatfd.o util/iov.o util/aes.o util/qemu-config.o util/qemu-sockets.o util/uri.o util/notify.o util/qemu-option.o util/qemu-progress.o util/hexdump.o util/crc32c.o util/throttle.o qapi-types.o qapi-visit.o
rm -f libqemustub.a && ar rcs libqemustub.a stubs/arch-query-cpu-def.o stubs/clock-warp.o stubs/cpu-get-clock.o stubs/cpu-get-icount.o stubs/dump.o stubs/fdset-add-fd.o stubs/fdset-find-fd.o stubs/fdset-get-fd.o stubs/fdset-remove-fd.o stubs/gdbstub.o stubs/get-fd.o stubs/get-vm-name.o stubs/iothread-lock.o stubs/migr-blocker.o stubs/mon-is-qmp.o stubs/mon-printf.o stubs/mon-print-filename.o stubs/mon-protocol-event.o stubs/mon-set-error.o stubs/pci-drive-hot-add.o stubs/reset.o stubs/set-fd-handler.o stubs/slirp.o stubs/sysbus.o stubs/uuid.o stubs/vm-stop.o stubs/vmstate.o stubs/cpus.o
cc -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -I qga/qapi-generated -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -Wl,--warn-common -m64 -g  -o qemu-ga qapi-types.o qapi-visit.o qga/channel-posix.o qga/commands-posix.o qga/commands.o qga/guest-agent-command-state.o qga/main.o qga/qapi-generated/qga-qapi-types.o qga/qapi-generated/qga-qapi-visit.o qga/qapi-generated/qga-qmp-marshal.o libqemuutil.a libqemustub.a   -lrt -pthread -L/lib64 -lgthread-2.0 -lglib-2.0   
cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu -I. -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -MMD -MP -MT qemu-nbd.o -MF ./qemu-nbd.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -c -o qemu-nbd.o /home/don/qemu/qemu-nbd.c
cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu -I. -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -MMD -MP -MT async.o -MF ./async.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -c -o async.o /home/don/qemu/async.c
cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu -I. -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -MMD -MP -MT thread-pool.o -MF ./thread-pool.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -c -o thread-pool.o /home/don/qemu/thread-pool.c
cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu -I. -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -MMD -MP -MT nbd.o -MF ./nbd.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -c -o nbd.o /home/don/qemu/nbd.c
cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu -I. -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -MMD -MP -MT block.o -MF ./block.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -c -o block.o /home/don/qemu/block.c
cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu -I. -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -MMD -MP -MT blockjob.o -MF ./blockjob.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -c -o blockjob.o /home/don/qemu/blockjob.c
cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu -I. -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -MMD -MP -MT main-loop.o -MF ./main-loop.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -c -o main-loop.o /home/don/qemu/main-loop.c
cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu -I. -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -MMD -MP -MT iohandler.o -MF ./iohandler.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -c -o iohandler.o /home/don/qemu/iohandler.c
cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu -I. -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -MMD -MP -MT qemu-timer.o -MF ./qemu-timer.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -c -o qemu-timer.o /home/don/qemu/qemu-timer.c
cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu -I. -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -MMD -MP -MT aio-posix.o -MF ./aio-posix.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -c -o aio-posix.o /home/don/qemu/aio-posix.c
cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu -I. -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -MMD -MP -MT qemu-io-cmds.o -MF ./qemu-io-cmds.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -c -o qemu-io-cmds.o /home/don/qemu/qemu-io-cmds.c
cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu -I. -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -MMD -MP -MT qemu-coroutine.o -MF ./qemu-coroutine.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -c -o qemu-coroutine.o /home/don/qemu/qemu-coroutine.c
cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu -I. -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -MMD -MP -MT qemu-coroutine-lock.o -MF ./qemu-coroutine-lock.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -c -o qemu-coroutine-lock.o /home/don/qemu/qemu-coroutine-lock.c
cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu -I. -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -MMD -MP -MT qemu-coroutine-io.o -MF ./qemu-coroutine-io.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -c -o qemu-coroutine-io.o /home/don/qemu/qemu-coroutine-io.c
cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu -I. -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -MMD -MP -MT qemu-coroutine-sleep.o -MF ./qemu-coroutine-sleep.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -c -o qemu-coroutine-sleep.o /home/don/qemu/qemu-coroutine-sleep.c
cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu -I. -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -MMD -MP -MT coroutine-ucontext.o -MF ./coroutine-ucontext.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -c -o coroutine-ucontext.o /home/don/qemu/coroutine-ucontext.c
cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/block -Iblock -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -MMD -MP -MT block/raw_bsd.o -MF block/raw_bsd.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -c -o block/raw_bsd.o /home/don/qemu/block/raw_bsd.c
cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/block -Iblock -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -MMD -MP -MT block/cow.o -MF block/cow.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -c -o block/cow.o /home/don/qemu/block/cow.c
cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/block -Iblock -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -MMD -MP -MT block/qcow.o -MF block/qcow.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -c -o block/qcow.o /home/don/qemu/block/qcow.c
cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/block -Iblock -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -MMD -MP -MT block/vdi.o -MF block/vdi.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -c -o block/vdi.o /home/don/qemu/block/vdi.c
cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/block -Iblock -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -MMD -MP -MT block/vmdk.o -MF block/vmdk.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -c -o block/vmdk.o /home/don/qemu/block/vmdk.c
cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/block -Iblock -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -MMD -MP -MT block/cloop.o -MF block/cloop.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -c -o block/cloop.o /home/don/qemu/block/cloop.c
cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/block -Iblock -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -MMD -MP -MT block/dmg.o -MF block/dmg.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -c -o block/dmg.o /home/don/qemu/block/dmg.c
cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/block -Iblock -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -MMD -MP -MT block/bochs.o -MF block/bochs.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -c -o block/bochs.o /home/don/qemu/block/bochs.c
cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/block -Iblock -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -MMD -MP -MT block/vpc.o -MF block/vpc.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -c -o block/vpc.o /home/don/qemu/block/vpc.c
cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/block -Iblock -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -MMD -MP -MT block/vvfat.o -MF block/vvfat.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -c -o block/vvfat.o /home/don/qemu/block/vvfat.c
cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/block -Iblock -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -MMD -MP -MT block/qcow2.o -MF block/qcow2.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -c -o block/qcow2.o /home/don/qemu/block/qcow2.c
cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/block -Iblock -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -MMD -MP -MT block/qcow2-refcount.o -MF block/qcow2-refcount.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -c -o block/qcow2-refcount.o /home/don/qemu/block/qcow2-refcount.c
cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/block -Iblock -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -MMD -MP -MT block/qcow2-cluster.o -MF block/qcow2-cluster.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -c -o block/qcow2-cluster.o /home/don/qemu/block/qcow2-cluster.c
cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/block -Iblock -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -MMD -MP -MT block/qcow2-snapshot.o -MF block/qcow2-snapshot.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -c -o block/qcow2-snapshot.o /home/don/qemu/block/qcow2-snapshot.c
cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/block -Iblock -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -MMD -MP -MT block/qcow2-cache.o -MF block/qcow2-cache.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -c -o block/qcow2-cache.o /home/don/qemu/block/qcow2-cache.c
cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/block -Iblock -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -MMD -MP -MT block/qed.o -MF block/qed.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -c -o block/qed.o /home/don/qemu/block/qed.c
cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/block -Iblock -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -MMD -MP -MT block/qed-gencb.o -MF block/qed-gencb.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -c -o block/qed-gencb.o /home/don/qemu/block/qed-gencb.c
cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/block -Iblock -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -MMD -MP -MT block/qed-l2-cache.o -MF block/qed-l2-cache.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -c -o block/qed-l2-cache.o /home/don/qemu/block/qed-l2-cache.c
cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/block -Iblock -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -MMD -MP -MT block/qed-table.o -MF block/qed-table.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -c -o block/qed-table.o /home/don/qemu/block/qed-table.c
cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/block -Iblock -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -MMD -MP -MT block/qed-cluster.o -MF block/qed-cluster.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -c -o block/qed-cluster.o /home/don/qemu/block/qed-cluster.c
cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/block -Iblock -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -MMD -MP -MT block/qed-check.o -MF block/qed-check.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -c -o block/qed-check.o /home/don/qemu/block/qed-check.c
cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/block -Iblock -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -MMD -MP -MT block/vhdx.o -MF block/vhdx.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -c -o block/vhdx.o /home/don/qemu/block/vhdx.c
cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/block -Iblock -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -MMD -MP -MT block/vhdx-endian.o -MF block/vhdx-endian.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -c -o block/vhdx-endian.o /home/don/qemu/block/vhdx-endian.c
cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/block -Iblock -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -MMD -MP -MT block/vhdx-log.o -MF block/vhdx-log.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -c -o block/vhdx-log.o /home/don/qemu/block/vhdx-log.c
cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/block -Iblock -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -MMD -MP -MT block/parallels.o -MF block/parallels.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -c -o block/parallels.o /home/don/qemu/block/parallels.c
cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/block -Iblock -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -MMD -MP -MT block/blkdebug.o -MF block/blkdebug.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -c -o block/blkdebug.o /home/don/qemu/block/blkdebug.c
cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/block -Iblock -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -MMD -MP -MT block/blkverify.o -MF block/blkverify.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -c -o block/blkverify.o /home/don/qemu/block/blkverify.c
cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/block -Iblock -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -MMD -MP -MT block/snapshot.o -MF block/snapshot.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -c -o block/snapshot.o /home/don/qemu/block/snapshot.c
cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/block -Iblock -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -MMD -MP -MT block/qapi.o -MF block/qapi.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -c -o block/qapi.o /home/don/qemu/block/qapi.c
cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/block -Iblock -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -MMD -MP -MT block/raw-posix.o -MF block/raw-posix.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -c -o block/raw-posix.o /home/don/qemu/block/raw-posix.c
cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/block -Iblock -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -MMD -MP -MT block/nbd.o -MF block/nbd.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -c -o block/nbd.o /home/don/qemu/block/nbd.c
cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/block -Iblock -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -MMD -MP -MT block/sheepdog.o -MF block/sheepdog.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -c -o block/sheepdog.o /home/don/qemu/block/sheepdog.c
cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/block -Iblock -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests  -MMD -MP -MT block/curl.o -MF block/curl.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -c -o block/curl.o /home/don/qemu/block/curl.c
cc -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -Wl,--warn-common -m64 -g  -o qemu-nbd aio-posix.o async.o block.o block/blkdebug.o block/blkverify.o block/bochs.o block/cloop.o block/cow.o block/curl.o block/dmg.o block/nbd.o block/parallels.o block/qapi.o block/qcow.o block/qcow2-cache.o block/qcow2-cluster.o block/qcow2-refcount.o block/qcow2-snapshot.o block/qcow2.o block/qed-check.o block/qed-cluster.o block/qed-gencb.o block/qed-l2-cache.o block/qed-table.o block/qed.o block/raw-posix.o block/raw_bsd.o block/sheepdog.o block/snapshot.o block/vdi.o block/vhdx-endian.o block/vhdx-log.o block/vhdx.o block/vmdk.o block/vpc.o block/vvfat.o blockjob.o coroutine-ucontext.o iohandler.o main-loop.o nbd.o qapi-types.o qapi-visit.o qemu-coroutine-io.o qemu-coroutine-lock.o qemu-coroutine-sleep.o qemu-coroutine.o qemu-io-cmds.o qemu-nbd.o qemu-timer.o thread-pool.o libqemuutil.a libqemustub.a   -lrt -pthread -L/lib64 -lgthread-2.0 -lglib-2.0    -lz -L/usr/kerberos/lib64 -lcurl -ldl -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lidn -lssl -lcrypto -lz   -luuid 
sh /home/don/qemu/scripts/hxtool -h < /home/don/qemu/qemu-img-cmds.hx > qemu-img-cmds.h
cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu -I. -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -MMD -MP -MT qemu-img.o -MF ./qemu-img.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -c -o qemu-img.o /home/don/qemu/qemu-img.c
cc -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -Wl,--warn-common -m64 -g  -o qemu-img aio-posix.o async.o block.o block/blkdebug.o block/blkverify.o block/bochs.o block/cloop.o block/cow.o block/curl.o block/dmg.o block/nbd.o block/parallels.o block/qapi.o block/qcow.o block/qcow2-cache.o block/qcow2-cluster.o block/qcow2-refcount.o block/qcow2-snapshot.o block/qcow2.o block/qed-check.o block/qed-cluster.o block/qed-gencb.o block/qed-l2-cache.o block/qed-table.o block/qed.o block/raw-posix.o block/raw_bsd.o block/sheepdog.o block/snapshot.o block/vdi.o block/vhdx-endian.o block/vhdx-log.o block/vhdx.o block/vmdk.o block/vpc.o block/vvfat.o blockjob.o coroutine-ucontext.o iohandler.o main-loop.o nbd.o qapi-types.o qapi-visit.o qemu-coroutine-io.o qemu-coroutine-lock.o qemu-coroutine-sleep.o qemu-coroutine.o qemu-img.o qemu-io-cmds.o qemu-timer.o thread-pool.o libqemuutil.a libqemustub.a   -lrt -pthread -L/lib64 -lgthread-2.0 -lglib-2.0    -lz -L/usr/kerberos/lib64 -lcurl -ldl -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lidn -lssl -lcrypto -lz   -luuid 
cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu -I. -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -MMD -MP -MT qemu-io.o -MF ./qemu-io.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -c -o qemu-io.o /home/don/qemu/qemu-io.c
In file included from /home/don/qemu/trace/control.h:191,
                 from /home/don/qemu/qemu-io.c:22:
/home/don/qemu/trace/control.h:77: warning: 'trace_event_count' declared inline after being called
/home/don/qemu/trace/control.h:77: warning: previous declaration of 'trace_event_count' was here
cc -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -Wl,--warn-common -m64 -g  -o qemu-io aio-posix.o async.o block.o block/blkdebug.o block/blkverify.o block/bochs.o block/cloop.o block/cow.o block/curl.o block/dmg.o block/nbd.o block/parallels.o block/qapi.o block/qcow.o block/qcow2-cache.o block/qcow2-cluster.o block/qcow2-refcount.o block/qcow2-snapshot.o block/qcow2.o block/qed-check.o block/qed-cluster.o block/qed-gencb.o block/qed-l2-cache.o block/qed-table.o block/qed.o block/raw-posix.o block/raw_bsd.o block/sheepdog.o block/snapshot.o block/vdi.o block/vhdx-endian.o block/vhdx-log.o block/vhdx.o block/vmdk.o block/vpc.o block/vvfat.o blockjob.o coroutine-ucontext.o iohandler.o main-loop.o nbd.o qapi-types.o qapi-visit.o qemu-coroutine-io.o qemu-coroutine-lock.o qemu-coroutine-sleep.o qemu-coroutine.o qemu-io-cmds.o qemu-io.o qemu-timer.o thread-pool.o libqemuutil.a libqemustub.a   -lrt -pthread -L/lib64 -lgthread-2.0 -lglib-2.0    -lz -L/usr/kerberos/lib64 -lcurl -ldl -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lidn -lssl -lcrypto -lz   -luuid 
cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/fsdev -Ifsdev -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -MMD -MP -MT fsdev/virtfs-proxy-helper.o -MF fsdev/virtfs-proxy-helper.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -c -o fsdev/virtfs-proxy-helper.o /home/don/qemu/fsdev/virtfs-proxy-helper.c
cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/fsdev -Ifsdev -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -MMD -MP -MT fsdev/virtio-9p-marshal.o -MF fsdev/virtio-9p-marshal.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -c -o fsdev/virtio-9p-marshal.o /home/don/qemu/fsdev/virtio-9p-marshal.c
cc -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -Wl,--warn-common -m64 -g  -o fsdev/virtfs-proxy-helper fsdev/virtfs-proxy-helper.o fsdev/virtio-9p-marshal.o libqemuutil.a libqemustub.a   -lrt -pthread -L/lib64 -lgthread-2.0 -lglib-2.0    -lz -L/usr/kerberos/lib64 -lcurl -ldl -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lidn -lssl -lcrypto -lz   -luuid  -lcap
cc -I/home/don/qemu/tcg -I/home/don/qemu/tcg/i386 -I/home/don/qemu/linux-headers -I/home/don/qemu/out/tmp/linux-headers -I. -I/home/don/qemu -I/home/don/qemu/include -I/home/don/qemu/libcacard -I/home/don/qemu/libcacard -Ilibcacard -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -MMD -MP -MT libcacard/vscclient.o -MF libcacard/vscclient.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -c -o libcacard/vscclient.o /home/don/qemu/libcacard/vscclient.c
/home/don/qemu/libcacard/vscclient.c: In function 'do_socket_read':
/home/don/qemu/libcacard/vscclient.c:410: warning: implicit declaration of function 'g_warn_if_reached'
/home/don/qemu/libcacard/vscclient.c:410: warning: nested extern declaration of 'g_warn_if_reached'
/home/don/qemu/libcacard/vscclient.c: In function 'main':
/home/don/qemu/libcacard/vscclient.c:763: warning: implicit declaration of function 'g_byte_array_unref'
/home/don/qemu/libcacard/vscclient.c:763: warning: nested extern declaration of 'g_byte_array_unref'
libtool  --mode=link --tag=CC cc -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all   -I/usr/include/libpng12   -I/usr/include/nss3 -I/usr/include/nspr4   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/pixman-1   -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/home/don/qemu/tests -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g  -Wl,--warn-common -m64 -g  -o vscclient libcacard/vscclient.o libcacard.la  -Wc,-fstack-protector-all -lrt -pthread -L/lib64 -lgthread-2.0 -lglib-2.0    -lz -L/usr/kerberos/lib64 -lcurl -ldl -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lidn -lssl -lcrypto -lz   -luuid 
cc -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fstack-protector-all -I/usr/include/libpng12 -I/usr/include/nss3 -I/usr/include/nspr4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/home/don/qemu/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/home/don/qemu/tests -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g -Wl,--warn-common -m64 -g -o .libs/vscclient libcacard/vscclient.o -Wl,-fstack-protector-all -pthread  ./.libs/libcacard.so -L/lib64 -L/usr/kerberos/lib64 -lssl3 -lsmime3 -lnss3 -lnssutil3 -lplds4 -lplc4 -lnspr4 -lpthread -lrt -lgthread-2.0 -lglib-2.0 -lcurl -ldl -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lidn -lssl -lcrypto -lz -luuid  -Wl,--rpath -Wl,/usr/local/lib
/usr/bin/ld: -f may not be used without -shared
collect2: ld returned 1 exit status
make: *** [vscclient] Error 1

[-- Attachment #3: Type: text/plain, Size: 126 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

  reply	other threads:[~2013-12-04  1:32 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20131202223641.6000.456.malonedeb@chaenomeles.canonical.com>
2013-12-03 13:25 ` [Bug 1257099] [NEW] QEMU fails to build on CentOS 5.10 with relocation R_X86_64_PC32 error Stefano Stabellini
2013-12-03 14:06   ` Paolo Bonzini
2013-12-03 20:19     ` Don Slutz
2013-12-03 17:15   ` Paolo Bonzini
2013-12-04  1:32     ` Don Slutz [this message]
2013-12-05 15:18       ` Paolo Bonzini
2013-12-05 19:09         ` Don Slutz
2013-12-05 21:24         ` Richard Henderson
2013-12-06  3:20           ` Don Slutz
2013-12-09 12:47             ` Don Slutz
2013-12-09 13:22               ` Paolo Bonzini
2013-12-14 20:21                 ` Don Slutz
2013-12-15 16:01                   ` Don Slutz
2013-12-07 13:27         ` Don Slutz

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=529E8638.2010102@terremark.com \
    --to=dslutz@verizon.com \
    --cc=1257099@bugs.launchpad.net \
    --cc=Ian.Campbell@citrix.com \
    --cc=pbonzini@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=stefano.stabellini@eu.citrix.com \
    --cc=xen-devel@lists.xensource.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).