+ exec + rm -rf /rpmbuild + mkdir -p /rpmbuild + su -c 'rpmbuild -ba /builddir/build/SPECS/libxml2.spec --define "debug_package %{nil}" --undefine _annotated_build --define "_missing_doc_files_terminate_build %{nil}" --define "_emacs_sitestartdir /usr/share/emacs/site-lisp/site-start.d" --define "_emacs_sitelispdir /usr/share/emacs/site-lisp" --nocheck ' mockbuild Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.xANWZZ + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf libxml2-2.9.7 + /usr/bin/gzip -dc /builddir/build/SOURCES/libxml2-2.9.7.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd libxml2-2.9.7 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/cat /builddir/build/SOURCES/libxml2-multilib.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + /usr/bin/cat /builddir/build/SOURCES/libxml2-2.9.0-do-not-check-crc.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + /usr/bin/cat /builddir/build/SOURCES/libxml2-2.9.4-remove-pyverify_fd.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + /usr/bin/cat /builddir/build/SOURCES/libxml2-CVE-2016-9597.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + find doc -type f -executable -print -exec chmod 0644 '{}' ';' doc/apibuild.py doc/examples/index.py doc/index.py + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.VOu227 + umask 022 + cd /builddir/build/BUILD + cd libxml2-2.9.7 + mkdir py2 py3 + cd py2 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 ' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 ' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I/usr/lib64/gfortran/modules' + export FFLAGS + FCFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I/usr/lib64/gfortran/modules' + export FCFLAGS + LDFLAGS='-Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + export LDFLAGS + '[' 1 = 1 ']' +++ dirname ../configure ++ find .. -name config.guess -o -name config.sub + for i in $(find $(dirname ../configure) -name config.guess -o -name config.sub) ++ basename ../config.sub + '[' -f /usr/lib/rpm/redhat/config.sub ']' + /usr/bin/rm -f ../config.sub ++ basename ../config.sub + /usr/bin/cp -fv /usr/lib/rpm/redhat/config.sub ../config.sub '/usr/lib/rpm/redhat/config.sub' -> '../config.sub' + for i in $(find $(dirname ../configure) -name config.guess -o -name config.sub) ++ basename ../config.guess + '[' -f /usr/lib/rpm/redhat/config.guess ']' + /usr/bin/rm -f ../config.guess ++ basename ../config.guess + /usr/bin/cp -fv /usr/lib/rpm/redhat/config.guess ../config.guess '/usr/lib/rpm/redhat/config.guess' -> '../config.guess' + '[' 1 = 1 ']' + '[' x '!=' x-specs=/usr/lib/rpm/redhat/redhat-hardened-ld ']' ++ find . -name ltmain.sh + ../configure --build=riscv64-redhat-linux-gnu --host=riscv64-redhat-linux-gnu --program-prefix= --disable-dependency-tracking --disable-silent-rules --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info --cache-file=../config.cache --with-python=/usr/bin/python2 configure: creating cache ../config.cache checking whether to enable maintainer-specific portions of Makefiles... yes checking build system type... riscv64-redhat-linux-gnu checking host system type... riscv64-redhat-linux-gnu checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether make supports nested variables... (cached) yes checking for riscv64-redhat-linux-gnu-gcc... no checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no 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 whether gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of gcc... none checking whether ln -s works... yes checking how to run the C preprocessor... gcc -E checking for mv... /usr/bin/mv checking for tar... /usr/bin/tar checking for perl... /usr/bin/perl checking for wget... /usr/bin/wget checking for xmllint... /usr/bin/xmllint checking for xsltproc... /usr/bin/xsltproc checking for riscv64-redhat-linux-gnu-pkg-config... /usr/bin/riscv64-redhat-linux-gnu-pkg-config checking pkg-config is at least version 0.9.0... yes checking how to print strings... printf checking for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... /usr/bin/grep -F checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking the maximum length of command line arguments... 1572864 checking how to convert riscv64-redhat-linux-gnu file names to riscv64-redhat-linux-gnu format... func_convert_file_noop checking how to convert riscv64-redhat-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for riscv64-redhat-linux-gnu-objdump... no checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for riscv64-redhat-linux-gnu-dlltool... no checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for riscv64-redhat-linux-gnu-ar... no checking for ar... ar checking for archiver @FILE support... @ checking for riscv64-redhat-linux-gnu-strip... no checking for strip... strip checking for riscv64-redhat-linux-gnu-ranlib... no checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from gcc object... ok checking for sysroot... no checking for a working dd... /usr/bin/dd checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1 checking for riscv64-redhat-linux-gnu-mt... no checking for mt... no checking if : is a manifest tool... no 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 dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... no checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) 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 Checking zlib checking for Z... yes checking zlib.h usability... yes checking zlib.h presence... yes checking for zlib.h... yes Checking lzma checking for LZMA... yes checking lzma.h usability... yes checking lzma.h presence... yes checking for lzma.h... yes Checking headers checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking for ANSI C header files... (cached) yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking for unistd.h... (cached) yes checking ctype.h usability... yes checking ctype.h presence... yes checking for ctype.h... yes checking dirent.h usability... yes checking dirent.h presence... yes checking for dirent.h... yes checking errno.h usability... yes checking errno.h presence... yes checking for errno.h... yes checking malloc.h usability... yes checking malloc.h presence... yes checking for malloc.h... yes checking stdarg.h usability... yes checking stdarg.h presence... yes checking for stdarg.h... yes checking for sys/stat.h... (cached) yes checking for sys/types.h... (cached) yes checking for stdint.h... (cached) yes checking for inttypes.h... (cached) yes checking time.h usability... yes checking time.h presence... yes checking for time.h... yes checking ansidecl.h usability... no checking ansidecl.h presence... no checking for ansidecl.h... no checking ieeefp.h usability... no checking ieeefp.h presence... no checking for ieeefp.h... no checking nan.h usability... no checking nan.h presence... no checking for nan.h... no checking math.h usability... yes checking math.h presence... yes checking for math.h... yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking fp_class.h usability... no checking fp_class.h presence... no checking for fp_class.h... no checking float.h usability... yes checking float.h presence... yes checking for float.h... yes checking for stdlib.h... (cached) yes checking for sys/socket.h... yes checking for netinet/in.h... yes checking for arpa/inet.h... yes checking netdb.h usability... yes checking netdb.h presence... yes checking for netdb.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking sys/select.h usability... yes checking sys/select.h presence... yes checking for sys/select.h... yes checking poll.h usability... yes checking poll.h presence... yes checking for poll.h... yes checking sys/mman.h usability... yes checking sys/mman.h presence... yes checking for sys/mman.h... yes checking sys/timeb.h usability... yes checking sys/timeb.h presence... yes checking for sys/timeb.h... yes checking signal.h usability... yes checking signal.h presence... yes checking for signal.h... yes checking for arpa/nameser.h... yes checking for resolv.h... yes checking dl.h usability... no checking dl.h presence... no checking for dl.h... no checking for dlfcn.h... (cached) yes Checking types checking for uint32_t... yes Checking libraries checking for strftime... yes checking for strdup... yes checking for strndup... yes checking for strerror... yes checking for finite... yes checking for isnand... no checking for fp_class... no checking for class... no checking for fpclass... no checking for strftime... (cached) yes checking for localtime... yes checking for gettimeofday... yes checking for ftime... yes checking for stat... yes checking for _stat... no checking for signal... yes checking for rand... yes checking for rand_r... yes checking for srand... yes checking for time... yes checking for isascii... yes checking for mmap... yes checking for munmap... yes checking for putenv... yes checking for va_copy... yes checking whether va_list is an array type... yes checking for library containing gethostent... none required checking for library containing setsockopt... none required checking for library containing connect... none required checking for type of socket length (socklen_t)... socklen_t * checking for const gethostbyname() argument... yes checking for const send() second argument... yes checking whether to enable IPv6... yes checking struct sockaddr::ss_family... yes checking for getaddrinfo... yes checking for isnan... yes checking for isinf... yes Found python in /usr/bin/python2 Found Python version 2.7 checking for shl_load... no checking for shl_load in -ldld... no checking for dlopen... no checking for dlopen in -ldl... yes Checking configuration requirements Enabling multithreaded support checking pthread.h usability... yes checking pthread.h presence... yes checking for pthread.h... yes checking for pthread_join in -lpthread... yes Enabled Schematron support checking iconv.h usability... yes checking iconv.h presence... yes checking for iconv.h... yes checking for iconv... yes checking for iconv declaration... extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); Disabling ICU support Enabled Schemas/Relax-NG support checking for printf... yes checking for sprintf... yes checking for fprintf... yes checking for snprintf... yes checking for vfprintf... yes checking for vsprintf... yes checking for vsnprintf... yes checking for sscanf... yes Disabling code coverage for GCC configure: updating cache ../config.cache checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating libxml2.spec config.status: creating Makefile config.status: creating include/Makefile config.status: creating include/libxml/Makefile config.status: creating doc/Makefile config.status: creating doc/examples/Makefile config.status: creating doc/devhelp/Makefile config.status: creating example/Makefile config.status: creating python/Makefile config.status: creating python/tests/Makefile config.status: creating xstc/Makefile config.status: creating include/libxml/xmlversion.h config.status: creating libxml-2.0.pc config.status: creating libxml-2.0-uninstalled.pc config.status: creating libxml2-config.cmake config.status: creating python/setup.py config.status: creating xml2-config config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands Done configuring + cd py3 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 ' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 ' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I/usr/lib64/gfortran/modules' + export FFLAGS + FCFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I/usr/lib64/gfortran/modules' + export FCFLAGS + LDFLAGS='-Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + export LDFLAGS + '[' 1 = 1 ']' +++ dirname ../configure ++ find .. -name config.guess -o -name config.sub + for i in $(find $(dirname ../configure) -name config.guess -o -name config.sub) ++ basename ../config.sub + '[' -f /usr/lib/rpm/redhat/config.sub ']' + /usr/bin/rm -f ../config.sub ++ basename ../config.sub + /usr/bin/cp -fv /usr/lib/rpm/redhat/config.sub ../config.sub '/usr/lib/rpm/redhat/config.sub' -> '../config.sub' + for i in $(find $(dirname ../configure) -name config.guess -o -name config.sub) ++ basename ../config.guess + '[' -f /usr/lib/rpm/redhat/config.guess ']' + /usr/bin/rm -f ../config.guess ++ basename ../config.guess + /usr/bin/cp -fv /usr/lib/rpm/redhat/config.guess ../config.guess '/usr/lib/rpm/redhat/config.guess' -> '../config.guess' + '[' 1 = 1 ']' + '[' x '!=' x-specs=/usr/lib/rpm/redhat/redhat-hardened-ld ']' ++ find . -name ltmain.sh + ../configure --build=riscv64-redhat-linux-gnu --host=riscv64-redhat-linux-gnu --program-prefix= --disable-dependency-tracking --disable-silent-rules --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info --cache-file=../config.cache --with-python=/usr/bin/python3 configure: loading cache ../config.cache checking whether to enable maintainer-specific portions of Makefiles... yes checking build system type... (cached) riscv64-redhat-linux-gnu checking host system type... (cached) riscv64-redhat-linux-gnu checking for a BSD-compatible install... (cached) /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... (cached) /usr/bin/mkdir -p checking for gawk... (cached) gawk checking whether make sets $(MAKE)... (cached) yes checking whether make supports nested variables... (cached) yes checking whether make supports nested variables... (cached) yes checking for riscv64-redhat-linux-gnu-gcc... no checking for gcc... (cached) gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... (cached) o checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking whether gcc understands -c and -o together... (cached) yes checking for style of include used by make... GNU checking dependency style of gcc... (cached) none checking whether ln -s works... yes checking how to run the C preprocessor... (cached) gcc -E checking for mv... (cached) /usr/bin/mv checking for tar... (cached) /usr/bin/tar checking for perl... (cached) /usr/bin/perl checking for wget... (cached) /usr/bin/wget checking for xmllint... (cached) /usr/bin/xmllint checking for xsltproc... (cached) /usr/bin/xsltproc checking for riscv64-redhat-linux-gnu-pkg-config... (cached) /usr/bin/riscv64-redhat-linux-gnu-pkg-config checking pkg-config is at least version 0.9.0... yes checking how to print strings... printf checking for a sed that does not truncate output... (cached) /usr/bin/sed checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/grep -E checking for fgrep... (cached) /usr/bin/grep -F checking for ld used by gcc... (cached) /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes checking for BSD- or MS-compatible name lister (nm)... (cached) /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... (cached) BSD nm checking the maximum length of command line arguments... (cached) 1572864 checking how to convert riscv64-redhat-linux-gnu file names to riscv64-redhat-linux-gnu format... (cached) func_convert_file_noop checking how to convert riscv64-redhat-linux-gnu file names to toolchain format... (cached) func_convert_file_noop checking for /usr/bin/ld option to reload object files... (cached) -r checking for riscv64-redhat-linux-gnu-objdump... no checking for objdump... (cached) objdump checking how to recognize dependent libraries... (cached) pass_all checking for riscv64-redhat-linux-gnu-dlltool... no checking for dlltool... no checking how to associate runtime and link libraries... (cached) printf %s\n checking for riscv64-redhat-linux-gnu-ar... no checking for ar... (cached) ar checking for archiver @FILE support... (cached) @ checking for riscv64-redhat-linux-gnu-strip... no checking for strip... (cached) strip checking for riscv64-redhat-linux-gnu-ranlib... no checking for ranlib... (cached) ranlib checking command to parse /usr/bin/nm -B output from gcc object... (cached) ok checking for sysroot... no checking for a working dd... (cached) /usr/bin/dd checking how to truncate binary pipes... (cached) /usr/bin/dd bs=4096 count=1 checking for riscv64-redhat-linux-gnu-mt... no checking for mt... no checking if : is a manifest tool... (cached) no checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking for dlfcn.h... (cached) yes checking for objdir... (cached) .libs checking if gcc supports -fno-rtti -fno-exceptions... (cached) no checking for gcc option to produce PIC... (cached) -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... (cached) yes checking if gcc static flag -static works... (cached) no checking if gcc supports -c -o file.o... (cached) yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... (cached) no checking dynamic linker characteristics... (cached) 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 Checking zlib checking for Z... yes checking for zlib.h... (cached) yes Checking lzma checking for LZMA... yes checking for lzma.h... (cached) yes Checking headers checking for dirent.h that defines DIR... (cached) yes checking for library containing opendir... (cached) none required checking for ANSI C header files... (cached) yes checking for fcntl.h... (cached) yes checking for unistd.h... (cached) yes checking for ctype.h... (cached) yes checking for dirent.h... (cached) yes checking for errno.h... (cached) yes checking for malloc.h... (cached) yes checking for stdarg.h... (cached) yes checking for sys/stat.h... (cached) yes checking for sys/types.h... (cached) yes checking for stdint.h... (cached) yes checking for inttypes.h... (cached) yes checking for time.h... (cached) yes checking for ansidecl.h... (cached) no checking for ieeefp.h... (cached) no checking for nan.h... (cached) no checking for math.h... (cached) yes checking for limits.h... (cached) yes checking for fp_class.h... (cached) no checking for float.h... (cached) yes checking for stdlib.h... (cached) yes checking for sys/socket.h... (cached) yes checking for netinet/in.h... (cached) yes checking for arpa/inet.h... (cached) yes checking for netdb.h... (cached) yes checking for sys/time.h... (cached) yes checking for sys/select.h... (cached) yes checking for poll.h... (cached) yes checking for sys/mman.h... (cached) yes checking for sys/timeb.h... (cached) yes checking for signal.h... (cached) yes checking for arpa/nameser.h... (cached) yes checking for resolv.h... (cached) yes checking for dl.h... (cached) no checking for dlfcn.h... (cached) yes Checking types checking for uint32_t... (cached) yes Checking libraries checking for strftime... (cached) yes checking for strdup... (cached) yes checking for strndup... (cached) yes checking for strerror... (cached) yes checking for finite... (cached) yes checking for isnand... (cached) no checking for fp_class... (cached) no checking for class... (cached) no checking for fpclass... (cached) no checking for strftime... (cached) yes checking for localtime... (cached) yes checking for gettimeofday... (cached) yes checking for ftime... (cached) yes checking for stat... (cached) yes checking for _stat... (cached) no checking for signal... (cached) yes checking for rand... (cached) yes checking for rand_r... (cached) yes checking for srand... (cached) yes checking for time... (cached) yes checking for isascii... (cached) yes checking for mmap... (cached) yes checking for munmap... (cached) yes checking for putenv... (cached) yes checking for va_copy... yes checking whether va_list is an array type... yes checking for library containing gethostent... (cached) none required checking for library containing setsockopt... (cached) none required checking for library containing connect... (cached) none required checking for type of socket length (socklen_t)... socklen_t * checking for const gethostbyname() argument... yes checking for const send() second argument... yes checking whether to enable IPv6... yes checking struct sockaddr::ss_family... yes checking for getaddrinfo... (cached) yes checking for isnan... (cached) yes checking for isinf... (cached) yes Found python in /usr/bin/python3 Found Python version 3.6 checking for shl_load... (cached) no checking for shl_load in -ldld... (cached) no checking for dlopen... (cached) no checking for dlopen in -ldl... (cached) yes Checking configuration requirements Enabling multithreaded support checking for pthread.h... (cached) yes checking for pthread_join in -lpthread... (cached) yes Enabled Schematron support checking for iconv.h... (cached) yes checking for iconv... yes checking for iconv declaration... (cached) extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); Disabling ICU support Enabled Schemas/Relax-NG support checking for printf... (cached) yes checking for sprintf... (cached) yes checking for fprintf... (cached) yes checking for snprintf... (cached) yes checking for vfprintf... (cached) yes checking for vsprintf... (cached) yes checking for vsnprintf... (cached) yes checking for sscanf... (cached) yes Disabling code coverage for GCC checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating libxml2.spec config.status: creating Makefile config.status: creating include/Makefile config.status: creating include/libxml/Makefile config.status: creating doc/Makefile config.status: creating doc/examples/Makefile config.status: creating doc/devhelp/Makefile config.status: creating example/Makefile config.status: creating python/Makefile config.status: creating python/tests/Makefile config.status: creating xstc/Makefile config.status: creating include/libxml/xmlversion.h config.status: creating libxml-2.0.pc config.status: creating libxml-2.0-uninstalled.pc config.status: creating libxml2-config.cmake config.status: creating python/setup.py config.status: creating xml2-config config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands Done configuring + /usr/bin/make -O -j4 -C py2 /usr/bin/make all-recursive Making all in include Making all in libxml make[3]: Nothing to be done for 'all'. make[3]: Nothing to be done for 'all-am'. Making all in . make[2]: Entering directory '/builddir/build/BUILD/libxml2-2.9.7/py2' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c -o SAX.lo ../SAX.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../SAX.c -fPIC -DPIC -o .libs/SAX.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../SAX.c -o SAX.o >/dev/null 2>&1 make[2]: Leaving directory '/builddir/build/BUILD/libxml2-2.9.7/py2' make[2]: Entering directory '/builddir/build/BUILD/libxml2-2.9.7/py2' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c -o entities.lo ../entities.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../entities.c -fPIC -DPIC -o .libs/entities.o ../entities.c:42:1: warning: missing initializer for field 'guard' of 'xmlEntity {aka struct _xmlEntity}' [-Wmissing-field-initializers] }; ^ In file included from ../include/libxml/parser.h:20:0, from ../include/libxml/globals.h:18, from ../include/libxml/threads.h:35, from ../include/libxml/xmlmemory.h:218, from ../include/libxml/tree.h:1307, from ../include/libxml/c14n.h:27, from ../elfgcchack.h:17, from ../libxml.h:106, from ../entities.c:15: ../include/libxml/entities.h:68:30: note: 'guard' declared here xmlEntityRecursionGuard guard; ^~~~~ ../entities.c:49:1: warning: missing initializer for field 'guard' of 'xmlEntity {aka struct _xmlEntity}' [-Wmissing-field-initializers] }; ^ In file included from ../include/libxml/parser.h:20:0, from ../include/libxml/globals.h:18, from ../include/libxml/threads.h:35, from ../include/libxml/xmlmemory.h:218, from ../include/libxml/tree.h:1307, from ../include/libxml/c14n.h:27, from ../elfgcchack.h:17, from ../libxml.h:106, from ../entities.c:15: ../include/libxml/entities.h:68:30: note: 'guard' declared here xmlEntityRecursionGuard guard; ^~~~~ ../entities.c:56:1: warning: missing initializer for field 'guard' of 'xmlEntity {aka struct _xmlEntity}' [-Wmissing-field-initializers] }; ^ In file included from ../include/libxml/parser.h:20:0, from ../include/libxml/globals.h:18, from ../include/libxml/threads.h:35, from ../include/libxml/xmlmemory.h:218, from ../include/libxml/tree.h:1307, from ../include/libxml/c14n.h:27, from ../elfgcchack.h:17, from ../libxml.h:106, from ../entities.c:15: ../include/libxml/entities.h:68:30: note: 'guard' declared here xmlEntityRecursionGuard guard; ^~~~~ ../entities.c:63:1: warning: missing initializer for field 'guard' of 'xmlEntity {aka struct _xmlEntity}' [-Wmissing-field-initializers] }; ^ In file included from ../include/libxml/parser.h:20:0, from ../include/libxml/globals.h:18, from ../include/libxml/threads.h:35, from ../include/libxml/xmlmemory.h:218, from ../include/libxml/tree.h:1307, from ../include/libxml/c14n.h:27, from ../elfgcchack.h:17, from ../libxml.h:106, from ../entities.c:15: ../include/libxml/entities.h:68:30: note: 'guard' declared here xmlEntityRecursionGuard guard; ^~~~~ ../entities.c:70:1: warning: missing initializer for field 'guard' of 'xmlEntity {aka struct _xmlEntity}' [-Wmissing-field-initializers] }; ^ In file included from ../include/libxml/parser.h:20:0, from ../include/libxml/globals.h:18, from ../include/libxml/threads.h:35, from ../include/libxml/xmlmemory.h:218, from ../include/libxml/tree.h:1307, from ../include/libxml/c14n.h:27, from ../elfgcchack.h:17, from ../libxml.h:106, from ../entities.c:15: ../include/libxml/entities.h:68:30: note: 'guard' declared here xmlEntityRecursionGuard guard; ^~~~~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../entities.c -o entities.o >/dev/null 2>&1 make[2]: Leaving directory '/builddir/build/BUILD/libxml2-2.9.7/py2' make[2]: Entering directory '/builddir/build/BUILD/libxml2-2.9.7/py2' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c -o error.lo ../error.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../error.c -fPIC -DPIC -o .libs/error.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../error.c -o error.o >/dev/null 2>&1 make[2]: Leaving directory '/builddir/build/BUILD/libxml2-2.9.7/py2' make[2]: Entering directory '/builddir/build/BUILD/libxml2-2.9.7/py2' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c -o encoding.lo ../encoding.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../encoding.c -fPIC -DPIC -o .libs/encoding.o ../encoding.c: In function 'UTF16LEToUTF8': ../encoding.c:497:26: warning: cast increases required alignment of target type [-Wcast-align] unsigned short* in = (unsigned short*) inb; ^ ../encoding.c: In function 'UTF8ToUTF16LE': ../encoding.c:579:27: warning: cast increases required alignment of target type [-Wcast-align] unsigned short* out = (unsigned short*) outb; ^ ../encoding.c: In function 'UTF16BEToUTF8': ../encoding.c:735:26: warning: cast increases required alignment of target type [-Wcast-align] unsigned short* in = (unsigned short*) inb; ^ ../encoding.c: In function 'UTF8ToUTF16BE': ../encoding.c:821:27: warning: cast increases required alignment of target type [-Wcast-align] unsigned short* out = (unsigned short*) outb; ^ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../encoding.c -o encoding.o >/dev/null 2>&1 make[2]: Leaving directory '/builddir/build/BUILD/libxml2-2.9.7/py2' make[2]: Entering directory '/builddir/build/BUILD/libxml2-2.9.7/py2' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c -o parserInternals.lo ../parserInternals.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../parserInternals.c -fPIC -DPIC -o .libs/parserInternals.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../parserInternals.c -o parserInternals.o >/dev/null 2>&1 make[2]: Leaving directory '/builddir/build/BUILD/libxml2-2.9.7/py2' make[2]: Entering directory '/builddir/build/BUILD/libxml2-2.9.7/py2' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c -o list.lo ../list.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../list.c -fPIC -DPIC -o .libs/list.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../list.c -o list.o >/dev/null 2>&1 make[2]: Leaving directory '/builddir/build/BUILD/libxml2-2.9.7/py2' make[2]: Entering directory '/builddir/build/BUILD/libxml2-2.9.7/py2' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c -o hash.lo ../hash.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../hash.c -fPIC -DPIC -o .libs/hash.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../hash.c -o hash.o >/dev/null 2>&1 make[2]: Leaving directory '/builddir/build/BUILD/libxml2-2.9.7/py2' make[2]: Entering directory '/builddir/build/BUILD/libxml2-2.9.7/py2' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c -o xmlmemory.lo ../xmlmemory.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../xmlmemory.c -fPIC -DPIC -o .libs/xmlmemory.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../xmlmemory.c -o xmlmemory.o >/dev/null 2>&1 make[2]: Leaving directory '/builddir/build/BUILD/libxml2-2.9.7/py2' make[2]: Entering directory '/builddir/build/BUILD/libxml2-2.9.7/py2' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c -o xmlIO.lo ../xmlIO.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../xmlIO.c -fPIC -DPIC -o .libs/xmlIO.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../xmlIO.c -o xmlIO.o >/dev/null 2>&1 make[2]: Leaving directory '/builddir/build/BUILD/libxml2-2.9.7/py2' make[2]: Entering directory '/builddir/build/BUILD/libxml2-2.9.7/py2' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c -o uri.lo ../uri.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../uri.c -fPIC -DPIC -o .libs/uri.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../uri.c -o uri.o >/dev/null 2>&1 make[2]: Leaving directory '/builddir/build/BUILD/libxml2-2.9.7/py2' make[2]: Entering directory '/builddir/build/BUILD/libxml2-2.9.7/py2' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c -o xlink.lo ../xlink.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../xlink.c -fPIC -DPIC -o .libs/xlink.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../xlink.c -o xlink.o >/dev/null 2>&1 make[2]: Leaving directory '/builddir/build/BUILD/libxml2-2.9.7/py2' make[2]: Entering directory '/builddir/build/BUILD/libxml2-2.9.7/py2' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c -o tree.lo ../tree.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../tree.c -fPIC -DPIC -o .libs/tree.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../tree.c -o tree.o >/dev/null 2>&1 make[2]: Leaving directory '/builddir/build/BUILD/libxml2-2.9.7/py2' make[2]: Entering directory '/builddir/build/BUILD/libxml2-2.9.7/py2' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c -o HTMLtree.lo ../HTMLtree.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../HTMLtree.c -fPIC -DPIC -o .libs/HTMLtree.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../HTMLtree.c -o HTMLtree.o >/dev/null 2>&1 make[2]: Leaving directory '/builddir/build/BUILD/libxml2-2.9.7/py2' make[2]: Entering directory '/builddir/build/BUILD/libxml2-2.9.7/py2' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c -o valid.lo ../valid.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../valid.c -fPIC -DPIC -o .libs/valid.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../valid.c -o valid.o >/dev/null 2>&1 make[2]: Leaving directory '/builddir/build/BUILD/libxml2-2.9.7/py2' make[2]: Entering directory '/builddir/build/BUILD/libxml2-2.9.7/py2' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c -o debugXML.lo ../debugXML.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../debugXML.c -fPIC -DPIC -o .libs/debugXML.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../debugXML.c -o debugXML.o >/dev/null 2>&1 make[2]: Leaving directory '/builddir/build/BUILD/libxml2-2.9.7/py2' make[2]: Entering directory '/builddir/build/BUILD/libxml2-2.9.7/py2' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c -o HTMLparser.lo ../HTMLparser.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../HTMLparser.c -fPIC -DPIC -o .libs/HTMLparser.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../HTMLparser.c -o HTMLparser.o >/dev/null 2>&1 make[2]: Leaving directory '/builddir/build/BUILD/libxml2-2.9.7/py2' make[2]: Entering directory '/builddir/build/BUILD/libxml2-2.9.7/py2' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c -o parser.lo ../parser.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../parser.c -fPIC -DPIC -o .libs/parser.o ../parser.c: In function 'xmlParserEntityCheck': ../parser.c:139:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (ctxt->lastError.code == XML_ERR_ENTITY_LOOP) ^~ ../parser.c:142:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if ((ent != NULL) && (ent->guard == XML_ENTITY_BEING_CHECKED)) { ^~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../parser.c -o parser.o >/dev/null 2>&1 make[2]: Leaving directory '/builddir/build/BUILD/libxml2-2.9.7/py2' make[2]: Entering directory '/builddir/build/BUILD/libxml2-2.9.7/py2' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c -o xpointer.lo ../xpointer.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../xpointer.c -fPIC -DPIC -o .libs/xpointer.o ../xpointer.c: In function 'xmlXPtrNewRangeNodePoint__internal_alias': ../xpointer.c:470:21: warning: comparison between 'xmlElementType {aka enum }' and 'enum ' [-Wenum-compare] if (start->type != XPATH_POINT) ^~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../xpointer.c -o xpointer.o >/dev/null 2>&1 make[2]: Leaving directory '/builddir/build/BUILD/libxml2-2.9.7/py2' make[2]: Entering directory '/builddir/build/BUILD/libxml2-2.9.7/py2' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c -o xinclude.lo ../xinclude.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../xinclude.c -fPIC -DPIC -o .libs/xinclude.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../xinclude.c -o xinclude.o >/dev/null 2>&1 make[2]: Leaving directory '/builddir/build/BUILD/libxml2-2.9.7/py2' make[2]: Entering directory '/builddir/build/BUILD/libxml2-2.9.7/py2' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c -o nanohttp.lo ../nanohttp.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../nanohttp.c -fPIC -DPIC -o .libs/nanohttp.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../nanohttp.c -o nanohttp.o >/dev/null 2>&1 make[2]: Leaving directory '/builddir/build/BUILD/libxml2-2.9.7/py2' make[2]: Entering directory '/builddir/build/BUILD/libxml2-2.9.7/py2' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c -o nanoftp.lo ../nanoftp.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../nanoftp.c -fPIC -DPIC -o .libs/nanoftp.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../nanoftp.c -o nanoftp.o >/dev/null 2>&1 make[2]: Leaving directory '/builddir/build/BUILD/libxml2-2.9.7/py2' make[2]: Entering directory '/builddir/build/BUILD/libxml2-2.9.7/py2' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c -o globals.lo ../globals.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../globals.c -fPIC -DPIC -o .libs/globals.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../globals.c -o globals.o >/dev/null 2>&1 make[2]: Leaving directory '/builddir/build/BUILD/libxml2-2.9.7/py2' make[2]: Entering directory '/builddir/build/BUILD/libxml2-2.9.7/py2' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c -o threads.lo ../threads.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../threads.c -fPIC -DPIC -o .libs/threads.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../threads.c -o threads.o >/dev/null 2>&1 make[2]: Leaving directory '/builddir/build/BUILD/libxml2-2.9.7/py2' make[2]: Entering directory '/builddir/build/BUILD/libxml2-2.9.7/py2' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c -o catalog.lo ../catalog.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../catalog.c -fPIC -DPIC -o .libs/catalog.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../catalog.c -o catalog.o >/dev/null 2>&1 make[2]: Leaving directory '/builddir/build/BUILD/libxml2-2.9.7/py2' make[2]: Entering directory '/builddir/build/BUILD/libxml2-2.9.7/py2' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c -o c14n.lo ../c14n.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../c14n.c -fPIC -DPIC -o .libs/c14n.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../c14n.c -o c14n.o >/dev/null 2>&1 make[2]: Leaving directory '/builddir/build/BUILD/libxml2-2.9.7/py2' make[2]: Entering directory '/builddir/build/BUILD/libxml2-2.9.7/py2' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c -o xmlstring.lo ../xmlstring.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../xmlstring.c -fPIC -DPIC -o .libs/xmlstring.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../xmlstring.c -o xmlstring.o >/dev/null 2>&1 make[2]: Leaving directory '/builddir/build/BUILD/libxml2-2.9.7/py2' make[2]: Entering directory '/builddir/build/BUILD/libxml2-2.9.7/py2' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c -o buf.lo ../buf.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../buf.c -fPIC -DPIC -o .libs/buf.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../buf.c -o buf.o >/dev/null 2>&1 make[2]: Leaving directory '/builddir/build/BUILD/libxml2-2.9.7/py2' make[2]: Entering directory '/builddir/build/BUILD/libxml2-2.9.7/py2' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c -o xpath.lo ../xpath.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../xpath.c -fPIC -DPIC -o .libs/xpath.o In file included from ../include/libxml/parser.h:18:0, from ../include/libxml/globals.h:18, from ../include/libxml/threads.h:35, from ../include/libxml/xmlmemory.h:218, from ../include/libxml/tree.h:1307, from ../include/libxml/c14n.h:27, from ../elfgcchack.h:17, from ../libxml.h:106, from ../xpath.c:23: ../xpath.c: In function 'xmlXPathRegisterFuncNS__internal_alias': ../xpath.c:4897:73: warning: ISO C forbids passing argument 4 of 'xmlHashAddEntry2__internal_alias' between function pointer and 'void *' [-Wpedantic] return(xmlHashAddEntry2(ctxt->funcHash, name, ns_uri, XML_CAST_FPTR(f))); ^ ../include/libxml/hash.h:56:29: note: in definition of macro 'XML_CAST_FPTR' #define XML_CAST_FPTR(fptr) fptr ^~~~ In file included from ../libxml.h:106:0, from ../xpath.c:23: ../elfgcchack.h:4269:36: note: expected 'void *' but argument is of type 'xmlXPathFunction {aka void (*)(struct _xmlXPathParserContext *, int)}' extern __typeof (xmlHashAddEntry2) xmlHashAddEntry2__internal_alias __attribute((visibility("hidden"))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../xpath.c: In function 'xmlXPathFunctionLookupNS__internal_alias': ../xpath.c:4978:24: warning: ISO C forbids assignment between function pointer and 'void *' [-Wpedantic] XML_CAST_FPTR(ret) = xmlHashLookup2(ctxt->funcHash, name, ns_uri); ^ ../xpath.c: In function 'xmlXPathNodeCollectAndTest': ../xpath.c:12429:28: warning: comparison between 'xmlElementType {aka enum }' and 'xmlXPathTypeVal {aka enum }' [-Wenum-compare] } else if (cur->type == type) { ^~ In file included from ../xpath.c:483:0: At top level: ../trionan.c:218:1: warning: 'trio_is_negative' defined but not used [-Wunused-function] trio_is_negative ^~~~~~~~~~~~~~~~ ../trionan.c:194:1: warning: 'trio_is_special_quantity' defined but not used [-Wunused-function] trio_is_special_quantity ^~~~~~~~~~~~~~~~~~~~~~~~ ../xpath.c: In function 'xmlXPathCastNumberToString__internal_alias': ../xpath.c:3212:7: warning: array subscript is above array bounds [-Warray-bounds] work[buffersize - 1] = 0; ~~~~^~~~~~~~~~~~~~~~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../xpath.c -o xpath.o >/dev/null 2>&1 make[2]: Leaving directory '/builddir/build/BUILD/libxml2-2.9.7/py2' make[2]: Entering directory '/builddir/build/BUILD/libxml2-2.9.7/py2' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c -o xmlunicode.lo ../xmlunicode.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../xmlunicode.c -fPIC -DPIC -o .libs/xmlunicode.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../xmlunicode.c -o xmlunicode.o >/dev/null 2>&1 make[2]: Leaving directory '/builddir/build/BUILD/libxml2-2.9.7/py2' make[2]: Entering directory '/builddir/build/BUILD/libxml2-2.9.7/py2' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c -o xmlschemastypes.lo ../xmlschemastypes.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../xmlschemastypes.c -fPIC -DPIC -o .libs/xmlschemastypes.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../xmlschemastypes.c -o xmlschemastypes.o >/dev/null 2>&1 make[2]: Leaving directory '/builddir/build/BUILD/libxml2-2.9.7/py2' make[2]: Entering directory '/builddir/build/BUILD/libxml2-2.9.7/py2' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c -o xmlregexp.lo ../xmlregexp.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../xmlregexp.c -fPIC -DPIC -o .libs/xmlregexp.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../xmlregexp.c -o xmlregexp.o >/dev/null 2>&1 make[2]: Leaving directory '/builddir/build/BUILD/libxml2-2.9.7/py2' make[2]: Entering directory '/builddir/build/BUILD/libxml2-2.9.7/py2' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c -o dict.lo ../dict.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../dict.c -fPIC -DPIC -o .libs/dict.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../dict.c -o dict.o >/dev/null 2>&1 make[2]: Leaving directory '/builddir/build/BUILD/libxml2-2.9.7/py2' make[2]: Entering directory '/builddir/build/BUILD/libxml2-2.9.7/py2' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c -o xmlreader.lo ../xmlreader.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../xmlreader.c -fPIC -DPIC -o .libs/xmlreader.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../xmlreader.c -o xmlreader.o >/dev/null 2>&1 make[2]: Leaving directory '/builddir/build/BUILD/libxml2-2.9.7/py2' make[2]: Entering directory '/builddir/build/BUILD/libxml2-2.9.7/py2' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c -o SAX2.lo ../SAX2.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../SAX2.c -fPIC -DPIC -o .libs/SAX2.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../SAX2.c -o SAX2.o >/dev/null 2>&1 make[2]: Leaving directory '/builddir/build/BUILD/libxml2-2.9.7/py2' make[2]: Entering directory '/builddir/build/BUILD/libxml2-2.9.7/py2' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c -o legacy.lo ../legacy.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../legacy.c -fPIC -DPIC -o .libs/legacy.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../legacy.c -o legacy.o >/dev/null 2>&1 make[2]: Leaving directory '/builddir/build/BUILD/libxml2-2.9.7/py2' make[2]: Entering directory '/builddir/build/BUILD/libxml2-2.9.7/py2' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c -o xmlwriter.lo ../xmlwriter.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../xmlwriter.c -fPIC -DPIC -o .libs/xmlwriter.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../xmlwriter.c -o xmlwriter.o >/dev/null 2>&1 make[2]: Leaving directory '/builddir/build/BUILD/libxml2-2.9.7/py2' make[2]: Entering directory '/builddir/build/BUILD/libxml2-2.9.7/py2' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c -o chvalid.lo ../chvalid.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../chvalid.c -fPIC -DPIC -o .libs/chvalid.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../chvalid.c -o chvalid.o >/dev/null 2>&1 make[2]: Leaving directory '/builddir/build/BUILD/libxml2-2.9.7/py2' make[2]: Entering directory '/builddir/build/BUILD/libxml2-2.9.7/py2' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c -o pattern.lo ../pattern.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../pattern.c -fPIC -DPIC -o .libs/pattern.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../pattern.c -o pattern.o >/dev/null 2>&1 make[2]: Leaving directory '/builddir/build/BUILD/libxml2-2.9.7/py2' make[2]: Entering directory '/builddir/build/BUILD/libxml2-2.9.7/py2' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c -o relaxng.lo ../relaxng.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../relaxng.c -fPIC -DPIC -o .libs/relaxng.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../relaxng.c -o relaxng.o >/dev/null 2>&1 make[2]: Leaving directory '/builddir/build/BUILD/libxml2-2.9.7/py2' make[2]: Entering directory '/builddir/build/BUILD/libxml2-2.9.7/py2' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c -o xmlsave.lo ../xmlsave.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../xmlsave.c -fPIC -DPIC -o .libs/xmlsave.o ../xmlsave.c: In function 'xhtmlNodeDumpOutput': ../xmlsave.c:1595:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (cur->properties != NULL) ^~ ../xmlsave.c:1598:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if ((cur->type == XML_ELEMENT_NODE) && ^~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../xmlsave.c -o xmlsave.o >/dev/null 2>&1 make[2]: Leaving directory '/builddir/build/BUILD/libxml2-2.9.7/py2' make[2]: Entering directory '/builddir/build/BUILD/libxml2-2.9.7/py2' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c -o xmlmodule.lo ../xmlmodule.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../xmlmodule.c -fPIC -DPIC -o .libs/xmlmodule.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../xmlmodule.c -o xmlmodule.o >/dev/null 2>&1 make[2]: Leaving directory '/builddir/build/BUILD/libxml2-2.9.7/py2' make[2]: Entering directory '/builddir/build/BUILD/libxml2-2.9.7/py2' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c -o testdso.lo ../testdso.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../testdso.c -fPIC -DPIC -o .libs/testdso.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../testdso.c -o testdso.o >/dev/null 2>&1 make[2]: Leaving directory '/builddir/build/BUILD/libxml2-2.9.7/py2' make[2]: Entering directory '/builddir/build/BUILD/libxml2-2.9.7/py2' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c -o xzlib.lo ../xzlib.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../xzlib.c -fPIC -DPIC -o .libs/xzlib.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../xzlib.c -o xzlib.o >/dev/null 2>&1 make[2]: Leaving directory '/builddir/build/BUILD/libxml2-2.9.7/py2' make[2]: Entering directory '/builddir/build/BUILD/libxml2-2.9.7/py2' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c -o schematron.lo ../schematron.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../schematron.c -fPIC -DPIC -o .libs/schematron.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../schematron.c -o schematron.o >/dev/null 2>&1 make[2]: Leaving directory '/builddir/build/BUILD/libxml2-2.9.7/py2' make[2]: Entering directory '/builddir/build/BUILD/libxml2-2.9.7/py2' sed -e 's?\@XML_LIBDIR\@?-L/usr/lib64?g' \ -e 's?\@XML_INCLUDEDIR\@?-I/usr/include/libxml2?g' \ -e 's?\@VERSION\@?2.9.7?g' \ -e 's?\@XML_LIBS\@?-lxml2 -lz -llzma -lm ?g' \ < ../xml2Conf.sh.in > xml2Conf.tmp \ && mv xml2Conf.tmp xml2Conf.sh make[2]: Leaving directory '/builddir/build/BUILD/libxml2-2.9.7/py2' make[2]: Entering directory '/builddir/build/BUILD/libxml2-2.9.7/py2' gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c -o xmlcatalog.o ../xmlcatalog.c make[2]: Leaving directory '/builddir/build/BUILD/libxml2-2.9.7/py2' make[2]: Entering directory '/builddir/build/BUILD/libxml2-2.9.7/py2' /bin/sh ./libtool --tag=CC --mode=link gcc -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -module -no-undefined -avoid-version -rpath /usr/lib64 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o testdso.la testdso.lo libtool: link: gcc -shared -fPIC -DPIC .libs/testdso.o -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-z -Wl,relro -Wl,-soname -Wl,testdso.so -o .libs/testdso.so libtool: link: ar cru .libs/testdso.a testdso.o libtool: link: ranlib .libs/testdso.a libtool: link: ( cd ".libs" && rm -f "testdso.la" && ln -s "../testdso.la" "testdso.la" ) make[2]: Leaving directory '/builddir/build/BUILD/libxml2-2.9.7/py2' make[2]: Entering directory '/builddir/build/BUILD/libxml2-2.9.7/py2' gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c -o xmllint.o ../xmllint.c make[2]: Leaving directory '/builddir/build/BUILD/libxml2-2.9.7/py2' make[2]: Entering directory '/builddir/build/BUILD/libxml2-2.9.7/py2' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c -o xmlschemas.lo ../xmlschemas.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../xmlschemas.c -fPIC -DPIC -o .libs/xmlschemas.o ../xmlschemas.c: In function 'xmlSchemaPResCompAttrErr': ../xmlschemas.c:2843:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (refTypeStr == NULL) ^~ ../xmlschemas.c:2845:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' xmlSchemaPErrExt(ctxt, ownerElem, error, ^~~~~~~~~~~~~~~~ ../xmlschemas.c: In function 'xmlSchemaParseLocalAttribute': ../xmlschemas.c:7374:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (defValue != NULL) ^~ ../xmlschemas.c:7376:6: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (defValueType == WXS_ATTR_DEF_VAL_FIXED) ^~ ../xmlschemas.c: In function 'xmlSchemaSetValidStructuredErrors__internal_alias': ../xmlschemas.c:27818:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (ctxt == NULL) ^~ ../xmlschemas.c:27820:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' ctxt->serror = serror; ^~~~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../xmlschemas.c -o xmlschemas.o >/dev/null 2>&1 make[2]: Leaving directory '/builddir/build/BUILD/libxml2-2.9.7/py2' make[2]: Entering directory '/builddir/build/BUILD/libxml2-2.9.7/py2' /bin/sh ./libtool --tag=CC --mode=link gcc -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -Wl,--version-script=../libxml2.syms -version-info 11:7:9 -ldl -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libxml2.la -rpath /usr/lib64 SAX.lo entities.lo encoding.lo error.lo parserInternals.lo parser.lo tree.lo hash.lo list.lo xmlIO.lo xmlmemory.lo uri.lo valid.lo xlink.lo HTMLparser.lo HTMLtree.lo debugXML.lo xpath.lo xpointer.lo xinclude.lo nanohttp.lo nanoftp.lo catalog.lo globals.lo threads.lo c14n.lo xmlstring.lo buf.lo xmlregexp.lo xmlschemas.lo xmlschemastypes.lo xmlunicode.lo xmlreader.lo relaxng.lo dict.lo SAX2.lo xmlwriter.lo legacy.lo chvalid.lo pattern.lo xmlsave.lo xmlmodule.lo schematron.lo xzlib.lo -lz -llzma -lm libtool: link: gcc -shared -fPIC -DPIC .libs/SAX.o .libs/entities.o .libs/encoding.o .libs/error.o .libs/parserInternals.o .libs/parser.o .libs/tree.o .libs/hash.o .libs/list.o .libs/xmlIO.o .libs/xmlmemory.o .libs/uri.o .libs/valid.o .libs/xlink.o .libs/HTMLparser.o .libs/HTMLtree.o .libs/debugXML.o .libs/xpath.o .libs/xpointer.o .libs/xinclude.o .libs/nanohttp.o .libs/nanoftp.o .libs/catalog.o .libs/globals.o .libs/threads.o .libs/c14n.o .libs/xmlstring.o .libs/buf.o .libs/xmlregexp.o .libs/xmlschemas.o .libs/xmlschemastypes.o .libs/xmlunicode.o .libs/xmlreader.o .libs/relaxng.o .libs/dict.o .libs/SAX2.o .libs/xmlwriter.o .libs/legacy.o .libs/chvalid.o .libs/pattern.o .libs/xmlsave.o .libs/xmlmodule.o .libs/schematron.o .libs/xzlib.o -ldl -lz -llzma -lm -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,--version-script=../libxml2.syms -Wl,-z -Wl,relro -Wl,-soname -Wl,libxml2.so.2 -o .libs/libxml2.so.2.9.7 libtool: link: (cd ".libs" && rm -f "libxml2.so.2" && ln -s "libxml2.so.2.9.7" "libxml2.so.2") libtool: link: (cd ".libs" && rm -f "libxml2.so" && ln -s "libxml2.so.2.9.7" "libxml2.so") libtool: link: ar cru .libs/libxml2.a SAX.o entities.o encoding.o error.o parserInternals.o parser.o tree.o hash.o list.o xmlIO.o xmlmemory.o uri.o valid.o xlink.o HTMLparser.o HTMLtree.o debugXML.o xpath.o xpointer.o xinclude.o nanohttp.o nanoftp.o catalog.o globals.o threads.o c14n.o xmlstring.o buf.o xmlregexp.o xmlschemas.o xmlschemastypes.o xmlunicode.o xmlreader.o relaxng.o dict.o SAX2.o xmlwriter.o legacy.o chvalid.o pattern.o xmlsave.o xmlmodule.o schematron.o xzlib.o libtool: link: ranlib .libs/libxml2.a libtool: link: ( cd ".libs" && rm -f "libxml2.la" && ln -s "../libxml2.la" "libxml2.la" ) make[2]: Leaving directory '/builddir/build/BUILD/libxml2-2.9.7/py2' make[2]: Entering directory '/builddir/build/BUILD/libxml2-2.9.7/py2' /bin/sh ./libtool --tag=CC --mode=link gcc -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o xmlcatalog xmlcatalog.o ./libxml2.la -lz -llzma -lm libtool: link: gcc -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/xmlcatalog xmlcatalog.o ./.libs/libxml2.so -ldl -lz -llzma -lm make[2]: Leaving directory '/builddir/build/BUILD/libxml2-2.9.7/py2' make[2]: Entering directory '/builddir/build/BUILD/libxml2-2.9.7/py2' /bin/sh ./libtool --tag=CC --mode=link gcc -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o xmllint xmllint.o ./libxml2.la -lz -llzma -lm libtool: link: gcc -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/xmllint xmllint.o ./.libs/libxml2.so -ldl -lz -llzma -lm make[2]: Leaving directory '/builddir/build/BUILD/libxml2-2.9.7/py2' Making all in doc Making all in . make[3]: Nothing to be done for 'all-am'. Making all in devhelp make[3]: Nothing to be done for 'all'. Making all in examples make[3]: Nothing to be done for 'all'. Making all in example make[2]: Nothing to be done for 'all'. Making all in xstc make[2]: Nothing to be done for 'all'. Making all in python /usr/bin/make all-recursive Making all in . make[4]: Entering directory '/builddir/build/BUILD/libxml2-2.9.7/py2/python' /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../python -I.. -I../include -I../../include -I/usr/include/python2.7 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c -o types.lo ../../python/types.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../python -I.. -I../include -I../../include -I/usr/include/python2.7 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../../python/types.c -fPIC -DPIC -o .libs/types.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../python -I.. -I../include -I../../include -I/usr/include/python2.7 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../../python/types.c -o types.o >/dev/null 2>&1 make[4]: Leaving directory '/builddir/build/BUILD/libxml2-2.9.7/py2/python' make[4]: Entering directory '/builddir/build/BUILD/libxml2-2.9.7/py2/python' /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../python -I.. -I../include -I../../include -I/usr/include/python2.7 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c -o libxml.lo ../../python/libxml.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../python -I.. -I../include -I../../include -I/usr/include/python2.7 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../../python/libxml.c -fPIC -DPIC -o .libs/libxml.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../python -I.. -I../include -I../../include -I/usr/include/python2.7 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../../python/libxml.c -o libxml.o >/dev/null 2>&1 make[4]: Leaving directory '/builddir/build/BUILD/libxml2-2.9.7/py2/python' make[4]: Entering directory '/builddir/build/BUILD/libxml2-2.9.7/py2/python' /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../python -I.. -I../include -I../../include -I/usr/include/python2.7 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c -o libxml2-py.lo ../../python/libxml2-py.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../python -I.. -I../include -I../../include -I/usr/include/python2.7 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../../python/libxml2-py.c -fPIC -DPIC -o .libs/libxml2-py.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../python -I.. -I../include -I../../include -I/usr/include/python2.7 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../../python/libxml2-py.c -o libxml2-py.o >/dev/null 2>&1 make[4]: Leaving directory '/builddir/build/BUILD/libxml2-2.9.7/py2/python' make[4]: Entering directory '/builddir/build/BUILD/libxml2-2.9.7/py2/python' /bin/sh ../libtool --tag=CC --mode=link gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -module -avoid-version ../libxml2.la -lpython2.7 -lpthread -ldl -lutil -lm -Xlinker -export-dynamic -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libxml2mod.la -rpath /usr/lib64/python2.7/site-packages libxml.lo libxml2-py.lo types.lo libtool: link: gcc -shared -fPIC -DPIC .libs/libxml.o .libs/libxml2-py.o .libs/types.o -Wl,-rpath -Wl,/builddir/build/BUILD/libxml2-2.9.7/py2/.libs ../.libs/libxml2.so -lz -llzma -lpython2.7 -lpthread -ldl -lutil -lm -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-export-dynamic -Wl,-z -Wl,relro -Wl,-soname -Wl,libxml2mod.so -o .libs/libxml2mod.so libtool: link: ar cru .libs/libxml2mod.a libxml.o libxml2-py.o types.o libtool: link: ranlib .libs/libxml2mod.a libtool: link: ( cd ".libs" && rm -f "libxml2mod.la" && ln -s "../libxml2mod.la" "libxml2mod.la" ) make[4]: Leaving directory '/builddir/build/BUILD/libxml2-2.9.7/py2/python' Making all in tests make[4]: Nothing to be done for 'all'. + /usr/bin/make -O -j4 -C py3 /usr/bin/make all-recursive Making all in include Making all in libxml make[3]: Nothing to be done for 'all'. make[3]: Nothing to be done for 'all-am'. Making all in . make[2]: Entering directory '/builddir/build/BUILD/libxml2-2.9.7/py3' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c -o SAX.lo ../SAX.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../SAX.c -fPIC -DPIC -o .libs/SAX.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../SAX.c -o SAX.o >/dev/null 2>&1 make[2]: Leaving directory '/builddir/build/BUILD/libxml2-2.9.7/py3' make[2]: Entering directory '/builddir/build/BUILD/libxml2-2.9.7/py3' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c -o entities.lo ../entities.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../entities.c -fPIC -DPIC -o .libs/entities.o ../entities.c:42:1: warning: missing initializer for field 'guard' of 'xmlEntity {aka struct _xmlEntity}' [-Wmissing-field-initializers] }; ^ In file included from ../include/libxml/parser.h:20:0, from ../include/libxml/globals.h:18, from ../include/libxml/threads.h:35, from ../include/libxml/xmlmemory.h:218, from ../include/libxml/tree.h:1307, from ../include/libxml/c14n.h:27, from ../elfgcchack.h:17, from ../libxml.h:106, from ../entities.c:15: ../include/libxml/entities.h:68:30: note: 'guard' declared here xmlEntityRecursionGuard guard; ^~~~~ ../entities.c:49:1: warning: missing initializer for field 'guard' of 'xmlEntity {aka struct _xmlEntity}' [-Wmissing-field-initializers] }; ^ In file included from ../include/libxml/parser.h:20:0, from ../include/libxml/globals.h:18, from ../include/libxml/threads.h:35, from ../include/libxml/xmlmemory.h:218, from ../include/libxml/tree.h:1307, from ../include/libxml/c14n.h:27, from ../elfgcchack.h:17, from ../libxml.h:106, from ../entities.c:15: ../include/libxml/entities.h:68:30: note: 'guard' declared here xmlEntityRecursionGuard guard; ^~~~~ ../entities.c:56:1: warning: missing initializer for field 'guard' of 'xmlEntity {aka struct _xmlEntity}' [-Wmissing-field-initializers] }; ^ In file included from ../include/libxml/parser.h:20:0, from ../include/libxml/globals.h:18, from ../include/libxml/threads.h:35, from ../include/libxml/xmlmemory.h:218, from ../include/libxml/tree.h:1307, from ../include/libxml/c14n.h:27, from ../elfgcchack.h:17, from ../libxml.h:106, from ../entities.c:15: ../include/libxml/entities.h:68:30: note: 'guard' declared here xmlEntityRecursionGuard guard; ^~~~~ ../entities.c:63:1: warning: missing initializer for field 'guard' of 'xmlEntity {aka struct _xmlEntity}' [-Wmissing-field-initializers] }; ^ In file included from ../include/libxml/parser.h:20:0, from ../include/libxml/globals.h:18, from ../include/libxml/threads.h:35, from ../include/libxml/xmlmemory.h:218, from ../include/libxml/tree.h:1307, from ../include/libxml/c14n.h:27, from ../elfgcchack.h:17, from ../libxml.h:106, from ../entities.c:15: ../include/libxml/entities.h:68:30: note: 'guard' declared here xmlEntityRecursionGuard guard; ^~~~~ ../entities.c:70:1: warning: missing initializer for field 'guard' of 'xmlEntity {aka struct _xmlEntity}' [-Wmissing-field-initializers] }; ^ In file included from ../include/libxml/parser.h:20:0, from ../include/libxml/globals.h:18, from ../include/libxml/threads.h:35, from ../include/libxml/xmlmemory.h:218, from ../include/libxml/tree.h:1307, from ../include/libxml/c14n.h:27, from ../elfgcchack.h:17, from ../libxml.h:106, from ../entities.c:15: ../include/libxml/entities.h:68:30: note: 'guard' declared here xmlEntityRecursionGuard guard; ^~~~~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../entities.c -o entities.o >/dev/null 2>&1 make[2]: Leaving directory '/builddir/build/BUILD/libxml2-2.9.7/py3' make[2]: Entering directory '/builddir/build/BUILD/libxml2-2.9.7/py3' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c -o error.lo ../error.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../error.c -fPIC -DPIC -o .libs/error.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../error.c -o error.o >/dev/null 2>&1 make[2]: Leaving directory '/builddir/build/BUILD/libxml2-2.9.7/py3' make[2]: Entering directory '/builddir/build/BUILD/libxml2-2.9.7/py3' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c -o encoding.lo ../encoding.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../encoding.c -fPIC -DPIC -o .libs/encoding.o ../encoding.c: In function 'UTF16LEToUTF8': ../encoding.c:497:26: warning: cast increases required alignment of target type [-Wcast-align] unsigned short* in = (unsigned short*) inb; ^ ../encoding.c: In function 'UTF8ToUTF16LE': ../encoding.c:579:27: warning: cast increases required alignment of target type [-Wcast-align] unsigned short* out = (unsigned short*) outb; ^ ../encoding.c: In function 'UTF16BEToUTF8': ../encoding.c:735:26: warning: cast increases required alignment of target type [-Wcast-align] unsigned short* in = (unsigned short*) inb; ^ ../encoding.c: In function 'UTF8ToUTF16BE': ../encoding.c:821:27: warning: cast increases required alignment of target type [-Wcast-align] unsigned short* out = (unsigned short*) outb; ^ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../encoding.c -o encoding.o >/dev/null 2>&1 make[2]: Leaving directory '/builddir/build/BUILD/libxml2-2.9.7/py3' make[2]: Entering directory '/builddir/build/BUILD/libxml2-2.9.7/py3' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c -o parserInternals.lo ../parserInternals.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../parserInternals.c -fPIC -DPIC -o .libs/parserInternals.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../parserInternals.c -o parserInternals.o >/dev/null 2>&1 make[2]: Leaving directory '/builddir/build/BUILD/libxml2-2.9.7/py3' make[2]: Entering directory '/builddir/build/BUILD/libxml2-2.9.7/py3' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c -o list.lo ../list.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../list.c -fPIC -DPIC -o .libs/list.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../list.c -o list.o >/dev/null 2>&1 make[2]: Leaving directory '/builddir/build/BUILD/libxml2-2.9.7/py3' make[2]: Entering directory '/builddir/build/BUILD/libxml2-2.9.7/py3' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c -o hash.lo ../hash.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../hash.c -fPIC -DPIC -o .libs/hash.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../hash.c -o hash.o >/dev/null 2>&1 make[2]: Leaving directory '/builddir/build/BUILD/libxml2-2.9.7/py3' make[2]: Entering directory '/builddir/build/BUILD/libxml2-2.9.7/py3' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c -o xmlmemory.lo ../xmlmemory.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../xmlmemory.c -fPIC -DPIC -o .libs/xmlmemory.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../xmlmemory.c -o xmlmemory.o >/dev/null 2>&1 make[2]: Leaving directory '/builddir/build/BUILD/libxml2-2.9.7/py3' make[2]: Entering directory '/builddir/build/BUILD/libxml2-2.9.7/py3' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c -o xmlIO.lo ../xmlIO.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../xmlIO.c -fPIC -DPIC -o .libs/xmlIO.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../xmlIO.c -o xmlIO.o >/dev/null 2>&1 make[2]: Leaving directory '/builddir/build/BUILD/libxml2-2.9.7/py3' make[2]: Entering directory '/builddir/build/BUILD/libxml2-2.9.7/py3' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c -o uri.lo ../uri.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../uri.c -fPIC -DPIC -o .libs/uri.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../uri.c -o uri.o >/dev/null 2>&1 make[2]: Leaving directory '/builddir/build/BUILD/libxml2-2.9.7/py3' make[2]: Entering directory '/builddir/build/BUILD/libxml2-2.9.7/py3' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c -o xlink.lo ../xlink.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../xlink.c -fPIC -DPIC -o .libs/xlink.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../xlink.c -o xlink.o >/dev/null 2>&1 make[2]: Leaving directory '/builddir/build/BUILD/libxml2-2.9.7/py3' make[2]: Entering directory '/builddir/build/BUILD/libxml2-2.9.7/py3' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c -o tree.lo ../tree.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../tree.c -fPIC -DPIC -o .libs/tree.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../tree.c -o tree.o >/dev/null 2>&1 make[2]: Leaving directory '/builddir/build/BUILD/libxml2-2.9.7/py3' make[2]: Entering directory '/builddir/build/BUILD/libxml2-2.9.7/py3' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c -o HTMLtree.lo ../HTMLtree.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../HTMLtree.c -fPIC -DPIC -o .libs/HTMLtree.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../HTMLtree.c -o HTMLtree.o >/dev/null 2>&1 make[2]: Leaving directory '/builddir/build/BUILD/libxml2-2.9.7/py3' make[2]: Entering directory '/builddir/build/BUILD/libxml2-2.9.7/py3' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c -o valid.lo ../valid.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../valid.c -fPIC -DPIC -o .libs/valid.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../valid.c -o valid.o >/dev/null 2>&1 make[2]: Leaving directory '/builddir/build/BUILD/libxml2-2.9.7/py3' make[2]: Entering directory '/builddir/build/BUILD/libxml2-2.9.7/py3' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c -o debugXML.lo ../debugXML.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../debugXML.c -fPIC -DPIC -o .libs/debugXML.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../debugXML.c -o debugXML.o >/dev/null 2>&1 make[2]: Leaving directory '/builddir/build/BUILD/libxml2-2.9.7/py3' make[2]: Entering directory '/builddir/build/BUILD/libxml2-2.9.7/py3' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c -o HTMLparser.lo ../HTMLparser.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../HTMLparser.c -fPIC -DPIC -o .libs/HTMLparser.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../HTMLparser.c -o HTMLparser.o >/dev/null 2>&1 make[2]: Leaving directory '/builddir/build/BUILD/libxml2-2.9.7/py3' make[2]: Entering directory '/builddir/build/BUILD/libxml2-2.9.7/py3' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c -o parser.lo ../parser.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../parser.c -fPIC -DPIC -o .libs/parser.o ../parser.c: In function 'xmlParserEntityCheck': ../parser.c:139:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (ctxt->lastError.code == XML_ERR_ENTITY_LOOP) ^~ ../parser.c:142:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if ((ent != NULL) && (ent->guard == XML_ENTITY_BEING_CHECKED)) { ^~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../parser.c -o parser.o >/dev/null 2>&1 make[2]: Leaving directory '/builddir/build/BUILD/libxml2-2.9.7/py3' make[2]: Entering directory '/builddir/build/BUILD/libxml2-2.9.7/py3' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c -o xpointer.lo ../xpointer.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../xpointer.c -fPIC -DPIC -o .libs/xpointer.o ../xpointer.c: In function 'xmlXPtrNewRangeNodePoint__internal_alias': ../xpointer.c:470:21: warning: comparison between 'xmlElementType {aka enum }' and 'enum ' [-Wenum-compare] if (start->type != XPATH_POINT) ^~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../xpointer.c -o xpointer.o >/dev/null 2>&1 make[2]: Leaving directory '/builddir/build/BUILD/libxml2-2.9.7/py3' make[2]: Entering directory '/builddir/build/BUILD/libxml2-2.9.7/py3' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c -o xinclude.lo ../xinclude.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../xinclude.c -fPIC -DPIC -o .libs/xinclude.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../xinclude.c -o xinclude.o >/dev/null 2>&1 make[2]: Leaving directory '/builddir/build/BUILD/libxml2-2.9.7/py3' make[2]: Entering directory '/builddir/build/BUILD/libxml2-2.9.7/py3' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c -o nanohttp.lo ../nanohttp.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../nanohttp.c -fPIC -DPIC -o .libs/nanohttp.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../nanohttp.c -o nanohttp.o >/dev/null 2>&1 make[2]: Leaving directory '/builddir/build/BUILD/libxml2-2.9.7/py3' make[2]: Entering directory '/builddir/build/BUILD/libxml2-2.9.7/py3' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c -o globals.lo ../globals.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../globals.c -fPIC -DPIC -o .libs/globals.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../globals.c -o globals.o >/dev/null 2>&1 make[2]: Leaving directory '/builddir/build/BUILD/libxml2-2.9.7/py3' make[2]: Entering directory '/builddir/build/BUILD/libxml2-2.9.7/py3' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c -o nanoftp.lo ../nanoftp.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../nanoftp.c -fPIC -DPIC -o .libs/nanoftp.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../nanoftp.c -o nanoftp.o >/dev/null 2>&1 make[2]: Leaving directory '/builddir/build/BUILD/libxml2-2.9.7/py3' make[2]: Entering directory '/builddir/build/BUILD/libxml2-2.9.7/py3' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c -o threads.lo ../threads.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../threads.c -fPIC -DPIC -o .libs/threads.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../threads.c -o threads.o >/dev/null 2>&1 make[2]: Leaving directory '/builddir/build/BUILD/libxml2-2.9.7/py3' make[2]: Entering directory '/builddir/build/BUILD/libxml2-2.9.7/py3' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c -o catalog.lo ../catalog.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../catalog.c -fPIC -DPIC -o .libs/catalog.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../catalog.c -o catalog.o >/dev/null 2>&1 make[2]: Leaving directory '/builddir/build/BUILD/libxml2-2.9.7/py3' make[2]: Entering directory '/builddir/build/BUILD/libxml2-2.9.7/py3' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c -o c14n.lo ../c14n.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../c14n.c -fPIC -DPIC -o .libs/c14n.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../c14n.c -o c14n.o >/dev/null 2>&1 make[2]: Leaving directory '/builddir/build/BUILD/libxml2-2.9.7/py3' make[2]: Entering directory '/builddir/build/BUILD/libxml2-2.9.7/py3' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c -o xmlstring.lo ../xmlstring.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../xmlstring.c -fPIC -DPIC -o .libs/xmlstring.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../xmlstring.c -o xmlstring.o >/dev/null 2>&1 make[2]: Leaving directory '/builddir/build/BUILD/libxml2-2.9.7/py3' make[2]: Entering directory '/builddir/build/BUILD/libxml2-2.9.7/py3' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c -o buf.lo ../buf.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../buf.c -fPIC -DPIC -o .libs/buf.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../buf.c -o buf.o >/dev/null 2>&1 make[2]: Leaving directory '/builddir/build/BUILD/libxml2-2.9.7/py3' make[2]: Entering directory '/builddir/build/BUILD/libxml2-2.9.7/py3' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c -o xpath.lo ../xpath.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../xpath.c -fPIC -DPIC -o .libs/xpath.o In file included from ../include/libxml/parser.h:18:0, from ../include/libxml/globals.h:18, from ../include/libxml/threads.h:35, from ../include/libxml/xmlmemory.h:218, from ../include/libxml/tree.h:1307, from ../include/libxml/c14n.h:27, from ../elfgcchack.h:17, from ../libxml.h:106, from ../xpath.c:23: ../xpath.c: In function 'xmlXPathRegisterFuncNS__internal_alias': ../xpath.c:4897:73: warning: ISO C forbids passing argument 4 of 'xmlHashAddEntry2__internal_alias' between function pointer and 'void *' [-Wpedantic] return(xmlHashAddEntry2(ctxt->funcHash, name, ns_uri, XML_CAST_FPTR(f))); ^ ../include/libxml/hash.h:56:29: note: in definition of macro 'XML_CAST_FPTR' #define XML_CAST_FPTR(fptr) fptr ^~~~ In file included from ../libxml.h:106:0, from ../xpath.c:23: ../elfgcchack.h:4269:36: note: expected 'void *' but argument is of type 'xmlXPathFunction {aka void (*)(struct _xmlXPathParserContext *, int)}' extern __typeof (xmlHashAddEntry2) xmlHashAddEntry2__internal_alias __attribute((visibility("hidden"))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../xpath.c: In function 'xmlXPathFunctionLookupNS__internal_alias': ../xpath.c:4978:24: warning: ISO C forbids assignment between function pointer and 'void *' [-Wpedantic] XML_CAST_FPTR(ret) = xmlHashLookup2(ctxt->funcHash, name, ns_uri); ^ ../xpath.c: In function 'xmlXPathNodeCollectAndTest': ../xpath.c:12429:28: warning: comparison between 'xmlElementType {aka enum }' and 'xmlXPathTypeVal {aka enum }' [-Wenum-compare] } else if (cur->type == type) { ^~ In file included from ../xpath.c:483:0: At top level: ../trionan.c:218:1: warning: 'trio_is_negative' defined but not used [-Wunused-function] trio_is_negative ^~~~~~~~~~~~~~~~ ../trionan.c:194:1: warning: 'trio_is_special_quantity' defined but not used [-Wunused-function] trio_is_special_quantity ^~~~~~~~~~~~~~~~~~~~~~~~ ../xpath.c: In function 'xmlXPathCastNumberToString__internal_alias': ../xpath.c:3212:7: warning: array subscript is above array bounds [-Warray-bounds] work[buffersize - 1] = 0; ~~~~^~~~~~~~~~~~~~~~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../xpath.c -o xpath.o >/dev/null 2>&1 make[2]: Leaving directory '/builddir/build/BUILD/libxml2-2.9.7/py3' make[2]: Entering directory '/builddir/build/BUILD/libxml2-2.9.7/py3' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c -o xmlunicode.lo ../xmlunicode.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../xmlunicode.c -fPIC -DPIC -o .libs/xmlunicode.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../xmlunicode.c -o xmlunicode.o >/dev/null 2>&1 make[2]: Leaving directory '/builddir/build/BUILD/libxml2-2.9.7/py3' make[2]: Entering directory '/builddir/build/BUILD/libxml2-2.9.7/py3' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c -o xmlschemastypes.lo ../xmlschemastypes.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../xmlschemastypes.c -fPIC -DPIC -o .libs/xmlschemastypes.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../xmlschemastypes.c -o xmlschemastypes.o >/dev/null 2>&1 make[2]: Leaving directory '/builddir/build/BUILD/libxml2-2.9.7/py3' make[2]: Entering directory '/builddir/build/BUILD/libxml2-2.9.7/py3' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c -o xmlregexp.lo ../xmlregexp.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../xmlregexp.c -fPIC -DPIC -o .libs/xmlregexp.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../xmlregexp.c -o xmlregexp.o >/dev/null 2>&1 make[2]: Leaving directory '/builddir/build/BUILD/libxml2-2.9.7/py3' make[2]: Entering directory '/builddir/build/BUILD/libxml2-2.9.7/py3' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c -o dict.lo ../dict.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../dict.c -fPIC -DPIC -o .libs/dict.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../dict.c -o dict.o >/dev/null 2>&1 make[2]: Leaving directory '/builddir/build/BUILD/libxml2-2.9.7/py3' make[2]: Entering directory '/builddir/build/BUILD/libxml2-2.9.7/py3' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c -o xmlreader.lo ../xmlreader.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../xmlreader.c -fPIC -DPIC -o .libs/xmlreader.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../xmlreader.c -o xmlreader.o >/dev/null 2>&1 make[2]: Leaving directory '/builddir/build/BUILD/libxml2-2.9.7/py3' make[2]: Entering directory '/builddir/build/BUILD/libxml2-2.9.7/py3' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c -o SAX2.lo ../SAX2.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../SAX2.c -fPIC -DPIC -o .libs/SAX2.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../SAX2.c -o SAX2.o >/dev/null 2>&1 make[2]: Leaving directory '/builddir/build/BUILD/libxml2-2.9.7/py3' make[2]: Entering directory '/builddir/build/BUILD/libxml2-2.9.7/py3' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c -o legacy.lo ../legacy.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../legacy.c -fPIC -DPIC -o .libs/legacy.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../legacy.c -o legacy.o >/dev/null 2>&1 make[2]: Leaving directory '/builddir/build/BUILD/libxml2-2.9.7/py3' make[2]: Entering directory '/builddir/build/BUILD/libxml2-2.9.7/py3' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c -o xmlwriter.lo ../xmlwriter.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../xmlwriter.c -fPIC -DPIC -o .libs/xmlwriter.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../xmlwriter.c -o xmlwriter.o >/dev/null 2>&1 make[2]: Leaving directory '/builddir/build/BUILD/libxml2-2.9.7/py3' make[2]: Entering directory '/builddir/build/BUILD/libxml2-2.9.7/py3' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c -o chvalid.lo ../chvalid.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../chvalid.c -fPIC -DPIC -o .libs/chvalid.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../chvalid.c -o chvalid.o >/dev/null 2>&1 make[2]: Leaving directory '/builddir/build/BUILD/libxml2-2.9.7/py3' make[2]: Entering directory '/builddir/build/BUILD/libxml2-2.9.7/py3' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c -o pattern.lo ../pattern.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../pattern.c -fPIC -DPIC -o .libs/pattern.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../pattern.c -o pattern.o >/dev/null 2>&1 make[2]: Leaving directory '/builddir/build/BUILD/libxml2-2.9.7/py3' make[2]: Entering directory '/builddir/build/BUILD/libxml2-2.9.7/py3' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c -o relaxng.lo ../relaxng.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../relaxng.c -fPIC -DPIC -o .libs/relaxng.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../relaxng.c -o relaxng.o >/dev/null 2>&1 make[2]: Leaving directory '/builddir/build/BUILD/libxml2-2.9.7/py3' make[2]: Entering directory '/builddir/build/BUILD/libxml2-2.9.7/py3' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c -o xmlsave.lo ../xmlsave.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../xmlsave.c -fPIC -DPIC -o .libs/xmlsave.o ../xmlsave.c: In function 'xhtmlNodeDumpOutput': ../xmlsave.c:1595:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (cur->properties != NULL) ^~ ../xmlsave.c:1598:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if ((cur->type == XML_ELEMENT_NODE) && ^~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../xmlsave.c -o xmlsave.o >/dev/null 2>&1 make[2]: Leaving directory '/builddir/build/BUILD/libxml2-2.9.7/py3' make[2]: Entering directory '/builddir/build/BUILD/libxml2-2.9.7/py3' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c -o xmlmodule.lo ../xmlmodule.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../xmlmodule.c -fPIC -DPIC -o .libs/xmlmodule.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../xmlmodule.c -o xmlmodule.o >/dev/null 2>&1 make[2]: Leaving directory '/builddir/build/BUILD/libxml2-2.9.7/py3' make[2]: Entering directory '/builddir/build/BUILD/libxml2-2.9.7/py3' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c -o testdso.lo ../testdso.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../testdso.c -fPIC -DPIC -o .libs/testdso.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../testdso.c -o testdso.o >/dev/null 2>&1 make[2]: Leaving directory '/builddir/build/BUILD/libxml2-2.9.7/py3' make[2]: Entering directory '/builddir/build/BUILD/libxml2-2.9.7/py3' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c -o xzlib.lo ../xzlib.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../xzlib.c -fPIC -DPIC -o .libs/xzlib.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../xzlib.c -o xzlib.o >/dev/null 2>&1 make[2]: Leaving directory '/builddir/build/BUILD/libxml2-2.9.7/py3' make[2]: Entering directory '/builddir/build/BUILD/libxml2-2.9.7/py3' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c -o schematron.lo ../schematron.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../schematron.c -fPIC -DPIC -o .libs/schematron.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../schematron.c -o schematron.o >/dev/null 2>&1 make[2]: Leaving directory '/builddir/build/BUILD/libxml2-2.9.7/py3' make[2]: Entering directory '/builddir/build/BUILD/libxml2-2.9.7/py3' sed -e 's?\@XML_LIBDIR\@?-L/usr/lib64?g' \ -e 's?\@XML_INCLUDEDIR\@?-I/usr/include/libxml2?g' \ -e 's?\@VERSION\@?2.9.7?g' \ -e 's?\@XML_LIBS\@?-lxml2 -lz -llzma -lm ?g' \ < ../xml2Conf.sh.in > xml2Conf.tmp \ && mv xml2Conf.tmp xml2Conf.sh make[2]: Leaving directory '/builddir/build/BUILD/libxml2-2.9.7/py3' make[2]: Entering directory '/builddir/build/BUILD/libxml2-2.9.7/py3' gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c -o xmlcatalog.o ../xmlcatalog.c make[2]: Leaving directory '/builddir/build/BUILD/libxml2-2.9.7/py3' make[2]: Entering directory '/builddir/build/BUILD/libxml2-2.9.7/py3' /bin/sh ./libtool --tag=CC --mode=link gcc -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -module -no-undefined -avoid-version -rpath /usr/lib64 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o testdso.la testdso.lo libtool: link: gcc -shared -fPIC -DPIC .libs/testdso.o -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-z -Wl,relro -Wl,-soname -Wl,testdso.so -o .libs/testdso.so libtool: link: ar cru .libs/testdso.a testdso.o libtool: link: ranlib .libs/testdso.a libtool: link: ( cd ".libs" && rm -f "testdso.la" && ln -s "../testdso.la" "testdso.la" ) make[2]: Leaving directory '/builddir/build/BUILD/libxml2-2.9.7/py3' make[2]: Entering directory '/builddir/build/BUILD/libxml2-2.9.7/py3' gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c -o xmllint.o ../xmllint.c make[2]: Leaving directory '/builddir/build/BUILD/libxml2-2.9.7/py3' make[2]: Entering directory '/builddir/build/BUILD/libxml2-2.9.7/py3' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c -o xmlschemas.lo ../xmlschemas.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../xmlschemas.c -fPIC -DPIC -o .libs/xmlschemas.o ../xmlschemas.c: In function 'xmlSchemaPResCompAttrErr': ../xmlschemas.c:2843:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (refTypeStr == NULL) ^~ ../xmlschemas.c:2845:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' xmlSchemaPErrExt(ctxt, ownerElem, error, ^~~~~~~~~~~~~~~~ ../xmlschemas.c: In function 'xmlSchemaParseLocalAttribute': ../xmlschemas.c:7374:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (defValue != NULL) ^~ ../xmlschemas.c:7376:6: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (defValueType == WXS_ATTR_DEF_VAL_FIXED) ^~ ../xmlschemas.c: In function 'xmlSchemaSetValidStructuredErrors__internal_alias': ../xmlschemas.c:27818:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (ctxt == NULL) ^~ ../xmlschemas.c:27820:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' ctxt->serror = serror; ^~~~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../xmlschemas.c -o xmlschemas.o >/dev/null 2>&1 make[2]: Leaving directory '/builddir/build/BUILD/libxml2-2.9.7/py3' make[2]: Entering directory '/builddir/build/BUILD/libxml2-2.9.7/py3' /bin/sh ./libtool --tag=CC --mode=link gcc -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -Wl,--version-script=../libxml2.syms -version-info 11:7:9 -ldl -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libxml2.la -rpath /usr/lib64 SAX.lo entities.lo encoding.lo error.lo parserInternals.lo parser.lo tree.lo hash.lo list.lo xmlIO.lo xmlmemory.lo uri.lo valid.lo xlink.lo HTMLparser.lo HTMLtree.lo debugXML.lo xpath.lo xpointer.lo xinclude.lo nanohttp.lo nanoftp.lo catalog.lo globals.lo threads.lo c14n.lo xmlstring.lo buf.lo xmlregexp.lo xmlschemas.lo xmlschemastypes.lo xmlunicode.lo xmlreader.lo relaxng.lo dict.lo SAX2.lo xmlwriter.lo legacy.lo chvalid.lo pattern.lo xmlsave.lo xmlmodule.lo schematron.lo xzlib.lo -lz -llzma -lm libtool: link: gcc -shared -fPIC -DPIC .libs/SAX.o .libs/entities.o .libs/encoding.o .libs/error.o .libs/parserInternals.o .libs/parser.o .libs/tree.o .libs/hash.o .libs/list.o .libs/xmlIO.o .libs/xmlmemory.o .libs/uri.o .libs/valid.o .libs/xlink.o .libs/HTMLparser.o .libs/HTMLtree.o .libs/debugXML.o .libs/xpath.o .libs/xpointer.o .libs/xinclude.o .libs/nanohttp.o .libs/nanoftp.o .libs/catalog.o .libs/globals.o .libs/threads.o .libs/c14n.o .libs/xmlstring.o .libs/buf.o .libs/xmlregexp.o .libs/xmlschemas.o .libs/xmlschemastypes.o .libs/xmlunicode.o .libs/xmlreader.o .libs/relaxng.o .libs/dict.o .libs/SAX2.o .libs/xmlwriter.o .libs/legacy.o .libs/chvalid.o .libs/pattern.o .libs/xmlsave.o .libs/xmlmodule.o .libs/schematron.o .libs/xzlib.o -ldl -lz -llzma -lm -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,--version-script=../libxml2.syms -Wl,-z -Wl,relro -Wl,-soname -Wl,libxml2.so.2 -o .libs/libxml2.so.2.9.7 libtool: link: (cd ".libs" && rm -f "libxml2.so.2" && ln -s "libxml2.so.2.9.7" "libxml2.so.2") libtool: link: (cd ".libs" && rm -f "libxml2.so" && ln -s "libxml2.so.2.9.7" "libxml2.so") libtool: link: ar cru .libs/libxml2.a SAX.o entities.o encoding.o error.o parserInternals.o parser.o tree.o hash.o list.o xmlIO.o xmlmemory.o uri.o valid.o xlink.o HTMLparser.o HTMLtree.o debugXML.o xpath.o xpointer.o xinclude.o nanohttp.o nanoftp.o catalog.o globals.o threads.o c14n.o xmlstring.o buf.o xmlregexp.o xmlschemas.o xmlschemastypes.o xmlunicode.o xmlreader.o relaxng.o dict.o SAX2.o xmlwriter.o legacy.o chvalid.o pattern.o xmlsave.o xmlmodule.o schematron.o xzlib.o libtool: link: ranlib .libs/libxml2.a libtool: link: ( cd ".libs" && rm -f "libxml2.la" && ln -s "../libxml2.la" "libxml2.la" ) make[2]: Leaving directory '/builddir/build/BUILD/libxml2-2.9.7/py3' make[2]: Entering directory '/builddir/build/BUILD/libxml2-2.9.7/py3' /bin/sh ./libtool --tag=CC --mode=link gcc -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o xmlcatalog xmlcatalog.o ./libxml2.la -lz -llzma -lm libtool: link: gcc -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/xmlcatalog xmlcatalog.o ./.libs/libxml2.so -ldl -lz -llzma -lm make[2]: Leaving directory '/builddir/build/BUILD/libxml2-2.9.7/py3' make[2]: Entering directory '/builddir/build/BUILD/libxml2-2.9.7/py3' /bin/sh ./libtool --tag=CC --mode=link gcc -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o xmllint xmllint.o ./libxml2.la -lz -llzma -lm libtool: link: gcc -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/xmllint xmllint.o ./.libs/libxml2.so -ldl -lz -llzma -lm make[2]: Leaving directory '/builddir/build/BUILD/libxml2-2.9.7/py3' Making all in doc Making all in . make[3]: Nothing to be done for 'all-am'. Making all in devhelp make[3]: Nothing to be done for 'all'. Making all in examples make[3]: Nothing to be done for 'all'. Making all in example make[2]: Nothing to be done for 'all'. Making all in xstc make[2]: Nothing to be done for 'all'. Making all in python /usr/bin/make all-recursive Making all in . make[4]: Entering directory '/builddir/build/BUILD/libxml2-2.9.7/py3/python' /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../python -I.. -I../include -I../../include -I/usr/include/python3.6m -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c -o types.lo ../../python/types.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../python -I.. -I../include -I../../include -I/usr/include/python3.6m -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../../python/types.c -fPIC -DPIC -o .libs/types.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../python -I.. -I../include -I../../include -I/usr/include/python3.6m -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../../python/types.c -o types.o >/dev/null 2>&1 make[4]: Leaving directory '/builddir/build/BUILD/libxml2-2.9.7/py3/python' make[4]: Entering directory '/builddir/build/BUILD/libxml2-2.9.7/py3/python' /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../python -I.. -I../include -I../../include -I/usr/include/python3.6m -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c -o libxml.lo ../../python/libxml.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../python -I.. -I../include -I../../include -I/usr/include/python3.6m -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../../python/libxml.c -fPIC -DPIC -o .libs/libxml.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../python -I.. -I../include -I../../include -I/usr/include/python3.6m -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../../python/libxml.c -o libxml.o >/dev/null 2>&1 make[4]: Leaving directory '/builddir/build/BUILD/libxml2-2.9.7/py3/python' make[4]: Entering directory '/builddir/build/BUILD/libxml2-2.9.7/py3/python' /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../python -I.. -I../include -I../../include -I/usr/include/python3.6m -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c -o libxml2-py.lo ../../python/libxml2-py.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../python -I.. -I../include -I../../include -I/usr/include/python3.6m -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../../python/libxml2-py.c -fPIC -DPIC -o .libs/libxml2-py.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../python -I.. -I../include -I../../include -I/usr/include/python3.6m -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -c ../../python/libxml2-py.c -o libxml2-py.o >/dev/null 2>&1 make[4]: Leaving directory '/builddir/build/BUILD/libxml2-2.9.7/py3/python' make[4]: Entering directory '/builddir/build/BUILD/libxml2-2.9.7/py3/python' /bin/sh ../libtool --tag=CC --mode=link gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -module -avoid-version ../libxml2.la -L/usr/lib64 -lpython3.6m -lpthread -ldl -lutil -lm -Xlinker -export-dynamic -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libxml2mod.la -rpath /usr/lib64/python3.6/site-packages libxml.lo libxml2-py.lo types.lo libtool: link: gcc -shared -fPIC -DPIC .libs/libxml.o .libs/libxml2-py.o .libs/types.o -Wl,-rpath -Wl,/builddir/build/BUILD/libxml2-2.9.7/py3/.libs ../.libs/libxml2.so -lz -llzma -L/usr/lib64 -lpython3.6m -lpthread -ldl -lutil -lm -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-export-dynamic -Wl,-z -Wl,relro -Wl,-soname -Wl,libxml2mod.so -o .libs/libxml2mod.so libtool: link: ar cru .libs/libxml2mod.a libxml.o libxml2-py.o types.o libtool: link: ranlib .libs/libxml2mod.a libtool: link: ( cd ".libs" && rm -f "libxml2mod.la" && ln -s "../libxml2mod.la" "libxml2mod.la" ) make[4]: Leaving directory '/builddir/build/BUILD/libxml2-2.9.7/py3/python' Making all in tests make[4]: Nothing to be done for 'all'. + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.3Fa3Ow + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64 ++ dirname /builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64 + cd libxml2-2.9.7 + /usr/bin/make install DESTDIR=/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64 'INSTALL=/usr/bin/install -p' -C py2 make: Entering directory '/builddir/build/BUILD/libxml2-2.9.7/py2' /usr/bin/make install-recursive make[1]: Entering directory '/builddir/build/BUILD/libxml2-2.9.7/py2' Making install in include make[2]: Entering directory '/builddir/build/BUILD/libxml2-2.9.7/py2/include' Making install in libxml make[3]: Entering directory '/builddir/build/BUILD/libxml2-2.9.7/py2/include/libxml' make[4]: Entering directory '/builddir/build/BUILD/libxml2-2.9.7/py2/include/libxml' make[4]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/include/libxml2/libxml' /usr/bin/install -p -m 644 ../../../include/libxml/SAX.h ../../../include/libxml/entities.h ../../../include/libxml/encoding.h ../../../include/libxml/parser.h ../../../include/libxml/parserInternals.h ../../../include/libxml/xmlerror.h ../../../include/libxml/HTMLparser.h ../../../include/libxml/HTMLtree.h ../../../include/libxml/debugXML.h ../../../include/libxml/tree.h ../../../include/libxml/list.h ../../../include/libxml/hash.h ../../../include/libxml/xpath.h ../../../include/libxml/xpathInternals.h ../../../include/libxml/xpointer.h ../../../include/libxml/xinclude.h ../../../include/libxml/xmlIO.h ../../../include/libxml/xmlmemory.h ../../../include/libxml/nanohttp.h ../../../include/libxml/nanoftp.h ../../../include/libxml/uri.h ../../../include/libxml/valid.h ../../../include/libxml/xlink.h xmlversion.h ../../../include/libxml/DOCBparser.h ../../../include/libxml/catalog.h ../../../include/libxml/threads.h ../../../include/libxml/globals.h ../../../include/libxml/c14n.h ../../../include/libxml/xmlautomata.h ../../../include/libxml/xmlregexp.h ../../../include/libxml/xmlmodule.h ../../../include/libxml/xmlschemas.h ../../../include/libxml/schemasInternals.h ../../../include/libxml/xmlschemastypes.h ../../../include/libxml/xmlstring.h ../../../include/libxml/xmlunicode.h ../../../include/libxml/xmlreader.h ../../../include/libxml/relaxng.h ../../../include/libxml/dict.h '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/include/libxml2/libxml' /usr/bin/install -p -m 644 ../../../include/libxml/SAX2.h ../../../include/libxml/xmlexports.h ../../../include/libxml/xmlwriter.h ../../../include/libxml/chvalid.h ../../../include/libxml/pattern.h ../../../include/libxml/xmlsave.h ../../../include/libxml/schematron.h '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/include/libxml2/libxml' make[4]: Leaving directory '/builddir/build/BUILD/libxml2-2.9.7/py2/include/libxml' make[3]: Leaving directory '/builddir/build/BUILD/libxml2-2.9.7/py2/include/libxml' make[3]: Entering directory '/builddir/build/BUILD/libxml2-2.9.7/py2/include' make[4]: Entering directory '/builddir/build/BUILD/libxml2-2.9.7/py2/include' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/builddir/build/BUILD/libxml2-2.9.7/py2/include' make[3]: Leaving directory '/builddir/build/BUILD/libxml2-2.9.7/py2/include' make[2]: Leaving directory '/builddir/build/BUILD/libxml2-2.9.7/py2/include' Making install in . make[2]: Entering directory '/builddir/build/BUILD/libxml2-2.9.7/py2' make[3]: Entering directory '/builddir/build/BUILD/libxml2-2.9.7/py2' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/lib64' /bin/sh ./libtool --mode=install /usr/bin/install -p libxml2.la '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/lib64' libtool: install: /usr/bin/install -p .libs/libxml2.so.2.9.7 /builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/lib64/libxml2.so.2.9.7 libtool: install: (cd /builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/lib64 && { ln -s -f libxml2.so.2.9.7 libxml2.so.2 || { rm -f libxml2.so.2 && ln -s libxml2.so.2.9.7 libxml2.so.2; }; }) libtool: install: (cd /builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/lib64 && { ln -s -f libxml2.so.2.9.7 libxml2.so || { rm -f libxml2.so && ln -s libxml2.so.2.9.7 libxml2.so; }; }) libtool: install: /usr/bin/install -p .libs/libxml2.lai /builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/lib64/libxml2.la libtool: install: /usr/bin/install -p .libs/libxml2.a /builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/lib64/libxml2.a libtool: install: chmod 644 /builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/lib64/libxml2.a libtool: install: ranlib /builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/lib64/libxml2.a libtool: warning: remember to run 'libtool --finish /usr/lib64' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/bin' /bin/sh ./libtool --mode=install /usr/bin/install -p xmllint xmlcatalog '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/bin' libtool: warning: './libxml2.la' has not been installed in '/usr/lib64' libtool: install: /usr/bin/install -p .libs/xmllint /builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/bin/xmllint libtool: warning: './libxml2.la' has not been installed in '/usr/lib64' libtool: install: /usr/bin/install -p .libs/xmlcatalog /builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/bin/xmlcatalog /usr/bin/mkdir -p '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/bin' /usr/bin/install -p xml2-config '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/bin' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/lib64' /usr/bin/install -p -m 644 xml2Conf.sh '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/lib64' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/lib64/cmake/libxml2' /usr/bin/install -p -m 644 libxml2-config.cmake '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/lib64/cmake/libxml2' /usr/bin/mkdir -p /builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7 /usr/bin/install -p -m 0644 ../Copyright /builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7 /usr/bin/mkdir -p /builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/examples /usr/bin/install -p -m 0644 ../xmllint.c /builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/examples /usr/bin/install -p -m 0644 ../testSAX.c /builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/examples /usr/bin/install -p -m 0644 ../testHTML.c /builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/examples /usr/bin/install -p -m 0644 ../testXPath.c /builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/examples /usr/bin/mkdir -p '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/aclocal' /usr/bin/install -p -m 644 ../libxml.m4 '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/aclocal' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/man/man1' /usr/bin/install -p -m 644 ../xml2-config.1 '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/man/man1' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/man/man3' /usr/bin/install -p -m 644 ../libxml.3 '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/man/man3' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/lib64/pkgconfig' /usr/bin/install -p -m 644 libxml-2.0.pc '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/lib64/pkgconfig' make[3]: Leaving directory '/builddir/build/BUILD/libxml2-2.9.7/py2' make[2]: Leaving directory '/builddir/build/BUILD/libxml2-2.9.7/py2' Making install in doc make[2]: Entering directory '/builddir/build/BUILD/libxml2-2.9.7/py2/doc' Making install in . make[3]: Entering directory '/builddir/build/BUILD/libxml2-2.9.7/py2/doc' make[4]: Entering directory '/builddir/build/BUILD/libxml2-2.9.7/py2/doc' make[4]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p /builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html /usr/bin/install -p -m 0644 ../../doc/xml.html ../../doc/encoding.html ../../doc/FAQ.html ../../doc/structure.gif ../../doc/DOM.gif ../../doc/smallfootonly.gif ../../doc/redhat.gif ../../doc/libxml.gif ../../doc/w3c.png ../../doc/Libxml2-Logo-180x168.gif ../../doc/Libxml2-Logo-90x34.gif /builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html /usr/bin/mkdir -p /builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/html /usr/bin/install -p -m 0644 ../../doc/html/*.html /builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/html /usr/bin/install -p -m 0644 ../../doc/html/*.png /builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/html /usr/bin/mkdir -p /builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/tutorial /usr/bin/install -p -m 0644 ../../doc/tutorial/*.* \ /builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/tutorial /usr/bin/mkdir -p /builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/tutorial/images /usr/bin/install -p -m 0644 ../../doc/tutorial/images/*.* \ /builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/tutorial/images /usr/bin/mkdir -p /builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/tutorial/images/callouts /usr/bin/install -p -m 0644 ../../doc/tutorial/images/callouts/*.* \ /builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/tutorial/images/callouts /usr/bin/mkdir -p '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/man/man1' /usr/bin/install -p -m 644 ../../doc/xmllint.1 ../../doc/xmlcatalog.1 '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/man/man1' make[4]: Leaving directory '/builddir/build/BUILD/libxml2-2.9.7/py2/doc' make[3]: Leaving directory '/builddir/build/BUILD/libxml2-2.9.7/py2/doc' Making install in devhelp make[3]: Entering directory '/builddir/build/BUILD/libxml2-2.9.7/py2/doc/devhelp' make[4]: Entering directory '/builddir/build/BUILD/libxml2-2.9.7/py2/doc/devhelp' make[4]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/gtk-doc/html/libxml2' /usr/bin/install -p -m 644 ../../../doc/devhelp/libxml2.devhelp ../../../doc/devhelp/general.html ../../../doc/devhelp/index.html ../../../doc/devhelp/libxml2-c14n.html ../../../doc/devhelp/libxml2-catalog.html ../../../doc/devhelp/libxml2-chvalid.html ../../../doc/devhelp/libxml2-debugXML.html ../../../doc/devhelp/libxml2-dict.html ../../../doc/devhelp/libxml2-DOCBparser.html ../../../doc/devhelp/libxml2-encoding.html ../../../doc/devhelp/libxml2-entities.html ../../../doc/devhelp/libxml2-globals.html ../../../doc/devhelp/libxml2-hash.html ../../../doc/devhelp/libxml2-HTMLparser.html ../../../doc/devhelp/libxml2-HTMLtree.html ../../../doc/devhelp/libxml2-list.html ../../../doc/devhelp/libxml2-nanoftp.html ../../../doc/devhelp/libxml2-nanohttp.html ../../../doc/devhelp/libxml2-parser.html ../../../doc/devhelp/libxml2-parserInternals.html ../../../doc/devhelp/libxml2-pattern.html ../../../doc/devhelp/libxml2-relaxng.html ../../../doc/devhelp/libxml2-SAX2.html ../../../doc/devhelp/libxml2-SAX.html ../../../doc/devhelp/libxml2-schemasInternals.html ../../../doc/devhelp/libxml2-schematron.html ../../../doc/devhelp/libxml2-threads.html ../../../doc/devhelp/libxml2-tree.html ../../../doc/devhelp/libxml2-uri.html ../../../doc/devhelp/libxml2-valid.html ../../../doc/devhelp/libxml2-xinclude.html ../../../doc/devhelp/libxml2-xlink.html ../../../doc/devhelp/libxml2-xmlautomata.html ../../../doc/devhelp/libxml2-xmlerror.html ../../../doc/devhelp/libxml2-xmlexports.html ../../../doc/devhelp/libxml2-xmlIO.html ../../../doc/devhelp/libxml2-xmlmemory.html ../../../doc/devhelp/libxml2-xmlmodule.html ../../../doc/devhelp/libxml2-xmlreader.html ../../../doc/devhelp/libxml2-xmlregexp.html '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/gtk-doc/html/libxml2' /usr/bin/install -p -m 644 ../../../doc/devhelp/libxml2-xmlsave.html ../../../doc/devhelp/libxml2-xmlschemas.html ../../../doc/devhelp/libxml2-xmlschemastypes.html ../../../doc/devhelp/libxml2-xmlstring.html ../../../doc/devhelp/libxml2-xmlunicode.html ../../../doc/devhelp/libxml2-xmlversion.html ../../../doc/devhelp/libxml2-xmlwriter.html ../../../doc/devhelp/libxml2-xpath.html ../../../doc/devhelp/libxml2-xpathInternals.html ../../../doc/devhelp/libxml2-xpointer.html ../../../doc/devhelp/home.png ../../../doc/devhelp/left.png ../../../doc/devhelp/right.png ../../../doc/devhelp/up.png ../../../doc/devhelp/style.css '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/gtk-doc/html/libxml2' make[4]: Leaving directory '/builddir/build/BUILD/libxml2-2.9.7/py2/doc/devhelp' make[3]: Leaving directory '/builddir/build/BUILD/libxml2-2.9.7/py2/doc/devhelp' Making install in examples make[3]: Entering directory '/builddir/build/BUILD/libxml2-2.9.7/py2/doc/examples' make[4]: Entering directory '/builddir/build/BUILD/libxml2-2.9.7/py2/doc/examples' make[4]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p /builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html /usr/bin/install -p -m 0644 ../../../doc/examples/*.html ../../../doc/examples/*.c ../../../doc/examples/*.xml ../../../doc/examples/*.xsl ../../../doc/examples/*.res /builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html make[4]: Leaving directory '/builddir/build/BUILD/libxml2-2.9.7/py2/doc/examples' make[3]: Leaving directory '/builddir/build/BUILD/libxml2-2.9.7/py2/doc/examples' make[2]: Leaving directory '/builddir/build/BUILD/libxml2-2.9.7/py2/doc' Making install in example make[2]: Entering directory '/builddir/build/BUILD/libxml2-2.9.7/py2/example' make[3]: Entering directory '/builddir/build/BUILD/libxml2-2.9.7/py2/example' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/builddir/build/BUILD/libxml2-2.9.7/py2/example' make[2]: Leaving directory '/builddir/build/BUILD/libxml2-2.9.7/py2/example' Making install in xstc make[2]: Entering directory '/builddir/build/BUILD/libxml2-2.9.7/py2/xstc' make[3]: Entering directory '/builddir/build/BUILD/libxml2-2.9.7/py2/xstc' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/builddir/build/BUILD/libxml2-2.9.7/py2/xstc' make[2]: Leaving directory '/builddir/build/BUILD/libxml2-2.9.7/py2/xstc' Making install in python make[2]: Entering directory '/builddir/build/BUILD/libxml2-2.9.7/py2/python' /usr/bin/make install-recursive make[3]: Entering directory '/builddir/build/BUILD/libxml2-2.9.7/py2/python' Making install in . make[4]: Entering directory '/builddir/build/BUILD/libxml2-2.9.7/py2/python' make[5]: Entering directory '/builddir/build/BUILD/libxml2-2.9.7/py2/python' make[5]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-python-2.9.7' /usr/bin/install -p -m 644 ../../python/TODO '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-python-2.9.7' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/lib64/python2.7/site-packages' /usr/bin/install -p -m 644 ../../python/drv_libxml2.py ../../python/libxml2.py '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/lib64/python2.7/site-packages' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/lib64/python2.7/site-packages' /bin/sh ../libtool --mode=install /usr/bin/install -p libxml2mod.la '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/lib64/python2.7/site-packages' libtool: warning: relinking 'libxml2mod.la' libtool: install: (cd /builddir/build/BUILD/libxml2-2.9.7/py2/python; /bin/sh "/builddir/build/BUILD/libxml2-2.9.7/py2/libtool" --tag CC --mode=relink gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -module -avoid-version ../libxml2.la -lpython2.7 -lpthread -ldl -lutil -lm -Xlinker -export-dynamic -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libxml2mod.la -rpath /usr/lib64/python2.7/site-packages libxml.lo libxml2-py.lo types.lo -inst-prefix-dir /builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64) libtool: relink: gcc -shared -fPIC -DPIC .libs/libxml.o .libs/libxml2-py.o .libs/types.o -L/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/lib64 -L/usr/lib64 -lxml2 -lz -llzma -lpython2.7 -lpthread -ldl -lutil -lm -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-export-dynamic -Wl,-z -Wl,relro -Wl,-soname -Wl,libxml2mod.so -o .libs/libxml2mod.so libtool: install: /usr/bin/install -p .libs/libxml2mod.soT /builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/lib64/python2.7/site-packages/libxml2mod.so libtool: install: /usr/bin/install -p .libs/libxml2mod.lai /builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/lib64/python2.7/site-packages/libxml2mod.la libtool: install: /usr/bin/install -p .libs/libxml2mod.a /builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/lib64/python2.7/site-packages/libxml2mod.a libtool: install: chmod 644 /builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/lib64/python2.7/site-packages/libxml2mod.a libtool: install: ranlib /builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/lib64/python2.7/site-packages/libxml2mod.a libtool: warning: remember to run 'libtool --finish /usr/lib64/python2.7/site-packages' make[5]: Leaving directory '/builddir/build/BUILD/libxml2-2.9.7/py2/python' make[4]: Leaving directory '/builddir/build/BUILD/libxml2-2.9.7/py2/python' Making install in tests make[4]: Entering directory '/builddir/build/BUILD/libxml2-2.9.7/py2/python/tests' make[5]: Entering directory '/builddir/build/BUILD/libxml2-2.9.7/py2/python/tests' make[5]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-python-2.9.7/examples' /usr/bin/install -p -m 644 ../../../python/tests/build.py ../../../python/tests/attribs.py ../../../python/tests/tst.py ../../../python/tests/tstxpath.py ../../../python/tests/xpathext.py ../../../python/tests/push.py ../../../python/tests/pushSAX.py ../../../python/tests/pushSAXhtml.py ../../../python/tests/error.py ../../../python/tests/serialize.py ../../../python/tests/validate.py ../../../python/tests/tstURI.py ../../../python/tests/cutnpaste.py ../../../python/tests/xpathret.py ../../../python/tests/xpath.py ../../../python/tests/outbuf.py ../../../python/tests/inbuf.py ../../../python/tests/input_callback.py ../../../python/tests/resolver.py ../../../python/tests/regexp.py ../../../python/tests/reader.py ../../../python/tests/reader2.py ../../../python/tests/reader3.py ../../../python/tests/reader4.py ../../../python/tests/reader5.py ../../../python/tests/reader6.py ../../../python/tests/reader7.py ../../../python/tests/reader8.py ../../../python/tests/readernext.py ../../../python/tests/walker.py ../../../python/tests/nsdel.py ../../../python/tests/ctxterror.py ../../../python/tests/readererr.py ../../../python/tests/relaxng.py ../../../python/tests/schema.py ../../../python/tests/thread2.py ../../../python/tests/sync.py ../../../python/tests/tstLastError.py ../../../python/tests/indexes.py ../../../python/tests/dtdvalid.py '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-python-2.9.7/examples' /usr/bin/install -p -m 644 ../../../python/tests/tstmem.py ../../../python/tests/validDTD.py ../../../python/tests/validSchemas.py ../../../python/tests/validRNG.py ../../../python/tests/compareNodes.py ../../../python/tests/xpathns.py ../../../python/tests/xpathleak.py ../../../python/tests/tst.xml ../../../python/tests/valid.xml ../../../python/tests/invalid.xml ../../../python/tests/test.dtd '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-python-2.9.7/examples' make[5]: Leaving directory '/builddir/build/BUILD/libxml2-2.9.7/py2/python/tests' make[4]: Leaving directory '/builddir/build/BUILD/libxml2-2.9.7/py2/python/tests' make[3]: Leaving directory '/builddir/build/BUILD/libxml2-2.9.7/py2/python' make[2]: Leaving directory '/builddir/build/BUILD/libxml2-2.9.7/py2/python' make[1]: Leaving directory '/builddir/build/BUILD/libxml2-2.9.7/py2' make: Leaving directory '/builddir/build/BUILD/libxml2-2.9.7/py2' + /usr/bin/make install DESTDIR=/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64 'INSTALL=/usr/bin/install -p' -C py3 make: Entering directory '/builddir/build/BUILD/libxml2-2.9.7/py3' /usr/bin/make install-recursive make[1]: Entering directory '/builddir/build/BUILD/libxml2-2.9.7/py3' Making install in include make[2]: Entering directory '/builddir/build/BUILD/libxml2-2.9.7/py3/include' Making install in libxml make[3]: Entering directory '/builddir/build/BUILD/libxml2-2.9.7/py3/include/libxml' make[4]: Entering directory '/builddir/build/BUILD/libxml2-2.9.7/py3/include/libxml' make[4]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/include/libxml2/libxml' /usr/bin/install -p -m 644 ../../../include/libxml/SAX.h ../../../include/libxml/entities.h ../../../include/libxml/encoding.h ../../../include/libxml/parser.h ../../../include/libxml/parserInternals.h ../../../include/libxml/xmlerror.h ../../../include/libxml/HTMLparser.h ../../../include/libxml/HTMLtree.h ../../../include/libxml/debugXML.h ../../../include/libxml/tree.h ../../../include/libxml/list.h ../../../include/libxml/hash.h ../../../include/libxml/xpath.h ../../../include/libxml/xpathInternals.h ../../../include/libxml/xpointer.h ../../../include/libxml/xinclude.h ../../../include/libxml/xmlIO.h ../../../include/libxml/xmlmemory.h ../../../include/libxml/nanohttp.h ../../../include/libxml/nanoftp.h ../../../include/libxml/uri.h ../../../include/libxml/valid.h ../../../include/libxml/xlink.h xmlversion.h ../../../include/libxml/DOCBparser.h ../../../include/libxml/catalog.h ../../../include/libxml/threads.h ../../../include/libxml/globals.h ../../../include/libxml/c14n.h ../../../include/libxml/xmlautomata.h ../../../include/libxml/xmlregexp.h ../../../include/libxml/xmlmodule.h ../../../include/libxml/xmlschemas.h ../../../include/libxml/schemasInternals.h ../../../include/libxml/xmlschemastypes.h ../../../include/libxml/xmlstring.h ../../../include/libxml/xmlunicode.h ../../../include/libxml/xmlreader.h ../../../include/libxml/relaxng.h ../../../include/libxml/dict.h '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/include/libxml2/libxml' /usr/bin/install -p -m 644 ../../../include/libxml/SAX2.h ../../../include/libxml/xmlexports.h ../../../include/libxml/xmlwriter.h ../../../include/libxml/chvalid.h ../../../include/libxml/pattern.h ../../../include/libxml/xmlsave.h ../../../include/libxml/schematron.h '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/include/libxml2/libxml' make[4]: Leaving directory '/builddir/build/BUILD/libxml2-2.9.7/py3/include/libxml' make[3]: Leaving directory '/builddir/build/BUILD/libxml2-2.9.7/py3/include/libxml' make[3]: Entering directory '/builddir/build/BUILD/libxml2-2.9.7/py3/include' make[4]: Entering directory '/builddir/build/BUILD/libxml2-2.9.7/py3/include' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/builddir/build/BUILD/libxml2-2.9.7/py3/include' make[3]: Leaving directory '/builddir/build/BUILD/libxml2-2.9.7/py3/include' make[2]: Leaving directory '/builddir/build/BUILD/libxml2-2.9.7/py3/include' Making install in . make[2]: Entering directory '/builddir/build/BUILD/libxml2-2.9.7/py3' make[3]: Entering directory '/builddir/build/BUILD/libxml2-2.9.7/py3' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/lib64' /bin/sh ./libtool --mode=install /usr/bin/install -p libxml2.la '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/lib64' libtool: install: /usr/bin/install -p .libs/libxml2.so.2.9.7 /builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/lib64/libxml2.so.2.9.7 libtool: install: (cd /builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/lib64 && { ln -s -f libxml2.so.2.9.7 libxml2.so.2 || { rm -f libxml2.so.2 && ln -s libxml2.so.2.9.7 libxml2.so.2; }; }) libtool: install: (cd /builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/lib64 && { ln -s -f libxml2.so.2.9.7 libxml2.so || { rm -f libxml2.so && ln -s libxml2.so.2.9.7 libxml2.so; }; }) libtool: install: /usr/bin/install -p .libs/libxml2.lai /builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/lib64/libxml2.la libtool: install: /usr/bin/install -p .libs/libxml2.a /builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/lib64/libxml2.a libtool: install: chmod 644 /builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/lib64/libxml2.a libtool: install: ranlib /builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/lib64/libxml2.a libtool: warning: remember to run 'libtool --finish /usr/lib64' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/bin' /bin/sh ./libtool --mode=install /usr/bin/install -p xmllint xmlcatalog '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/bin' libtool: warning: './libxml2.la' has not been installed in '/usr/lib64' libtool: install: /usr/bin/install -p .libs/xmllint /builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/bin/xmllint libtool: warning: './libxml2.la' has not been installed in '/usr/lib64' libtool: install: /usr/bin/install -p .libs/xmlcatalog /builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/bin/xmlcatalog /usr/bin/mkdir -p '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/bin' /usr/bin/install -p xml2-config '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/bin' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/lib64' /usr/bin/install -p -m 644 xml2Conf.sh '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/lib64' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/lib64/cmake/libxml2' /usr/bin/install -p -m 644 libxml2-config.cmake '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/lib64/cmake/libxml2' /usr/bin/mkdir -p /builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7 /usr/bin/install -p -m 0644 ../Copyright /builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7 /usr/bin/mkdir -p /builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/examples /usr/bin/install -p -m 0644 ../xmllint.c /builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/examples /usr/bin/install -p -m 0644 ../testSAX.c /builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/examples /usr/bin/install -p -m 0644 ../testHTML.c /builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/examples /usr/bin/install -p -m 0644 ../testXPath.c /builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/examples /usr/bin/mkdir -p '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/aclocal' /usr/bin/install -p -m 644 ../libxml.m4 '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/aclocal' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/man/man1' /usr/bin/install -p -m 644 ../xml2-config.1 '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/man/man1' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/man/man3' /usr/bin/install -p -m 644 ../libxml.3 '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/man/man3' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/lib64/pkgconfig' /usr/bin/install -p -m 644 libxml-2.0.pc '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/lib64/pkgconfig' make[3]: Leaving directory '/builddir/build/BUILD/libxml2-2.9.7/py3' make[2]: Leaving directory '/builddir/build/BUILD/libxml2-2.9.7/py3' Making install in doc make[2]: Entering directory '/builddir/build/BUILD/libxml2-2.9.7/py3/doc' Making install in . make[3]: Entering directory '/builddir/build/BUILD/libxml2-2.9.7/py3/doc' make[4]: Entering directory '/builddir/build/BUILD/libxml2-2.9.7/py3/doc' make[4]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p /builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html /usr/bin/install -p -m 0644 ../../doc/xml.html ../../doc/encoding.html ../../doc/FAQ.html ../../doc/structure.gif ../../doc/DOM.gif ../../doc/smallfootonly.gif ../../doc/redhat.gif ../../doc/libxml.gif ../../doc/w3c.png ../../doc/Libxml2-Logo-180x168.gif ../../doc/Libxml2-Logo-90x34.gif /builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html /usr/bin/mkdir -p /builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/html /usr/bin/install -p -m 0644 ../../doc/html/*.html /builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/html /usr/bin/install -p -m 0644 ../../doc/html/*.png /builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/html /usr/bin/mkdir -p /builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/tutorial /usr/bin/install -p -m 0644 ../../doc/tutorial/*.* \ /builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/tutorial /usr/bin/mkdir -p /builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/tutorial/images /usr/bin/install -p -m 0644 ../../doc/tutorial/images/*.* \ /builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/tutorial/images /usr/bin/mkdir -p /builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/tutorial/images/callouts /usr/bin/install -p -m 0644 ../../doc/tutorial/images/callouts/*.* \ /builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/tutorial/images/callouts /usr/bin/mkdir -p '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/man/man1' /usr/bin/install -p -m 644 ../../doc/xmllint.1 ../../doc/xmlcatalog.1 '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/man/man1' make[4]: Leaving directory '/builddir/build/BUILD/libxml2-2.9.7/py3/doc' make[3]: Leaving directory '/builddir/build/BUILD/libxml2-2.9.7/py3/doc' Making install in devhelp make[3]: Entering directory '/builddir/build/BUILD/libxml2-2.9.7/py3/doc/devhelp' make[4]: Entering directory '/builddir/build/BUILD/libxml2-2.9.7/py3/doc/devhelp' make[4]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/gtk-doc/html/libxml2' /usr/bin/install -p -m 644 ../../../doc/devhelp/libxml2.devhelp ../../../doc/devhelp/general.html ../../../doc/devhelp/index.html ../../../doc/devhelp/libxml2-c14n.html ../../../doc/devhelp/libxml2-catalog.html ../../../doc/devhelp/libxml2-chvalid.html ../../../doc/devhelp/libxml2-debugXML.html ../../../doc/devhelp/libxml2-dict.html ../../../doc/devhelp/libxml2-DOCBparser.html ../../../doc/devhelp/libxml2-encoding.html ../../../doc/devhelp/libxml2-entities.html ../../../doc/devhelp/libxml2-globals.html ../../../doc/devhelp/libxml2-hash.html ../../../doc/devhelp/libxml2-HTMLparser.html ../../../doc/devhelp/libxml2-HTMLtree.html ../../../doc/devhelp/libxml2-list.html ../../../doc/devhelp/libxml2-nanoftp.html ../../../doc/devhelp/libxml2-nanohttp.html ../../../doc/devhelp/libxml2-parser.html ../../../doc/devhelp/libxml2-parserInternals.html ../../../doc/devhelp/libxml2-pattern.html ../../../doc/devhelp/libxml2-relaxng.html ../../../doc/devhelp/libxml2-SAX2.html ../../../doc/devhelp/libxml2-SAX.html ../../../doc/devhelp/libxml2-schemasInternals.html ../../../doc/devhelp/libxml2-schematron.html ../../../doc/devhelp/libxml2-threads.html ../../../doc/devhelp/libxml2-tree.html ../../../doc/devhelp/libxml2-uri.html ../../../doc/devhelp/libxml2-valid.html ../../../doc/devhelp/libxml2-xinclude.html ../../../doc/devhelp/libxml2-xlink.html ../../../doc/devhelp/libxml2-xmlautomata.html ../../../doc/devhelp/libxml2-xmlerror.html ../../../doc/devhelp/libxml2-xmlexports.html ../../../doc/devhelp/libxml2-xmlIO.html ../../../doc/devhelp/libxml2-xmlmemory.html ../../../doc/devhelp/libxml2-xmlmodule.html ../../../doc/devhelp/libxml2-xmlreader.html ../../../doc/devhelp/libxml2-xmlregexp.html '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/gtk-doc/html/libxml2' /usr/bin/install -p -m 644 ../../../doc/devhelp/libxml2-xmlsave.html ../../../doc/devhelp/libxml2-xmlschemas.html ../../../doc/devhelp/libxml2-xmlschemastypes.html ../../../doc/devhelp/libxml2-xmlstring.html ../../../doc/devhelp/libxml2-xmlunicode.html ../../../doc/devhelp/libxml2-xmlversion.html ../../../doc/devhelp/libxml2-xmlwriter.html ../../../doc/devhelp/libxml2-xpath.html ../../../doc/devhelp/libxml2-xpathInternals.html ../../../doc/devhelp/libxml2-xpointer.html ../../../doc/devhelp/home.png ../../../doc/devhelp/left.png ../../../doc/devhelp/right.png ../../../doc/devhelp/up.png ../../../doc/devhelp/style.css '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/gtk-doc/html/libxml2' make[4]: Leaving directory '/builddir/build/BUILD/libxml2-2.9.7/py3/doc/devhelp' make[3]: Leaving directory '/builddir/build/BUILD/libxml2-2.9.7/py3/doc/devhelp' Making install in examples make[3]: Entering directory '/builddir/build/BUILD/libxml2-2.9.7/py3/doc/examples' make[4]: Entering directory '/builddir/build/BUILD/libxml2-2.9.7/py3/doc/examples' make[4]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p /builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html /usr/bin/install -p -m 0644 ../../../doc/examples/*.html ../../../doc/examples/*.c ../../../doc/examples/*.xml ../../../doc/examples/*.xsl ../../../doc/examples/*.res /builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html make[4]: Leaving directory '/builddir/build/BUILD/libxml2-2.9.7/py3/doc/examples' make[3]: Leaving directory '/builddir/build/BUILD/libxml2-2.9.7/py3/doc/examples' make[2]: Leaving directory '/builddir/build/BUILD/libxml2-2.9.7/py3/doc' Making install in example make[2]: Entering directory '/builddir/build/BUILD/libxml2-2.9.7/py3/example' make[3]: Entering directory '/builddir/build/BUILD/libxml2-2.9.7/py3/example' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/builddir/build/BUILD/libxml2-2.9.7/py3/example' make[2]: Leaving directory '/builddir/build/BUILD/libxml2-2.9.7/py3/example' Making install in xstc make[2]: Entering directory '/builddir/build/BUILD/libxml2-2.9.7/py3/xstc' make[3]: Entering directory '/builddir/build/BUILD/libxml2-2.9.7/py3/xstc' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/builddir/build/BUILD/libxml2-2.9.7/py3/xstc' make[2]: Leaving directory '/builddir/build/BUILD/libxml2-2.9.7/py3/xstc' Making install in python make[2]: Entering directory '/builddir/build/BUILD/libxml2-2.9.7/py3/python' /usr/bin/make install-recursive make[3]: Entering directory '/builddir/build/BUILD/libxml2-2.9.7/py3/python' Making install in . make[4]: Entering directory '/builddir/build/BUILD/libxml2-2.9.7/py3/python' make[5]: Entering directory '/builddir/build/BUILD/libxml2-2.9.7/py3/python' make[5]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-python-2.9.7' /usr/bin/install -p -m 644 ../../python/TODO '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-python-2.9.7' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/lib64/python3.6/site-packages' /usr/bin/install -p -m 644 ../../python/drv_libxml2.py ../../python/libxml2.py '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/lib64/python3.6/site-packages' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/lib64/python3.6/site-packages' /bin/sh ../libtool --mode=install /usr/bin/install -p libxml2mod.la '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/lib64/python3.6/site-packages' libtool: warning: relinking 'libxml2mod.la' libtool: install: (cd /builddir/build/BUILD/libxml2-2.9.7/py3/python; /bin/sh "/builddir/build/BUILD/libxml2-2.9.7/py3/libtool" --tag CC --mode=relink gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -module -avoid-version ../libxml2.la -L/usr/lib64 -lpython3.6m -lpthread -ldl -lutil -lm -Xlinker -export-dynamic -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libxml2mod.la -rpath /usr/lib64/python3.6/site-packages libxml.lo libxml2-py.lo types.lo -inst-prefix-dir /builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64) libtool: relink: gcc -shared -fPIC -DPIC .libs/libxml.o .libs/libxml2-py.o .libs/types.o -L/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/lib64 -L/usr/lib64 -lxml2 -lz -llzma -lpython3.6m -lpthread -ldl -lutil -lm -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-export-dynamic -Wl,-z -Wl,relro -Wl,-soname -Wl,libxml2mod.so -o .libs/libxml2mod.so libtool: install: /usr/bin/install -p .libs/libxml2mod.soT /builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/lib64/python3.6/site-packages/libxml2mod.so libtool: install: /usr/bin/install -p .libs/libxml2mod.lai /builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/lib64/python3.6/site-packages/libxml2mod.la libtool: install: /usr/bin/install -p .libs/libxml2mod.a /builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/lib64/python3.6/site-packages/libxml2mod.a libtool: install: chmod 644 /builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/lib64/python3.6/site-packages/libxml2mod.a libtool: install: ranlib /builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/lib64/python3.6/site-packages/libxml2mod.a libtool: warning: remember to run 'libtool --finish /usr/lib64/python3.6/site-packages' make[5]: Leaving directory '/builddir/build/BUILD/libxml2-2.9.7/py3/python' make[4]: Leaving directory '/builddir/build/BUILD/libxml2-2.9.7/py3/python' Making install in tests make[4]: Entering directory '/builddir/build/BUILD/libxml2-2.9.7/py3/python/tests' make[5]: Entering directory '/builddir/build/BUILD/libxml2-2.9.7/py3/python/tests' make[5]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-python-2.9.7/examples' /usr/bin/install -p -m 644 ../../../python/tests/build.py ../../../python/tests/attribs.py ../../../python/tests/tst.py ../../../python/tests/tstxpath.py ../../../python/tests/xpathext.py ../../../python/tests/push.py ../../../python/tests/pushSAX.py ../../../python/tests/pushSAXhtml.py ../../../python/tests/error.py ../../../python/tests/serialize.py ../../../python/tests/validate.py ../../../python/tests/tstURI.py ../../../python/tests/cutnpaste.py ../../../python/tests/xpathret.py ../../../python/tests/xpath.py ../../../python/tests/outbuf.py ../../../python/tests/inbuf.py ../../../python/tests/input_callback.py ../../../python/tests/resolver.py ../../../python/tests/regexp.py ../../../python/tests/reader.py ../../../python/tests/reader2.py ../../../python/tests/reader3.py ../../../python/tests/reader4.py ../../../python/tests/reader5.py ../../../python/tests/reader6.py ../../../python/tests/reader7.py ../../../python/tests/reader8.py ../../../python/tests/readernext.py ../../../python/tests/walker.py ../../../python/tests/nsdel.py ../../../python/tests/ctxterror.py ../../../python/tests/readererr.py ../../../python/tests/relaxng.py ../../../python/tests/schema.py ../../../python/tests/thread2.py ../../../python/tests/sync.py ../../../python/tests/tstLastError.py ../../../python/tests/indexes.py ../../../python/tests/dtdvalid.py '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-python-2.9.7/examples' /usr/bin/install -p -m 644 ../../../python/tests/tstmem.py ../../../python/tests/validDTD.py ../../../python/tests/validSchemas.py ../../../python/tests/validRNG.py ../../../python/tests/compareNodes.py ../../../python/tests/xpathns.py ../../../python/tests/xpathleak.py ../../../python/tests/tst.xml ../../../python/tests/valid.xml ../../../python/tests/invalid.xml ../../../python/tests/test.dtd '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-python-2.9.7/examples' make[5]: Leaving directory '/builddir/build/BUILD/libxml2-2.9.7/py3/python/tests' make[4]: Leaving directory '/builddir/build/BUILD/libxml2-2.9.7/py3/python/tests' make[3]: Leaving directory '/builddir/build/BUILD/libxml2-2.9.7/py3/python' make[2]: Leaving directory '/builddir/build/BUILD/libxml2-2.9.7/py3/python' make[1]: Leaving directory '/builddir/build/BUILD/libxml2-2.9.7/py3' make: Leaving directory '/builddir/build/BUILD/libxml2-2.9.7/py3' + touch -m --reference=/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/include/libxml2/libxml/parser.h /builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/bin/xml2-config + find /builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64 -type f -name '*.la' -print -delete /builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/lib64/python2.7/site-packages/libxml2mod.la /builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/lib64/python3.6/site-packages/libxml2mod.la /builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/lib64/libxml2.la + rm -vf /builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/lib64/python2.7/site-packages/libxml2mod.a /builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/lib64/python3.6/site-packages/libxml2mod.a removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/lib64/python2.7/site-packages/libxml2mod.a' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/lib64/python3.6/site-packages/libxml2mod.a' + rm -vrf /builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/ removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/Copyright' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/examples/testXPath.c' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/examples/testSAX.c' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/examples/testHTML.c' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/examples/xmllint.c' removed directory '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/examples' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/test1.xml' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/tree2.c' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/tst.xml' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/reader2.c' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/reader3.c' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/libxml.gif' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/FAQ.html' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/tree1.res' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/parse2.c' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/encoding.html' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/reader1.res' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/io1.c' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/Libxml2-Logo-90x34.gif' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/xpath2.c' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/reader4.res' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/xpath2.res' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/reader3.res' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/reader1.c' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/examples.xml' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/io1.res' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/tutorial/includekeyword.c' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/tutorial/apa.html' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/tutorial/xmltutorial.pdf' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/tutorial/includeaddkeyword.c' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/tutorial/includeaddattribute.c' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/tutorial/aph.html' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/tutorial/ar01s03.html' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/tutorial/ar01s04.html' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/tutorial/ix01.html' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/tutorial/ar01s05.html' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/tutorial/includegetattribute.c' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/tutorial/apd.html' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/tutorial/apf.html' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/tutorial/index.html' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/tutorial/apc.html' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/tutorial/ape.html' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/tutorial/ar01s09.html' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/tutorial/apb.html' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/tutorial/includexpath.c' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/tutorial/api.html' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/tutorial/apg.html' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/tutorial/ar01s02.html' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/tutorial/images/next.png' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/tutorial/images/toc-blank.png' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/tutorial/images/tip.png' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/tutorial/images/blank.png' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/tutorial/images/warning.png' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/tutorial/images/caution.png' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/tutorial/images/up.png' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/tutorial/images/callouts/10.png' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/tutorial/images/callouts/4.png' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/tutorial/images/callouts/8.png' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/tutorial/images/callouts/9.png' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/tutorial/images/callouts/2.png' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/tutorial/images/callouts/5.png' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/tutorial/images/callouts/1.png' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/tutorial/images/callouts/7.png' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/tutorial/images/callouts/3.png' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/tutorial/images/callouts/6.png' removed directory '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/tutorial/images/callouts' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/tutorial/images/important.png' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/tutorial/images/draft.png' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/tutorial/images/toc-plus.png' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/tutorial/images/home.png' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/tutorial/images/toc-minus.png' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/tutorial/images/prev.png' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/tutorial/images/note.png' removed directory '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/tutorial/images' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/tutorial/ar01s08.html' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/tutorial/ar01s07.html' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/tutorial/includeconvert.c' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/tutorial/ar01s06.html' removed directory '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/tutorial' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/io2.c' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/redhat.gif' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/smallfootonly.gif' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/parse1.c' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/xml.html' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/structure.gif' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/index.html' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/parse3.c' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/parse4.c' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/Libxml2-Logo-180x168.gif' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/test3.xml' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/tree1.c' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/tree2.res' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/testWriter.c' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/writer.xml' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/test2.xml' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/html/libxml-parserInternals.html' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/html/libxml-relaxng.html' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/html/libxml-xmlunicode.html' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/html/libxml-schemasInternals.html' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/html/libxml-lib.html' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/html/libxml-HTMLtree.html' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/html/libxml-xmlsave.html' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/html/book1.html' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/html/libxml-valid.html' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/html/libxml-xmlwriter.html' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/html/libxml-xmlschemastypes.html' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/html/libxml-chvalid.html' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/html/libxml-xpath.html' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/html/left.png' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/html/libxml-parser.html' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/html/libxml-schematron.html' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/html/libxml-xmlerror.html' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/html/libxml-xmlmemory.html' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/html/libxml-uri.html' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/html/libxml-xinclude.html' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/html/libxml-xmlreader.html' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/html/libxml-debugXML.html' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/html/libxml-xmlmodule.html' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/html/libxml-globals.html' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/html/index.html' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/html/libxml-xpathInternals.html' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/html/libxml-pattern.html' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/html/libxml-dict.html' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/html/libxml-xmlstring.html' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/html/libxml-xpointer.html' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/html/libxml-hash.html' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/html/libxml-xmlversion.html' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/html/right.png' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/html/libxml-tree.html' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/html/up.png' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/html/libxml-xlink.html' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/html/libxml-catalog.html' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/html/libxml-nanoftp.html' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/html/libxml-threads.html' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/html/libxml-entities.html' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/html/libxml-HTMLparser.html' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/html/libxml-list.html' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/html/libxml-xmlIO.html' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/html/libxml-SAX.html' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/html/libxml-xmlautomata.html' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/html/libxml-xzlib.html' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/html/libxml-xmlexports.html' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/html/libxml-nanohttp.html' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/html/libxml-encoding.html' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/html/libxml-c14n.html' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/html/libxml-xmlregexp.html' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/html/libxml-DOCBparser.html' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/html/libxml-xmlschemas.html' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/html/home.png' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/html/libxml-SAX2.html' removed directory '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/html' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/examples.xsl' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/xpath1.c' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/reader4.c' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/w3c.png' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/io2.res' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/xpath1.res' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html/DOM.gif' removed directory '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7/html' removed directory '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-2.9.7' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-python-2.9.7/TODO' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-python-2.9.7/examples/tst.xml' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-python-2.9.7/examples/validate.py' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-python-2.9.7/examples/reader.py' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-python-2.9.7/examples/walker.py' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-python-2.9.7/examples/readererr.py' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-python-2.9.7/examples/reader6.py' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-python-2.9.7/examples/dtdvalid.py' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-python-2.9.7/examples/compareNodes.py' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-python-2.9.7/examples/tstmem.py' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-python-2.9.7/examples/error.py' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-python-2.9.7/examples/input_callback.py' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-python-2.9.7/examples/xpath.py' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-python-2.9.7/examples/relaxng.py' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-python-2.9.7/examples/validDTD.py' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-python-2.9.7/examples/reader3.py' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-python-2.9.7/examples/tstLastError.py' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-python-2.9.7/examples/validSchemas.py' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-python-2.9.7/examples/build.py' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-python-2.9.7/examples/reader4.py' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-python-2.9.7/examples/regexp.py' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-python-2.9.7/examples/nsdel.py' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-python-2.9.7/examples/inbuf.py' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-python-2.9.7/examples/valid.xml' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-python-2.9.7/examples/sync.py' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-python-2.9.7/examples/invalid.xml' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-python-2.9.7/examples/readernext.py' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-python-2.9.7/examples/xpathret.py' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-python-2.9.7/examples/reader8.py' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-python-2.9.7/examples/resolver.py' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-python-2.9.7/examples/indexes.py' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-python-2.9.7/examples/tstxpath.py' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-python-2.9.7/examples/test.dtd' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-python-2.9.7/examples/reader5.py' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-python-2.9.7/examples/reader7.py' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-python-2.9.7/examples/outbuf.py' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-python-2.9.7/examples/attribs.py' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-python-2.9.7/examples/xpathns.py' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-python-2.9.7/examples/xpathleak.py' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-python-2.9.7/examples/validRNG.py' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-python-2.9.7/examples/pushSAX.py' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-python-2.9.7/examples/serialize.py' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-python-2.9.7/examples/xpathext.py' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-python-2.9.7/examples/ctxterror.py' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-python-2.9.7/examples/cutnpaste.py' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-python-2.9.7/examples/reader2.py' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-python-2.9.7/examples/pushSAXhtml.py' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-python-2.9.7/examples/schema.py' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-python-2.9.7/examples/tstURI.py' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-python-2.9.7/examples/tst.py' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-python-2.9.7/examples/push.py' removed '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-python-2.9.7/examples/thread2.py' removed directory '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-python-2.9.7/examples' removed directory '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-python-2.9.7' removed directory '/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/' + gzip -9 -c doc/libxml2-api.xml + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip /usr/bin/strip + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 Bytecompiling .py files below /builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/lib64/python2.7 using /usr/bin/python2.7 Bytecompiling .py files below /builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/lib64/python3.6 using /usr/bin/python3.6 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs mangling shebang in ./usr/bin/xml2-config from #! /bin/sh to #!/bin/sh Processing files: libxml2-2.9.7-1.fc28.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.mc4vrJ + umask 022 + cd /builddir/build/BUILD + cd libxml2-2.9.7 + DOCDIR=/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2 + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2 + cp -pr AUTHORS /builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2 + cp -pr NEWS /builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2 + cp -pr README /builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2 + cp -pr TODO /builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2 + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.PxhhYN + umask 022 + cd /builddir/build/BUILD + cd libxml2-2.9.7 + LICENSEDIR=/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/licenses/libxml2 + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/licenses/libxml2 + cp -pr Copyright /builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/licenses/libxml2 + exit 0 Provides: libxml2 = 2.9.7-1.fc28 libxml2(riscv-64) = 2.9.7-1.fc28 libxml2.so.2()(64bit) libxml2.so.2(LIBXML2_2.4.30)(64bit) libxml2.so.2(LIBXML2_2.5.0)(64bit) libxml2.so.2(LIBXML2_2.5.2)(64bit) libxml2.so.2(LIBXML2_2.5.4)(64bit) libxml2.so.2(LIBXML2_2.5.5)(64bit) libxml2.so.2(LIBXML2_2.5.6)(64bit) libxml2.so.2(LIBXML2_2.5.7)(64bit) libxml2.so.2(LIBXML2_2.5.8)(64bit) libxml2.so.2(LIBXML2_2.5.9)(64bit) libxml2.so.2(LIBXML2_2.6.0)(64bit) libxml2.so.2(LIBXML2_2.6.1)(64bit) libxml2.so.2(LIBXML2_2.6.10)(64bit) libxml2.so.2(LIBXML2_2.6.11)(64bit) libxml2.so.2(LIBXML2_2.6.12)(64bit) libxml2.so.2(LIBXML2_2.6.14)(64bit) libxml2.so.2(LIBXML2_2.6.15)(64bit) libxml2.so.2(LIBXML2_2.6.16)(64bit) libxml2.so.2(LIBXML2_2.6.17)(64bit) libxml2.so.2(LIBXML2_2.6.18)(64bit) libxml2.so.2(LIBXML2_2.6.19)(64bit) libxml2.so.2(LIBXML2_2.6.2)(64bit) libxml2.so.2(LIBXML2_2.6.20)(64bit) libxml2.so.2(LIBXML2_2.6.21)(64bit) libxml2.so.2(LIBXML2_2.6.23)(64bit) libxml2.so.2(LIBXML2_2.6.24)(64bit) libxml2.so.2(LIBXML2_2.6.25)(64bit) libxml2.so.2(LIBXML2_2.6.27)(64bit) libxml2.so.2(LIBXML2_2.6.28)(64bit) libxml2.so.2(LIBXML2_2.6.29)(64bit) libxml2.so.2(LIBXML2_2.6.3)(64bit) libxml2.so.2(LIBXML2_2.6.32)(64bit) libxml2.so.2(LIBXML2_2.6.5)(64bit) libxml2.so.2(LIBXML2_2.6.6)(64bit) libxml2.so.2(LIBXML2_2.6.7)(64bit) libxml2.so.2(LIBXML2_2.6.8)(64bit) libxml2.so.2(LIBXML2_2.7.0)(64bit) libxml2.so.2(LIBXML2_2.7.3)(64bit) libxml2.so.2(LIBXML2_2.7.4)(64bit) libxml2.so.2(LIBXML2_2.8.0)(64bit) libxml2.so.2(LIBXML2_2.9.0)(64bit) libxml2.so.2(LIBXML2_2.9.1)(64bit) Requires(interp): /sbin/ldconfig /sbin/ldconfig Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig Requires: ld-linux-riscv64-lp64d.so.1()(64bit) ld-linux-riscv64-lp64d.so.1(GLIBC_2.27)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libdl.so.2()(64bit) libdl.so.2(GLIBC_2.27)(64bit) liblzma.so.5()(64bit) liblzma.so.5(XZ_5.0)(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.27)(64bit) libxml2.so.2()(64bit) libxml2.so.2(LIBXML2_2.4.30)(64bit) libxml2.so.2(LIBXML2_2.5.0)(64bit) libxml2.so.2(LIBXML2_2.5.2)(64bit) libxml2.so.2(LIBXML2_2.5.6)(64bit) libxml2.so.2(LIBXML2_2.5.7)(64bit) libxml2.so.2(LIBXML2_2.5.8)(64bit) libxml2.so.2(LIBXML2_2.6.0)(64bit) libxml2.so.2(LIBXML2_2.6.18)(64bit) libxml2.so.2(LIBXML2_2.6.20)(64bit) libxml2.so.2(LIBXML2_2.6.21)(64bit) libxml2.so.2(LIBXML2_2.6.3)(64bit) libxml2.so.2(LIBXML2_2.6.8)(64bit) libxml2.so.2(LIBXML2_2.9.0)(64bit) libz.so.1()(64bit) libz.so.1(ZLIB_1.2.2.3)(64bit) libz.so.1(ZLIB_1.2.3.3)(64bit) rtld(GNU_HASH) Processing files: libxml2-devel-2.9.7-1.fc28.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.E3IsgY + umask 022 + cd /builddir/build/BUILD + cd libxml2-2.9.7 + DOCDIR=/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-devel + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-devel + cp -pr doc/APIchunk0.html doc/APIchunk1.html doc/APIchunk10.html doc/APIchunk11.html doc/APIchunk12.html doc/APIchunk13.html doc/APIchunk14.html doc/APIchunk15.html doc/APIchunk16.html doc/APIchunk17.html doc/APIchunk18.html doc/APIchunk19.html doc/APIchunk2.html doc/APIchunk20.html doc/APIchunk21.html doc/APIchunk22.html doc/APIchunk23.html doc/APIchunk24.html doc/APIchunk25.html doc/APIchunk26.html doc/APIchunk27.html doc/APIchunk28.html doc/APIchunk29.html doc/APIchunk3.html doc/APIchunk4.html doc/APIchunk5.html doc/APIchunk6.html doc/APIchunk7.html doc/APIchunk8.html doc/APIchunk9.html doc/APIconstructors.html doc/APIfiles.html doc/APIfunctions.html doc/APIsymbols.html doc/DOM.html doc/FAQ.html doc/XMLinfo.html doc/XSLT.html doc/architecture.html doc/bugs.html doc/catalog.html doc/contribs.html doc/docs.html doc/downloads.html doc/encoding.html doc/entities.html doc/example.html doc/guidelines.html doc/help.html doc/index.html doc/interface.html doc/intro.html doc/library.html doc/namespaces.html doc/news.html doc/python.html doc/searches.html doc/threads.html doc/tree.html doc/upgrade.html doc/xml.html doc/xmlcatalog_man.html doc/xmldtd.html doc/xmlio.html doc/xmllint.html doc/xmlmem.html doc/xmlreader.html /builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-devel + cp -pr doc/html /builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-devel + cp -pr doc/DOM.gif doc/Libxml2-Logo-180x168.gif doc/Libxml2-Logo-90x34.gif doc/catalog.gif doc/libxml.gif doc/redhat.gif doc/smallfootonly.gif doc/structure.gif /builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-devel + cp -pr doc/w3c.png /builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-devel + cp -pr doc/tutorial /builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-devel + cp -pr doc/libxml2-api.xml.gz /builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-devel + cp -pr doc/examples /builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/libxml2-devel + exit 0 Provides: cmake(libxml2) libxml2-devel = 2.9.7-1.fc28 libxml2-devel(riscv-64) = 2.9.7-1.fc28 pkgconfig(libxml-2.0) = 2.9.7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /bin/sh /usr/bin/pkg-config cmake-filesystem(riscv-64) libxml2.so.2()(64bit) Processing files: libxml2-static-2.9.7-1.fc28.riscv64 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.MOi85x + umask 022 + cd /builddir/build/BUILD + cd libxml2-2.9.7 + LICENSEDIR=/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/licenses/libxml2-static + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/licenses/libxml2-static + cp -pr Copyright /builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/licenses/libxml2-static + exit 0 Provides: libxml2-static = 2.9.7-1.fc28 libxml2-static(riscv-64) = 2.9.7-1.fc28 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: python2-libxml2-2.9.7-1.fc28.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.YkDccr + umask 022 + cd /builddir/build/BUILD + cd libxml2-2.9.7 + DOCDIR=/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/python2-libxml2 + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/python2-libxml2 + cp -pr python/TODO /builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/python2-libxml2 + cp -pr python/libxml2class.txt /builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/python2-libxml2 + cp -pr doc/apibuild.py doc/index.py /builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/python2-libxml2 + cp -pr doc/python.html /builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/python2-libxml2 + exit 0 Provides: libxml2-python = 2.9.7-1.fc28 libxml2mod.so()(64bit) python-libxml2 = 2.9.7-1.fc28 python-libxml2(riscv-64) = 2.9.7-1.fc28 python2-libxml2 = 2.9.7-1.fc28 python2-libxml2(riscv-64) = 2.9.7-1.fc28 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-riscv64-lp64d.so.1()(64bit) ld-linux-riscv64-lp64d.so.1(GLIBC_2.27)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libdl.so.2()(64bit) liblzma.so.5()(64bit) libm.so.6()(64bit) libpthread.so.0()(64bit) libpython2.7.so.1.0()(64bit) libutil.so.1()(64bit) libxml2.so.2()(64bit) libxml2.so.2(LIBXML2_2.4.30)(64bit) libxml2.so.2(LIBXML2_2.5.0)(64bit) libxml2.so.2(LIBXML2_2.5.2)(64bit) libxml2.so.2(LIBXML2_2.5.4)(64bit) libxml2.so.2(LIBXML2_2.5.6)(64bit) libxml2.so.2(LIBXML2_2.5.7)(64bit) libxml2.so.2(LIBXML2_2.5.8)(64bit) libxml2.so.2(LIBXML2_2.5.9)(64bit) libxml2.so.2(LIBXML2_2.6.0)(64bit) libxml2.so.2(LIBXML2_2.6.1)(64bit) libxml2.so.2(LIBXML2_2.6.10)(64bit) libxml2.so.2(LIBXML2_2.6.11)(64bit) libxml2.so.2(LIBXML2_2.6.12)(64bit) libxml2.so.2(LIBXML2_2.6.14)(64bit) libxml2.so.2(LIBXML2_2.6.15)(64bit) libxml2.so.2(LIBXML2_2.6.16)(64bit) libxml2.so.2(LIBXML2_2.6.17)(64bit) libxml2.so.2(LIBXML2_2.6.18)(64bit) libxml2.so.2(LIBXML2_2.6.2)(64bit) libxml2.so.2(LIBXML2_2.6.20)(64bit) libxml2.so.2(LIBXML2_2.6.21)(64bit) libxml2.so.2(LIBXML2_2.6.23)(64bit) libxml2.so.2(LIBXML2_2.6.25)(64bit) libxml2.so.2(LIBXML2_2.6.27)(64bit) libxml2.so.2(LIBXML2_2.6.28)(64bit) libxml2.so.2(LIBXML2_2.6.3)(64bit) libxml2.so.2(LIBXML2_2.6.5)(64bit) libxml2.so.2(LIBXML2_2.6.6)(64bit) libxml2.so.2(LIBXML2_2.6.8)(64bit) libxml2.so.2(LIBXML2_2.7.0)(64bit) libxml2.so.2(LIBXML2_2.7.3)(64bit) libxml2.so.2(LIBXML2_2.8.0)(64bit) libxml2.so.2(LIBXML2_2.9.0)(64bit) libxml2.so.2(LIBXML2_2.9.1)(64bit) libz.so.1()(64bit) python(abi) = 2.7 rtld(GNU_HASH) Obsoletes: libxml2-python < 2.9.7-1.fc28 python-libxml2 < 2.9.7-1.fc28 Processing files: python3-libxml2-2.9.7-1.fc28.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.NhG1J0 + umask 022 + cd /builddir/build/BUILD + cd libxml2-2.9.7 + DOCDIR=/builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/python3-libxml2 + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/python3-libxml2 + cp -pr python/TODO /builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/python3-libxml2 + cp -pr python/libxml2class.txt /builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/python3-libxml2 + cp -pr doc/apibuild.py doc/index.py /builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/python3-libxml2 + cp -pr doc/python.html /builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64/usr/share/doc/python3-libxml2 + exit 0 Provides: libxml2-python3 = 2.9.7-1.fc28 libxml2mod.so()(64bit) python3-libxml2 = 2.9.7-1.fc28 python3-libxml2(riscv-64) = 2.9.7-1.fc28 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-riscv64-lp64d.so.1()(64bit) ld-linux-riscv64-lp64d.so.1(GLIBC_2.27)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libdl.so.2()(64bit) liblzma.so.5()(64bit) libm.so.6()(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.27)(64bit) libpython3.6m.so.1.0()(64bit) libutil.so.1()(64bit) libxml2.so.2()(64bit) libxml2.so.2(LIBXML2_2.4.30)(64bit) libxml2.so.2(LIBXML2_2.5.0)(64bit) libxml2.so.2(LIBXML2_2.5.2)(64bit) libxml2.so.2(LIBXML2_2.5.4)(64bit) libxml2.so.2(LIBXML2_2.5.6)(64bit) libxml2.so.2(LIBXML2_2.5.7)(64bit) libxml2.so.2(LIBXML2_2.5.8)(64bit) libxml2.so.2(LIBXML2_2.5.9)(64bit) libxml2.so.2(LIBXML2_2.6.0)(64bit) libxml2.so.2(LIBXML2_2.6.1)(64bit) libxml2.so.2(LIBXML2_2.6.10)(64bit) libxml2.so.2(LIBXML2_2.6.11)(64bit) libxml2.so.2(LIBXML2_2.6.12)(64bit) libxml2.so.2(LIBXML2_2.6.14)(64bit) libxml2.so.2(LIBXML2_2.6.15)(64bit) libxml2.so.2(LIBXML2_2.6.16)(64bit) libxml2.so.2(LIBXML2_2.6.17)(64bit) libxml2.so.2(LIBXML2_2.6.18)(64bit) libxml2.so.2(LIBXML2_2.6.2)(64bit) libxml2.so.2(LIBXML2_2.6.20)(64bit) libxml2.so.2(LIBXML2_2.6.21)(64bit) libxml2.so.2(LIBXML2_2.6.23)(64bit) libxml2.so.2(LIBXML2_2.6.25)(64bit) libxml2.so.2(LIBXML2_2.6.27)(64bit) libxml2.so.2(LIBXML2_2.6.28)(64bit) libxml2.so.2(LIBXML2_2.6.3)(64bit) libxml2.so.2(LIBXML2_2.6.5)(64bit) libxml2.so.2(LIBXML2_2.6.6)(64bit) libxml2.so.2(LIBXML2_2.6.8)(64bit) libxml2.so.2(LIBXML2_2.7.0)(64bit) libxml2.so.2(LIBXML2_2.7.3)(64bit) libxml2.so.2(LIBXML2_2.8.0)(64bit) libxml2.so.2(LIBXML2_2.9.0)(64bit) libxml2.so.2(LIBXML2_2.9.1)(64bit) libz.so.1()(64bit) python(abi) = 3.6 rtld(GNU_HASH) Obsoletes: libxml2-python3 < 2.9.7-1.fc28 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64 Wrote: /builddir/build/SRPMS/libxml2-2.9.7-1.fc28.src.rpm Wrote: /builddir/build/RPMS/riscv64/libxml2-2.9.7-1.fc28.riscv64.rpm Wrote: /builddir/build/RPMS/riscv64/libxml2-devel-2.9.7-1.fc28.riscv64.rpm Wrote: /builddir/build/RPMS/riscv64/libxml2-static-2.9.7-1.fc28.riscv64.rpm Wrote: /builddir/build/RPMS/riscv64/python2-libxml2-2.9.7-1.fc28.riscv64.rpm Wrote: /builddir/build/RPMS/riscv64/python3-libxml2-2.9.7-1.fc28.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.m4KbXr + umask 022 + cd /builddir/build/BUILD + cd libxml2-2.9.7 + /usr/bin/rm -rf /builddir/build/BUILDROOT/libxml2-2.9.7-1.fc28.riscv64 + exit 0 + touch /buildok + cleanup + set +e + sync + sleep 5 + sync + poweroff Terminated ++ cleanup ++ set +e ++ sync ++ sleep 5 Terminated +++ cleanup +++ set +e +++ sync +++ sleep 5 +++ sync +++ poweroff