Re: [PATCH] to run on IA64

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

 



Hi, Mark

I attach the message before bridge.c fixes after conf.c fix.

This message solve your problem?

Thanks
Atsushi SAKAI

Mark McLoughlin <markmc@xxxxxxxxxx> wrote:

> Hi there,
> 
> On Fri, 2007-02-16 at 19:24 +0900, Atsushi SAKAI wrote:
> 
> > -    ((struct sockaddr_in *)&ifr.ifr_addr)->sin_family = AF_INET;
> > -    ((struct sockaddr_in *)&ifr.ifr_addr)->sin_addr   = inaddr;
> > +    ((struct sockaddr_in *)((void *)&ifr.ifr_addr))->sin_family = AF_INET;
> > +    ((struct sockaddr_in *)((void *)&ifr.ifr_addr))->sin_addr   = inaddr; 
> 
> 	Could you explain this change? I'm not sure I follow what the problem
> was or how it fixes it.
> 
> Thanks,
> Mark.
Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.8601
+ umask 022
+ cd /home/sakaia/rpmbuild/BUILD
+ LANG=C
+ export LANG
+ unset DISPLAY
+ cd /home/sakaia/rpmbuild/BUILD
+ rm -rf libvirt-0.2.0
+ /bin/gzip -dc /home/sakaia/rpmbuild/SOURCES/libvirt-0.2.0.tar.gz
+ tar -xf -
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd libvirt-0.2.0
++ /usr/bin/id -u
+ '[' 500 = 0 ']'
++ /usr/bin/id -u
+ '[' 500 = 0 ']'
+ /bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ echo 'Patch #0 (ia64-bridge.patch):'
Patch #0 (ia64-bridge.patch):
+ patch -p1 -s
+ exit 0
Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.47249
+ umask 022
+ cd /home/sakaia/rpmbuild/BUILD
+ cd libvirt-0.2.0
+ LANG=C
+ export LANG
+ unset DISPLAY
+ CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4'
+ export CFLAGS
+ CXXFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4'
+ export CXXFLAGS
+ FFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4'
+ export FFLAGS
++ find . -name config.guess -o -name config.sub
+ for i in '$(find . -name config.guess -o -name config.sub)'
++ basename ./config.sub
+ '[' -f /usr/lib/rpm/redhat/config.sub ']'
+ /bin/rm -f ./config.sub
++ basename ./config.sub
+ /bin/cp -fv /usr/lib/rpm/redhat/config.sub ./config.sub
`/usr/lib/rpm/redhat/config.sub' -> `./config.sub'
+ for i in '$(find . -name config.guess -o -name config.sub)'
++ basename ./config.guess
+ '[' -f /usr/lib/rpm/redhat/config.guess ']'
+ /bin/rm -f ./config.guess
++ basename ./config.guess
+ /bin/cp -fv /usr/lib/rpm/redhat/config.guess ./config.guess
`/usr/lib/rpm/redhat/config.guess' -> `./config.guess'
+ ./configure --build=ia64-redhat-linux-gnu --host=ia64-redhat-linux-gnu --target=ia64-redhat-linux-gnu --program-prefix= --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/usr/com --mandir=/usr/share/man --infodir=/usr/share/info
checking build system type... ia64-redhat-linux-gnu
checking host system type... ia64-redhat-linux-gnu
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 ia64-redhat-linux-gnu-gcc... no
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 ANSI C... 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 function prototypes... yes
checking for egrep... 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 ia64-redhat-linux-gnu-g++... no
checking for ia64-redhat-linux-gnu-c++... no
checking for ia64-redhat-linux-gnu-gpp... no
checking for ia64-redhat-linux-gnu-aCC... no
checking for ia64-redhat-linux-gnu-CC... no
checking for ia64-redhat-linux-gnu-cxx... no
checking for ia64-redhat-linux-gnu-cc++... no
checking for ia64-redhat-linux-gnu-cl... no
checking for ia64-redhat-linux-gnu-FCC... no
checking for ia64-redhat-linux-gnu-KCC... no
checking for ia64-redhat-linux-gnu-RCC... no
checking for ia64-redhat-linux-gnu-xlC_r... no
checking for ia64-redhat-linux-gnu-xlC... no
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 ia64-redhat-linux-gnu-g77... no
checking for ia64-redhat-linux-gnu-f77... no
checking for ia64-redhat-linux-gnu-xlf... no
checking for ia64-redhat-linux-gnu-frt... no
checking for ia64-redhat-linux-gnu-pgf77... no
checking for ia64-redhat-linux-gnu-fort77... no
checking for ia64-redhat-linux-gnu-fl32... no
checking for ia64-redhat-linux-gnu-af77... no
checking for ia64-redhat-linux-gnu-f90... no
checking for ia64-redhat-linux-gnu-xlf90... no
checking for ia64-redhat-linux-gnu-pgf90... no
checking for ia64-redhat-linux-gnu-epcf90... no
checking for ia64-redhat-linux-gnu-f95... no
checking for ia64-redhat-linux-gnu-fort... no
checking for ia64-redhat-linux-gnu-xlf95... no
checking for ia64-redhat-linux-gnu-ifc... no
checking for ia64-redhat-linux-gnu-efc... no
checking for ia64-redhat-linux-gnu-pgf95... no
checking for ia64-redhat-linux-gnu-lf95... no
checking for ia64-redhat-linux-gnu-gfortran... no
checking for g77... no
checking for f77... no
checking for xlf... no
checking for frt... no
checking for pgf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for f90... no
checking for xlf90... no
checking for pgf90... no
checking for epcf90... no
checking for f95... f95
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether f95 accepts -g... yes
checking the maximum length of command line arguments... 131072
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ia64-redhat-linux-gnu-ar... no
checking for ar... ar
checking for ia64-redhat-linux-gnu-ranlib... no
checking for ranlib... ranlib
checking for ia64-redhat-linux-gnu-strip... no
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 if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for f95 option to produce PIC... -fPIC
checking if f95 PIC flag -fPIC works... yes
checking if f95 static flag -static works... yes
checking if f95 supports -c -o file.o... yes
checking whether the f95 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
checking for iptables... /sbin/iptables
checking for library containing xs_read... -lxenstore
checking for sysfs_open_device in -lsysfs... yes
checking sysfs/libsysfs.h usability... yes
checking sysfs/libsysfs.h presence... yes
checking for sysfs/libsysfs.h... yes
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... no
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: 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/virshdata/Makefile
config.status: creating tests/confdata/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing default-1 commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
+ make
make  all-recursive
make[1]: Entering directory `/home/sakaia/rpmbuild/BUILD/libvirt-0.2.0'
Making all in src
make[2]: Entering directory `/home/sakaia/rpmbuild/BUILD/libvirt-0.2.0/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/libexec"\" -DLOCALEBASEDIR=\""/usr/share/locale"\" -DLOCAL_STATE_DIR=\""/var"\" -DGETTEXT_PACKAGE=\"libvirt\"    -g -O -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wall -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/libexec\" -DLOCALEBASEDIR=\"/usr/share/locale\" -DLOCAL_STATE_DIR=\"/var\" -DGETTEXT_PACKAGE=\"libvirt\" -g -O -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wall -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/libexec\" -DLOCALEBASEDIR=\"/usr/share/locale\" -DLOCAL_STATE_DIR=\"/var\" -DGETTEXT_PACKAGE=\"libvirt\" -g -O -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wall -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/libexec"\" -DLOCALEBASEDIR=\""/usr/share/locale"\" -DLOCAL_STATE_DIR=\""/var"\" -DGETTEXT_PACKAGE=\"libvirt\"    -g -O -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wall -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/libexec\" -DLOCALEBASEDIR=\"/usr/share/locale\" -DLOCAL_STATE_DIR=\"/var\" -DGETTEXT_PACKAGE=\"libvirt\" -g -O -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wall -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/libexec\" -DLOCALEBASEDIR=\"/usr/share/locale\" -DLOCAL_STATE_DIR=\"/var\" -DGETTEXT_PACKAGE=\"libvirt\" -g -O -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wall -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/libexec"\" -DLOCALEBASEDIR=\""/usr/share/locale"\" -DLOCAL_STATE_DIR=\""/var"\" -DGETTEXT_PACKAGE=\"libvirt\"    -g -O -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wall -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/libexec\" -DLOCALEBASEDIR=\"/usr/share/locale\" -DLOCAL_STATE_DIR=\"/var\" -DGETTEXT_PACKAGE=\"libvirt\" -g -O -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wall -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/libexec\" -DLOCALEBASEDIR=\"/usr/share/locale\" -DLOCAL_STATE_DIR=\"/var\" -DGETTEXT_PACKAGE=\"libvirt\" -g -O -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wall -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/libexec"\" -DLOCALEBASEDIR=\""/usr/share/locale"\" -DLOCAL_STATE_DIR=\""/var"\" -DGETTEXT_PACKAGE=\"libvirt\"    -g -O -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wall -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/libexec\" -DLOCALEBASEDIR=\"/usr/share/locale\" -DLOCAL_STATE_DIR=\"/var\" -DGETTEXT_PACKAGE=\"libvirt\" -g -O -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wall -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/libexec\" -DLOCALEBASEDIR=\"/usr/share/locale\" -DLOCAL_STATE_DIR=\"/var\" -DGETTEXT_PACKAGE=\"libvirt\" -g -O -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wall -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/libexec"\" -DLOCALEBASEDIR=\""/usr/share/locale"\" -DLOCAL_STATE_DIR=\""/var"\" -DGETTEXT_PACKAGE=\"libvirt\"    -g -O -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wall -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/libexec\" -DLOCALEBASEDIR=\"/usr/share/locale\" -DLOCAL_STATE_DIR=\"/var\" -DGETTEXT_PACKAGE=\"libvirt\" -g -O -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wall -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/libexec\" -DLOCALEBASEDIR=\"/usr/share/locale\" -DLOCAL_STATE_DIR=\"/var\" -DGETTEXT_PACKAGE=\"libvirt\" -g -O -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wall -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/libexec"\" -DLOCALEBASEDIR=\""/usr/share/locale"\" -DLOCAL_STATE_DIR=\""/var"\" -DGETTEXT_PACKAGE=\"libvirt\"    -g -O -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wall -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/libexec\" -DLOCALEBASEDIR=\"/usr/share/locale\" -DLOCAL_STATE_DIR=\"/var\" -DGETTEXT_PACKAGE=\"libvirt\" -g -O -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wall -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/libexec\" -DLOCALEBASEDIR=\"/usr/share/locale\" -DLOCAL_STATE_DIR=\"/var\" -DGETTEXT_PACKAGE=\"libvirt\" -g -O -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wall -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/libexec"\" -DLOCALEBASEDIR=\""/usr/share/locale"\" -DLOCAL_STATE_DIR=\""/var"\" -DGETTEXT_PACKAGE=\"libvirt\"    -g -O -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wall -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/libexec\" -DLOCALEBASEDIR=\"/usr/share/locale\" -DLOCAL_STATE_DIR=\"/var\" -DGETTEXT_PACKAGE=\"libvirt\" -g -O -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wall -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
xend_internal.c: In function 'xenDaemonListDomainsOld':
xend_internal.c:937: warning: cast increases required alignment of target type
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I/usr/include/libxml2 -I../qemud -DBINDIR=\"/usr/libexec\" -DLOCALEBASEDIR=\"/usr/share/locale\" -DLOCAL_STATE_DIR=\"/var\" -DGETTEXT_PACKAGE=\"libvirt\" -g -O -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wall -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/libexec"\" -DLOCALEBASEDIR=\""/usr/share/locale"\" -DLOCAL_STATE_DIR=\""/var"\" -DGETTEXT_PACKAGE=\"libvirt\"    -g -O -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wall -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/libexec\" -DLOCALEBASEDIR=\"/usr/share/locale\" -DLOCAL_STATE_DIR=\"/var\" -DGETTEXT_PACKAGE=\"libvirt\" -g -O -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wall -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/libexec\" -DLOCALEBASEDIR=\"/usr/share/locale\" -DLOCAL_STATE_DIR=\"/var\" -DGETTEXT_PACKAGE=\"libvirt\" -g -O -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wall -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/libexec"\" -DLOCALEBASEDIR=\""/usr/share/locale"\" -DLOCAL_STATE_DIR=\""/var"\" -DGETTEXT_PACKAGE=\"libvirt\"    -g -O -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wall -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/libexec\" -DLOCALEBASEDIR=\"/usr/share/locale\" -DLOCAL_STATE_DIR=\"/var\" -DGETTEXT_PACKAGE=\"libvirt\" -g -O -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wall -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/libexec\" -DLOCALEBASEDIR=\"/usr/share/locale\" -DLOCAL_STATE_DIR=\"/var\" -DGETTEXT_PACKAGE=\"libvirt\" -g -O -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wall -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/libexec"\" -DLOCALEBASEDIR=\""/usr/share/locale"\" -DLOCAL_STATE_DIR=\""/var"\" -DGETTEXT_PACKAGE=\"libvirt\"    -g -O -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wall -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/libexec\" -DLOCALEBASEDIR=\"/usr/share/locale\" -DLOCAL_STATE_DIR=\"/var\" -DGETTEXT_PACKAGE=\"libvirt\" -g -O -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wall -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/libexec\" -DLOCALEBASEDIR=\"/usr/share/locale\" -DLOCAL_STATE_DIR=\"/var\" -DGETTEXT_PACKAGE=\"libvirt\" -g -O -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wall -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/libexec"\" -DLOCALEBASEDIR=\""/usr/share/locale"\" -DLOCAL_STATE_DIR=\""/var"\" -DGETTEXT_PACKAGE=\"libvirt\"    -g -O -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wall -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/libexec\" -DLOCALEBASEDIR=\"/usr/share/locale\" -DLOCAL_STATE_DIR=\"/var\" -DGETTEXT_PACKAGE=\"libvirt\" -g -O -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wall -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/libexec\" -DLOCALEBASEDIR=\"/usr/share/locale\" -DLOCAL_STATE_DIR=\"/var\" -DGETTEXT_PACKAGE=\"libvirt\" -g -O -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wall -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/libexec"\" -DLOCALEBASEDIR=\""/usr/share/locale"\" -DLOCAL_STATE_DIR=\""/var"\" -DGETTEXT_PACKAGE=\"libvirt\"    -g -O -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wall -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/libexec\" -DLOCALEBASEDIR=\"/usr/share/locale\" -DLOCAL_STATE_DIR=\"/var\" -DGETTEXT_PACKAGE=\"libvirt\" -g -O -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wall -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/libexec\" -DLOCALEBASEDIR=\"/usr/share/locale\" -DLOCAL_STATE_DIR=\"/var\" -DGETTEXT_PACKAGE=\"libvirt\" -g -O -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wall -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/libexec"\" -DLOCALEBASEDIR=\""/usr/share/locale"\" -DLOCAL_STATE_DIR=\""/var"\" -DGETTEXT_PACKAGE=\"libvirt\"    -g -O -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wall -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/libexec\" -DLOCALEBASEDIR=\"/usr/share/locale\" -DLOCAL_STATE_DIR=\"/var\" -DGETTEXT_PACKAGE=\"libvirt\" -g -O -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wall -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/libexec\" -DLOCALEBASEDIR=\"/usr/share/locale\" -DLOCAL_STATE_DIR=\"/var\" -DGETTEXT_PACKAGE=\"libvirt\" -g -O -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wall -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  -g -O -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wall   -o libvirt.la -rpath /usr/lib -Wl,--version-script=./libvirt_sym.version -version-info 2:0:2  libvirt_la-libvirt.lo libvirt_la-hash.lo libvirt_la-test.lo libvirt_la-xml.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 -lz -lm -lxenstore 
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_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 -lxml2 -lz -lm -lxenstore  -Wl,--version-script=./libvirt_sym.version -Wl,-soname -Wl,libvirt.so.0 -o .libs/libvirt.so.0.2.0
(cd .libs && rm -f libvirt.so.0 && ln -s libvirt.so.0.2.0 libvirt.so.0)
(cd .libs && rm -f libvirt.so && ln -s libvirt.so.0.2.0 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_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/libexec"\" -DLOCALEBASEDIR=\""/usr/share/locale"\" -DLOCAL_STATE_DIR=\""/var"\" -DGETTEXT_PACKAGE=\"libvirt\"    -g -O -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wall -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
virsh.c: In function 'cmdList':
virsh.c:504: warning: passing argument 1 of 'free' discards qualifiers from pointer target type
virsh.c:525: warning: passing argument 1 of 'free' discards qualifiers from pointer target type
virsh.c: In function 'cmdNetworkList':
virsh.c:1906: warning: passing argument 1 of 'free' discards qualifiers from pointer target type
virsh.c:1913: warning: passing argument 1 of 'free' discards qualifiers from pointer target type
virsh.c:1920: warning: passing argument 1 of 'free' discards qualifiers from pointer target type
virsh.c:1928: warning: passing argument 1 of 'free' discards qualifiers from pointer target type
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I/usr/include/libxml2 -I../qemud -DBINDIR=\""/usr/libexec"\" -DLOCALEBASEDIR=\""/usr/share/locale"\" -DLOCAL_STATE_DIR=\""/var"\" -DGETTEXT_PACKAGE=\"libvirt\"    -g -O -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wall -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  -g -O -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wall   -o virsh  virsh-virsh.o virsh-console.o libvirt.la -lcurses -lreadline -lxenstore 
gcc -g -O -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wall -o .libs/virsh virsh-virsh.o virsh-console.o  ./.libs/libvirt.so -L/usr/lib -lxml2 -lz -lm -lcurses -lreadline -lxenstore 
creating virsh
make[2]: Leaving directory `/home/sakaia/rpmbuild/BUILD/libvirt-0.2.0/src'
Making all in qemud
make[2]: Entering directory `/home/sakaia/rpmbuild/BUILD/libvirt-0.2.0/qemud'
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/libxml2   -I../include -I../include -I/usr/include/libxml2 -Werror -Wall -Wextra -DLOCAL_STATE_DIR="\"/var\"" -DSYSCONF_DIR="\"/etc\"" -g -O -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wall -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 -Werror -Wall -Wextra -DLOCAL_STATE_DIR="\"/var\"" -DSYSCONF_DIR="\"/etc\"" -g -O -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wall -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 -Werror -Wall -Wextra -DLOCAL_STATE_DIR="\"/var\"" -DSYSCONF_DIR="\"/etc\"" -g -O -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wall -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 -Werror -Wall -Wextra -DLOCAL_STATE_DIR="\"/var\"" -DSYSCONF_DIR="\"/etc\"" -g -O -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wall -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 -Werror -Wall -Wextra -DLOCAL_STATE_DIR="\"/var\"" -DSYSCONF_DIR="\"/etc\"" -g -O -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wall -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
cc1: warnings being treated as errors
bridge.c: In function 'brSetInetAddr':
bridge.c:344: warning: cast increases required alignment of target type
bridge.c:345: warning: cast increases required alignment of target type
bridge.c: In function 'brGetInetAddr':
bridge.c:381: warning: cast increases required alignment of target type
make[2]: *** [libvirt_qemud-bridge.o] Error 1
make[2]: Leaving directory `/home/sakaia/rpmbuild/BUILD/libvirt-0.2.0/qemud'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/sakaia/rpmbuild/BUILD/libvirt-0.2.0'
make: *** [all] Error 2
error: Bad exit status from /var/tmp/rpm-tmp.47249 (%build)


RPM build errors:
    Bad exit status from /var/tmp/rpm-tmp.47249 (%build)

[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]