Re: The fist problem to compile libvirt in a Debian etch.

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

 



Attached the commands result for CFLAGS="-fno-stack-protector" ./configure 2>&1 | tee configure.log and make 2>&1 | tee make.log.

Is possible run the make only if I comment the libxml test in configure script.

regards



On 5/7/07, Marco Sinhoreli <msinhore@xxxxxxxxx> wrote:
Hello guys,

To finish the libvirt compilation, I've commented:

file: libvirt/configure:
#elif test "z$with_libxml" = "z" -a "z$PKG_CONFIG_ENABLED" = "zyes" ; then
#    PKG_CHECK_MODULES(LIBXML, libxml-2.0 >= $LIBXML_MIN_VERSION,
#       LIBXML_FOUND=yes,
#       LIBXML_FOUND=no)

I know that the libxml in my system is in correct version. the var LIBXML_MIN_VERSION in configure script is set to "2.5.0". This is the version in my system:
# dpkg -l | grep libxml2
ii  libxml2                2.6.27.dfsg-1                   GNOME XML library
ii  libxml2-dev            2.6.27.dfsg-1                   Development files for the GNOME XML library

file: libvirt/tests/xencapstest.c
  /*  if (!(actualxml = xenHypervisorMakeCapabilitiesXML(NULL, hostmachine, fp1, fp2)))
      goto fail;*/

In libvirt/tests/xencapstest.c, I don't know if comment it is correct.
Any idea? I do it correctly? this test is important to libvirt?

This is the return error if I not comment the conditional 'if' in libvirt/tests/xencapstest.c:

gcc -fno-stack-protector -o xencapstest xencapstest.o testutils.o ../src/.libs/libvirt_la-conf.o ../src/.libs/libvirt_la-hash.o ../src/.libs/libvirt_la-libvirt.o ../src/.libs/libvirt_la-proxy_internal.o ../src/.libs/libvirt_la-qemu_internal.o ../src/.libs/libvirt_la- sexpr.o ../src/.libs/libvirt_la-test.o ../src/.libs/libvirt_la-virterror.o ../src/.libs/libvirt_la-xend_internal.o ../src/.libs/libvirt_la-xen_internal.o ../src/.libs/libvirt_la-xen_unified.o ../src/.libs/libvirt_la-xm_internal.o ../src/.libs/libvirt_la- xml.o ../src/.libs/libvirt_la-xs_internal.o  -L/usr/lib /usr/lib/libxml2.so
xencapstest.o: In function `testCompareFiles':
xencapstest.c:(.text+0xb4): undefined reference to `xenHypervisorMakeCapabilitiesXML'
collect2: ld returned 1 exit status
make[3]: ** [xencapstest] Erro 1


regards



On 5/5/07, Marco Sinhoreli < msinhore@xxxxxxxxx> wrote:
Hello Richard,

I tried with debian do it. In command autogen.sh return it:

$ ./autogen.sh --prefix=/usr/local --enable-compile-warnings=error --enable-debug=yes
[...]
./configure: line 20698: syntax error near unexpected token `LIBXML,'
./configure: line 20698: `    PKG_CHECK_MODULES(LIBXML, libxml-2.0 >= $LIBXML_MIN_VERSION,'

I read the 'configure' shell script code and in release 0.1.11 the libxml section is different. I know that if I comment this entry I run this scrtipt without errors but it isn't elegant :-)

Thanks Richard,

regards


On 5/5/07, Richard W.M. Jones < rjones@xxxxxxxxxx> wrote:
Marco Sinhoreli wrote:
> Hello list,
>
> I'm writing a how-to about libvirt compilation in Debian Etch. Well, I
> tried to compile version 0.1.11 in a Debian etch completly newly built
> from debootstrap. These are the steps that I took:
> ----- init commands
> apt-get install make gcc
> # cd /usr/src && wget
> http://libvirt.org/sources/libvirt-cvs-snapshot.tar.gz && tar -xzvf
> libvirt-cvs-snapshot.tar.gz
> # cd libvirt-0.1.11

It looks like CVS snapshots aren't being updated!  The one on the site
at the moment dates from 2007-02-14 and as you found out contains
libvirt-0.1.11, which is ancient history.  I'll ask Daniel Veillard
about that one next week.

I also tried building libvirt on Debian and didn't get very far either.
  But we're committed to making libvirt work on Debian (and Ubuntu, and
other free OSes for that matter).

So if you have the time can you try this to get the latest CVS version:

# apt-get install cvs gcc make gettext automake1.9

$ cvs -d ': pserver:anoncvs@xxxxxxxxxxx:2401/data/cvs' co login
   # at the prompt type anoncvs

$ cvs -d ': pserver:anoncvs@xxxxxxxxxxx:2401/data/cvs ' co libvirt
   # the above will check out the source into a subdir called libvirt

$ cd libvirt

$ ./autogen.sh --prefix=$HOME/local --enable-compile-warnings=error
--enable-debug=yes
   # you can change the --prefix to something more useful

If the above succeeds -- and it didn't for me -- then:

$ make

If any of the steps fail then post the full output.  I can look at why
libvirt on Debian is failing next week.

Thanks for helping with libvirt,

Rich.

--
Emerging Technologies, Red Hat  http://et.redhat.com/~rjones/
64 Baker Street, London, W1U 7DF     Mobile: +44 7866 314 421

Registered Address: Red Hat UK Ltd, Amberley Place, 107-111 Peascod
Street, Windsor, Berkshire, SL4 1TE, United Kingdom.
Registered in England and Wales under Company Registration No. 3798903
Directors: Michael Cunningham (USA), Charlie Peters (USA) and David
Owens (Ireland)




--
Marco Sinhoreli





--
Marco Sinhoreli
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
extra=535
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for a BSD-compatible install... /usr/bin/install -c
checking how to run the C preprocessor... gcc -E
checking for rm... /bin/rm
checking for mv... /bin/mv
checking for tar... /bin/tar
checking for xmllint... /usr/bin/xmllint
checking for xsltproc... /usr/bin/xsltproc
checking for regexec... yes
checking for function prototypes... yes
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for string.h... (cached) yes
checking for a sed that does not truncate output... /bin/sed
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for g77... no
checking for xlf... no
checking for f77... no
checking for frt... no
checking for pgf77... no
checking for cf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for xlf90... no
checking for f90... no
checking for pgf90... no
checking for pghpf... no
checking for epcf90... no
checking for gfortran... no
checking for g95... no
checking for xlf95... no
checking for f95... no
checking for fort... no
checking for ifort... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for ftn... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether  accepts -g... no
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking whether gcc and cc understand -c and -o together... yes
checking whether gcc understands -Wp,-D_FORTIFY_SOURCE=2... yes
checking whether gcc understands -fexceptions... yes
checking whether gcc understands -fstack-protector... yes
checking whether gcc understands --param=ssp-buffer-size=4... yes
checking whether gcc understands -fasynchronous-unwind-tables... yes
checking whether gcc understands -Wall... yes
checking whether gcc understands -Wmissing-prototypes... yes
checking whether gcc understands -Wnested-externs... yes
checking whether gcc understands -Wpointer-arith... yes
checking whether gcc understands -Wextra... yes
checking whether gcc understands -Wshadow... yes
checking whether gcc understands -Wcast-align... yes
checking whether gcc understands -Wwrite-strings... yes
checking whether gcc understands -Waggregate-return... yes
checking whether gcc understands -Wstrict-prototypes... yes
checking whether gcc understands -Winline... yes
checking whether gcc understands -Wredundant-decls... yes
checking whether gcc understands -Wno-sign-compare... yes
checking what language compliance flags to pass to the C compiler... 
checking where to write libvirt_qemud PID file... ${prefix}/var/run/libvirt_qemud.pid
checking for init script flavor... none
checking for iptables... /sbin/iptables
checking for library containing xs_read... no
Xen store library not found
checking for sysfs_open_device in -lsysfs... no
checking linux/param.h usability... yes
checking linux/param.h presence... yes
checking for linux/param.h... yes
checking linux/sockios.h usability... yes
checking linux/sockios.h presence... yes
checking for linux/sockios.h... yes
checking linux/if_bridge.h usability... yes
checking linux/if_bridge.h presence... yes
checking for linux/if_bridge.h... yes
checking linux/if_tun.h usability... yes
checking linux/if_tun.h presence... yes
checking for linux/if_tun.h... yes
checking libxml2   no  ... checking for libxml2 libraries >= 2.5.0... checking libxml2   xml2-config  ... yes ('')
checking for initscr in -lcurses... yes
checking for main in -lreadline... yes
checking for python... /usr/bin/python
Found Python version 2.4
checking whether this host is running a Xen kernel... yes
checking If XenD UNIX socket /var/run/xend/xmlrpc.sock is accessible... no
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for shared library run path origin... done
checking whether NLS is requested... yes
checking for GNU gettext in libc... yes
checking whether to use NLS... yes
checking where the gettext function comes from... libc
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating include/Makefile
config.status: creating docs/Makefile
config.status: creating docs/examples/Makefile
config.status: creating docs/devhelp/Makefile
config.status: creating docs/examples/python/Makefile
config.status: creating libvirt.pc
config.status: creating libvirt.spec
config.status: creating po/Makefile.in
config.status: WARNING:  po/Makefile.in.in seems to ignore the --datarootdir setting
config.status: creating scripts/Makefile
config.status: creating include/libvirt/Makefile
config.status: creating include/libvirt/libvirt.h
config.status: creating python/Makefile
config.status: creating python/tests/Makefile
config.status: creating qemud/Makefile
config.status: creating m4/Makefile
config.status: creating tests/Makefile
config.status: creating proxy/Makefile
config.status: creating tests/xml2sexprdata/Makefile
config.status: creating tests/sexpr2xmldata/Makefile
config.status: creating tests/xmconfigdata/Makefile
config.status: creating tests/xencapsdata/Makefile
config.status: creating tests/virshdata/Makefile
config.status: creating tests/confdata/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: executing default-1 commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
make  all-recursive
make[1]: Entrando no diretório `/usr/src/libvirt'
Making all in src
make[2]: Entrando no diretório `/usr/src/libvirt/src'
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I/usr/include/libxml2 -I../qemud -DBINDIR=\""/usr/local/libexec"\" -DSBINDIR=\""/usr/local/sbin"\" -DLOCALEBASEDIR=\""/usr/local/share/locale"\" -DLOCAL_STATE_DIR=\""/usr/local/var"\" -DGETTEXT_PACKAGE=\"libvirt\" -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wextra -Wshadow -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Winline -Wredundant-decls -Wno-sign-compare  -DWITH_QEMU -DWITH_TEST    -fno-stack-protector -MT libvirt_la-libvirt.lo -MD -MP -MF ".deps/libvirt_la-libvirt.Tpo" -c -o libvirt_la-libvirt.lo `test -f 'libvirt.c' || echo './'`libvirt.c; \
	then mv -f ".deps/libvirt_la-libvirt.Tpo" ".deps/libvirt_la-libvirt.Plo"; else rm -f ".deps/libvirt_la-libvirt.Tpo"; exit 1; fi
mkdir .libs
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I/usr/include/libxml2 -I../qemud -DBINDIR=\"/usr/local/libexec\" -DSBINDIR=\"/usr/local/sbin\" -DLOCALEBASEDIR=\"/usr/local/share/locale\" -DLOCAL_STATE_DIR=\"/usr/local/var\" -DGETTEXT_PACKAGE=\"libvirt\" -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wextra -Wshadow -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Winline -Wredundant-decls -Wno-sign-compare -DWITH_QEMU -DWITH_TEST -fno-stack-protector -MT libvirt_la-libvirt.lo -MD -MP -MF .deps/libvirt_la-libvirt.Tpo -c libvirt.c  -fPIC -DPIC -o .libs/libvirt_la-libvirt.o
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I/usr/include/libxml2 -I../qemud -DBINDIR=\"/usr/local/libexec\" -DSBINDIR=\"/usr/local/sbin\" -DLOCALEBASEDIR=\"/usr/local/share/locale\" -DLOCAL_STATE_DIR=\"/usr/local/var\" -DGETTEXT_PACKAGE=\"libvirt\" -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wextra -Wshadow -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Winline -Wredundant-decls -Wno-sign-compare -DWITH_QEMU -DWITH_TEST -fno-stack-protector -MT libvirt_la-libvirt.lo -MD -MP -MF .deps/libvirt_la-libvirt.Tpo -c libvirt.c -o libvirt_la-libvirt.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I/usr/include/libxml2 -I../qemud -DBINDIR=\""/usr/local/libexec"\" -DSBINDIR=\""/usr/local/sbin"\" -DLOCALEBASEDIR=\""/usr/local/share/locale"\" -DLOCAL_STATE_DIR=\""/usr/local/var"\" -DGETTEXT_PACKAGE=\"libvirt\" -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wextra -Wshadow -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Winline -Wredundant-decls -Wno-sign-compare  -DWITH_QEMU -DWITH_TEST    -fno-stack-protector -MT libvirt_la-hash.lo -MD -MP -MF ".deps/libvirt_la-hash.Tpo" -c -o libvirt_la-hash.lo `test -f 'hash.c' || echo './'`hash.c; \
	then mv -f ".deps/libvirt_la-hash.Tpo" ".deps/libvirt_la-hash.Plo"; else rm -f ".deps/libvirt_la-hash.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I/usr/include/libxml2 -I../qemud -DBINDIR=\"/usr/local/libexec\" -DSBINDIR=\"/usr/local/sbin\" -DLOCALEBASEDIR=\"/usr/local/share/locale\" -DLOCAL_STATE_DIR=\"/usr/local/var\" -DGETTEXT_PACKAGE=\"libvirt\" -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wextra -Wshadow -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Winline -Wredundant-decls -Wno-sign-compare -DWITH_QEMU -DWITH_TEST -fno-stack-protector -MT libvirt_la-hash.lo -MD -MP -MF .deps/libvirt_la-hash.Tpo -c hash.c  -fPIC -DPIC -o .libs/libvirt_la-hash.o
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I/usr/include/libxml2 -I../qemud -DBINDIR=\"/usr/local/libexec\" -DSBINDIR=\"/usr/local/sbin\" -DLOCALEBASEDIR=\"/usr/local/share/locale\" -DLOCAL_STATE_DIR=\"/usr/local/var\" -DGETTEXT_PACKAGE=\"libvirt\" -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wextra -Wshadow -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Winline -Wredundant-decls -Wno-sign-compare -DWITH_QEMU -DWITH_TEST -fno-stack-protector -MT libvirt_la-hash.lo -MD -MP -MF .deps/libvirt_la-hash.Tpo -c hash.c -o libvirt_la-hash.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I/usr/include/libxml2 -I../qemud -DBINDIR=\""/usr/local/libexec"\" -DSBINDIR=\""/usr/local/sbin"\" -DLOCALEBASEDIR=\""/usr/local/share/locale"\" -DLOCAL_STATE_DIR=\""/usr/local/var"\" -DGETTEXT_PACKAGE=\"libvirt\" -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wextra -Wshadow -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Winline -Wredundant-decls -Wno-sign-compare  -DWITH_QEMU -DWITH_TEST    -fno-stack-protector -MT libvirt_la-test.lo -MD -MP -MF ".deps/libvirt_la-test.Tpo" -c -o libvirt_la-test.lo `test -f 'test.c' || echo './'`test.c; \
	then mv -f ".deps/libvirt_la-test.Tpo" ".deps/libvirt_la-test.Plo"; else rm -f ".deps/libvirt_la-test.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I/usr/include/libxml2 -I../qemud -DBINDIR=\"/usr/local/libexec\" -DSBINDIR=\"/usr/local/sbin\" -DLOCALEBASEDIR=\"/usr/local/share/locale\" -DLOCAL_STATE_DIR=\"/usr/local/var\" -DGETTEXT_PACKAGE=\"libvirt\" -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wextra -Wshadow -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Winline -Wredundant-decls -Wno-sign-compare -DWITH_QEMU -DWITH_TEST -fno-stack-protector -MT libvirt_la-test.lo -MD -MP -MF .deps/libvirt_la-test.Tpo -c test.c  -fPIC -DPIC -o .libs/libvirt_la-test.o
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I/usr/include/libxml2 -I../qemud -DBINDIR=\"/usr/local/libexec\" -DSBINDIR=\"/usr/local/sbin\" -DLOCALEBASEDIR=\"/usr/local/share/locale\" -DLOCAL_STATE_DIR=\"/usr/local/var\" -DGETTEXT_PACKAGE=\"libvirt\" -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wextra -Wshadow -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Winline -Wredundant-decls -Wno-sign-compare -DWITH_QEMU -DWITH_TEST -fno-stack-protector -MT libvirt_la-test.lo -MD -MP -MF .deps/libvirt_la-test.Tpo -c test.c -o libvirt_la-test.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I/usr/include/libxml2 -I../qemud -DBINDIR=\""/usr/local/libexec"\" -DSBINDIR=\""/usr/local/sbin"\" -DLOCALEBASEDIR=\""/usr/local/share/locale"\" -DLOCAL_STATE_DIR=\""/usr/local/var"\" -DGETTEXT_PACKAGE=\"libvirt\" -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wextra -Wshadow -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Winline -Wredundant-decls -Wno-sign-compare  -DWITH_QEMU -DWITH_TEST    -fno-stack-protector -MT libvirt_la-xml.lo -MD -MP -MF ".deps/libvirt_la-xml.Tpo" -c -o libvirt_la-xml.lo `test -f 'xml.c' || echo './'`xml.c; \
	then mv -f ".deps/libvirt_la-xml.Tpo" ".deps/libvirt_la-xml.Plo"; else rm -f ".deps/libvirt_la-xml.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I/usr/include/libxml2 -I../qemud -DBINDIR=\"/usr/local/libexec\" -DSBINDIR=\"/usr/local/sbin\" -DLOCALEBASEDIR=\"/usr/local/share/locale\" -DLOCAL_STATE_DIR=\"/usr/local/var\" -DGETTEXT_PACKAGE=\"libvirt\" -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wextra -Wshadow -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Winline -Wredundant-decls -Wno-sign-compare -DWITH_QEMU -DWITH_TEST -fno-stack-protector -MT libvirt_la-xml.lo -MD -MP -MF .deps/libvirt_la-xml.Tpo -c xml.c  -fPIC -DPIC -o .libs/libvirt_la-xml.o
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I/usr/include/libxml2 -I../qemud -DBINDIR=\"/usr/local/libexec\" -DSBINDIR=\"/usr/local/sbin\" -DLOCALEBASEDIR=\"/usr/local/share/locale\" -DLOCAL_STATE_DIR=\"/usr/local/var\" -DGETTEXT_PACKAGE=\"libvirt\" -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wextra -Wshadow -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Winline -Wredundant-decls -Wno-sign-compare -DWITH_QEMU -DWITH_TEST -fno-stack-protector -MT libvirt_la-xml.lo -MD -MP -MF .deps/libvirt_la-xml.Tpo -c xml.c -o libvirt_la-xml.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I/usr/include/libxml2 -I../qemud -DBINDIR=\""/usr/local/libexec"\" -DSBINDIR=\""/usr/local/sbin"\" -DLOCALEBASEDIR=\""/usr/local/share/locale"\" -DLOCAL_STATE_DIR=\""/usr/local/var"\" -DGETTEXT_PACKAGE=\"libvirt\" -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wextra -Wshadow -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Winline -Wredundant-decls -Wno-sign-compare  -DWITH_QEMU -DWITH_TEST    -fno-stack-protector -MT libvirt_la-xen_unified.lo -MD -MP -MF ".deps/libvirt_la-xen_unified.Tpo" -c -o libvirt_la-xen_unified.lo `test -f 'xen_unified.c' || echo './'`xen_unified.c; \
	then mv -f ".deps/libvirt_la-xen_unified.Tpo" ".deps/libvirt_la-xen_unified.Plo"; else rm -f ".deps/libvirt_la-xen_unified.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I/usr/include/libxml2 -I../qemud -DBINDIR=\"/usr/local/libexec\" -DSBINDIR=\"/usr/local/sbin\" -DLOCALEBASEDIR=\"/usr/local/share/locale\" -DLOCAL_STATE_DIR=\"/usr/local/var\" -DGETTEXT_PACKAGE=\"libvirt\" -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wextra -Wshadow -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Winline -Wredundant-decls -Wno-sign-compare -DWITH_QEMU -DWITH_TEST -fno-stack-protector -MT libvirt_la-xen_unified.lo -MD -MP -MF .deps/libvirt_la-xen_unified.Tpo -c xen_unified.c  -fPIC -DPIC -o .libs/libvirt_la-xen_unified.o
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I/usr/include/libxml2 -I../qemud -DBINDIR=\"/usr/local/libexec\" -DSBINDIR=\"/usr/local/sbin\" -DLOCALEBASEDIR=\"/usr/local/share/locale\" -DLOCAL_STATE_DIR=\"/usr/local/var\" -DGETTEXT_PACKAGE=\"libvirt\" -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wextra -Wshadow -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Winline -Wredundant-decls -Wno-sign-compare -DWITH_QEMU -DWITH_TEST -fno-stack-protector -MT libvirt_la-xen_unified.lo -MD -MP -MF .deps/libvirt_la-xen_unified.Tpo -c xen_unified.c -o libvirt_la-xen_unified.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I/usr/include/libxml2 -I../qemud -DBINDIR=\""/usr/local/libexec"\" -DSBINDIR=\""/usr/local/sbin"\" -DLOCALEBASEDIR=\""/usr/local/share/locale"\" -DLOCAL_STATE_DIR=\""/usr/local/var"\" -DGETTEXT_PACKAGE=\"libvirt\" -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wextra -Wshadow -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Winline -Wredundant-decls -Wno-sign-compare  -DWITH_QEMU -DWITH_TEST    -fno-stack-protector -MT libvirt_la-xen_internal.lo -MD -MP -MF ".deps/libvirt_la-xen_internal.Tpo" -c -o libvirt_la-xen_internal.lo `test -f 'xen_internal.c' || echo './'`xen_internal.c; \
	then mv -f ".deps/libvirt_la-xen_internal.Tpo" ".deps/libvirt_la-xen_internal.Plo"; else rm -f ".deps/libvirt_la-xen_internal.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I/usr/include/libxml2 -I../qemud -DBINDIR=\"/usr/local/libexec\" -DSBINDIR=\"/usr/local/sbin\" -DLOCALEBASEDIR=\"/usr/local/share/locale\" -DLOCAL_STATE_DIR=\"/usr/local/var\" -DGETTEXT_PACKAGE=\"libvirt\" -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wextra -Wshadow -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Winline -Wredundant-decls -Wno-sign-compare -DWITH_QEMU -DWITH_TEST -fno-stack-protector -MT libvirt_la-xen_internal.lo -MD -MP -MF .deps/libvirt_la-xen_internal.Tpo -c xen_internal.c  -fPIC -DPIC -o .libs/libvirt_la-xen_internal.o
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I/usr/include/libxml2 -I../qemud -DBINDIR=\"/usr/local/libexec\" -DSBINDIR=\"/usr/local/sbin\" -DLOCALEBASEDIR=\"/usr/local/share/locale\" -DLOCAL_STATE_DIR=\"/usr/local/var\" -DGETTEXT_PACKAGE=\"libvirt\" -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wextra -Wshadow -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Winline -Wredundant-decls -Wno-sign-compare -DWITH_QEMU -DWITH_TEST -fno-stack-protector -MT libvirt_la-xen_internal.lo -MD -MP -MF .deps/libvirt_la-xen_internal.Tpo -c xen_internal.c -o libvirt_la-xen_internal.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I/usr/include/libxml2 -I../qemud -DBINDIR=\""/usr/local/libexec"\" -DSBINDIR=\""/usr/local/sbin"\" -DLOCALEBASEDIR=\""/usr/local/share/locale"\" -DLOCAL_STATE_DIR=\""/usr/local/var"\" -DGETTEXT_PACKAGE=\"libvirt\" -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wextra -Wshadow -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Winline -Wredundant-decls -Wno-sign-compare  -DWITH_QEMU -DWITH_TEST    -fno-stack-protector -MT libvirt_la-xs_internal.lo -MD -MP -MF ".deps/libvirt_la-xs_internal.Tpo" -c -o libvirt_la-xs_internal.lo `test -f 'xs_internal.c' || echo './'`xs_internal.c; \
	then mv -f ".deps/libvirt_la-xs_internal.Tpo" ".deps/libvirt_la-xs_internal.Plo"; else rm -f ".deps/libvirt_la-xs_internal.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I/usr/include/libxml2 -I../qemud -DBINDIR=\"/usr/local/libexec\" -DSBINDIR=\"/usr/local/sbin\" -DLOCALEBASEDIR=\"/usr/local/share/locale\" -DLOCAL_STATE_DIR=\"/usr/local/var\" -DGETTEXT_PACKAGE=\"libvirt\" -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wextra -Wshadow -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Winline -Wredundant-decls -Wno-sign-compare -DWITH_QEMU -DWITH_TEST -fno-stack-protector -MT libvirt_la-xs_internal.lo -MD -MP -MF .deps/libvirt_la-xs_internal.Tpo -c xs_internal.c  -fPIC -DPIC -o .libs/libvirt_la-xs_internal.o
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I/usr/include/libxml2 -I../qemud -DBINDIR=\"/usr/local/libexec\" -DSBINDIR=\"/usr/local/sbin\" -DLOCALEBASEDIR=\"/usr/local/share/locale\" -DLOCAL_STATE_DIR=\"/usr/local/var\" -DGETTEXT_PACKAGE=\"libvirt\" -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wextra -Wshadow -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Winline -Wredundant-decls -Wno-sign-compare -DWITH_QEMU -DWITH_TEST -fno-stack-protector -MT libvirt_la-xs_internal.lo -MD -MP -MF .deps/libvirt_la-xs_internal.Tpo -c xs_internal.c -o libvirt_la-xs_internal.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I/usr/include/libxml2 -I../qemud -DBINDIR=\""/usr/local/libexec"\" -DSBINDIR=\""/usr/local/sbin"\" -DLOCALEBASEDIR=\""/usr/local/share/locale"\" -DLOCAL_STATE_DIR=\""/usr/local/var"\" -DGETTEXT_PACKAGE=\"libvirt\" -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wextra -Wshadow -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Winline -Wredundant-decls -Wno-sign-compare  -DWITH_QEMU -DWITH_TEST    -fno-stack-protector -MT libvirt_la-xend_internal.lo -MD -MP -MF ".deps/libvirt_la-xend_internal.Tpo" -c -o libvirt_la-xend_internal.lo `test -f 'xend_internal.c' || echo './'`xend_internal.c; \
	then mv -f ".deps/libvirt_la-xend_internal.Tpo" ".deps/libvirt_la-xend_internal.Plo"; else rm -f ".deps/libvirt_la-xend_internal.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I/usr/include/libxml2 -I../qemud -DBINDIR=\"/usr/local/libexec\" -DSBINDIR=\"/usr/local/sbin\" -DLOCALEBASEDIR=\"/usr/local/share/locale\" -DLOCAL_STATE_DIR=\"/usr/local/var\" -DGETTEXT_PACKAGE=\"libvirt\" -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wextra -Wshadow -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Winline -Wredundant-decls -Wno-sign-compare -DWITH_QEMU -DWITH_TEST -fno-stack-protector -MT libvirt_la-xend_internal.lo -MD -MP -MF .deps/libvirt_la-xend_internal.Tpo -c xend_internal.c  -fPIC -DPIC -o .libs/libvirt_la-xend_internal.o
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I/usr/include/libxml2 -I../qemud -DBINDIR=\"/usr/local/libexec\" -DSBINDIR=\"/usr/local/sbin\" -DLOCALEBASEDIR=\"/usr/local/share/locale\" -DLOCAL_STATE_DIR=\"/usr/local/var\" -DGETTEXT_PACKAGE=\"libvirt\" -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wextra -Wshadow -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Winline -Wredundant-decls -Wno-sign-compare -DWITH_QEMU -DWITH_TEST -fno-stack-protector -MT libvirt_la-xend_internal.lo -MD -MP -MF .deps/libvirt_la-xend_internal.Tpo -c xend_internal.c -o libvirt_la-xend_internal.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I/usr/include/libxml2 -I../qemud -DBINDIR=\""/usr/local/libexec"\" -DSBINDIR=\""/usr/local/sbin"\" -DLOCALEBASEDIR=\""/usr/local/share/locale"\" -DLOCAL_STATE_DIR=\""/usr/local/var"\" -DGETTEXT_PACKAGE=\"libvirt\" -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wextra -Wshadow -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Winline -Wredundant-decls -Wno-sign-compare  -DWITH_QEMU -DWITH_TEST    -fno-stack-protector -MT libvirt_la-sexpr.lo -MD -MP -MF ".deps/libvirt_la-sexpr.Tpo" -c -o libvirt_la-sexpr.lo `test -f 'sexpr.c' || echo './'`sexpr.c; \
	then mv -f ".deps/libvirt_la-sexpr.Tpo" ".deps/libvirt_la-sexpr.Plo"; else rm -f ".deps/libvirt_la-sexpr.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I/usr/include/libxml2 -I../qemud -DBINDIR=\"/usr/local/libexec\" -DSBINDIR=\"/usr/local/sbin\" -DLOCALEBASEDIR=\"/usr/local/share/locale\" -DLOCAL_STATE_DIR=\"/usr/local/var\" -DGETTEXT_PACKAGE=\"libvirt\" -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wextra -Wshadow -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Winline -Wredundant-decls -Wno-sign-compare -DWITH_QEMU -DWITH_TEST -fno-stack-protector -MT libvirt_la-sexpr.lo -MD -MP -MF .deps/libvirt_la-sexpr.Tpo -c sexpr.c  -fPIC -DPIC -o .libs/libvirt_la-sexpr.o
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I/usr/include/libxml2 -I../qemud -DBINDIR=\"/usr/local/libexec\" -DSBINDIR=\"/usr/local/sbin\" -DLOCALEBASEDIR=\"/usr/local/share/locale\" -DLOCAL_STATE_DIR=\"/usr/local/var\" -DGETTEXT_PACKAGE=\"libvirt\" -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wextra -Wshadow -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Winline -Wredundant-decls -Wno-sign-compare -DWITH_QEMU -DWITH_TEST -fno-stack-protector -MT libvirt_la-sexpr.lo -MD -MP -MF .deps/libvirt_la-sexpr.Tpo -c sexpr.c -o libvirt_la-sexpr.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I/usr/include/libxml2 -I../qemud -DBINDIR=\""/usr/local/libexec"\" -DSBINDIR=\""/usr/local/sbin"\" -DLOCALEBASEDIR=\""/usr/local/share/locale"\" -DLOCAL_STATE_DIR=\""/usr/local/var"\" -DGETTEXT_PACKAGE=\"libvirt\" -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wextra -Wshadow -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Winline -Wredundant-decls -Wno-sign-compare  -DWITH_QEMU -DWITH_TEST    -fno-stack-protector -MT libvirt_la-virterror.lo -MD -MP -MF ".deps/libvirt_la-virterror.Tpo" -c -o libvirt_la-virterror.lo `test -f 'virterror.c' || echo './'`virterror.c; \
	then mv -f ".deps/libvirt_la-virterror.Tpo" ".deps/libvirt_la-virterror.Plo"; else rm -f ".deps/libvirt_la-virterror.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I/usr/include/libxml2 -I../qemud -DBINDIR=\"/usr/local/libexec\" -DSBINDIR=\"/usr/local/sbin\" -DLOCALEBASEDIR=\"/usr/local/share/locale\" -DLOCAL_STATE_DIR=\"/usr/local/var\" -DGETTEXT_PACKAGE=\"libvirt\" -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wextra -Wshadow -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Winline -Wredundant-decls -Wno-sign-compare -DWITH_QEMU -DWITH_TEST -fno-stack-protector -MT libvirt_la-virterror.lo -MD -MP -MF .deps/libvirt_la-virterror.Tpo -c virterror.c  -fPIC -DPIC -o .libs/libvirt_la-virterror.o
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I/usr/include/libxml2 -I../qemud -DBINDIR=\"/usr/local/libexec\" -DSBINDIR=\"/usr/local/sbin\" -DLOCALEBASEDIR=\"/usr/local/share/locale\" -DLOCAL_STATE_DIR=\"/usr/local/var\" -DGETTEXT_PACKAGE=\"libvirt\" -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wextra -Wshadow -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Winline -Wredundant-decls -Wno-sign-compare -DWITH_QEMU -DWITH_TEST -fno-stack-protector -MT libvirt_la-virterror.lo -MD -MP -MF .deps/libvirt_la-virterror.Tpo -c virterror.c -o libvirt_la-virterror.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I/usr/include/libxml2 -I../qemud -DBINDIR=\""/usr/local/libexec"\" -DSBINDIR=\""/usr/local/sbin"\" -DLOCALEBASEDIR=\""/usr/local/share/locale"\" -DLOCAL_STATE_DIR=\""/usr/local/var"\" -DGETTEXT_PACKAGE=\"libvirt\" -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wextra -Wshadow -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Winline -Wredundant-decls -Wno-sign-compare  -DWITH_QEMU -DWITH_TEST    -fno-stack-protector -MT libvirt_la-proxy_internal.lo -MD -MP -MF ".deps/libvirt_la-proxy_internal.Tpo" -c -o libvirt_la-proxy_internal.lo `test -f 'proxy_internal.c' || echo './'`proxy_internal.c; \
	then mv -f ".deps/libvirt_la-proxy_internal.Tpo" ".deps/libvirt_la-proxy_internal.Plo"; else rm -f ".deps/libvirt_la-proxy_internal.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I/usr/include/libxml2 -I../qemud -DBINDIR=\"/usr/local/libexec\" -DSBINDIR=\"/usr/local/sbin\" -DLOCALEBASEDIR=\"/usr/local/share/locale\" -DLOCAL_STATE_DIR=\"/usr/local/var\" -DGETTEXT_PACKAGE=\"libvirt\" -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wextra -Wshadow -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Winline -Wredundant-decls -Wno-sign-compare -DWITH_QEMU -DWITH_TEST -fno-stack-protector -MT libvirt_la-proxy_internal.lo -MD -MP -MF .deps/libvirt_la-proxy_internal.Tpo -c proxy_internal.c  -fPIC -DPIC -o .libs/libvirt_la-proxy_internal.o
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I/usr/include/libxml2 -I../qemud -DBINDIR=\"/usr/local/libexec\" -DSBINDIR=\"/usr/local/sbin\" -DLOCALEBASEDIR=\"/usr/local/share/locale\" -DLOCAL_STATE_DIR=\"/usr/local/var\" -DGETTEXT_PACKAGE=\"libvirt\" -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wextra -Wshadow -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Winline -Wredundant-decls -Wno-sign-compare -DWITH_QEMU -DWITH_TEST -fno-stack-protector -MT libvirt_la-proxy_internal.lo -MD -MP -MF .deps/libvirt_la-proxy_internal.Tpo -c proxy_internal.c -o libvirt_la-proxy_internal.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I/usr/include/libxml2 -I../qemud -DBINDIR=\""/usr/local/libexec"\" -DSBINDIR=\""/usr/local/sbin"\" -DLOCALEBASEDIR=\""/usr/local/share/locale"\" -DLOCAL_STATE_DIR=\""/usr/local/var"\" -DGETTEXT_PACKAGE=\"libvirt\" -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wextra -Wshadow -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Winline -Wredundant-decls -Wno-sign-compare  -DWITH_QEMU -DWITH_TEST    -fno-stack-protector -MT libvirt_la-conf.lo -MD -MP -MF ".deps/libvirt_la-conf.Tpo" -c -o libvirt_la-conf.lo `test -f 'conf.c' || echo './'`conf.c; \
	then mv -f ".deps/libvirt_la-conf.Tpo" ".deps/libvirt_la-conf.Plo"; else rm -f ".deps/libvirt_la-conf.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I/usr/include/libxml2 -I../qemud -DBINDIR=\"/usr/local/libexec\" -DSBINDIR=\"/usr/local/sbin\" -DLOCALEBASEDIR=\"/usr/local/share/locale\" -DLOCAL_STATE_DIR=\"/usr/local/var\" -DGETTEXT_PACKAGE=\"libvirt\" -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wextra -Wshadow -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Winline -Wredundant-decls -Wno-sign-compare -DWITH_QEMU -DWITH_TEST -fno-stack-protector -MT libvirt_la-conf.lo -MD -MP -MF .deps/libvirt_la-conf.Tpo -c conf.c  -fPIC -DPIC -o .libs/libvirt_la-conf.o
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I/usr/include/libxml2 -I../qemud -DBINDIR=\"/usr/local/libexec\" -DSBINDIR=\"/usr/local/sbin\" -DLOCALEBASEDIR=\"/usr/local/share/locale\" -DLOCAL_STATE_DIR=\"/usr/local/var\" -DGETTEXT_PACKAGE=\"libvirt\" -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wextra -Wshadow -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Winline -Wredundant-decls -Wno-sign-compare -DWITH_QEMU -DWITH_TEST -fno-stack-protector -MT libvirt_la-conf.lo -MD -MP -MF .deps/libvirt_la-conf.Tpo -c conf.c -o libvirt_la-conf.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I/usr/include/libxml2 -I../qemud -DBINDIR=\""/usr/local/libexec"\" -DSBINDIR=\""/usr/local/sbin"\" -DLOCALEBASEDIR=\""/usr/local/share/locale"\" -DLOCAL_STATE_DIR=\""/usr/local/var"\" -DGETTEXT_PACKAGE=\"libvirt\" -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wextra -Wshadow -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Winline -Wredundant-decls -Wno-sign-compare  -DWITH_QEMU -DWITH_TEST    -fno-stack-protector -MT libvirt_la-xm_internal.lo -MD -MP -MF ".deps/libvirt_la-xm_internal.Tpo" -c -o libvirt_la-xm_internal.lo `test -f 'xm_internal.c' || echo './'`xm_internal.c; \
	then mv -f ".deps/libvirt_la-xm_internal.Tpo" ".deps/libvirt_la-xm_internal.Plo"; else rm -f ".deps/libvirt_la-xm_internal.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I/usr/include/libxml2 -I../qemud -DBINDIR=\"/usr/local/libexec\" -DSBINDIR=\"/usr/local/sbin\" -DLOCALEBASEDIR=\"/usr/local/share/locale\" -DLOCAL_STATE_DIR=\"/usr/local/var\" -DGETTEXT_PACKAGE=\"libvirt\" -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wextra -Wshadow -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Winline -Wredundant-decls -Wno-sign-compare -DWITH_QEMU -DWITH_TEST -fno-stack-protector -MT libvirt_la-xm_internal.lo -MD -MP -MF .deps/libvirt_la-xm_internal.Tpo -c xm_internal.c  -fPIC -DPIC -o .libs/libvirt_la-xm_internal.o
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I/usr/include/libxml2 -I../qemud -DBINDIR=\"/usr/local/libexec\" -DSBINDIR=\"/usr/local/sbin\" -DLOCALEBASEDIR=\"/usr/local/share/locale\" -DLOCAL_STATE_DIR=\"/usr/local/var\" -DGETTEXT_PACKAGE=\"libvirt\" -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wextra -Wshadow -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Winline -Wredundant-decls -Wno-sign-compare -DWITH_QEMU -DWITH_TEST -fno-stack-protector -MT libvirt_la-xm_internal.lo -MD -MP -MF .deps/libvirt_la-xm_internal.Tpo -c xm_internal.c -o libvirt_la-xm_internal.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I/usr/include/libxml2 -I../qemud -DBINDIR=\""/usr/local/libexec"\" -DSBINDIR=\""/usr/local/sbin"\" -DLOCALEBASEDIR=\""/usr/local/share/locale"\" -DLOCAL_STATE_DIR=\""/usr/local/var"\" -DGETTEXT_PACKAGE=\"libvirt\" -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wextra -Wshadow -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Winline -Wredundant-decls -Wno-sign-compare  -DWITH_QEMU -DWITH_TEST    -fno-stack-protector -MT libvirt_la-qemu_internal.lo -MD -MP -MF ".deps/libvirt_la-qemu_internal.Tpo" -c -o libvirt_la-qemu_internal.lo `test -f 'qemu_internal.c' || echo './'`qemu_internal.c; \
	then mv -f ".deps/libvirt_la-qemu_internal.Tpo" ".deps/libvirt_la-qemu_internal.Plo"; else rm -f ".deps/libvirt_la-qemu_internal.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I/usr/include/libxml2 -I../qemud -DBINDIR=\"/usr/local/libexec\" -DSBINDIR=\"/usr/local/sbin\" -DLOCALEBASEDIR=\"/usr/local/share/locale\" -DLOCAL_STATE_DIR=\"/usr/local/var\" -DGETTEXT_PACKAGE=\"libvirt\" -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wextra -Wshadow -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Winline -Wredundant-decls -Wno-sign-compare -DWITH_QEMU -DWITH_TEST -fno-stack-protector -MT libvirt_la-qemu_internal.lo -MD -MP -MF .deps/libvirt_la-qemu_internal.Tpo -c qemu_internal.c  -fPIC -DPIC -o .libs/libvirt_la-qemu_internal.o
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I/usr/include/libxml2 -I../qemud -DBINDIR=\"/usr/local/libexec\" -DSBINDIR=\"/usr/local/sbin\" -DLOCALEBASEDIR=\"/usr/local/share/locale\" -DLOCAL_STATE_DIR=\"/usr/local/var\" -DGETTEXT_PACKAGE=\"libvirt\" -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wextra -Wshadow -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Winline -Wredundant-decls -Wno-sign-compare -DWITH_QEMU -DWITH_TEST -fno-stack-protector -MT libvirt_la-qemu_internal.lo -MD -MP -MF .deps/libvirt_la-qemu_internal.Tpo -c qemu_internal.c -o libvirt_la-qemu_internal.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=link gcc  -fno-stack-protector   -o libvirt.la -rpath /usr/local/lib -Wl,--version-script=./libvirt_sym.version -version-info 2:2:2  libvirt_la-libvirt.lo libvirt_la-hash.lo libvirt_la-test.lo libvirt_la-xml.lo libvirt_la-xen_unified.lo libvirt_la-xen_internal.lo libvirt_la-xs_internal.lo libvirt_la-xend_internal.lo libvirt_la-sexpr.lo libvirt_la-virterror.lo libvirt_la-proxy_internal.lo libvirt_la-conf.lo libvirt_la-xm_internal.lo libvirt_la-qemu_internal.lo -L/usr/lib -lxml2 
gcc -shared  .libs/libvirt_la-libvirt.o .libs/libvirt_la-hash.o .libs/libvirt_la-test.o .libs/libvirt_la-xml.o .libs/libvirt_la-xen_unified.o .libs/libvirt_la-xen_internal.o .libs/libvirt_la-xs_internal.o .libs/libvirt_la-xend_internal.o .libs/libvirt_la-sexpr.o .libs/libvirt_la-virterror.o .libs/libvirt_la-proxy_internal.o .libs/libvirt_la-conf.o .libs/libvirt_la-xm_internal.o .libs/libvirt_la-qemu_internal.o  -L/usr/lib /usr/lib/libxml2.so  -Wl,--version-script=./libvirt_sym.version -Wl,-soname -Wl,libvirt.so.0 -o .libs/libvirt.so.0.2.2
(cd .libs && rm -f libvirt.so.0 && ln -s libvirt.so.0.2.2 libvirt.so.0)
(cd .libs && rm -f libvirt.so && ln -s libvirt.so.0.2.2 libvirt.so)
ar cru .libs/libvirt.a  libvirt_la-libvirt.o libvirt_la-hash.o libvirt_la-test.o libvirt_la-xml.o libvirt_la-xen_unified.o libvirt_la-xen_internal.o libvirt_la-xs_internal.o libvirt_la-xend_internal.o libvirt_la-sexpr.o libvirt_la-virterror.o libvirt_la-proxy_internal.o libvirt_la-conf.o libvirt_la-xm_internal.o libvirt_la-qemu_internal.o
ranlib .libs/libvirt.a
creating libvirt.la
(cd .libs && rm -f libvirt.la && ln -s ../libvirt.la libvirt.la)
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I/usr/include/libxml2 -I../qemud -DBINDIR=\""/usr/local/libexec"\" -DSBINDIR=\""/usr/local/sbin"\" -DLOCALEBASEDIR=\""/usr/local/share/locale"\" -DLOCAL_STATE_DIR=\""/usr/local/var"\" -DGETTEXT_PACKAGE=\"libvirt\" -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wextra -Wshadow -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Winline -Wredundant-decls -Wno-sign-compare  -DWITH_QEMU -DWITH_TEST    -fno-stack-protector -MT virsh-virsh.o -MD -MP -MF ".deps/virsh-virsh.Tpo" -c -o virsh-virsh.o `test -f 'virsh.c' || echo './'`virsh.c; \
	then mv -f ".deps/virsh-virsh.Tpo" ".deps/virsh-virsh.Po"; else rm -f ".deps/virsh-virsh.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I/usr/include/libxml2 -I../qemud -DBINDIR=\""/usr/local/libexec"\" -DSBINDIR=\""/usr/local/sbin"\" -DLOCALEBASEDIR=\""/usr/local/share/locale"\" -DLOCAL_STATE_DIR=\""/usr/local/var"\" -DGETTEXT_PACKAGE=\"libvirt\" -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wextra -Wshadow -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Winline -Wredundant-decls -Wno-sign-compare  -DWITH_QEMU -DWITH_TEST    -fno-stack-protector -MT virsh-console.o -MD -MP -MF ".deps/virsh-console.Tpo" -c -o virsh-console.o `test -f 'console.c' || echo './'`console.c; \
	then mv -f ".deps/virsh-console.Tpo" ".deps/virsh-console.Po"; else rm -f ".deps/virsh-console.Tpo"; exit 1; fi
/bin/sh ../libtool --tag=CC --mode=link gcc  -fno-stack-protector   -o virsh  virsh-virsh.o virsh-console.o libvirt.la -lcurses -lreadline 
gcc -fno-stack-protector -o .libs/virsh virsh-virsh.o virsh-console.o  ./.libs/libvirt.so -lcurses -lreadline -Wl,--rpath -Wl,/usr/local/lib
creating virsh
make[2]: Saindo do diretório `/usr/src/libvirt/src'
Making all in qemud
make[2]: Entrando no diretório `/usr/src/libvirt/qemud'
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/libxml2   -I../include -I../include -I/usr/include/libxml2 -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wextra -Wshadow -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Winline -Wredundant-decls -Wno-sign-compare  -DLOCAL_STATE_DIR="\"/usr/local/var\"" -DSYSCONF_DIR="\"/usr/local/etc\"" -DQEMUD_PID_FILE="\"/usr/local/var/run/libvirt_qemud.pid\"" -fno-stack-protector -MT libvirt_qemud-qemud.o -MD -MP -MF ".deps/libvirt_qemud-qemud.Tpo" -c -o libvirt_qemud-qemud.o `test -f 'qemud.c' || echo './'`qemud.c; \
	then mv -f ".deps/libvirt_qemud-qemud.Tpo" ".deps/libvirt_qemud-qemud.Po"; else rm -f ".deps/libvirt_qemud-qemud.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/libxml2   -I../include -I../include -I/usr/include/libxml2 -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wextra -Wshadow -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Winline -Wredundant-decls -Wno-sign-compare  -DLOCAL_STATE_DIR="\"/usr/local/var\"" -DSYSCONF_DIR="\"/usr/local/etc\"" -DQEMUD_PID_FILE="\"/usr/local/var/run/libvirt_qemud.pid\"" -fno-stack-protector -MT libvirt_qemud-driver.o -MD -MP -MF ".deps/libvirt_qemud-driver.Tpo" -c -o libvirt_qemud-driver.o `test -f 'driver.c' || echo './'`driver.c; \
	then mv -f ".deps/libvirt_qemud-driver.Tpo" ".deps/libvirt_qemud-driver.Po"; else rm -f ".deps/libvirt_qemud-driver.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/libxml2   -I../include -I../include -I/usr/include/libxml2 -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wextra -Wshadow -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Winline -Wredundant-decls -Wno-sign-compare  -DLOCAL_STATE_DIR="\"/usr/local/var\"" -DSYSCONF_DIR="\"/usr/local/etc\"" -DQEMUD_PID_FILE="\"/usr/local/var/run/libvirt_qemud.pid\"" -fno-stack-protector -MT libvirt_qemud-dispatch.o -MD -MP -MF ".deps/libvirt_qemud-dispatch.Tpo" -c -o libvirt_qemud-dispatch.o `test -f 'dispatch.c' || echo './'`dispatch.c; \
	then mv -f ".deps/libvirt_qemud-dispatch.Tpo" ".deps/libvirt_qemud-dispatch.Po"; else rm -f ".deps/libvirt_qemud-dispatch.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/libxml2   -I../include -I../include -I/usr/include/libxml2 -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wextra -Wshadow -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Winline -Wredundant-decls -Wno-sign-compare  -DLOCAL_STATE_DIR="\"/usr/local/var\"" -DSYSCONF_DIR="\"/usr/local/etc\"" -DQEMUD_PID_FILE="\"/usr/local/var/run/libvirt_qemud.pid\"" -fno-stack-protector -MT libvirt_qemud-conf.o -MD -MP -MF ".deps/libvirt_qemud-conf.Tpo" -c -o libvirt_qemud-conf.o `test -f 'conf.c' || echo './'`conf.c; \
	then mv -f ".deps/libvirt_qemud-conf.Tpo" ".deps/libvirt_qemud-conf.Po"; else rm -f ".deps/libvirt_qemud-conf.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/libxml2   -I../include -I../include -I/usr/include/libxml2 -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wextra -Wshadow -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Winline -Wredundant-decls -Wno-sign-compare  -DLOCAL_STATE_DIR="\"/usr/local/var\"" -DSYSCONF_DIR="\"/usr/local/etc\"" -DQEMUD_PID_FILE="\"/usr/local/var/run/libvirt_qemud.pid\"" -fno-stack-protector -MT libvirt_qemud-bridge.o -MD -MP -MF ".deps/libvirt_qemud-bridge.Tpo" -c -o libvirt_qemud-bridge.o `test -f 'bridge.c' || echo './'`bridge.c; \
	then mv -f ".deps/libvirt_qemud-bridge.Tpo" ".deps/libvirt_qemud-bridge.Po"; else rm -f ".deps/libvirt_qemud-bridge.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/libxml2   -I../include -I../include -I/usr/include/libxml2 -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wextra -Wshadow -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Winline -Wredundant-decls -Wno-sign-compare  -DLOCAL_STATE_DIR="\"/usr/local/var\"" -DSYSCONF_DIR="\"/usr/local/etc\"" -DQEMUD_PID_FILE="\"/usr/local/var/run/libvirt_qemud.pid\"" -fno-stack-protector -MT libvirt_qemud-iptables.o -MD -MP -MF ".deps/libvirt_qemud-iptables.Tpo" -c -o libvirt_qemud-iptables.o `test -f 'iptables.c' || echo './'`iptables.c; \
	then mv -f ".deps/libvirt_qemud-iptables.Tpo" ".deps/libvirt_qemud-iptables.Po"; else rm -f ".deps/libvirt_qemud-iptables.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/libxml2   -I../include -I../include -I/usr/include/libxml2 -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wextra -Wshadow -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Winline -Wredundant-decls -Wno-sign-compare  -DLOCAL_STATE_DIR="\"/usr/local/var\"" -DSYSCONF_DIR="\"/usr/local/etc\"" -DQEMUD_PID_FILE="\"/usr/local/var/run/libvirt_qemud.pid\"" -fno-stack-protector -MT libvirt_qemud-uuid.o -MD -MP -MF ".deps/libvirt_qemud-uuid.Tpo" -c -o libvirt_qemud-uuid.o `test -f 'uuid.c' || echo './'`uuid.c; \
	then mv -f ".deps/libvirt_qemud-uuid.Tpo" ".deps/libvirt_qemud-uuid.Po"; else rm -f ".deps/libvirt_qemud-uuid.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/libxml2   -I../include -I../include -I/usr/include/libxml2 -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wextra -Wshadow -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Winline -Wredundant-decls -Wno-sign-compare  -DLOCAL_STATE_DIR="\"/usr/local/var\"" -DSYSCONF_DIR="\"/usr/local/etc\"" -DQEMUD_PID_FILE="\"/usr/local/var/run/libvirt_qemud.pid\"" -fno-stack-protector -MT libvirt_qemud-buf.o -MD -MP -MF ".deps/libvirt_qemud-buf.Tpo" -c -o libvirt_qemud-buf.o `test -f 'buf.c' || echo './'`buf.c; \
	then mv -f ".deps/libvirt_qemud-buf.Tpo" ".deps/libvirt_qemud-buf.Po"; else rm -f ".deps/libvirt_qemud-buf.Tpo"; exit 1; fi
/bin/sh ../libtool --tag=CC --mode=link gcc  -fno-stack-protector   -o libvirt_qemud -L/usr/lib -lxml2  libvirt_qemud-qemud.o libvirt_qemud-driver.o libvirt_qemud-dispatch.o libvirt_qemud-conf.o libvirt_qemud-bridge.o libvirt_qemud-iptables.o libvirt_qemud-uuid.o libvirt_qemud-buf.o  
mkdir .libs
gcc -fno-stack-protector -o libvirt_qemud libvirt_qemud-qemud.o libvirt_qemud-driver.o libvirt_qemud-dispatch.o libvirt_qemud-conf.o libvirt_qemud-bridge.o libvirt_qemud-iptables.o libvirt_qemud-uuid.o libvirt_qemud-buf.o  -L/usr/lib /usr/lib/libxml2.so
make[2]: Saindo do diretório `/usr/src/libvirt/qemud'
Making all in proxy
make[2]: Entrando no diretório `/usr/src/libvirt/proxy'
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I../proxy -I../src -I/usr/include/libxml2 -DPROXY  -DLOCALEBASEDIR=\""/usr/local/share/locale"\" -DGETTEXT_PACKAGE=\"libvirt\" -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wextra -Wshadow -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Winline -Wredundant-decls -Wno-sign-compare  -DWITH_QEMU -DWITH_TEST    -fno-stack-protector -MT libvirt_proxy.o -MD -MP -MF ".deps/libvirt_proxy.Tpo" -c -o libvirt_proxy.o libvirt_proxy.c; \
	then mv -f ".deps/libvirt_proxy.Tpo" ".deps/libvirt_proxy.Po"; else rm -f ".deps/libvirt_proxy.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I../proxy -I../src -I/usr/include/libxml2 -DPROXY  -DLOCALEBASEDIR=\""/usr/local/share/locale"\" -DGETTEXT_PACKAGE=\"libvirt\" -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wextra -Wshadow -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Winline -Wredundant-decls -Wno-sign-compare  -DWITH_QEMU -DWITH_TEST    -fno-stack-protector -MT xend_internal.o -MD -MP -MF ".deps/xend_internal.Tpo" -c -o xend_internal.o `test -f '../src/xend_internal.c' || echo './'`../src/xend_internal.c; \
	then mv -f ".deps/xend_internal.Tpo" ".deps/xend_internal.Po"; else rm -f ".deps/xend_internal.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I../proxy -I../src -I/usr/include/libxml2 -DPROXY  -DLOCALEBASEDIR=\""/usr/local/share/locale"\" -DGETTEXT_PACKAGE=\"libvirt\" -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wextra -Wshadow -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Winline -Wredundant-decls -Wno-sign-compare  -DWITH_QEMU -DWITH_TEST    -fno-stack-protector -MT xen_internal.o -MD -MP -MF ".deps/xen_internal.Tpo" -c -o xen_internal.o `test -f '../src/xen_internal.c' || echo './'`../src/xen_internal.c; \
	then mv -f ".deps/xen_internal.Tpo" ".deps/xen_internal.Po"; else rm -f ".deps/xen_internal.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I../proxy -I../src -I/usr/include/libxml2 -DPROXY  -DLOCALEBASEDIR=\""/usr/local/share/locale"\" -DGETTEXT_PACKAGE=\"libvirt\" -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wextra -Wshadow -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Winline -Wredundant-decls -Wno-sign-compare  -DWITH_QEMU -DWITH_TEST    -fno-stack-protector -MT virterror.o -MD -MP -MF ".deps/virterror.Tpo" -c -o virterror.o `test -f '../src/virterror.c' || echo './'`../src/virterror.c; \
	then mv -f ".deps/virterror.Tpo" ".deps/virterror.Po"; else rm -f ".deps/virterror.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I../proxy -I../src -I/usr/include/libxml2 -DPROXY  -DLOCALEBASEDIR=\""/usr/local/share/locale"\" -DGETTEXT_PACKAGE=\"libvirt\" -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wextra -Wshadow -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Winline -Wredundant-decls -Wno-sign-compare  -DWITH_QEMU -DWITH_TEST    -fno-stack-protector -MT sexpr.o -MD -MP -MF ".deps/sexpr.Tpo" -c -o sexpr.o `test -f '../src/sexpr.c' || echo './'`../src/sexpr.c; \
	then mv -f ".deps/sexpr.Tpo" ".deps/sexpr.Po"; else rm -f ".deps/sexpr.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I../proxy -I../src -I/usr/include/libxml2 -DPROXY  -DLOCALEBASEDIR=\""/usr/local/share/locale"\" -DGETTEXT_PACKAGE=\"libvirt\" -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wextra -Wshadow -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Winline -Wredundant-decls -Wno-sign-compare  -DWITH_QEMU -DWITH_TEST    -fno-stack-protector -MT xml.o -MD -MP -MF ".deps/xml.Tpo" -c -o xml.o `test -f '../src/xml.c' || echo './'`../src/xml.c; \
	then mv -f ".deps/xml.Tpo" ".deps/xml.Po"; else rm -f ".deps/xml.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I../proxy -I../src -I/usr/include/libxml2 -DPROXY  -DLOCALEBASEDIR=\""/usr/local/share/locale"\" -DGETTEXT_PACKAGE=\"libvirt\" -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wextra -Wshadow -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Winline -Wredundant-decls -Wno-sign-compare  -DWITH_QEMU -DWITH_TEST    -fno-stack-protector -MT xs_internal.o -MD -MP -MF ".deps/xs_internal.Tpo" -c -o xs_internal.o `test -f '../src/xs_internal.c' || echo './'`../src/xs_internal.c; \
	then mv -f ".deps/xs_internal.Tpo" ".deps/xs_internal.Po"; else rm -f ".deps/xs_internal.Tpo"; exit 1; fi
/bin/sh ../libtool --tag=CC --mode=link gcc  -fno-stack-protector   -o libvirt_proxy  libvirt_proxy.o xend_internal.o xen_internal.o virterror.o sexpr.o xml.o xs_internal.o  
mkdir .libs
gcc -fno-stack-protector -o libvirt_proxy libvirt_proxy.o xend_internal.o xen_internal.o virterror.o sexpr.o xml.o xs_internal.o 
make[2]: Saindo do diretório `/usr/src/libvirt/proxy'
Making all in include
make[2]: Entrando no diretório `/usr/src/libvirt/include'
Making all in libvirt
make[3]: Entrando no diretório `/usr/src/libvirt/include/libvirt'
make[3]: Nada a ser feito para `all'.
make[3]: Saindo do diretório `/usr/src/libvirt/include/libvirt'
make[3]: Entrando no diretório `/usr/src/libvirt/include'
make[3]: Nada a ser feito para `all-am'.
make[3]: Saindo do diretório `/usr/src/libvirt/include'
make[2]: Saindo do diretório `/usr/src/libvirt/include'
Making all in docs
make[2]: Entrando no diretório `/usr/src/libvirt/docs'
Making all in .
make[3]: Entrando no diretório `/usr/src/libvirt/docs'
make[3]: Nada a ser feito para `all-am'.
make[3]: Saindo do diretório `/usr/src/libvirt/docs'
Making all in examples
make[3]: Entrando no diretório `/usr/src/libvirt/docs/examples'
Making all in python
make[4]: Entrando no diretório `/usr/src/libvirt/docs/examples/python'
make[4]: Nada a ser feito para `all'.
make[4]: Saindo do diretório `/usr/src/libvirt/docs/examples/python'
make[4]: Entrando no diretório `/usr/src/libvirt/docs/examples'
if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../include -I./include    -fno-stack-protector -MT info1.o -MD -MP -MF ".deps/info1.Tpo" -c -o info1.o info1.c; \
	then mv -f ".deps/info1.Tpo" ".deps/info1.Po"; else rm -f ".deps/info1.Tpo"; exit 1; fi
/bin/sh ../../libtool --tag=CC --mode=link gcc  -fno-stack-protector   -o info1  info1.o ../../src/libvirt.la  
mkdir .libs
gcc -fno-stack-protector -o .libs/info1 info1.o  ../../src/.libs/libvirt.so -Wl,--rpath -Wl,/usr/local/lib
creating info1
if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../include -I./include    -fno-stack-protector -MT suspend.o -MD -MP -MF ".deps/suspend.Tpo" -c -o suspend.o suspend.c; \
	then mv -f ".deps/suspend.Tpo" ".deps/suspend.Po"; else rm -f ".deps/suspend.Tpo"; exit 1; fi
/bin/sh ../../libtool --tag=CC --mode=link gcc  -fno-stack-protector   -o suspend  suspend.o ../../src/libvirt.la  
gcc -fno-stack-protector -o .libs/suspend suspend.o  ../../src/.libs/libvirt.so -Wl,--rpath -Wl,/usr/local/lib
creating suspend
make[4]: Saindo do diretório `/usr/src/libvirt/docs/examples'
make[3]: Saindo do diretório `/usr/src/libvirt/docs/examples'
Making all in devhelp
make[3]: Entrando no diretório `/usr/src/libvirt/docs/devhelp'
Rebuilding devhelp files
Rebuilding devhelp files
Rebuilding devhelp files
make[3]: Saindo do diretório `/usr/src/libvirt/docs/devhelp'
make[2]: Saindo do diretório `/usr/src/libvirt/docs'
Making all in python
make[2]: Entrando no diretório `/usr/src/libvirt/python'
Making all in .
make[3]: Entrando no diretório `/usr/src/libvirt/python'
/usr/bin/python ./generator.py .
/usr/lib/python2.4/xmllib.py:9: DeprecationWarning: The xmllib module is obsolete.  Use xml.sax instead.
  warnings.warn("The xmllib module is obsolete.  Use xml.sax instead.", DeprecationWarning)
Found 79 functions in libvirt-api.xml
Found 1 functions in libvirt-python-api.xml
Generated 67 wrapper functions, 9 failed, 4 skipped

Missing type converters: 
virErrorPtr:4  virVcpuInfoPtr:1  void *:2  unsigned long *:2 
touch gen_prog
cat ./libvir.py libvirtclass.py > libvirt.py
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wextra -Wshadow -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Winline -Wredundant-decls -Wno-sign-compare  -I/usr/include/python2.4 -I../include -I../include -I../python   -Wno-redundant-decls -fno-stack-protector -MT libvirtmod_la-libvir.lo -MD -MP -MF ".deps/libvirtmod_la-libvir.Tpo" -c -o libvirtmod_la-libvir.lo `test -f 'libvir.c' || echo './'`libvir.c; \
	then mv -f ".deps/libvirtmod_la-libvir.Tpo" ".deps/libvirtmod_la-libvir.Plo"; else rm -f ".deps/libvirtmod_la-libvir.Tpo"; exit 1; fi
mkdir .libs
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wextra -Wshadow -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Winline -Wredundant-decls -Wno-sign-compare -I/usr/include/python2.4 -I../include -I../include -I../python -Wno-redundant-decls -fno-stack-protector -MT libvirtmod_la-libvir.lo -MD -MP -MF .deps/libvirtmod_la-libvir.Tpo -c libvir.c  -fPIC -DPIC -o .libs/libvirtmod_la-libvir.o
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wextra -Wshadow -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Winline -Wredundant-decls -Wno-sign-compare -I/usr/include/python2.4 -I../include -I../include -I../python -Wno-redundant-decls -fno-stack-protector -MT libvirtmod_la-libvir.lo -MD -MP -MF .deps/libvirtmod_la-libvir.Tpo -c libvir.c -o libvirtmod_la-libvir.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wextra -Wshadow -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Winline -Wredundant-decls -Wno-sign-compare  -I/usr/include/python2.4 -I../include -I../include -I../python   -Wno-redundant-decls -fno-stack-protector -MT libvirtmod_la-types.lo -MD -MP -MF ".deps/libvirtmod_la-types.Tpo" -c -o libvirtmod_la-types.lo `test -f 'types.c' || echo './'`types.c; \
	then mv -f ".deps/libvirtmod_la-types.Tpo" ".deps/libvirtmod_la-types.Plo"; else rm -f ".deps/libvirtmod_la-types.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wextra -Wshadow -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Winline -Wredundant-decls -Wno-sign-compare -I/usr/include/python2.4 -I../include -I../include -I../python -Wno-redundant-decls -fno-stack-protector -MT libvirtmod_la-types.lo -MD -MP -MF .deps/libvirtmod_la-types.Tpo -c types.c  -fPIC -DPIC -o .libs/libvirtmod_la-types.o
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wextra -Wshadow -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Winline -Wredundant-decls -Wno-sign-compare -I/usr/include/python2.4 -I../include -I../include -I../python -Wno-redundant-decls -fno-stack-protector -MT libvirtmod_la-types.lo -MD -MP -MF .deps/libvirtmod_la-types.Tpo -c types.c -o libvirtmod_la-types.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wextra -Wshadow -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Winline -Wredundant-decls -Wno-sign-compare  -I/usr/include/python2.4 -I../include -I../include -I../python   -Wno-redundant-decls -fno-stack-protector -MT libvirtmod_la-libvirt-py.lo -MD -MP -MF ".deps/libvirtmod_la-libvirt-py.Tpo" -c -o libvirtmod_la-libvirt-py.lo `test -f 'libvirt-py.c' || echo './'`libvirt-py.c; \
	then mv -f ".deps/libvirtmod_la-libvirt-py.Tpo" ".deps/libvirtmod_la-libvirt-py.Plo"; else rm -f ".deps/libvirtmod_la-libvirt-py.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wextra -Wshadow -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Winline -Wredundant-decls -Wno-sign-compare -I/usr/include/python2.4 -I../include -I../include -I../python -Wno-redundant-decls -fno-stack-protector -MT libvirtmod_la-libvirt-py.lo -MD -MP -MF .deps/libvirtmod_la-libvirt-py.Tpo -c libvirt-py.c  -fPIC -DPIC -o .libs/libvirtmod_la-libvirt-py.o
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wextra -Wshadow -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Winline -Wredundant-decls -Wno-sign-compare -I/usr/include/python2.4 -I../include -I../include -I../python -Wno-redundant-decls -fno-stack-protector -MT libvirtmod_la-libvirt-py.lo -MD -MP -MF .deps/libvirtmod_la-libvirt-py.Tpo -c libvirt-py.c -o libvirtmod_la-libvirt-py.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=link gcc  -fno-stack-protector   -o libvirtmod.la -rpath /usr/local/lib/python2.4/site-packages -module -avoid-version -L../src/.libs libvirtmod_la-libvir.lo libvirtmod_la-types.lo libvirtmod_la-libvirt-py.lo ../src/libvirt.la 
gcc -shared  .libs/libvirtmod_la-libvir.o .libs/libvirtmod_la-types.o .libs/libvirtmod_la-libvirt-py.o  -Wl,--rpath -Wl,/usr/src/libvirt/src/.libs -Wl,--rpath -Wl,/usr/local/lib -L/usr/src/libvirt/src/.libs ../src/.libs/libvirt.so  -Wl,-soname -Wl,libvirtmod.so -o .libs/libvirtmod.so
ar cru .libs/libvirtmod.a  libvirtmod_la-libvir.o libvirtmod_la-types.o libvirtmod_la-libvirt-py.o
ranlib .libs/libvirtmod.a
creating libvirtmod.la
(cd .libs && rm -f libvirtmod.la && ln -s ../libvirtmod.la libvirtmod.la)
make[3]: Saindo do diretório `/usr/src/libvirt/python'
Making all in tests
make[3]: Entrando no diretório `/usr/src/libvirt/python/tests'
make[3]: Nada a ser feito para `all'.
make[3]: Saindo do diretório `/usr/src/libvirt/python/tests'
make[2]: Saindo do diretório `/usr/src/libvirt/python'
Making all in tests
make[2]: Entrando no diretório `/usr/src/libvirt/tests'
Making all in virshdata
make[3]: Entrando no diretório `/usr/src/libvirt/tests/virshdata'
make[3]: Nada a ser feito para `all'.
make[3]: Saindo do diretório `/usr/src/libvirt/tests/virshdata'
Making all in confdata
make[3]: Entrando no diretório `/usr/src/libvirt/tests/confdata'
make[3]: Nada a ser feito para `all'.
make[3]: Saindo do diretório `/usr/src/libvirt/tests/confdata'
Making all in sexpr2xmldata
make[3]: Entrando no diretório `/usr/src/libvirt/tests/sexpr2xmldata'
make[3]: Nada a ser feito para `all'.
make[3]: Saindo do diretório `/usr/src/libvirt/tests/sexpr2xmldata'
Making all in xml2sexprdata
make[3]: Entrando no diretório `/usr/src/libvirt/tests/xml2sexprdata'
make[3]: Nada a ser feito para `all'.
make[3]: Saindo do diretório `/usr/src/libvirt/tests/xml2sexprdata'
Making all in xmconfigdata
make[3]: Entrando no diretório `/usr/src/libvirt/tests/xmconfigdata'
make[3]: Nada a ser feito para `all'.
make[3]: Saindo do diretório `/usr/src/libvirt/tests/xmconfigdata'
Making all in xencapsdata
make[3]: Entrando no diretório `/usr/src/libvirt/tests/xencapsdata'
make[3]: Nada a ser feito para `all'.
make[3]: Saindo do diretório `/usr/src/libvirt/tests/xencapsdata'
make[3]: Entrando no diretório `/usr/src/libvirt/tests'
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../src -I../include -I../src -I/usr/include/libxml2 -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=199506L -DGETTEXT_PACKAGE=\"libvirt\"  -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wextra -Wshadow -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Winline -Wredundant-decls -Wno-sign-compare  -DWITH_QEMU -DWITH_TEST    -fno-stack-protector -MT xmlrpctest.o -MD -MP -MF ".deps/xmlrpctest.Tpo" -c -o xmlrpctest.o xmlrpctest.c; \
	then mv -f ".deps/xmlrpctest.Tpo" ".deps/xmlrpctest.Po"; else rm -f ".deps/xmlrpctest.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../src -I../include -I../src -I/usr/include/libxml2 -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=199506L -DGETTEXT_PACKAGE=\"libvirt\"  -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wextra -Wshadow -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Winline -Wredundant-decls -Wno-sign-compare  -DWITH_QEMU -DWITH_TEST    -fno-stack-protector -MT testutils.o -MD -MP -MF ".deps/testutils.Tpo" -c -o testutils.o testutils.c; \
	then mv -f ".deps/testutils.Tpo" ".deps/testutils.Po"; else rm -f ".deps/testutils.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../src -I../include -I../src -I/usr/include/libxml2 -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=199506L -DGETTEXT_PACKAGE=\"libvirt\"  -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wextra -Wshadow -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Winline -Wredundant-decls -Wno-sign-compare  -DWITH_QEMU -DWITH_TEST    -fno-stack-protector -MT xmlrpc.o -MD -MP -MF ".deps/xmlrpc.Tpo" -c -o xmlrpc.o `test -f '../src/xmlrpc.c' || echo './'`../src/xmlrpc.c; \
	then mv -f ".deps/xmlrpc.Tpo" ".deps/xmlrpc.Po"; else rm -f ".deps/xmlrpc.Tpo"; exit 1; fi
/bin/sh ../libtool --tag=CC --mode=link gcc  -fno-stack-protector   -o xmlrpctest  xmlrpctest.o testutils.o xmlrpc.o -L/usr/lib -lxml2 ../src/.libs/libvirt_la-conf.o ../src/.libs/libvirt_la-hash.o ../src/.libs/libvirt_la-libvirt.o ../src/.libs/libvirt_la-proxy_internal.o ../src/.libs/libvirt_la-qemu_internal.o ../src/.libs/libvirt_la-sexpr.o ../src/.libs/libvirt_la-test.o ../src/.libs/libvirt_la-virterror.o ../src/.libs/libvirt_la-xend_internal.o ../src/.libs/libvirt_la-xen_internal.o ../src/.libs/libvirt_la-xen_unified.o ../src/.libs/libvirt_la-xm_internal.o ../src/.libs/libvirt_la-xml.o ../src/.libs/libvirt_la-xs_internal.o  
mkdir .libs
gcc -fno-stack-protector -o xmlrpctest xmlrpctest.o testutils.o xmlrpc.o ../src/.libs/libvirt_la-conf.o ../src/.libs/libvirt_la-hash.o ../src/.libs/libvirt_la-libvirt.o ../src/.libs/libvirt_la-proxy_internal.o ../src/.libs/libvirt_la-qemu_internal.o ../src/.libs/libvirt_la-sexpr.o ../src/.libs/libvirt_la-test.o ../src/.libs/libvirt_la-virterror.o ../src/.libs/libvirt_la-xend_internal.o ../src/.libs/libvirt_la-xen_internal.o ../src/.libs/libvirt_la-xen_unified.o ../src/.libs/libvirt_la-xm_internal.o ../src/.libs/libvirt_la-xml.o ../src/.libs/libvirt_la-xs_internal.o  -L/usr/lib /usr/lib/libxml2.so
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../src -I../include -I../src -I/usr/include/libxml2 -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=199506L -DGETTEXT_PACKAGE=\"libvirt\"  -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wextra -Wshadow -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Winline -Wredundant-decls -Wno-sign-compare  -DWITH_QEMU -DWITH_TEST    -fno-stack-protector -MT xml2sexprtest.o -MD -MP -MF ".deps/xml2sexprtest.Tpo" -c -o xml2sexprtest.o xml2sexprtest.c; \
	then mv -f ".deps/xml2sexprtest.Tpo" ".deps/xml2sexprtest.Po"; else rm -f ".deps/xml2sexprtest.Tpo"; exit 1; fi
/bin/sh ../libtool --tag=CC --mode=link gcc  -fno-stack-protector   -o xml2sexprtest  xml2sexprtest.o testutils.o -L/usr/lib -lxml2 ../src/.libs/libvirt_la-conf.o ../src/.libs/libvirt_la-hash.o ../src/.libs/libvirt_la-libvirt.o ../src/.libs/libvirt_la-proxy_internal.o ../src/.libs/libvirt_la-qemu_internal.o ../src/.libs/libvirt_la-sexpr.o ../src/.libs/libvirt_la-test.o ../src/.libs/libvirt_la-virterror.o ../src/.libs/libvirt_la-xend_internal.o ../src/.libs/libvirt_la-xen_internal.o ../src/.libs/libvirt_la-xen_unified.o ../src/.libs/libvirt_la-xm_internal.o ../src/.libs/libvirt_la-xml.o ../src/.libs/libvirt_la-xs_internal.o  
gcc -fno-stack-protector -o xml2sexprtest xml2sexprtest.o testutils.o ../src/.libs/libvirt_la-conf.o ../src/.libs/libvirt_la-hash.o ../src/.libs/libvirt_la-libvirt.o ../src/.libs/libvirt_la-proxy_internal.o ../src/.libs/libvirt_la-qemu_internal.o ../src/.libs/libvirt_la-sexpr.o ../src/.libs/libvirt_la-test.o ../src/.libs/libvirt_la-virterror.o ../src/.libs/libvirt_la-xend_internal.o ../src/.libs/libvirt_la-xen_internal.o ../src/.libs/libvirt_la-xen_unified.o ../src/.libs/libvirt_la-xm_internal.o ../src/.libs/libvirt_la-xml.o ../src/.libs/libvirt_la-xs_internal.o  -L/usr/lib /usr/lib/libxml2.so
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../src -I../include -I../src -I/usr/include/libxml2 -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=199506L -DGETTEXT_PACKAGE=\"libvirt\"  -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wextra -Wshadow -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Winline -Wredundant-decls -Wno-sign-compare  -DWITH_QEMU -DWITH_TEST    -fno-stack-protector -MT sexpr2xmltest.o -MD -MP -MF ".deps/sexpr2xmltest.Tpo" -c -o sexpr2xmltest.o sexpr2xmltest.c; \
	then mv -f ".deps/sexpr2xmltest.Tpo" ".deps/sexpr2xmltest.Po"; else rm -f ".deps/sexpr2xmltest.Tpo"; exit 1; fi
/bin/sh ../libtool --tag=CC --mode=link gcc  -fno-stack-protector   -o sexpr2xmltest  sexpr2xmltest.o testutils.o -L/usr/lib -lxml2 ../src/.libs/libvirt_la-conf.o ../src/.libs/libvirt_la-hash.o ../src/.libs/libvirt_la-libvirt.o ../src/.libs/libvirt_la-proxy_internal.o ../src/.libs/libvirt_la-qemu_internal.o ../src/.libs/libvirt_la-sexpr.o ../src/.libs/libvirt_la-test.o ../src/.libs/libvirt_la-virterror.o ../src/.libs/libvirt_la-xend_internal.o ../src/.libs/libvirt_la-xen_internal.o ../src/.libs/libvirt_la-xen_unified.o ../src/.libs/libvirt_la-xm_internal.o ../src/.libs/libvirt_la-xml.o ../src/.libs/libvirt_la-xs_internal.o  
gcc -fno-stack-protector -o sexpr2xmltest sexpr2xmltest.o testutils.o ../src/.libs/libvirt_la-conf.o ../src/.libs/libvirt_la-hash.o ../src/.libs/libvirt_la-libvirt.o ../src/.libs/libvirt_la-proxy_internal.o ../src/.libs/libvirt_la-qemu_internal.o ../src/.libs/libvirt_la-sexpr.o ../src/.libs/libvirt_la-test.o ../src/.libs/libvirt_la-virterror.o ../src/.libs/libvirt_la-xend_internal.o ../src/.libs/libvirt_la-xen_internal.o ../src/.libs/libvirt_la-xen_unified.o ../src/.libs/libvirt_la-xm_internal.o ../src/.libs/libvirt_la-xml.o ../src/.libs/libvirt_la-xs_internal.o  -L/usr/lib /usr/lib/libxml2.so
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../src -I../include -I../src -I/usr/include/libxml2 -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=199506L -DGETTEXT_PACKAGE=\"libvirt\"  -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wextra -Wshadow -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Winline -Wredundant-decls -Wno-sign-compare  -DWITH_QEMU -DWITH_TEST    -fno-stack-protector -MT virshtest.o -MD -MP -MF ".deps/virshtest.Tpo" -c -o virshtest.o virshtest.c; \
	then mv -f ".deps/virshtest.Tpo" ".deps/virshtest.Po"; else rm -f ".deps/virshtest.Tpo"; exit 1; fi
/bin/sh ../libtool --tag=CC --mode=link gcc  -fno-stack-protector   -o virshtest  virshtest.o testutils.o -L/usr/lib -lxml2 ../src/.libs/libvirt_la-conf.o ../src/.libs/libvirt_la-hash.o ../src/.libs/libvirt_la-libvirt.o ../src/.libs/libvirt_la-proxy_internal.o ../src/.libs/libvirt_la-qemu_internal.o ../src/.libs/libvirt_la-sexpr.o ../src/.libs/libvirt_la-test.o ../src/.libs/libvirt_la-virterror.o ../src/.libs/libvirt_la-xend_internal.o ../src/.libs/libvirt_la-xen_internal.o ../src/.libs/libvirt_la-xen_unified.o ../src/.libs/libvirt_la-xm_internal.o ../src/.libs/libvirt_la-xml.o ../src/.libs/libvirt_la-xs_internal.o  
gcc -fno-stack-protector -o virshtest virshtest.o testutils.o ../src/.libs/libvirt_la-conf.o ../src/.libs/libvirt_la-hash.o ../src/.libs/libvirt_la-libvirt.o ../src/.libs/libvirt_la-proxy_internal.o ../src/.libs/libvirt_la-qemu_internal.o ../src/.libs/libvirt_la-sexpr.o ../src/.libs/libvirt_la-test.o ../src/.libs/libvirt_la-virterror.o ../src/.libs/libvirt_la-xend_internal.o ../src/.libs/libvirt_la-xen_internal.o ../src/.libs/libvirt_la-xen_unified.o ../src/.libs/libvirt_la-xm_internal.o ../src/.libs/libvirt_la-xml.o ../src/.libs/libvirt_la-xs_internal.o  -L/usr/lib /usr/lib/libxml2.so
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../src -I../include -I../src -I/usr/include/libxml2 -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=199506L -DGETTEXT_PACKAGE=\"libvirt\"  -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wextra -Wshadow -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Winline -Wredundant-decls -Wno-sign-compare  -DWITH_QEMU -DWITH_TEST    -fno-stack-protector -MT conftest.o -MD -MP -MF ".deps/conftest.Tpo" -c -o conftest.o conftest.c; \
	then mv -f ".deps/conftest.Tpo" ".deps/conftest.Po"; else rm -f ".deps/conftest.Tpo"; exit 1; fi
/bin/sh ../libtool --tag=CC --mode=link gcc  -fno-stack-protector   -o conftest  conftest.o -L/usr/lib -lxml2 ../src/.libs/libvirt_la-conf.o ../src/.libs/libvirt_la-hash.o ../src/.libs/libvirt_la-libvirt.o ../src/.libs/libvirt_la-proxy_internal.o ../src/.libs/libvirt_la-qemu_internal.o ../src/.libs/libvirt_la-sexpr.o ../src/.libs/libvirt_la-test.o ../src/.libs/libvirt_la-virterror.o ../src/.libs/libvirt_la-xend_internal.o ../src/.libs/libvirt_la-xen_internal.o ../src/.libs/libvirt_la-xen_unified.o ../src/.libs/libvirt_la-xm_internal.o ../src/.libs/libvirt_la-xml.o ../src/.libs/libvirt_la-xs_internal.o  
gcc -fno-stack-protector -o conftest conftest.o ../src/.libs/libvirt_la-conf.o ../src/.libs/libvirt_la-hash.o ../src/.libs/libvirt_la-libvirt.o ../src/.libs/libvirt_la-proxy_internal.o ../src/.libs/libvirt_la-qemu_internal.o ../src/.libs/libvirt_la-sexpr.o ../src/.libs/libvirt_la-test.o ../src/.libs/libvirt_la-virterror.o ../src/.libs/libvirt_la-xend_internal.o ../src/.libs/libvirt_la-xen_internal.o ../src/.libs/libvirt_la-xen_unified.o ../src/.libs/libvirt_la-xm_internal.o ../src/.libs/libvirt_la-xml.o ../src/.libs/libvirt_la-xs_internal.o  -L/usr/lib /usr/lib/libxml2.so
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../src -I../include -I../src -I/usr/include/libxml2 -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=199506L -DGETTEXT_PACKAGE=\"libvirt\"  -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wextra -Wshadow -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Winline -Wredundant-decls -Wno-sign-compare  -DWITH_QEMU -DWITH_TEST    -fno-stack-protector -MT reconnect.o -MD -MP -MF ".deps/reconnect.Tpo" -c -o reconnect.o reconnect.c; \
	then mv -f ".deps/reconnect.Tpo" ".deps/reconnect.Po"; else rm -f ".deps/reconnect.Tpo"; exit 1; fi
/bin/sh ../libtool --tag=CC --mode=link gcc  -fno-stack-protector   -o reconnect  reconnect.o -L/usr/lib -lxml2 ../src/.libs/libvirt_la-conf.o ../src/.libs/libvirt_la-hash.o ../src/.libs/libvirt_la-libvirt.o ../src/.libs/libvirt_la-proxy_internal.o ../src/.libs/libvirt_la-qemu_internal.o ../src/.libs/libvirt_la-sexpr.o ../src/.libs/libvirt_la-test.o ../src/.libs/libvirt_la-virterror.o ../src/.libs/libvirt_la-xend_internal.o ../src/.libs/libvirt_la-xen_internal.o ../src/.libs/libvirt_la-xen_unified.o ../src/.libs/libvirt_la-xm_internal.o ../src/.libs/libvirt_la-xml.o ../src/.libs/libvirt_la-xs_internal.o  
gcc -fno-stack-protector -o reconnect reconnect.o ../src/.libs/libvirt_la-conf.o ../src/.libs/libvirt_la-hash.o ../src/.libs/libvirt_la-libvirt.o ../src/.libs/libvirt_la-proxy_internal.o ../src/.libs/libvirt_la-qemu_internal.o ../src/.libs/libvirt_la-sexpr.o ../src/.libs/libvirt_la-test.o ../src/.libs/libvirt_la-virterror.o ../src/.libs/libvirt_la-xend_internal.o ../src/.libs/libvirt_la-xen_internal.o ../src/.libs/libvirt_la-xen_unified.o ../src/.libs/libvirt_la-xm_internal.o ../src/.libs/libvirt_la-xml.o ../src/.libs/libvirt_la-xs_internal.o  -L/usr/lib /usr/lib/libxml2.so
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../src -I../include -I../src -I/usr/include/libxml2 -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=199506L -DGETTEXT_PACKAGE=\"libvirt\"  -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wextra -Wshadow -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Winline -Wredundant-decls -Wno-sign-compare  -DWITH_QEMU -DWITH_TEST    -fno-stack-protector -MT xmconfigtest.o -MD -MP -MF ".deps/xmconfigtest.Tpo" -c -o xmconfigtest.o xmconfigtest.c; \
	then mv -f ".deps/xmconfigtest.Tpo" ".deps/xmconfigtest.Po"; else rm -f ".deps/xmconfigtest.Tpo"; exit 1; fi
/bin/sh ../libtool --tag=CC --mode=link gcc  -fno-stack-protector   -o xmconfigtest  xmconfigtest.o testutils.o -L/usr/lib -lxml2 ../src/.libs/libvirt_la-conf.o ../src/.libs/libvirt_la-hash.o ../src/.libs/libvirt_la-libvirt.o ../src/.libs/libvirt_la-proxy_internal.o ../src/.libs/libvirt_la-qemu_internal.o ../src/.libs/libvirt_la-sexpr.o ../src/.libs/libvirt_la-test.o ../src/.libs/libvirt_la-virterror.o ../src/.libs/libvirt_la-xend_internal.o ../src/.libs/libvirt_la-xen_internal.o ../src/.libs/libvirt_la-xen_unified.o ../src/.libs/libvirt_la-xm_internal.o ../src/.libs/libvirt_la-xml.o ../src/.libs/libvirt_la-xs_internal.o  
gcc -fno-stack-protector -o xmconfigtest xmconfigtest.o testutils.o ../src/.libs/libvirt_la-conf.o ../src/.libs/libvirt_la-hash.o ../src/.libs/libvirt_la-libvirt.o ../src/.libs/libvirt_la-proxy_internal.o ../src/.libs/libvirt_la-qemu_internal.o ../src/.libs/libvirt_la-sexpr.o ../src/.libs/libvirt_la-test.o ../src/.libs/libvirt_la-virterror.o ../src/.libs/libvirt_la-xend_internal.o ../src/.libs/libvirt_la-xen_internal.o ../src/.libs/libvirt_la-xen_unified.o ../src/.libs/libvirt_la-xm_internal.o ../src/.libs/libvirt_la-xml.o ../src/.libs/libvirt_la-xs_internal.o  -L/usr/lib /usr/lib/libxml2.so
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../src -I../include -I../src -I/usr/include/libxml2 -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=199506L -DGETTEXT_PACKAGE=\"libvirt\"  -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wextra -Wshadow -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Winline -Wredundant-decls -Wno-sign-compare  -DWITH_QEMU -DWITH_TEST    -fno-stack-protector -MT xencapstest.o -MD -MP -MF ".deps/xencapstest.Tpo" -c -o xencapstest.o xencapstest.c; \
	then mv -f ".deps/xencapstest.Tpo" ".deps/xencapstest.Po"; else rm -f ".deps/xencapstest.Tpo"; exit 1; fi
/bin/sh ../libtool --tag=CC --mode=link gcc  -fno-stack-protector   -o xencapstest  xencapstest.o testutils.o -L/usr/lib -lxml2 ../src/.libs/libvirt_la-conf.o ../src/.libs/libvirt_la-hash.o ../src/.libs/libvirt_la-libvirt.o ../src/.libs/libvirt_la-proxy_internal.o ../src/.libs/libvirt_la-qemu_internal.o ../src/.libs/libvirt_la-sexpr.o ../src/.libs/libvirt_la-test.o ../src/.libs/libvirt_la-virterror.o ../src/.libs/libvirt_la-xend_internal.o ../src/.libs/libvirt_la-xen_internal.o ../src/.libs/libvirt_la-xen_unified.o ../src/.libs/libvirt_la-xm_internal.o ../src/.libs/libvirt_la-xml.o ../src/.libs/libvirt_la-xs_internal.o  
gcc -fno-stack-protector -o xencapstest xencapstest.o testutils.o ../src/.libs/libvirt_la-conf.o ../src/.libs/libvirt_la-hash.o ../src/.libs/libvirt_la-libvirt.o ../src/.libs/libvirt_la-proxy_internal.o ../src/.libs/libvirt_la-qemu_internal.o ../src/.libs/libvirt_la-sexpr.o ../src/.libs/libvirt_la-test.o ../src/.libs/libvirt_la-virterror.o ../src/.libs/libvirt_la-xend_internal.o ../src/.libs/libvirt_la-xen_internal.o ../src/.libs/libvirt_la-xen_unified.o ../src/.libs/libvirt_la-xm_internal.o ../src/.libs/libvirt_la-xml.o ../src/.libs/libvirt_la-xs_internal.o  -L/usr/lib /usr/lib/libxml2.so
xencapstest.o: In function `testCompareFiles':
xencapstest.c:(.text+0xb4): undefined reference to `xenHypervisorMakeCapabilitiesXML'
collect2: ld returned 1 exit status
make[3]: ** [xencapstest] Erro 1
make[3]: Saindo do diretório `/usr/src/libvirt/tests'
make[2]: ** [all-recursive] Erro 1
make[2]: Saindo do diretório `/usr/src/libvirt/tests'
make[1]: ** [all-recursive] Erro 1
make[1]: Saindo do diretório `/usr/src/libvirt'
make: ** [all] Erro 2

[Index of Archives]     [Virt Tools]     [Libvirt Users]     [Lib OS Info]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]     [Fedora Tools]