+ exec + rm -rf /rpmbuild + mkdir -p /rpmbuild + su -c 'rpmbuild -ba /builddir/build/SPECS/xerces-c.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.gt8z8b + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf xerces-c-3.1.4 + /usr/bin/gzip -dc /builddir/build/SOURCES/xerces-c-3.1.4.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd xerces-c-3.1.4 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + mkdir -p _docs + cp -a samples/ _docs/ + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.6RPE4R + umask 022 + cd /builddir/build/BUILD + cd xerces-c-3.1.4 + export '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 -fno-strict-aliasing' + 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 -fno-strict-aliasing' + export '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 -fno-strict-aliasing' + 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 -fno-strict-aliasing' + 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 -fno-strict-aliasing' + 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 -fno-strict-aliasing' + 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/config.sub + '[' -f /usr/lib/rpm/redhat/config.sub ']' + /usr/bin/rm -f ./config/config.sub ++ basename ./config/config.sub + /usr/bin/cp -fv /usr/lib/rpm/redhat/config.sub ./config/config.sub '/usr/lib/rpm/redhat/config.sub' -> './config/config.sub' + for i in $(find $(dirname ./configure) -name config.guess -o -name config.sub) ++ basename ./config/config.guess + '[' -f /usr/lib/rpm/redhat/config.guess ']' + /usr/bin/rm -f ./config/config.guess ++ basename ./config/config.guess + /usr/bin/cp -fv /usr/lib/rpm/redhat/config.guess ./config/config.guess '/usr/lib/rpm/redhat/config.guess' -> './config/config.guess' + '[' 1 = 1 ']' + '[' x '!=' x-specs=/usr/lib/rpm/redhat/redhat-hardened-ld ']' ++ find . -name ltmain.sh + for i in $(find . -name ltmain.sh) + /usr/bin/sed -i.backup -e 's~compiler_flags=$~compiler_flags="-specs=/usr/lib/rpm/redhat/redhat-hardened-ld"~' ./config/ltmain.sh + ./configure --build=riscv64-redhat-linux-gnu --host=riscv64-redhat-linux-gnu --program-prefix= --disable-dependency-tracking --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 --disable-static --disable-pretty-make --disable-sse2 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 UID '1000' is supported by ustar format... yes checking whether GID '1000' is supported by ustar format... yes checking how to create a ustar tar archive... gnutar checking whether to enable maintainer-specific portions of Makefiles... no checking whether to use rpath... yes checking for riscv64-redhat-linux-gnu-g++... no checking for riscv64-redhat-linux-gnu-c++... no checking for riscv64-redhat-linux-gnu-gpp... no checking for riscv64-redhat-linux-gnu-aCC... no checking for riscv64-redhat-linux-gnu-CC... no checking for riscv64-redhat-linux-gnu-cxx... no checking for riscv64-redhat-linux-gnu-cc++... no checking for riscv64-redhat-linux-gnu-cl.exe... no checking for riscv64-redhat-linux-gnu-FCC... no checking for riscv64-redhat-linux-gnu-KCC... no checking for riscv64-redhat-linux-gnu-RCC... no checking for riscv64-redhat-linux-gnu-xlC_r... no checking for riscv64-redhat-linux-gnu-xlC... no checking for g++... g++ 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 g++ accepts -g... yes checking for style of include used by make... GNU checking dependency style of g++... none checking for a sed that does not truncate output... /usr/bin/sed checking whether ln -s works... yes checking how to print strings... printf checking for riscv64-redhat-linux-gnu-gcc... no checking for gcc... gcc 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 dependency style of gcc... none checking for a sed that does not truncate output... (cached) /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 whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes 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... objdump checking how to recognize dependent libraries... pass_all checking for riscv64-redhat-linux-gnu-dlltool... dlltool 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 riscv64-redhat-linux-gnu-mt... no checking for mt... no checking if : is a manifest tool... no checking how to run the C preprocessor... gcc -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for 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... no checking how to run the C++ preprocessor... g++ -E checking for ld used by g++... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC -DPIC checking if g++ PIC flag -fPIC -DPIC works... yes checking if g++ static flag -static works... no checking if g++ supports -c -o file.o... yes checking if g++ supports -c -o file.o... (cached) yes checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether gcc and cc understand -c and -o together... yes checking for ANSI C header files... (cached) yes checking whether time.h and sys/time.h may both be included... yes checking arpa/inet.h usability... yes checking arpa/inet.h presence... yes checking for arpa/inet.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking float.h usability... yes checking float.h presence... yes checking for float.h... yes checking for inttypes.h... (cached) yes checking langinfo.h usability... yes checking langinfo.h presence... yes checking for langinfo.h... yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking for memory.h... (cached) yes checking netdb.h usability... yes checking netdb.h presence... yes checking for netdb.h... yes checking netinet/in.h usability... yes checking netinet/in.h presence... yes checking for netinet/in.h... yes checking nl_types.h usability... yes checking nl_types.h presence... yes checking for nl_types.h... yes checking stddef.h usability... yes checking stddef.h presence... yes checking for stddef.h... yes checking for stdint.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for strings.h... (cached) yes checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking sys/timeb.h usability... yes checking sys/timeb.h presence... yes checking for sys/timeb.h... yes checking for unistd.h... (cached) yes checking wchar.h usability... yes checking wchar.h presence... yes checking for wchar.h... yes checking wctype.h usability... yes checking wctype.h presence... yes checking for wctype.h... yes checking CoreServices/CoreServices.h usability... no checking CoreServices/CoreServices.h presence... no checking for CoreServices/CoreServices.h... no checking endian.h usability... yes checking endian.h presence... yes checking for endian.h... yes checking machine/endian.h usability... no checking machine/endian.h presence... no checking for machine/endian.h... no checking arpa/nameser_compat.h usability... yes checking arpa/nameser_compat.h presence... yes checking for arpa/nameser_compat.h... yes checking for stdbool.h that conforms to C99... no checking for _Bool... no checking for an ANSI C-conforming const... yes checking for inline... inline checking for working volatile... yes checking size of wchar_t... 4 checking for size_t... yes checking for ssize_t... yes checking for off_t... yes checking for size_t... (cached) yes checking for inttypes.h... (cached) yes checking size of short... 2 checking size of int... 4 checking size of long... 8 checking size of long long... 8 checking size of __int64... 0 checking for int16_t... yes checking for int32_t... yes checking for int64_t... yes checking for uint16_t... yes checking for uint32_t... yes checking for uint64_t... yes checking for an appropriate signed 16 bit integer type... int16_t checking for an appropriate unsigned 16 bit integer type... uint16_t checking for an appropriate signed 32 bit integer type... int32_t checking for an appropriate unsigned 32 bit integer type... uint32_t checking for an appropriate signed 64 bit integer type... int64_t checking for an appropriate unsigned 64 bit integer type... uint64_t checking whether the compiler recognizes bool as a built-in type... yes checking whether the compiler implements namespaces... yes checking whether the compiler supports the std namespace... yes checking whether the compiler supports ISO C++ standard library... yes checking whether the compiler implements L"widestring"... yes checking for the pthreads library -lpthreads... no checking for the pthreads library -lpthread... yes checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE checking if more special flags are required for pthreads... no checking for getcwd... yes checking for pathconf... yes checking for realpath... yes checking for getaddrinfo... yes checking for gethostbyaddr... yes checking for gethostbyname... yes checking for socket... yes checking for clock_gettime... yes checking for ftime... yes checking for gettimeofday... yes checking for memmove... yes checking for memset... yes checking for nl_langinfo... yes checking for setlocale... yes checking for localeconv... yes checking for strcasecmp... yes checking for strncasecmp... yes checking for stricmp... no checking for strnicmp... no checking for strchr... yes checking for strdup... yes checking for strrchr... yes checking for strstr... yes checking for strtol... yes checking for strtoul... yes checking for towupper... yes checking for towlower... yes checking for mblen... yes checking for wcsupr... no checking for wcslwr... no checking for wcsnicmp... no checking for wcsicmp... no checking for PATH_MAX... yes checking for mbrlen... yes checking for wcsrtombs... yes checking for mbsrtowcs... yes checking if iconv uses const pointers... no checking for stricmp... (cached) no checking for strnicmp... (cached) no checking for towlower... (cached) yes checking for towupper... (cached) yes checking whether we'll generate prettier make output... no checking for which path delimiter characters to accept... / checking for which Mutex Manager to use... POSIX checking for curl-config... no checking curl/curl.h usability... no checking curl/curl.h presence... no checking for curl/curl.h... no checking for socket in -lsocket... no checking for gethostbyname in -lnsl... no checking whether we can support the libcurl-based NetAccessor... no checking whether we can support the sockets-based NetAccessor... yes checking for which NetAccessor to use (choices: -socket-)... socket checking for icu-config... no checking unicode/ucnv.h usability... no checking unicode/ucnv.h presence... no checking for unicode/ucnv.h... no checking iconv.h usability... yes checking iconv.h presence... yes checking for iconv.h... yes checking for wchar.h... (cached) yes checking for string.h... (cached) yes checking for stdlib.h... (cached) yes checking stdio.h usability... yes checking stdio.h presence... yes checking for stdio.h... yes checking ctype.h usability... yes checking ctype.h presence... yes checking for ctype.h... yes checking for locale.h... (cached) yes checking errno.h usability... yes checking errno.h presence... yes checking for errno.h... yes checking for endian.h... (cached) yes checking for iconv_open... yes checking for iconv_close... yes checking for iconv... yes checking whether we can support the GNU iconv Transcoder... yes checking for wchar.h... (cached) yes checking for mblen... (cached) yes checking for wcstombs... yes checking for mbstowcs... yes checking whether we can support the iconv Transcoder... yes checking whether we can support the ICU Transcoder... no checking for which Transcoder to use (choices: -gnuiconv- -iconv-)... gnuiconv checking whether we support the InMemory MsgLoader... yes checking whether we support the ICU MsgLoader... no checking for nl_types.h... (cached) yes checking for catopen... yes checking for catclose... yes checking for catgets... yes checking whether we can support the iconv MsgLoader... yes checking for which MsgLoader to use (choices: -inmemory- -iconv-)... inmemory checking for which File Manager to use... POSIX checking whether the Windows SDK is available and using wchar_t as wide string... no checking whether the compiler chokes on a placement operator delete... no checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating src/xercesc/util/MsgLoaders/MsgCatalog/Makefile config.status: creating tests/Makefile config.status: creating samples/Makefile config.status: creating xerces-c.pc config.status: creating config.h config.status: creating src/xercesc/util/Xerces_autoconf_config.hpp config.status: executing depfiles commands config.status: executing libtool commands config.status: executing libtool-rpath-patch commands configure: configure: Report: configure: File Manager: POSIX configure: Mutex Manager: POSIX configure: Transcoder: gnuiconv configure: NetAccessor: socket configure: Message Loader: inmemory + make -j4 make all-recursive make[1]: Entering directory '/builddir/build/BUILD/xerces-c-3.1.4' Making all in src make[2]: Entering directory '/builddir/build/BUILD/xerces-c-3.1.4/src' make all-recursive make[3]: Entering directory '/builddir/build/BUILD/xerces-c-3.1.4/src' make[4]: Entering directory '/builddir/build/BUILD/xerces-c-3.1.4/src' /bin/sh ../libtool --quiet --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o stricmp.lo stricmp.c /bin/sh ../libtool --quiet --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o strnicmp.lo strnicmp.c /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/util/Base64.lo xercesc/util/Base64.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/util/BinFileInputStream.lo xercesc/util/BinFileInputStream.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/util/BinInputStream.lo xercesc/util/BinInputStream.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/util/BinMemInputStream.lo xercesc/util/BinMemInputStream.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/util/BitSet.lo xercesc/util/BitSet.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/util/DefaultPanicHandler.lo xercesc/util/DefaultPanicHandler.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/util/EncodingValidator.lo xercesc/util/EncodingValidator.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/util/HeaderDummy.lo xercesc/util/HeaderDummy.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/util/HexBin.lo xercesc/util/HexBin.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/util/KVStringPair.lo xercesc/util/KVStringPair.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/util/Mutexes.lo xercesc/util/Mutexes.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/util/PanicHandler.lo xercesc/util/PanicHandler.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/util/PlatformUtils.lo xercesc/util/PlatformUtils.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/util/PSVIUni.lo xercesc/util/PSVIUni.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/util/QName.lo xercesc/util/QName.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/util/regx/ASCIIRangeFactory.lo xercesc/util/regx/ASCIIRangeFactory.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/util/regx/BlockRangeFactory.lo xercesc/util/regx/BlockRangeFactory.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/util/regx/BMPattern.lo xercesc/util/regx/BMPattern.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/util/regx/CharToken.lo xercesc/util/regx/CharToken.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/util/regx/ClosureToken.lo xercesc/util/regx/ClosureToken.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/util/regx/ConcatToken.lo xercesc/util/regx/ConcatToken.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/util/regx/Match.lo xercesc/util/regx/Match.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/util/regx/Op.lo xercesc/util/regx/Op.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/util/regx/OpFactory.lo xercesc/util/regx/OpFactory.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/util/regx/ParenToken.lo xercesc/util/regx/ParenToken.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/util/regx/ParserForXMLSchema.lo xercesc/util/regx/ParserForXMLSchema.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/util/regx/RangeFactory.lo xercesc/util/regx/RangeFactory.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/util/regx/RangeToken.lo xercesc/util/regx/RangeToken.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/util/regx/RangeTokenMap.lo xercesc/util/regx/RangeTokenMap.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/util/regx/RegularExpression.lo xercesc/util/regx/RegularExpression.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/util/regx/RegxParser.lo xercesc/util/regx/RegxParser.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/util/regx/RegxUtil.lo xercesc/util/regx/RegxUtil.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/util/regx/StringToken.lo xercesc/util/regx/StringToken.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/util/regx/Token.lo xercesc/util/regx/Token.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/util/regx/TokenFactory.lo xercesc/util/regx/TokenFactory.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/util/regx/UnicodeRangeFactory.lo xercesc/util/regx/UnicodeRangeFactory.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/util/regx/UnionToken.lo xercesc/util/regx/UnionToken.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/util/regx/XMLRangeFactory.lo xercesc/util/regx/XMLRangeFactory.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/util/regx/XMLUniCharacter.lo xercesc/util/regx/XMLUniCharacter.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/util/StringPool.lo xercesc/util/StringPool.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/util/SynchronizedStringPool.lo xercesc/util/SynchronizedStringPool.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/util/TransService.lo xercesc/util/TransService.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/util/XMemory.lo xercesc/util/XMemory.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/util/XML256TableTranscoder.lo xercesc/util/XML256TableTranscoder.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/util/XML88591Transcoder.lo xercesc/util/XML88591Transcoder.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/util/XMLAbstractDoubleFloat.lo xercesc/util/XMLAbstractDoubleFloat.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/util/XMLASCIITranscoder.lo xercesc/util/XMLASCIITranscoder.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/util/XMLBigDecimal.lo xercesc/util/XMLBigDecimal.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/util/XMLBigInteger.lo xercesc/util/XMLBigInteger.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/util/XMLChar.lo xercesc/util/XMLChar.cpp xercesc/util/XMLBigInteger.cpp: In constructor 'xercesc_3_1::XMLBigInteger::XMLBigInteger(const XMLCh*, xercesc_3_1::MemoryManager*)': xercesc/util/XMLBigInteger.cpp:211:5: warning: this 'else' clause does not guard... [-Wmisleading-indentation] else ^~~~ xercesc/util/XMLBigInteger.cpp:214:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else' fRawData = XMLString::replicate(strValue, fMemoryManager); ^~~~~~~~ /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/util/XMLChTranscoder.lo xercesc/util/XMLChTranscoder.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/util/XMLDateTime.lo xercesc/util/XMLDateTime.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/util/XMLDouble.lo xercesc/util/XMLDouble.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/util/XMLEBCDICTranscoder.lo xercesc/util/XMLEBCDICTranscoder.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/util/XMLException.lo xercesc/util/XMLException.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/util/XMLFloat.lo xercesc/util/XMLFloat.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/util/XMLIBM1047Transcoder.lo xercesc/util/XMLIBM1047Transcoder.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/util/XMLIBM1140Transcoder.lo xercesc/util/XMLIBM1140Transcoder.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/util/XMLInitializer.lo xercesc/util/XMLInitializer.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/util/XMLMsgLoader.lo xercesc/util/XMLMsgLoader.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/util/XMLNumber.lo xercesc/util/XMLNumber.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/util/XMLString.lo xercesc/util/XMLString.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/util/XMLStringTokenizer.lo xercesc/util/XMLStringTokenizer.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/util/XMLUCS4Transcoder.lo xercesc/util/XMLUCS4Transcoder.cpp xercesc/util/XMLStringTokenizer.cpp: In member function 'bool xercesc_3_1::XMLStringTokenizer::hasMoreTokens()': xercesc/util/XMLStringTokenizer.cpp:166:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (countTokens() > 0) ^~ xercesc/util/XMLStringTokenizer.cpp:169:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' return false; ^~~~~~ /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/util/XMLUni.lo xercesc/util/XMLUni.cpp xercesc/util/XMLString.cpp: In static member function 'static bool xercesc_3_1::XMLString::textToBin(const XMLCh*, unsigned int&, xercesc_3_1::MemoryManager*)': xercesc/util/XMLString.cpp:1403:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if ((!toConvert) || (!*toConvert)) ^~ xercesc/util/XMLString.cpp:1406:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' XMLCh* trimmedStr = XMLString::replicate(toConvert, manager); ^~~~~ /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/util/XMLUri.lo xercesc/util/XMLUri.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/util/XMLURL.lo xercesc/util/XMLURL.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/util/XMLUTF16Transcoder.lo xercesc/util/XMLUTF16Transcoder.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/util/XMLUTF8Transcoder.lo xercesc/util/XMLUTF8Transcoder.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/util/XMLWin1252Transcoder.lo xercesc/util/XMLWin1252Transcoder.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/dom/DOMException.lo xercesc/dom/DOMException.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/dom/DOMLSException.lo xercesc/dom/DOMLSException.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/dom/DOMRangeException.lo xercesc/dom/DOMRangeException.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/dom/DOMXPathException.lo xercesc/dom/DOMXPathException.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/dom/impl/DOMAttrImpl.lo xercesc/dom/impl/DOMAttrImpl.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/dom/impl/DOMAttrMapImpl.lo xercesc/dom/impl/DOMAttrMapImpl.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/dom/impl/DOMAttrNSImpl.lo xercesc/dom/impl/DOMAttrNSImpl.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/dom/impl/DOMCDATASectionImpl.lo xercesc/dom/impl/DOMCDATASectionImpl.cpp In file included from xercesc/dom/impl/DOMAttrMapImpl.cpp:25:0: xercesc/dom/impl/DOMNodeVector.hpp: In member function 'xercesc_3_1::DOMNode* xercesc_3_1::DOMNodeVector::elementAt(XMLSize_t)': xercesc/dom/impl/DOMNodeVector.hpp:71:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (index >= nextFreeSlot) ^~ xercesc/dom/impl/DOMNodeVector.hpp:73:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' return data[index]; ^~~~~~ xercesc/dom/impl/DOMAttrImpl.cpp: In member function 'virtual void xercesc_3_1::DOMAttrImpl::setValue(const XMLCh*)': xercesc/dom/impl/DOMAttrImpl.cpp:170:97: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] throw DOMException(DOMException::NO_MODIFICATION_ALLOWED_ERR, 0, GetDOMNodeMemoryManager); ^ xercesc/dom/impl/DOMAttrImpl.cpp: In member function 'virtual void xercesc_3_1::DOMAttrImpl::release()': xercesc/dom/impl/DOMAttrImpl.cpp:233:87: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] throw DOMException(DOMException::INVALID_ACCESS_ERR,0, GetDOMNodeMemoryManager); ^ xercesc/dom/impl/DOMAttrImpl.cpp:243:87: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] throw DOMException(DOMException::INVALID_ACCESS_ERR,0, GetDOMNodeMemoryManager); ^ xercesc/dom/impl/DOMAttrNSImpl.cpp: In member function 'virtual void xercesc_3_1::DOMAttrNSImpl::release()': xercesc/dom/impl/DOMAttrNSImpl.cpp:175:87: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] throw DOMException(DOMException::INVALID_ACCESS_ERR,0, GetDOMNodeMemoryManager); ^ xercesc/dom/impl/DOMAttrNSImpl.cpp:185:87: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] throw DOMException(DOMException::INVALID_ACCESS_ERR,0, GetDOMNodeMemoryManager); ^ xercesc/dom/impl/DOMAttrNSImpl.cpp: In member function 'virtual void xercesc_3_1::DOMAttrNSImpl::setPrefix(const XMLCh*)': xercesc/dom/impl/DOMAttrNSImpl.cpp:117:97: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] throw DOMException(DOMException::NO_MODIFICATION_ALLOWED_ERR, 0, GetDOMNodeMemoryManager); ^ xercesc/dom/impl/DOMAttrNSImpl.cpp:119:83: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] throw DOMException(DOMException::NAMESPACE_ERR, 0, GetDOMNodeMemoryManager); ^ xercesc/dom/impl/DOMAttrNSImpl.cpp:130:90: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] throw DOMException(DOMException::INVALID_CHARACTER_ERR,0, GetDOMNodeMemoryManager); ^ xercesc/dom/impl/DOMAttrNSImpl.cpp:140:83: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] throw DOMException(DOMException::NAMESPACE_ERR, 0, GetDOMNodeMemoryManager); ^ xercesc/dom/impl/DOMAttrNSImpl.cpp:143:83: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] throw DOMException(DOMException::NAMESPACE_ERR, 0, GetDOMNodeMemoryManager); ^ xercesc/dom/impl/DOMAttrNSImpl.cpp: In member function 'void xercesc_3_1::DOMAttrNSImpl::setName(const XMLCh*, const XMLCh*)': xercesc/dom/impl/DOMAttrNSImpl.cpp:213:83: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] throw DOMException(DOMException::NAMESPACE_ERR, 0, GetDOMNodeMemoryManager); ^ xercesc/dom/impl/DOMAttrNSImpl.cpp:220:91: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] throw DOMException(DOMException::NAMESPACE_ERR, 0, GetDOMNodeMemoryManager); ^ xercesc/dom/impl/DOMAttrNSImpl.cpp:233:87: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] throw DOMException(DOMException::NAMESPACE_ERR, 0, GetDOMNodeMemoryManager); ^ xercesc/dom/impl/DOMCDATASectionImpl.cpp: In member function 'virtual const XMLCh* xercesc_3_1::DOMCDATASectionImpl::getWholeText() const': xercesc/dom/impl/DOMCDATASectionImpl.cpp:139:87: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] throw DOMException(DOMException::NOT_SUPPORTED_ERR, 0, GetDOMNodeMemoryManager); ^ xercesc/dom/impl/DOMCDATASectionImpl.cpp:153:46: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] XMLBuffer buff(1023, GetDOMNodeMemoryManager); ^ xercesc/dom/impl/DOMCDATASectionImpl.cpp: In member function 'virtual xercesc_3_1::DOMText* xercesc_3_1::DOMCDATASectionImpl::replaceWholeText(const XMLCh*)': xercesc/dom/impl/DOMCDATASectionImpl.cpp:198:109: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] throw DOMException(DOMException::NO_MODIFICATION_ALLOWED_ERR, 0, GetDOMNodeMemoryManager); ^ xercesc/dom/impl/DOMCDATASectionImpl.cpp: In member function 'virtual void xercesc_3_1::DOMCDATASectionImpl::release()': xercesc/dom/impl/DOMCDATASectionImpl.cpp:243:87: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] throw DOMException(DOMException::INVALID_ACCESS_ERR,0, GetDOMNodeMemoryManager); ^ xercesc/dom/impl/DOMCDATASectionImpl.cpp:254:87: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] throw DOMException(DOMException::INVALID_ACCESS_ERR,0, GetDOMNodeMemoryManager); ^ xercesc/dom/impl/DOMCDATASectionImpl.cpp: In member function 'virtual xercesc_3_1::DOMText* xercesc_3_1::DOMCDATASectionImpl::splitText(XMLSize_t)': xercesc/dom/impl/DOMCDATASectionImpl.cpp:98:97: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] throw DOMException(DOMException::NO_MODIFICATION_ALLOWED_ERR, 0, GetDOMNodeMemoryManager); ^ xercesc/dom/impl/DOMCDATASectionImpl.cpp:102:84: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] throw DOMException(DOMException::INDEX_SIZE_ERR, 0, GetDOMNodeMemoryManager); ^ /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/dom/impl/DOMCharacterDataImpl.lo xercesc/dom/impl/DOMCharacterDataImpl.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/dom/impl/DOMChildNode.lo xercesc/dom/impl/DOMChildNode.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/dom/impl/DOMCommentImpl.lo xercesc/dom/impl/DOMCommentImpl.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/dom/impl/DOMConfigurationImpl.lo xercesc/dom/impl/DOMConfigurationImpl.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/dom/impl/DOMDeepNodeListImpl.lo xercesc/dom/impl/DOMDeepNodeListImpl.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/dom/impl/DOMDocumentFragmentImpl.lo xercesc/dom/impl/DOMDocumentFragmentImpl.cpp xercesc/dom/impl/DOMCommentImpl.cpp: In member function 'virtual void xercesc_3_1::DOMCommentImpl::release()': xercesc/dom/impl/DOMCommentImpl.cpp:77:87: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] throw DOMException(DOMException::INVALID_ACCESS_ERR,0, GetDOMNodeMemoryManager); ^ xercesc/dom/impl/DOMCommentImpl.cpp:87:87: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] throw DOMException(DOMException::INVALID_ACCESS_ERR,0, GetDOMNodeMemoryManager); ^ xercesc/dom/impl/DOMCommentImpl.cpp: In member function 'xercesc_3_1::DOMComment* xercesc_3_1::DOMCommentImpl::splitText(XMLSize_t)': xercesc/dom/impl/DOMCommentImpl.cpp:98:82: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] DOMException::NO_MODIFICATION_ALLOWED_ERR, 0, GetDOMNodeMemoryManager); ^ xercesc/dom/impl/DOMCommentImpl.cpp:102:84: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] throw DOMException(DOMException::INDEX_SIZE_ERR, 0, GetDOMNodeMemoryManager); ^ /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/dom/impl/DOMDocumentImpl.lo xercesc/dom/impl/DOMDocumentImpl.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/dom/impl/DOMDocumentTypeImpl.lo xercesc/dom/impl/DOMDocumentTypeImpl.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/dom/impl/DOMElementImpl.lo xercesc/dom/impl/DOMElementImpl.cpp xercesc/dom/impl/DOMDocumentFragmentImpl.cpp: In member function 'virtual void xercesc_3_1::DOMDocumentFragmentImpl::release()': xercesc/dom/impl/DOMDocumentFragmentImpl.cpp:82:87: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] throw DOMException(DOMException::INVALID_ACCESS_ERR,0, GetDOMNodeMemoryManager); ^ xercesc/dom/impl/DOMDocumentFragmentImpl.cpp:92:87: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] throw DOMException(DOMException::INVALID_ACCESS_ERR,0, GetDOMNodeMemoryManager); ^ /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/dom/impl/DOMElementNSImpl.lo xercesc/dom/impl/DOMElementNSImpl.cpp xercesc/dom/impl/DOMDocumentTypeImpl.cpp: In member function 'virtual void xercesc_3_1::DOMDocumentTypeImpl::release()': xercesc/dom/impl/DOMDocumentTypeImpl.cpp:382:91: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] throw DOMException(DOMException::INVALID_ACCESS_ERR,0, GetDOMNodeMemoryManager); ^ xercesc/dom/impl/DOMDocumentTypeImpl.cpp:398:95: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] throw DOMException(DOMException::INVALID_ACCESS_ERR,0, GetDOMNodeMemoryManager); ^ xercesc/dom/impl/DOMDocumentTypeImpl.cpp: In constructor 'xercesc_3_1::DOMDocumentTypeImpl::DOMDocumentTypeImpl(xercesc_3_1::DOMDocument*, const XMLCh*, const XMLCh*, const XMLCh*, bool)': xercesc/dom/impl/DOMDocumentTypeImpl.cpp:114:83: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] throw DOMException(DOMException::NAMESPACE_ERR, 0, GetDOMNodeMemoryManager); ^ xercesc/dom/impl/DOMDocumentTypeImpl.cpp:135:91: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] throw DOMException(DOMException::NAMESPACE_ERR, 0, GetDOMNodeMemoryManager); ^ xercesc/dom/impl/DOMDocumentTypeImpl.cpp:140:91: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] throw DOMException(DOMException::NAMESPACE_ERR, 0, GetDOMNodeMemoryManager); ^ xercesc/dom/impl/DOMElementImpl.cpp: In member function 'virtual void xercesc_3_1::DOMElementImpl::removeAttribute(const XMLCh*)': xercesc/dom/impl/DOMElementImpl.cpp:168:83: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] DOMException::NO_MODIFICATION_ALLOWED_ERR, 0, GetDOMNodeMemoryManager); ^ xercesc/dom/impl/DOMElementImpl.cpp: In member function 'virtual xercesc_3_1::DOMAttr* xercesc_3_1::DOMElementImpl::removeAttributeNode(xercesc_3_1::DOMAttr*)': xercesc/dom/impl/DOMElementImpl.cpp:185:78: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] DOMException::NO_MODIFICATION_ALLOWED_ERR, 0, GetDOMNodeMemoryManager); ^ xercesc/dom/impl/DOMElementImpl.cpp:205:87: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] throw DOMException(DOMException::NOT_FOUND_ERR, 0, GetDOMNodeMemoryManager); ^ xercesc/dom/impl/DOMElementImpl.cpp:209:83: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] throw DOMException(DOMException::NOT_FOUND_ERR, 0, GetDOMNodeMemoryManager); ^ xercesc/dom/impl/DOMElementImpl.cpp: In member function 'virtual void xercesc_3_1::DOMElementImpl::setAttribute(const XMLCh*, const XMLCh*)': xercesc/dom/impl/DOMElementImpl.cpp:220:78: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] DOMException::NO_MODIFICATION_ALLOWED_ERR, 0, GetDOMNodeMemoryManager); ^ xercesc/dom/impl/DOMElementImpl.cpp: In member function 'virtual void xercesc_3_1::DOMElementImpl::setIdAttribute(const XMLCh*, bool)': xercesc/dom/impl/DOMElementImpl.cpp:236:78: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] DOMException::NO_MODIFICATION_ALLOWED_ERR, 0, GetDOMNodeMemoryManager); ^ xercesc/dom/impl/DOMElementImpl.cpp:241:83: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] throw DOMException(DOMException::NOT_FOUND_ERR, 0, GetDOMNodeMemoryManager); ^ xercesc/dom/impl/DOMElementImpl.cpp: In member function 'virtual void xercesc_3_1::DOMElementImpl::setIdAttributeNS(const XMLCh*, const XMLCh*, bool)': xercesc/dom/impl/DOMElementImpl.cpp:253:78: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] DOMException::NO_MODIFICATION_ALLOWED_ERR, 0, GetDOMNodeMemoryManager); ^ xercesc/dom/impl/DOMElementImpl.cpp:258:83: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] throw DOMException(DOMException::NOT_FOUND_ERR, 0, GetDOMNodeMemoryManager); ^ xercesc/dom/impl/DOMElementImpl.cpp: In member function 'virtual void xercesc_3_1::DOMElementImpl::setIdAttributeNode(const xercesc_3_1::DOMAttr*, bool)': xercesc/dom/impl/DOMElementImpl.cpp:271:78: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] DOMException::NO_MODIFICATION_ALLOWED_ERR, 0, GetDOMNodeMemoryManager); ^ xercesc/dom/impl/DOMElementImpl.cpp:281:83: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] throw DOMException(DOMException::NOT_FOUND_ERR, 0, GetDOMNodeMemoryManager); ^ xercesc/dom/impl/DOMElementImpl.cpp: In member function 'virtual xercesc_3_1::DOMAttr* xercesc_3_1::DOMElementImpl::setAttributeNode(xercesc_3_1::DOMAttr*)': xercesc/dom/impl/DOMElementImpl.cpp:294:78: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] DOMException::NO_MODIFICATION_ALLOWED_ERR, 0, GetDOMNodeMemoryManager); ^ xercesc/dom/impl/DOMElementImpl.cpp:297:88: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] throw DOMException(DOMException::WRONG_DOCUMENT_ERR, 0, GetDOMNodeMemoryManager); ^ xercesc/dom/impl/DOMElementImpl.cpp: In member function 'virtual void xercesc_3_1::DOMElementImpl::removeAttributeNS(const XMLCh*, const XMLCh*)': xercesc/dom/impl/DOMElementImpl.cpp:357:78: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] DOMException::NO_MODIFICATION_ALLOWED_ERR, 0, GetDOMNodeMemoryManager); ^ xercesc/dom/impl/DOMElementImpl.cpp: In member function 'virtual xercesc_3_1::DOMAttr* xercesc_3_1::DOMElementImpl::setAttributeNodeNS(xercesc_3_1::DOMAttr*)': xercesc/dom/impl/DOMElementImpl.cpp:379:82: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] DOMException::NO_MODIFICATION_ALLOWED_ERR, 0, GetDOMNodeMemoryManager); ^ xercesc/dom/impl/DOMElementImpl.cpp:382:88: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] throw DOMException(DOMException::WRONG_DOCUMENT_ERR, 0, GetDOMNodeMemoryManager); ^ xercesc/dom/impl/DOMElementImpl.cpp: In member function 'virtual xercesc_3_1::DOMAttr* xercesc_3_1::DOMElementImpl::setDefaultAttributeNode(xercesc_3_1::DOMAttr*)': xercesc/dom/impl/DOMElementImpl.cpp:442:78: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] DOMException::NO_MODIFICATION_ALLOWED_ERR, 0, GetDOMNodeMemoryManager); ^ xercesc/dom/impl/DOMElementImpl.cpp:445:88: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] throw DOMException(DOMException::WRONG_DOCUMENT_ERR, 0, GetDOMNodeMemoryManager); ^ xercesc/dom/impl/DOMElementImpl.cpp: In member function 'virtual xercesc_3_1::DOMAttr* xercesc_3_1::DOMElementImpl::setDefaultAttributeNodeNS(xercesc_3_1::DOMAttr*)': xercesc/dom/impl/DOMElementImpl.cpp:460:82: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] DOMException::NO_MODIFICATION_ALLOWED_ERR, 0, GetDOMNodeMemoryManager); ^ xercesc/dom/impl/DOMElementImpl.cpp:463:88: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] throw DOMException(DOMException::WRONG_DOCUMENT_ERR, 0, GetDOMNodeMemoryManager); ^ xercesc/dom/impl/DOMElementImpl.cpp: In member function 'virtual void xercesc_3_1::DOMElementImpl::release()': xercesc/dom/impl/DOMElementImpl.cpp:475:87: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] throw DOMException(DOMException::INVALID_ACCESS_ERR,0, GetDOMNodeMemoryManager); ^ xercesc/dom/impl/DOMElementImpl.cpp:495:87: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] throw DOMException(DOMException::INVALID_ACCESS_ERR,0, GetDOMNodeMemoryManager); ^ xercesc/dom/impl/DOMElementImpl.cpp: In member function 'virtual void xercesc_3_1::DOMElementImpl::setAttributeNS(const XMLCh*, const XMLCh*, const XMLCh*)': xercesc/dom/impl/DOMElementImpl.cpp:335:97: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] throw DOMException(DOMException::NO_MODIFICATION_ALLOWED_ERR, 0, GetDOMNodeMemoryManager); ^ xercesc/dom/impl/DOMElementImpl.cpp:339:83: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] throw DOMException(DOMException::NAMESPACE_ERR, 0, GetDOMNodeMemoryManager); ^ xercesc/dom/impl/DOMElementNSImpl.cpp: In member function 'virtual void xercesc_3_1::DOMElementNSImpl::release()': xercesc/dom/impl/DOMElementNSImpl.cpp:175:87: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] throw DOMException(DOMException::INVALID_ACCESS_ERR,0, GetDOMNodeMemoryManager); ^ xercesc/dom/impl/DOMElementNSImpl.cpp:185:87: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] throw DOMException(DOMException::INVALID_ACCESS_ERR,0, GetDOMNodeMemoryManager); ^ xercesc/dom/impl/DOMElementNSImpl.cpp: In member function 'virtual void xercesc_3_1::DOMElementNSImpl::setPrefix(const XMLCh*)': xercesc/dom/impl/DOMElementNSImpl.cpp:118:97: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] throw DOMException(DOMException::NO_MODIFICATION_ALLOWED_ERR, 0, GetDOMNodeMemoryManager); ^ xercesc/dom/impl/DOMElementNSImpl.cpp:120:83: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] throw DOMException(DOMException::NAMESPACE_ERR, 0, GetDOMNodeMemoryManager); ^ xercesc/dom/impl/DOMElementNSImpl.cpp:131:90: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] throw DOMException(DOMException::INVALID_CHARACTER_ERR,0, GetDOMNodeMemoryManager); ^ xercesc/dom/impl/DOMElementNSImpl.cpp:138:83: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] throw DOMException(DOMException::NAMESPACE_ERR, 0, GetDOMNodeMemoryManager); ^ xercesc/dom/impl/DOMElementNSImpl.cpp:142:83: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] throw DOMException(DOMException::NAMESPACE_ERR, 0, GetDOMNodeMemoryManager); ^ xercesc/dom/impl/DOMElementNSImpl.cpp: In member function 'void xercesc_3_1::DOMElementNSImpl::setName(const XMLCh*, const XMLCh*)': xercesc/dom/impl/DOMElementNSImpl.cpp:207:83: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] throw DOMException(DOMException::NAMESPACE_ERR, 0, GetDOMNodeMemoryManager); ^ xercesc/dom/impl/DOMElementNSImpl.cpp:224:85: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] throw DOMException(DOMException::NAMESPACE_ERR, 0, GetDOMNodeMemoryManager); ^ /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/dom/impl/DOMEntityImpl.lo xercesc/dom/impl/DOMEntityImpl.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/dom/impl/DOMEntityReferenceImpl.lo xercesc/dom/impl/DOMEntityReferenceImpl.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/dom/impl/DOMErrorImpl.lo xercesc/dom/impl/DOMErrorImpl.cpp xercesc/dom/impl/DOMEntityImpl.cpp: In member function 'virtual void xercesc_3_1::DOMEntityImpl::release()': xercesc/dom/impl/DOMEntityImpl.cpp:215:87: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] throw DOMException(DOMException::INVALID_ACCESS_ERR,0, GetDOMNodeMemoryManager); ^ xercesc/dom/impl/DOMEntityImpl.cpp:225:87: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] throw DOMException(DOMException::INVALID_ACCESS_ERR,0, GetDOMNodeMemoryManager); ^ xercesc/dom/impl/DOMEntityReferenceImpl.cpp: In member function 'virtual void xercesc_3_1::DOMEntityReferenceImpl::setReadOnly(bool, bool)': xercesc/dom/impl/DOMEntityReferenceImpl.cpp:152:97: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] throw DOMException(DOMException::NO_MODIFICATION_ALLOWED_ERR, 0, GetDOMNodeMemoryManager); ^ xercesc/dom/impl/DOMEntityReferenceImpl.cpp: In member function 'virtual void xercesc_3_1::DOMEntityReferenceImpl::release()': xercesc/dom/impl/DOMEntityReferenceImpl.cpp:160:87: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] throw DOMException(DOMException::INVALID_ACCESS_ERR,0, GetDOMNodeMemoryManager); ^ xercesc/dom/impl/DOMEntityReferenceImpl.cpp:170:87: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] throw DOMException(DOMException::INVALID_ACCESS_ERR,0, GetDOMNodeMemoryManager); ^ /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/dom/impl/DOMImplementationImpl.lo xercesc/dom/impl/DOMImplementationImpl.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/dom/impl/DOMImplementationListImpl.lo xercesc/dom/impl/DOMImplementationListImpl.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/dom/impl/DOMImplementationRegistry.lo xercesc/dom/impl/DOMImplementationRegistry.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/dom/impl/DOMLocatorImpl.lo xercesc/dom/impl/DOMLocatorImpl.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/dom/impl/DOMNamedNodeMapImpl.lo xercesc/dom/impl/DOMNamedNodeMapImpl.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/dom/impl/DOMNodeIDMap.lo xercesc/dom/impl/DOMNodeIDMap.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/dom/impl/DOMNodeImpl.lo xercesc/dom/impl/DOMNodeImpl.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/dom/impl/DOMNodeIteratorImpl.lo xercesc/dom/impl/DOMNodeIteratorImpl.cpp In file included from xercesc/dom/impl/DOMNamedNodeMapImpl.cpp:28:0: xercesc/dom/impl/DOMNodeVector.hpp: In member function 'xercesc_3_1::DOMNode* xercesc_3_1::DOMNodeVector::elementAt(XMLSize_t)': xercesc/dom/impl/DOMNodeVector.hpp:71:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (index >= nextFreeSlot) ^~ xercesc/dom/impl/DOMNodeVector.hpp:73:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' return data[index]; ^~~~~~ xercesc/dom/impl/DOMNodeImpl.cpp: In member function 'xercesc_3_1::DOMNode* xercesc_3_1::DOMNodeImpl::appendChild(xercesc_3_1::DOMNode*)': xercesc/dom/impl/DOMNodeImpl.cpp:108:86: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] throw DOMException(DOMException::HIERARCHY_REQUEST_ERR,0, GetDOMNodeMemoryManager); ^ xercesc/dom/impl/DOMNodeImpl.cpp: In member function 'xercesc_3_1::DOMNode* xercesc_3_1::DOMNodeImpl::insertBefore(xercesc_3_1::DOMNode*, xercesc_3_1::DOMNode*)': xercesc/dom/impl/DOMNodeImpl.cpp:207:87: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] throw DOMException(DOMException::HIERARCHY_REQUEST_ERR, 0, GetDOMNodeMemoryManager); ^ xercesc/dom/impl/DOMNodeImpl.cpp: In member function 'xercesc_3_1::DOMNode* xercesc_3_1::DOMNodeImpl::removeChild(xercesc_3_1::DOMNode*)': xercesc/dom/impl/DOMNodeImpl.cpp:214:79: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] throw DOMException(DOMException::NOT_FOUND_ERR, 0, GetDOMNodeMemoryManager); ^ xercesc/dom/impl/DOMNodeImpl.cpp: In member function 'xercesc_3_1::DOMNode* xercesc_3_1::DOMNodeImpl::replaceChild(xercesc_3_1::DOMNode*, xercesc_3_1::DOMNode*)': xercesc/dom/impl/DOMNodeImpl.cpp:221:86: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] throw DOMException(DOMException::HIERARCHY_REQUEST_ERR,0, GetDOMNodeMemoryManager); ^ xercesc/dom/impl/DOMNodeImpl.cpp: In member function 'void xercesc_3_1::DOMNodeImpl::setPrefix(const XMLCh*)': xercesc/dom/impl/DOMNodeImpl.cpp:294:79: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] throw DOMException(DOMException::NAMESPACE_ERR, 0, GetDOMNodeMemoryManager); ^ xercesc/dom/impl/DOMNodeImpl.cpp: In member function 'void xercesc_3_1::DOMNodeImpl::setTextContent(const XMLCh*)': xercesc/dom/impl/DOMNodeImpl.cpp:955:91: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] throw DOMException(DOMException::NOT_SUPPORTED_ERR, 0, GetDOMNodeMemoryManager); ^ xercesc/dom/impl/DOMNodeImpl.cpp:920:107: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] throw DOMException(DOMException::NO_MODIFICATION_ALLOWED_ERR, 0, GetDOMNodeMemoryManager); ^ xercesc/dom/impl/DOMNodeImpl.cpp:944:105: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] throw DOMException(DOMException::NO_MODIFICATION_ALLOWED_ERR, 0, GetDOMNodeMemoryManager); ^ xercesc/dom/impl/DOMNodeImpl.cpp: In member function 'void xercesc_3_1::DOMNodeImpl::release()': xercesc/dom/impl/DOMNodeImpl.cpp:1024:83: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] throw DOMException(DOMException::INVALID_ACCESS_ERR,0, GetDOMNodeMemoryManager); ^ /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/dom/impl/DOMNodeListImpl.lo xercesc/dom/impl/DOMNodeListImpl.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/dom/impl/DOMNodeVector.lo xercesc/dom/impl/DOMNodeVector.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/dom/impl/DOMNormalizer.lo xercesc/dom/impl/DOMNormalizer.cpp In file included from xercesc/dom/impl/DOMNodeVector.cpp:31:0: xercesc/dom/impl/DOMNodeVector.hpp: In member function 'xercesc_3_1::DOMNode* xercesc_3_1::DOMNodeVector::elementAt(XMLSize_t)': xercesc/dom/impl/DOMNodeVector.hpp:71:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (index >= nextFreeSlot) ^~ xercesc/dom/impl/DOMNodeVector.hpp:73:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' return data[index]; ^~~~~~ /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/dom/impl/DOMNotationImpl.lo xercesc/dom/impl/DOMNotationImpl.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/dom/impl/DOMParentNode.lo xercesc/dom/impl/DOMParentNode.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/dom/impl/DOMProcessingInstructionImpl.lo xercesc/dom/impl/DOMProcessingInstructionImpl.cpp xercesc/dom/impl/DOMNotationImpl.cpp: In member function 'virtual void xercesc_3_1::DOMNotationImpl::setPublicId(const XMLCh*)': xercesc/dom/impl/DOMNotationImpl.cpp:94:77: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] DOMException::NO_MODIFICATION_ALLOWED_ERR,0, GetDOMNodeMemoryManager); ^ xercesc/dom/impl/DOMNotationImpl.cpp: In member function 'virtual void xercesc_3_1::DOMNotationImpl::setSystemId(const XMLCh*)': xercesc/dom/impl/DOMNotationImpl.cpp:104:77: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] DOMException::NO_MODIFICATION_ALLOWED_ERR,0, GetDOMNodeMemoryManager); ^ xercesc/dom/impl/DOMNotationImpl.cpp: In member function 'virtual void xercesc_3_1::DOMNotationImpl::release()': xercesc/dom/impl/DOMNotationImpl.cpp:112:87: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] throw DOMException(DOMException::INVALID_ACCESS_ERR,0, GetDOMNodeMemoryManager); ^ xercesc/dom/impl/DOMNotationImpl.cpp:121:87: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] throw DOMException(DOMException::INVALID_ACCESS_ERR,0, GetDOMNodeMemoryManager); ^ /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/dom/impl/DOMRangeImpl.lo xercesc/dom/impl/DOMRangeImpl.cpp xercesc/dom/impl/DOMProcessingInstructionImpl.cpp: In member function 'virtual void xercesc_3_1::DOMProcessingInstructionImpl::release()': xercesc/dom/impl/DOMProcessingInstructionImpl.cpp:100:87: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] throw DOMException(DOMException::INVALID_ACCESS_ERR,0, GetDOMNodeMemoryManager); ^ xercesc/dom/impl/DOMProcessingInstructionImpl.cpp:110:87: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] throw DOMException(DOMException::INVALID_ACCESS_ERR,0, GetDOMNodeMemoryManager); ^ xercesc/dom/impl/DOMProcessingInstructionImpl.cpp: In member function 'xercesc_3_1::DOMProcessingInstruction* xercesc_3_1::DOMProcessingInstructionImpl::splitText(XMLSize_t)': xercesc/dom/impl/DOMProcessingInstructionImpl.cpp:129:82: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] DOMException::NO_MODIFICATION_ALLOWED_ERR, 0, GetDOMNodeMemoryManager); ^ xercesc/dom/impl/DOMProcessingInstructionImpl.cpp:133:85: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] throw DOMException(DOMException::INDEX_SIZE_ERR, 0, GetDOMNodeMemoryManager); ^ /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/dom/impl/DOMStringListImpl.lo xercesc/dom/impl/DOMStringListImpl.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/dom/impl/DOMStringPool.lo xercesc/dom/impl/DOMStringPool.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/dom/impl/DOMTextImpl.lo xercesc/dom/impl/DOMTextImpl.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/dom/impl/DOMTreeWalkerImpl.lo xercesc/dom/impl/DOMTreeWalkerImpl.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/dom/impl/DOMTypeInfoImpl.lo xercesc/dom/impl/DOMTypeInfoImpl.cpp xercesc/dom/impl/DOMTextImpl.cpp: In member function 'virtual const XMLCh* xercesc_3_1::DOMTextImpl::getWholeText() const': xercesc/dom/impl/DOMTextImpl.cpp:149:87: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] throw DOMException(DOMException::NOT_SUPPORTED_ERR, 0, GetDOMNodeMemoryManager); ^ xercesc/dom/impl/DOMTextImpl.cpp:163:46: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] XMLBuffer buff(1023, GetDOMNodeMemoryManager); ^ xercesc/dom/impl/DOMTextImpl.cpp: In member function 'virtual xercesc_3_1::DOMText* xercesc_3_1::DOMTextImpl::replaceWholeText(const XMLCh*)': xercesc/dom/impl/DOMTextImpl.cpp:208:109: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] throw DOMException(DOMException::NO_MODIFICATION_ALLOWED_ERR, 0, GetDOMNodeMemoryManager); ^ xercesc/dom/impl/DOMTextImpl.cpp: In member function 'virtual void xercesc_3_1::DOMTextImpl::release()': xercesc/dom/impl/DOMTextImpl.cpp:253:87: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] throw DOMException(DOMException::INVALID_ACCESS_ERR,0, GetDOMNodeMemoryManager); ^ xercesc/dom/impl/DOMTextImpl.cpp:263:87: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] throw DOMException(DOMException::INVALID_ACCESS_ERR,0, GetDOMNodeMemoryManager); ^ xercesc/dom/impl/DOMTextImpl.cpp: In member function 'virtual xercesc_3_1::DOMText* xercesc_3_1::DOMTextImpl::splitText(XMLSize_t)': xercesc/dom/impl/DOMTextImpl.cpp:95:82: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] DOMException::NO_MODIFICATION_ALLOWED_ERR, 0, GetDOMNodeMemoryManager); ^ xercesc/dom/impl/DOMTextImpl.cpp:99:84: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] throw DOMException(DOMException::INDEX_SIZE_ERR, 0, GetDOMNodeMemoryManager); ^ /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/dom/impl/DOMLSSerializerImpl.lo xercesc/dom/impl/DOMLSSerializerImpl.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/dom/impl/DOMLSInputImpl.lo xercesc/dom/impl/DOMLSInputImpl.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/dom/impl/DOMLSOutputImpl.lo xercesc/dom/impl/DOMLSOutputImpl.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/dom/impl/DOMXPathExpressionImpl.lo xercesc/dom/impl/DOMXPathExpressionImpl.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/dom/impl/DOMXPathNSResolverImpl.lo xercesc/dom/impl/DOMXPathNSResolverImpl.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/dom/impl/DOMXPathResultImpl.lo xercesc/dom/impl/DOMXPathResultImpl.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/dom/impl/XSDElementNSImpl.lo xercesc/dom/impl/XSDElementNSImpl.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/framework/BinOutputStream.lo xercesc/framework/BinOutputStream.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/framework/LocalFileFormatTarget.lo xercesc/framework/LocalFileFormatTarget.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/framework/LocalFileInputSource.lo xercesc/framework/LocalFileInputSource.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/framework/MemBufFormatTarget.lo xercesc/framework/MemBufFormatTarget.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/framework/MemBufInputSource.lo xercesc/framework/MemBufInputSource.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/framework/psvi/PSVIAttribute.lo xercesc/framework/psvi/PSVIAttribute.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/framework/psvi/PSVIAttributeList.lo xercesc/framework/psvi/PSVIAttributeList.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/framework/psvi/PSVIElement.lo xercesc/framework/psvi/PSVIElement.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/framework/psvi/PSVIItem.lo xercesc/framework/psvi/PSVIItem.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/framework/psvi/XSAnnotation.lo xercesc/framework/psvi/XSAnnotation.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/framework/psvi/XSAttributeDeclaration.lo xercesc/framework/psvi/XSAttributeDeclaration.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/framework/psvi/XSAttributeGroupDefinition.lo xercesc/framework/psvi/XSAttributeGroupDefinition.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/framework/psvi/XSAttributeUse.lo xercesc/framework/psvi/XSAttributeUse.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/framework/psvi/XSComplexTypeDefinition.lo xercesc/framework/psvi/XSComplexTypeDefinition.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/framework/psvi/XSElementDeclaration.lo xercesc/framework/psvi/XSElementDeclaration.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/framework/psvi/XSFacet.lo xercesc/framework/psvi/XSFacet.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/framework/psvi/XSIDCDefinition.lo xercesc/framework/psvi/XSIDCDefinition.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/framework/psvi/XSModel.lo xercesc/framework/psvi/XSModel.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/framework/psvi/XSModelGroup.lo xercesc/framework/psvi/XSModelGroup.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/framework/psvi/XSModelGroupDefinition.lo xercesc/framework/psvi/XSModelGroupDefinition.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/framework/psvi/XSMultiValueFacet.lo xercesc/framework/psvi/XSMultiValueFacet.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/framework/psvi/XSNamespaceItem.lo xercesc/framework/psvi/XSNamespaceItem.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/framework/psvi/XSNotationDeclaration.lo xercesc/framework/psvi/XSNotationDeclaration.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/framework/psvi/XSObject.lo xercesc/framework/psvi/XSObject.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/framework/psvi/XSParticle.lo xercesc/framework/psvi/XSParticle.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/framework/psvi/XSSimpleTypeDefinition.lo xercesc/framework/psvi/XSSimpleTypeDefinition.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/framework/psvi/XSTypeDefinition.lo xercesc/framework/psvi/XSTypeDefinition.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/framework/psvi/XSValue.lo xercesc/framework/psvi/XSValue.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/framework/psvi/XSWildcard.lo xercesc/framework/psvi/XSWildcard.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/framework/StdInInputSource.lo xercesc/framework/StdInInputSource.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/framework/StdOutFormatTarget.lo xercesc/framework/StdOutFormatTarget.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/framework/URLInputSource.lo xercesc/framework/URLInputSource.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/framework/Wrapper4DOMLSInput.lo xercesc/framework/Wrapper4DOMLSInput.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/framework/Wrapper4InputSource.lo xercesc/framework/Wrapper4InputSource.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/framework/XMLAttDef.lo xercesc/framework/XMLAttDef.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/framework/XMLAttDefList.lo xercesc/framework/XMLAttDefList.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/framework/XMLAttr.lo xercesc/framework/XMLAttr.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/framework/XMLBuffer.lo xercesc/framework/XMLBuffer.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/framework/XMLBufferMgr.lo xercesc/framework/XMLBufferMgr.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/framework/XMLContentModel.lo xercesc/framework/XMLContentModel.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/framework/XMLDTDDescription.lo xercesc/framework/XMLDTDDescription.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/framework/XMLElementDecl.lo xercesc/framework/XMLElementDecl.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/framework/XMLEntityDecl.lo xercesc/framework/XMLEntityDecl.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/framework/XMLFormatter.lo xercesc/framework/XMLFormatter.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/framework/XMLGrammarDescription.lo xercesc/framework/XMLGrammarDescription.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/framework/XMLGrammarPoolImpl.lo xercesc/framework/XMLGrammarPoolImpl.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/framework/XMLNotationDecl.lo xercesc/framework/XMLNotationDecl.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/framework/XMLRecognizer.lo xercesc/framework/XMLRecognizer.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/framework/XMLRefInfo.lo xercesc/framework/XMLRefInfo.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/framework/XMLSchemaDescription.lo xercesc/framework/XMLSchemaDescription.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/framework/XMLValidator.lo xercesc/framework/XMLValidator.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/internal/BinFileOutputStream.lo xercesc/internal/BinFileOutputStream.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/internal/BinMemOutputStream.lo xercesc/internal/BinMemOutputStream.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/internal/DGXMLScanner.lo xercesc/internal/DGXMLScanner.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/internal/ElemStack.lo xercesc/internal/ElemStack.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/internal/IGXMLScanner.lo xercesc/internal/IGXMLScanner.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/internal/IGXMLScanner2.lo xercesc/internal/IGXMLScanner2.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/internal/MemoryManagerImpl.lo xercesc/internal/MemoryManagerImpl.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/internal/ReaderMgr.lo xercesc/internal/ReaderMgr.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/internal/SGXMLScanner.lo xercesc/internal/SGXMLScanner.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/internal/ValidationContextImpl.lo xercesc/internal/ValidationContextImpl.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/internal/VecAttributesImpl.lo xercesc/internal/VecAttributesImpl.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/internal/VecAttrListImpl.lo xercesc/internal/VecAttrListImpl.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/internal/WFXMLScanner.lo xercesc/internal/WFXMLScanner.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/internal/XMLReader.lo xercesc/internal/XMLReader.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/internal/XMLScanner.lo xercesc/internal/XMLScanner.cpp xercesc/internal/XMLScanner.cpp: In member function 'xercesc_3_1::Grammar* xercesc_3_1::XMLScanner::loadGrammar(const XMLCh*, short int, bool)': xercesc/internal/XMLScanner.cpp:1767:13: warning: this 'else' clause does not guard... [-Wmisleading-indentation] else ^~~~ xercesc/internal/XMLScanner.cpp:1774:17: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else' return 0; ^~~~~~ xercesc/internal/XMLScanner.cpp: In member function 'bool xercesc_3_1::XMLScanner::getQuotedString(xercesc_3_1::XMLBuffer&)': xercesc/internal/XMLScanner.cpp:1971:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (!fReaderMgr.skipIfQuote(quoteCh)) ^~ xercesc/internal/XMLScanner.cpp:1974:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' XMLCh nextCh; ^~~~~ /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/internal/XMLScannerResolver.lo xercesc/internal/XMLScannerResolver.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/internal/XProtoType.lo xercesc/internal/XProtoType.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/internal/XSAXMLScanner.lo xercesc/internal/XSAXMLScanner.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/internal/XSerializeEngine.lo xercesc/internal/XSerializeEngine.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/internal/XSObjectFactory.lo xercesc/internal/XSObjectFactory.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/internal/XTemplateSerializer.lo xercesc/internal/XTemplateSerializer.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/parsers/AbstractDOMParser.lo xercesc/parsers/AbstractDOMParser.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/parsers/DOMLSParserImpl.lo xercesc/parsers/DOMLSParserImpl.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/parsers/SAX2XMLFilterImpl.lo xercesc/parsers/SAX2XMLFilterImpl.cpp xercesc/parsers/SAX2XMLFilterImpl.cpp: In member function 'virtual xercesc_3_1::XMLValidator* xercesc_3_1::SAX2XMLFilterImpl::getValidator() const': xercesc/parsers/SAX2XMLFilterImpl.cpp:108:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if(fParentReader) ^~ xercesc/parsers/SAX2XMLFilterImpl.cpp:110:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' return 0; ^~~~~~ /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/parsers/SAX2XMLReaderImpl.lo xercesc/parsers/SAX2XMLReaderImpl.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/parsers/SAXParser.lo xercesc/parsers/SAXParser.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/parsers/XercesDOMParser.lo xercesc/parsers/XercesDOMParser.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/sax/Dummy.lo xercesc/sax/Dummy.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/sax/InputSource.lo xercesc/sax/InputSource.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/sax/SAXException.lo xercesc/sax/SAXException.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/sax/SAXParseException.lo xercesc/sax/SAXParseException.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/sax2/sax2Dummy.lo xercesc/sax2/sax2Dummy.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/validators/common/AllContentModel.lo xercesc/validators/common/AllContentModel.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/validators/common/CMAny.lo xercesc/validators/common/CMAny.cpp In file included from xercesc/validators/common/CMAny.cpp:27:0: ./xercesc/validators/common/CMStateSet.hpp: In member function 'void xercesc_3_1::CMStateSet::operator|=(const xercesc_3_1::CMStateSet&)': ./xercesc/validators/common/CMStateSet.hpp:204:36: warning: unused variable 'mine' [-Wunused-variable] XMLInt32*& mine = fDynamicBuffer->fBitArray[index]; ^~~~ /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/validators/common/CMBinaryOp.lo xercesc/validators/common/CMBinaryOp.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/validators/common/CMUnaryOp.lo xercesc/validators/common/CMUnaryOp.cpp In file included from xercesc/validators/common/CMUnaryOp.cpp:27:0: ./xercesc/validators/common/CMStateSet.hpp: In member function 'void xercesc_3_1::CMStateSet::operator|=(const xercesc_3_1::CMStateSet&)': ./xercesc/validators/common/CMStateSet.hpp:204:36: warning: unused variable 'mine' [-Wunused-variable] XMLInt32*& mine = fDynamicBuffer->fBitArray[index]; ^~~~ In file included from ./xercesc/validators/common/CMNode.hpp:28:0, from ./xercesc/validators/common/CMBinaryOp.hpp:25, from xercesc/validators/common/CMBinaryOp.cpp:29: ./xercesc/validators/common/CMStateSet.hpp: In member function 'void xercesc_3_1::CMStateSet::operator|=(const xercesc_3_1::CMStateSet&)': ./xercesc/validators/common/CMStateSet.hpp:204:36: warning: unused variable 'mine' [-Wunused-variable] XMLInt32*& mine = fDynamicBuffer->fBitArray[index]; ^~~~ /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/validators/common/ContentLeafNameTypeVector.lo xercesc/validators/common/ContentLeafNameTypeVector.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/validators/common/ContentSpecNode.lo xercesc/validators/common/ContentSpecNode.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/validators/common/DFAContentModel.lo xercesc/validators/common/DFAContentModel.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/validators/common/Grammar.lo xercesc/validators/common/Grammar.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/validators/common/GrammarResolver.lo xercesc/validators/common/GrammarResolver.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/validators/common/MixedContentModel.lo xercesc/validators/common/MixedContentModel.cpp In file included from ./xercesc/validators/common/CMNode.hpp:28:0, from ./xercesc/validators/common/CMAny.hpp:25, from xercesc/validators/common/DFAContentModel.cpp:30: ./xercesc/validators/common/CMStateSet.hpp: In member function 'void xercesc_3_1::CMStateSet::operator|=(const xercesc_3_1::CMStateSet&)': ./xercesc/validators/common/CMStateSet.hpp:204:36: warning: unused variable 'mine' [-Wunused-variable] XMLInt32*& mine = fDynamicBuffer->fBitArray[index]; ^~~~ /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/validators/common/SimpleContentModel.lo xercesc/validators/common/SimpleContentModel.cpp In file included from xercesc/validators/common/MixedContentModel.cpp:31:0: ./xercesc/validators/common/CMStateSet.hpp: In member function 'void xercesc_3_1::CMStateSet::operator|=(const xercesc_3_1::CMStateSet&)': ./xercesc/validators/common/CMStateSet.hpp:204:36: warning: unused variable 'mine' [-Wunused-variable] XMLInt32*& mine = fDynamicBuffer->fBitArray[index]; ^~~~ /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/validators/datatype/AbstractNumericFacetValidator.lo xercesc/validators/datatype/AbstractNumericFacetValidator.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/validators/datatype/AbstractNumericValidator.lo xercesc/validators/datatype/AbstractNumericValidator.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/validators/datatype/AbstractStringValidator.lo xercesc/validators/datatype/AbstractStringValidator.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/validators/datatype/AnySimpleTypeDatatypeValidator.lo xercesc/validators/datatype/AnySimpleTypeDatatypeValidator.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/validators/datatype/AnyURIDatatypeValidator.lo xercesc/validators/datatype/AnyURIDatatypeValidator.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/validators/datatype/Base64BinaryDatatypeValidator.lo xercesc/validators/datatype/Base64BinaryDatatypeValidator.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/validators/datatype/BooleanDatatypeValidator.lo xercesc/validators/datatype/BooleanDatatypeValidator.cpp xercesc/validators/datatype/AnyURIDatatypeValidator.cpp: In member function 'void xercesc_3_1::AnyURIDatatypeValidator::encode(const XMLCh*, XMLSize_t, xercesc_3_1::XMLBuffer&, xercesc_3_1::MemoryManager*)': xercesc/validators/datatype/AnyURIDatatypeValidator.cpp:116:6: warning: '%02X' directive writing between 2 and 4 bytes into a region of size 3 [-Wformat-overflow=] void AnyURIDatatypeValidator::encode(const XMLCh* const content, const XMLSize_t len, XMLBuffer& encoded, MemoryManager* const manager) ^~~~~~~~~~~~~~~~~~~~~~~ xercesc/validators/datatype/AnyURIDatatypeValidator.cpp:116:6: note: directive argument in the range [0, 65535] In file included from /usr/include/stdio.h:861:0, from xercesc/validators/datatype/AnyURIDatatypeValidator.cpp:25: /usr/include/bits/stdio2.h:37:43: note: '__builtin___sprintf_chk' output between 3 and 5 bytes into a destination of size 3 __bos (__s), __fmt, __va_arg_pack ()); ^ /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/validators/datatype/DatatypeValidator.lo xercesc/validators/datatype/DatatypeValidator.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/validators/datatype/DatatypeValidatorFactory.lo xercesc/validators/datatype/DatatypeValidatorFactory.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/validators/datatype/DateDatatypeValidator.lo xercesc/validators/datatype/DateDatatypeValidator.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/validators/datatype/DateTimeDatatypeValidator.lo xercesc/validators/datatype/DateTimeDatatypeValidator.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/validators/datatype/DateTimeValidator.lo xercesc/validators/datatype/DateTimeValidator.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/validators/datatype/DayDatatypeValidator.lo xercesc/validators/datatype/DayDatatypeValidator.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/validators/datatype/DecimalDatatypeValidator.lo xercesc/validators/datatype/DecimalDatatypeValidator.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/validators/datatype/DoubleDatatypeValidator.lo xercesc/validators/datatype/DoubleDatatypeValidator.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/validators/datatype/DurationDatatypeValidator.lo xercesc/validators/datatype/DurationDatatypeValidator.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/validators/datatype/ENTITYDatatypeValidator.lo xercesc/validators/datatype/ENTITYDatatypeValidator.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/validators/datatype/FloatDatatypeValidator.lo xercesc/validators/datatype/FloatDatatypeValidator.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/validators/datatype/HexBinaryDatatypeValidator.lo xercesc/validators/datatype/HexBinaryDatatypeValidator.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/validators/datatype/IDDatatypeValidator.lo xercesc/validators/datatype/IDDatatypeValidator.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/validators/datatype/IDREFDatatypeValidator.lo xercesc/validators/datatype/IDREFDatatypeValidator.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/validators/datatype/ListDatatypeValidator.lo xercesc/validators/datatype/ListDatatypeValidator.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/validators/datatype/MonthDatatypeValidator.lo xercesc/validators/datatype/MonthDatatypeValidator.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/validators/datatype/MonthDayDatatypeValidator.lo xercesc/validators/datatype/MonthDayDatatypeValidator.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/validators/datatype/NameDatatypeValidator.lo xercesc/validators/datatype/NameDatatypeValidator.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/validators/datatype/NCNameDatatypeValidator.lo xercesc/validators/datatype/NCNameDatatypeValidator.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/validators/datatype/NOTATIONDatatypeValidator.lo xercesc/validators/datatype/NOTATIONDatatypeValidator.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/validators/datatype/QNameDatatypeValidator.lo xercesc/validators/datatype/QNameDatatypeValidator.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/validators/datatype/StringDatatypeValidator.lo xercesc/validators/datatype/StringDatatypeValidator.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/validators/datatype/TimeDatatypeValidator.lo xercesc/validators/datatype/TimeDatatypeValidator.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/validators/datatype/UnionDatatypeValidator.lo xercesc/validators/datatype/UnionDatatypeValidator.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/validators/datatype/XMLCanRepGroup.lo xercesc/validators/datatype/XMLCanRepGroup.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/validators/datatype/YearDatatypeValidator.lo xercesc/validators/datatype/YearDatatypeValidator.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/validators/datatype/YearMonthDatatypeValidator.lo xercesc/validators/datatype/YearMonthDatatypeValidator.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/validators/DTD/DTDAttDef.lo xercesc/validators/DTD/DTDAttDef.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/validators/DTD/DTDAttDefList.lo xercesc/validators/DTD/DTDAttDefList.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/validators/DTD/DTDElementDecl.lo xercesc/validators/DTD/DTDElementDecl.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/validators/DTD/DTDEntityDecl.lo xercesc/validators/DTD/DTDEntityDecl.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/validators/DTD/DTDGrammar.lo xercesc/validators/DTD/DTDGrammar.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/validators/DTD/DTDScanner.lo xercesc/validators/DTD/DTDScanner.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/validators/DTD/DTDValidator.lo xercesc/validators/DTD/DTDValidator.cpp xercesc/validators/DTD/DTDScanner.cpp: In member function 'bool xercesc_3_1::DTDScanner::getQuotedString(xercesc_3_1::XMLBuffer&)': xercesc/validators/DTD/DTDScanner.cpp:380:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (!fReaderMgr->skipIfQuote(quoteCh)) ^~ xercesc/validators/DTD/DTDScanner.cpp:383:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' XMLCh nextCh; ^~~~~ /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/validators/DTD/XMLDTDDescriptionImpl.lo xercesc/validators/DTD/XMLDTDDescriptionImpl.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/validators/schema/ComplexTypeInfo.lo xercesc/validators/schema/ComplexTypeInfo.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/validators/schema/GeneralAttributeCheck.lo xercesc/validators/schema/GeneralAttributeCheck.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/validators/schema/identity/FieldActivator.lo xercesc/validators/schema/identity/FieldActivator.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/validators/schema/identity/FieldValueMap.lo xercesc/validators/schema/identity/FieldValueMap.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/validators/schema/identity/IC_Field.lo xercesc/validators/schema/identity/IC_Field.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/validators/schema/identity/IC_Key.lo xercesc/validators/schema/identity/IC_Key.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/validators/schema/identity/IC_KeyRef.lo xercesc/validators/schema/identity/IC_KeyRef.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/validators/schema/identity/IC_Selector.lo xercesc/validators/schema/identity/IC_Selector.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/validators/schema/identity/IC_Unique.lo xercesc/validators/schema/identity/IC_Unique.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/validators/schema/identity/IdentityConstraint.lo xercesc/validators/schema/identity/IdentityConstraint.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/validators/schema/identity/IdentityConstraintHandler.lo xercesc/validators/schema/identity/IdentityConstraintHandler.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/validators/schema/identity/ValueStore.lo xercesc/validators/schema/identity/ValueStore.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/validators/schema/identity/ValueStoreCache.lo xercesc/validators/schema/identity/ValueStoreCache.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/validators/schema/identity/XercesXPath.lo xercesc/validators/schema/identity/XercesXPath.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/validators/schema/identity/XPathMatcher.lo xercesc/validators/schema/identity/XPathMatcher.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/validators/schema/identity/XPathMatcherStack.lo xercesc/validators/schema/identity/XPathMatcherStack.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/validators/schema/identity/XPathSymbols.lo xercesc/validators/schema/identity/XPathSymbols.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/validators/schema/NamespaceScope.lo xercesc/validators/schema/NamespaceScope.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/validators/schema/SchemaAttDef.lo xercesc/validators/schema/SchemaAttDef.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/validators/schema/SchemaAttDefList.lo xercesc/validators/schema/SchemaAttDefList.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/validators/schema/SchemaElementDecl.lo xercesc/validators/schema/SchemaElementDecl.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/validators/schema/SchemaGrammar.lo xercesc/validators/schema/SchemaGrammar.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/validators/schema/SchemaInfo.lo xercesc/validators/schema/SchemaInfo.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/validators/schema/SchemaSymbols.lo xercesc/validators/schema/SchemaSymbols.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/validators/schema/SchemaValidator.lo xercesc/validators/schema/SchemaValidator.cpp xercesc/validators/schema/SchemaInfo.cpp: In destructor 'xercesc_3_1::SchemaInfo::~SchemaInfo()': xercesc/validators/schema/SchemaInfo.cpp:107:12: warning: deleting object of polymorphic class type 'xercesc_3_1::NamespaceScope' which has non-virtual destructor might cause undefined behavior [-Wdelete-non-virtual-dtor] delete fNamespaceScope; ^~~~~~~~~~~~~~~ /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/validators/schema/SubstitutionGroupComparator.lo xercesc/validators/schema/SubstitutionGroupComparator.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/validators/schema/TraverseSchema.lo xercesc/validators/schema/TraverseSchema.cpp xercesc/validators/schema/SchemaValidator.cpp: In member function 'void xercesc_3_1::SchemaValidator::checkRecurseAsIfGroup(xercesc_3_1::SchemaGrammar*, xercesc_3_1::ContentSpecNode*, int, const xercesc_3_1::ContentSpecNode*, int, xercesc_3_1::ValueVectorOf*, const xercesc_3_1::ComplexTypeInfo*)': xercesc/validators/schema/SchemaValidator.cpp:1763:61: warning: '*' in boolean context, suggest '&&' instead [-Wint-in-bool-context] if (baseNodes->elementAt(j)->getMinTotalRange() * baseSpecNode->getMinOccurs()) { //!emptiable ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/validators/schema/XercesAttGroupInfo.lo xercesc/validators/schema/XercesAttGroupInfo.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/validators/schema/XercesElementWildcard.lo xercesc/validators/schema/XercesElementWildcard.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/validators/schema/XercesGroupInfo.lo xercesc/validators/schema/XercesGroupInfo.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/validators/schema/XMLSchemaDescriptionImpl.lo xercesc/validators/schema/XMLSchemaDescriptionImpl.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/validators/schema/XSDDOMParser.lo xercesc/validators/schema/XSDDOMParser.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/validators/schema/XSDErrorReporter.lo xercesc/validators/schema/XSDErrorReporter.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/validators/schema/XSDLocator.lo xercesc/validators/schema/XSDLocator.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/validators/schema/XUtil.lo xercesc/validators/schema/XUtil.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/xinclude/XIncludeDOMDocumentProcessor.lo xercesc/xinclude/XIncludeDOMDocumentProcessor.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/xinclude/XIncludeLocation.lo xercesc/xinclude/XIncludeLocation.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/xinclude/XIncludeUtils.lo xercesc/xinclude/XIncludeUtils.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/util/NetAccessors/Socket/SocketNetAccessor.lo xercesc/util/NetAccessors/Socket/SocketNetAccessor.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/util/NetAccessors/Socket/UnixHTTPURLInputStream.lo xercesc/util/NetAccessors/Socket/UnixHTTPURLInputStream.cpp xercesc/xinclude/XIncludeUtils.cpp: In member function 'bool xercesc_3_1::XIncludeUtils::doDOMNodeXInclude(xercesc_3_1::DOMNode*, xercesc_3_1::DOMDocument*, xercesc_3_1::XMLEntityHandler*)': xercesc/xinclude/XIncludeUtils.cpp:130:18: warning: variable 'acceptlanguage' set but not used [-Wunused-but-set-variable] const XMLCh *acceptlanguage = NULL; ^~~~~~~~~~~~~~ /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/util/NetAccessors/BinHTTPInputStreamCommon.lo xercesc/util/NetAccessors/BinHTTPInputStreamCommon.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/util/Transcoders/IconvGNU/IconvGNUTransService.lo xercesc/util/Transcoders/IconvGNU/IconvGNUTransService.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/util/MsgLoaders/InMemory/InMemMsgLoader.lo xercesc/util/MsgLoaders/InMemory/InMemMsgLoader.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/util/MutexManagers/PosixMutexMgr.lo xercesc/util/MutexManagers/PosixMutexMgr.cpp /bin/sh ../libtool --quiet --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DXERCES_BUILDING_LIBRARY -I. -I.. -I../src/xercesc/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o xercesc/util/FileManagers/PosixFileMgr.lo xercesc/util/FileManagers/PosixFileMgr.cpp /bin/sh ../libtool --tag=CXX --mode=link g++ -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -release 3.1 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libxerces-c.la -rpath /usr/lib64 xercesc/util/Base64.lo xercesc/util/BinFileInputStream.lo xercesc/util/BinInputStream.lo xercesc/util/BinMemInputStream.lo xercesc/util/BitSet.lo xercesc/util/DefaultPanicHandler.lo xercesc/util/EncodingValidator.lo xercesc/util/HeaderDummy.lo xercesc/util/HexBin.lo xercesc/util/KVStringPair.lo xercesc/util/Mutexes.lo xercesc/util/PanicHandler.lo xercesc/util/PlatformUtils.lo xercesc/util/PSVIUni.lo xercesc/util/QName.lo xercesc/util/regx/ASCIIRangeFactory.lo xercesc/util/regx/BlockRangeFactory.lo xercesc/util/regx/BMPattern.lo xercesc/util/regx/CharToken.lo xercesc/util/regx/ClosureToken.lo xercesc/util/regx/ConcatToken.lo xercesc/util/regx/Match.lo xercesc/util/regx/Op.lo xercesc/util/regx/OpFactory.lo xercesc/util/regx/ParenToken.lo xercesc/util/regx/ParserForXMLSchema.lo xercesc/util/regx/RangeFactory.lo xercesc/util/regx/RangeToken.lo xercesc/util/regx/RangeTokenMap.lo xercesc/util/regx/RegularExpression.lo xercesc/util/regx/RegxParser.lo xercesc/util/regx/RegxUtil.lo xercesc/util/regx/StringToken.lo xercesc/util/regx/Token.lo xercesc/util/regx/TokenFactory.lo xercesc/util/regx/UnicodeRangeFactory.lo xercesc/util/regx/UnionToken.lo xercesc/util/regx/XMLRangeFactory.lo xercesc/util/regx/XMLUniCharacter.lo xercesc/util/StringPool.lo xercesc/util/SynchronizedStringPool.lo xercesc/util/TransService.lo xercesc/util/XMemory.lo xercesc/util/XML256TableTranscoder.lo xercesc/util/XML88591Transcoder.lo xercesc/util/XMLAbstractDoubleFloat.lo xercesc/util/XMLASCIITranscoder.lo xercesc/util/XMLBigDecimal.lo xercesc/util/XMLBigInteger.lo xercesc/util/XMLChar.lo xercesc/util/XMLChTranscoder.lo xercesc/util/XMLDateTime.lo xercesc/util/XMLDouble.lo xercesc/util/XMLEBCDICTranscoder.lo xercesc/util/XMLException.lo xercesc/util/XMLFloat.lo xercesc/util/XMLIBM1047Transcoder.lo xercesc/util/XMLIBM1140Transcoder.lo xercesc/util/XMLInitializer.lo xercesc/util/XMLMsgLoader.lo xercesc/util/XMLNumber.lo xercesc/util/XMLString.lo xercesc/util/XMLStringTokenizer.lo xercesc/util/XMLUCS4Transcoder.lo xercesc/util/XMLUni.lo xercesc/util/XMLUri.lo xercesc/util/XMLURL.lo xercesc/util/XMLUTF16Transcoder.lo xercesc/util/XMLUTF8Transcoder.lo xercesc/util/XMLWin1252Transcoder.lo xercesc/dom/DOMException.lo xercesc/dom/DOMLSException.lo xercesc/dom/DOMRangeException.lo xercesc/dom/DOMXPathException.lo xercesc/dom/impl/DOMAttrImpl.lo xercesc/dom/impl/DOMAttrMapImpl.lo xercesc/dom/impl/DOMAttrNSImpl.lo xercesc/dom/impl/DOMCDATASectionImpl.lo xercesc/dom/impl/DOMCharacterDataImpl.lo xercesc/dom/impl/DOMChildNode.lo xercesc/dom/impl/DOMCommentImpl.lo xercesc/dom/impl/DOMConfigurationImpl.lo xercesc/dom/impl/DOMDeepNodeListImpl.lo xercesc/dom/impl/DOMDocumentFragmentImpl.lo xercesc/dom/impl/DOMDocumentImpl.lo xercesc/dom/impl/DOMDocumentTypeImpl.lo xercesc/dom/impl/DOMElementImpl.lo xercesc/dom/impl/DOMElementNSImpl.lo xercesc/dom/impl/DOMEntityImpl.lo xercesc/dom/impl/DOMEntityReferenceImpl.lo xercesc/dom/impl/DOMErrorImpl.lo xercesc/dom/impl/DOMImplementationImpl.lo xercesc/dom/impl/DOMImplementationListImpl.lo xercesc/dom/impl/DOMImplementationRegistry.lo xercesc/dom/impl/DOMLocatorImpl.lo xercesc/dom/impl/DOMNamedNodeMapImpl.lo xercesc/dom/impl/DOMNodeIDMap.lo xercesc/dom/impl/DOMNodeImpl.lo xercesc/dom/impl/DOMNodeIteratorImpl.lo xercesc/dom/impl/DOMNodeListImpl.lo xercesc/dom/impl/DOMNodeVector.lo xercesc/dom/impl/DOMNormalizer.lo xercesc/dom/impl/DOMNotationImpl.lo xercesc/dom/impl/DOMParentNode.lo xercesc/dom/impl/DOMProcessingInstructionImpl.lo xercesc/dom/impl/DOMRangeImpl.lo xercesc/dom/impl/DOMStringListImpl.lo xercesc/dom/impl/DOMStringPool.lo xercesc/dom/impl/DOMTextImpl.lo xercesc/dom/impl/DOMTreeWalkerImpl.lo xercesc/dom/impl/DOMTypeInfoImpl.lo xercesc/dom/impl/DOMLSSerializerImpl.lo xercesc/dom/impl/DOMLSInputImpl.lo xercesc/dom/impl/DOMLSOutputImpl.lo xercesc/dom/impl/DOMXPathExpressionImpl.lo xercesc/dom/impl/DOMXPathNSResolverImpl.lo xercesc/dom/impl/DOMXPathResultImpl.lo xercesc/dom/impl/XSDElementNSImpl.lo xercesc/framework/BinOutputStream.lo xercesc/framework/LocalFileFormatTarget.lo xercesc/framework/LocalFileInputSource.lo xercesc/framework/MemBufFormatTarget.lo xercesc/framework/MemBufInputSource.lo xercesc/framework/psvi/PSVIAttribute.lo xercesc/framework/psvi/PSVIAttributeList.lo xercesc/framework/psvi/PSVIElement.lo xercesc/framework/psvi/PSVIItem.lo xercesc/framework/psvi/XSAnnotation.lo xercesc/framework/psvi/XSAttributeDeclaration.lo xercesc/framework/psvi/XSAttributeGroupDefinition.lo xercesc/framework/psvi/XSAttributeUse.lo xercesc/framework/psvi/XSComplexTypeDefinition.lo xercesc/framework/psvi/XSElementDeclaration.lo xercesc/framework/psvi/XSFacet.lo xercesc/framework/psvi/XSIDCDefinition.lo xercesc/framework/psvi/XSModel.lo xercesc/framework/psvi/XSModelGroup.lo xercesc/framework/psvi/XSModelGroupDefinition.lo xercesc/framework/psvi/XSMultiValueFacet.lo xercesc/framework/psvi/XSNamespaceItem.lo xercesc/framework/psvi/XSNotationDeclaration.lo xercesc/framework/psvi/XSObject.lo xercesc/framework/psvi/XSParticle.lo xercesc/framework/psvi/XSSimpleTypeDefinition.lo xercesc/framework/psvi/XSTypeDefinition.lo xercesc/framework/psvi/XSValue.lo xercesc/framework/psvi/XSWildcard.lo xercesc/framework/StdInInputSource.lo xercesc/framework/StdOutFormatTarget.lo xercesc/framework/URLInputSource.lo xercesc/framework/Wrapper4DOMLSInput.lo xercesc/framework/Wrapper4InputSource.lo xercesc/framework/XMLAttDef.lo xercesc/framework/XMLAttDefList.lo xercesc/framework/XMLAttr.lo xercesc/framework/XMLBuffer.lo xercesc/framework/XMLBufferMgr.lo xercesc/framework/XMLContentModel.lo xercesc/framework/XMLDTDDescription.lo xercesc/framework/XMLElementDecl.lo xercesc/framework/XMLEntityDecl.lo xercesc/framework/XMLFormatter.lo xercesc/framework/XMLGrammarDescription.lo xercesc/framework/XMLGrammarPoolImpl.lo xercesc/framework/XMLNotationDecl.lo xercesc/framework/XMLRecognizer.lo xercesc/framework/XMLRefInfo.lo xercesc/framework/XMLSchemaDescription.lo xercesc/framework/XMLValidator.lo xercesc/internal/BinFileOutputStream.lo xercesc/internal/BinMemOutputStream.lo xercesc/internal/DGXMLScanner.lo xercesc/internal/ElemStack.lo xercesc/internal/IGXMLScanner.lo xercesc/internal/IGXMLScanner2.lo xercesc/internal/MemoryManagerImpl.lo xercesc/internal/ReaderMgr.lo xercesc/internal/SGXMLScanner.lo xercesc/internal/ValidationContextImpl.lo xercesc/internal/VecAttributesImpl.lo xercesc/internal/VecAttrListImpl.lo xercesc/internal/WFXMLScanner.lo xercesc/internal/XMLReader.lo xercesc/internal/XMLScanner.lo xercesc/internal/XMLScannerResolver.lo xercesc/internal/XProtoType.lo xercesc/internal/XSAXMLScanner.lo xercesc/internal/XSerializeEngine.lo xercesc/internal/XSObjectFactory.lo xercesc/internal/XTemplateSerializer.lo xercesc/parsers/AbstractDOMParser.lo xercesc/parsers/DOMLSParserImpl.lo xercesc/parsers/SAX2XMLFilterImpl.lo xercesc/parsers/SAX2XMLReaderImpl.lo xercesc/parsers/SAXParser.lo xercesc/parsers/XercesDOMParser.lo xercesc/sax/Dummy.lo xercesc/sax/InputSource.lo xercesc/sax/SAXException.lo xercesc/sax/SAXParseException.lo xercesc/sax2/sax2Dummy.lo xercesc/validators/common/AllContentModel.lo xercesc/validators/common/CMAny.lo xercesc/validators/common/CMBinaryOp.lo xercesc/validators/common/CMUnaryOp.lo xercesc/validators/common/ContentLeafNameTypeVector.lo xercesc/validators/common/ContentSpecNode.lo xercesc/validators/common/DFAContentModel.lo xercesc/validators/common/Grammar.lo xercesc/validators/common/GrammarResolver.lo xercesc/validators/common/MixedContentModel.lo xercesc/validators/common/SimpleContentModel.lo xercesc/validators/datatype/AbstractNumericFacetValidator.lo xercesc/validators/datatype/AbstractNumericValidator.lo xercesc/validators/datatype/AbstractStringValidator.lo xercesc/validators/datatype/AnySimpleTypeDatatypeValidator.lo xercesc/validators/datatype/AnyURIDatatypeValidator.lo xercesc/validators/datatype/Base64BinaryDatatypeValidator.lo xercesc/validators/datatype/BooleanDatatypeValidator.lo xercesc/validators/datatype/DatatypeValidator.lo xercesc/validators/datatype/DatatypeValidatorFactory.lo xercesc/validators/datatype/DateDatatypeValidator.lo xercesc/validators/datatype/DateTimeDatatypeValidator.lo xercesc/validators/datatype/DateTimeValidator.lo xercesc/validators/datatype/DayDatatypeValidator.lo xercesc/validators/datatype/DecimalDatatypeValidator.lo xercesc/validators/datatype/DoubleDatatypeValidator.lo xercesc/validators/datatype/DurationDatatypeValidator.lo xercesc/validators/datatype/ENTITYDatatypeValidator.lo xercesc/validators/datatype/FloatDatatypeValidator.lo xercesc/validators/datatype/HexBinaryDatatypeValidator.lo xercesc/validators/datatype/IDDatatypeValidator.lo xercesc/validators/datatype/IDREFDatatypeValidator.lo xercesc/validators/datatype/ListDatatypeValidator.lo xercesc/validators/datatype/MonthDatatypeValidator.lo xercesc/validators/datatype/MonthDayDatatypeValidator.lo xercesc/validators/datatype/NameDatatypeValidator.lo xercesc/validators/datatype/NCNameDatatypeValidator.lo xercesc/validators/datatype/NOTATIONDatatypeValidator.lo xercesc/validators/datatype/QNameDatatypeValidator.lo xercesc/validators/datatype/StringDatatypeValidator.lo xercesc/validators/datatype/TimeDatatypeValidator.lo xercesc/validators/datatype/UnionDatatypeValidator.lo xercesc/validators/datatype/XMLCanRepGroup.lo xercesc/validators/datatype/YearDatatypeValidator.lo xercesc/validators/datatype/YearMonthDatatypeValidator.lo xercesc/validators/DTD/DTDAttDef.lo xercesc/validators/DTD/DTDAttDefList.lo xercesc/validators/DTD/DTDElementDecl.lo xercesc/validators/DTD/DTDEntityDecl.lo xercesc/validators/DTD/DTDGrammar.lo xercesc/validators/DTD/DTDScanner.lo xercesc/validators/DTD/DTDValidator.lo xercesc/validators/DTD/XMLDTDDescriptionImpl.lo xercesc/validators/schema/ComplexTypeInfo.lo xercesc/validators/schema/GeneralAttributeCheck.lo xercesc/validators/schema/identity/FieldActivator.lo xercesc/validators/schema/identity/FieldValueMap.lo xercesc/validators/schema/identity/IC_Field.lo xercesc/validators/schema/identity/IC_Key.lo xercesc/validators/schema/identity/IC_KeyRef.lo xercesc/validators/schema/identity/IC_Selector.lo xercesc/validators/schema/identity/IC_Unique.lo xercesc/validators/schema/identity/IdentityConstraint.lo xercesc/validators/schema/identity/IdentityConstraintHandler.lo xercesc/validators/schema/identity/ValueStore.lo xercesc/validators/schema/identity/ValueStoreCache.lo xercesc/validators/schema/identity/XercesXPath.lo xercesc/validators/schema/identity/XPathMatcher.lo xercesc/validators/schema/identity/XPathMatcherStack.lo xercesc/validators/schema/identity/XPathSymbols.lo xercesc/validators/schema/NamespaceScope.lo xercesc/validators/schema/SchemaAttDef.lo xercesc/validators/schema/SchemaAttDefList.lo xercesc/validators/schema/SchemaElementDecl.lo xercesc/validators/schema/SchemaGrammar.lo xercesc/validators/schema/SchemaInfo.lo xercesc/validators/schema/SchemaSymbols.lo xercesc/validators/schema/SchemaValidator.lo xercesc/validators/schema/SubstitutionGroupComparator.lo xercesc/validators/schema/TraverseSchema.lo xercesc/validators/schema/XercesAttGroupInfo.lo xercesc/validators/schema/XercesElementWildcard.lo xercesc/validators/schema/XercesGroupInfo.lo xercesc/validators/schema/XMLSchemaDescriptionImpl.lo xercesc/validators/schema/XSDDOMParser.lo xercesc/validators/schema/XSDErrorReporter.lo xercesc/validators/schema/XSDLocator.lo xercesc/validators/schema/XUtil.lo xercesc/xinclude/XIncludeDOMDocumentProcessor.lo xercesc/xinclude/XIncludeLocation.lo xercesc/xinclude/XIncludeUtils.lo xercesc/util/NetAccessors/Socket/SocketNetAccessor.lo xercesc/util/NetAccessors/Socket/UnixHTTPURLInputStream.lo xercesc/util/NetAccessors/BinHTTPInputStreamCommon.lo xercesc/util/Transcoders/IconvGNU/IconvGNUTransService.lo xercesc/util/MsgLoaders/InMemory/InMemMsgLoader.lo xercesc/util/MutexManagers/PosixMutexMgr.lo xercesc/util/FileManagers/PosixFileMgr.lo stricmp.lo strnicmp.lo -lpthread libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/riscv64-redhat-linux/7/crti.o /usr/lib/gcc/riscv64-redhat-linux/7/crtbeginS.o xercesc/util/.libs/Base64.o xercesc/util/.libs/BinFileInputStream.o xercesc/util/.libs/BinInputStream.o xercesc/util/.libs/BinMemInputStream.o xercesc/util/.libs/BitSet.o xercesc/util/.libs/DefaultPanicHandler.o xercesc/util/.libs/EncodingValidator.o xercesc/util/.libs/HeaderDummy.o xercesc/util/.libs/HexBin.o xercesc/util/.libs/KVStringPair.o xercesc/util/.libs/Mutexes.o xercesc/util/.libs/PanicHandler.o xercesc/util/.libs/PlatformUtils.o xercesc/util/.libs/PSVIUni.o xercesc/util/.libs/QName.o xercesc/util/regx/.libs/ASCIIRangeFactory.o xercesc/util/regx/.libs/BlockRangeFactory.o xercesc/util/regx/.libs/BMPattern.o xercesc/util/regx/.libs/CharToken.o xercesc/util/regx/.libs/ClosureToken.o xercesc/util/regx/.libs/ConcatToken.o xercesc/util/regx/.libs/Match.o xercesc/util/regx/.libs/Op.o xercesc/util/regx/.libs/OpFactory.o xercesc/util/regx/.libs/ParenToken.o xercesc/util/regx/.libs/ParserForXMLSchema.o xercesc/util/regx/.libs/RangeFactory.o xercesc/util/regx/.libs/RangeToken.o xercesc/util/regx/.libs/RangeTokenMap.o xercesc/util/regx/.libs/RegularExpression.o xercesc/util/regx/.libs/RegxParser.o xercesc/util/regx/.libs/RegxUtil.o xercesc/util/regx/.libs/StringToken.o xercesc/util/regx/.libs/Token.o xercesc/util/regx/.libs/TokenFactory.o xercesc/util/regx/.libs/UnicodeRangeFactory.o xercesc/util/regx/.libs/UnionToken.o xercesc/util/regx/.libs/XMLRangeFactory.o xercesc/util/regx/.libs/XMLUniCharacter.o xercesc/util/.libs/StringPool.o xercesc/util/.libs/SynchronizedStringPool.o xercesc/util/.libs/TransService.o xercesc/util/.libs/XMemory.o xercesc/util/.libs/XML256TableTranscoder.o xercesc/util/.libs/XML88591Transcoder.o xercesc/util/.libs/XMLAbstractDoubleFloat.o xercesc/util/.libs/XMLASCIITranscoder.o xercesc/util/.libs/XMLBigDecimal.o xercesc/util/.libs/XMLBigInteger.o xercesc/util/.libs/XMLChar.o xercesc/util/.libs/XMLChTranscoder.o xercesc/util/.libs/XMLDateTime.o xercesc/util/.libs/XMLDouble.o xercesc/util/.libs/XMLEBCDICTranscoder.o xercesc/util/.libs/XMLException.o xercesc/util/.libs/XMLFloat.o xercesc/util/.libs/XMLIBM1047Transcoder.o xercesc/util/.libs/XMLIBM1140Transcoder.o xercesc/util/.libs/XMLInitializer.o xercesc/util/.libs/XMLMsgLoader.o xercesc/util/.libs/XMLNumber.o xercesc/util/.libs/XMLString.o xercesc/util/.libs/XMLStringTokenizer.o xercesc/util/.libs/XMLUCS4Transcoder.o xercesc/util/.libs/XMLUni.o xercesc/util/.libs/XMLUri.o xercesc/util/.libs/XMLURL.o xercesc/util/.libs/XMLUTF16Transcoder.o xercesc/util/.libs/XMLUTF8Transcoder.o xercesc/util/.libs/XMLWin1252Transcoder.o xercesc/dom/.libs/DOMException.o xercesc/dom/.libs/DOMLSException.o xercesc/dom/.libs/DOMRangeException.o xercesc/dom/.libs/DOMXPathException.o xercesc/dom/impl/.libs/DOMAttrImpl.o xercesc/dom/impl/.libs/DOMAttrMapImpl.o xercesc/dom/impl/.libs/DOMAttrNSImpl.o xercesc/dom/impl/.libs/DOMCDATASectionImpl.o xercesc/dom/impl/.libs/DOMCharacterDataImpl.o xercesc/dom/impl/.libs/DOMChildNode.o xercesc/dom/impl/.libs/DOMCommentImpl.o xercesc/dom/impl/.libs/DOMConfigurationImpl.o xercesc/dom/impl/.libs/DOMDeepNodeListImpl.o xercesc/dom/impl/.libs/DOMDocumentFragmentImpl.o xercesc/dom/impl/.libs/DOMDocumentImpl.o xercesc/dom/impl/.libs/DOMDocumentTypeImpl.o xercesc/dom/impl/.libs/DOMElementImpl.o xercesc/dom/impl/.libs/DOMElementNSImpl.o xercesc/dom/impl/.libs/DOMEntityImpl.o xercesc/dom/impl/.libs/DOMEntityReferenceImpl.o xercesc/dom/impl/.libs/DOMErrorImpl.o xercesc/dom/impl/.libs/DOMImplementationImpl.o xercesc/dom/impl/.libs/DOMImplementationListImpl.o xercesc/dom/impl/.libs/DOMImplementationRegistry.o xercesc/dom/impl/.libs/DOMLocatorImpl.o xercesc/dom/impl/.libs/DOMNamedNodeMapImpl.o xercesc/dom/impl/.libs/DOMNodeIDMap.o xercesc/dom/impl/.libs/DOMNodeImpl.o xercesc/dom/impl/.libs/DOMNodeIteratorImpl.o xercesc/dom/impl/.libs/DOMNodeListImpl.o xercesc/dom/impl/.libs/DOMNodeVector.o xercesc/dom/impl/.libs/DOMNormalizer.o xercesc/dom/impl/.libs/DOMNotationImpl.o xercesc/dom/impl/.libs/DOMParentNode.o xercesc/dom/impl/.libs/DOMProcessingInstructionImpl.o xercesc/dom/impl/.libs/DOMRangeImpl.o xercesc/dom/impl/.libs/DOMStringListImpl.o xercesc/dom/impl/.libs/DOMStringPool.o xercesc/dom/impl/.libs/DOMTextImpl.o xercesc/dom/impl/.libs/DOMTreeWalkerImpl.o xercesc/dom/impl/.libs/DOMTypeInfoImpl.o xercesc/dom/impl/.libs/DOMLSSerializerImpl.o xercesc/dom/impl/.libs/DOMLSInputImpl.o xercesc/dom/impl/.libs/DOMLSOutputImpl.o xercesc/dom/impl/.libs/DOMXPathExpressionImpl.o xercesc/dom/impl/.libs/DOMXPathNSResolverImpl.o xercesc/dom/impl/.libs/DOMXPathResultImpl.o xercesc/dom/impl/.libs/XSDElementNSImpl.o xercesc/framework/.libs/BinOutputStream.o xercesc/framework/.libs/LocalFileFormatTarget.o xercesc/framework/.libs/LocalFileInputSource.o xercesc/framework/.libs/MemBufFormatTarget.o xercesc/framework/.libs/MemBufInputSource.o xercesc/framework/psvi/.libs/PSVIAttribute.o xercesc/framework/psvi/.libs/PSVIAttributeList.o xercesc/framework/psvi/.libs/PSVIElement.o xercesc/framework/psvi/.libs/PSVIItem.o xercesc/framework/psvi/.libs/XSAnnotation.o xercesc/framework/psvi/.libs/XSAttributeDeclaration.o xercesc/framework/psvi/.libs/XSAttributeGroupDefinition.o xercesc/framework/psvi/.libs/XSAttributeUse.o xercesc/framework/psvi/.libs/XSComplexTypeDefinition.o xercesc/framework/psvi/.libs/XSElementDeclaration.o xercesc/framework/psvi/.libs/XSFacet.o xercesc/framework/psvi/.libs/XSIDCDefinition.o xercesc/framework/psvi/.libs/XSModel.o xercesc/framework/psvi/.libs/XSModelGroup.o xercesc/framework/psvi/.libs/XSModelGroupDefinition.o xercesc/framework/psvi/.libs/XSMultiValueFacet.o xercesc/framework/psvi/.libs/XSNamespaceItem.o xercesc/framework/psvi/.libs/XSNotationDeclaration.o xercesc/framework/psvi/.libs/XSObject.o xercesc/framework/psvi/.libs/XSParticle.o xercesc/framework/psvi/.libs/XSSimpleTypeDefinition.o xercesc/framework/psvi/.libs/XSTypeDefinition.o xercesc/framework/psvi/.libs/XSValue.o xercesc/framework/psvi/.libs/XSWildcard.o xercesc/framework/.libs/StdInInputSource.o xercesc/framework/.libs/StdOutFormatTarget.o xercesc/framework/.libs/URLInputSource.o xercesc/framework/.libs/Wrapper4DOMLSInput.o xercesc/framework/.libs/Wrapper4InputSource.o xercesc/framework/.libs/XMLAttDef.o xercesc/framework/.libs/XMLAttDefList.o xercesc/framework/.libs/XMLAttr.o xercesc/framework/.libs/XMLBuffer.o xercesc/framework/.libs/XMLBufferMgr.o xercesc/framework/.libs/XMLContentModel.o xercesc/framework/.libs/XMLDTDDescription.o xercesc/framework/.libs/XMLElementDecl.o xercesc/framework/.libs/XMLEntityDecl.o xercesc/framework/.libs/XMLFormatter.o xercesc/framework/.libs/XMLGrammarDescription.o xercesc/framework/.libs/XMLGrammarPoolImpl.o xercesc/framework/.libs/XMLNotationDecl.o xercesc/framework/.libs/XMLRecognizer.o xercesc/framework/.libs/XMLRefInfo.o xercesc/framework/.libs/XMLSchemaDescription.o xercesc/framework/.libs/XMLValidator.o xercesc/internal/.libs/BinFileOutputStream.o xercesc/internal/.libs/BinMemOutputStream.o xercesc/internal/.libs/DGXMLScanner.o xercesc/internal/.libs/ElemStack.o xercesc/internal/.libs/IGXMLScanner.o xercesc/internal/.libs/IGXMLScanner2.o xercesc/internal/.libs/MemoryManagerImpl.o xercesc/internal/.libs/ReaderMgr.o xercesc/internal/.libs/SGXMLScanner.o xercesc/internal/.libs/ValidationContextImpl.o xercesc/internal/.libs/VecAttributesImpl.o xercesc/internal/.libs/VecAttrListImpl.o xercesc/internal/.libs/WFXMLScanner.o xercesc/internal/.libs/XMLReader.o xercesc/internal/.libs/XMLScanner.o xercesc/internal/.libs/XMLScannerResolver.o xercesc/internal/.libs/XProtoType.o xercesc/internal/.libs/XSAXMLScanner.o xercesc/internal/.libs/XSerializeEngine.o xercesc/internal/.libs/XSObjectFactory.o xercesc/internal/.libs/XTemplateSerializer.o xercesc/parsers/.libs/AbstractDOMParser.o xercesc/parsers/.libs/DOMLSParserImpl.o xercesc/parsers/.libs/SAX2XMLFilterImpl.o xercesc/parsers/.libs/SAX2XMLReaderImpl.o xercesc/parsers/.libs/SAXParser.o xercesc/parsers/.libs/XercesDOMParser.o xercesc/sax/.libs/Dummy.o xercesc/sax/.libs/InputSource.o xercesc/sax/.libs/SAXException.o xercesc/sax/.libs/SAXParseException.o xercesc/sax2/.libs/sax2Dummy.o xercesc/validators/common/.libs/AllContentModel.o xercesc/validators/common/.libs/CMAny.o xercesc/validators/common/.libs/CMBinaryOp.o xercesc/validators/common/.libs/CMUnaryOp.o xercesc/validators/common/.libs/ContentLeafNameTypeVector.o xercesc/validators/common/.libs/ContentSpecNode.o xercesc/validators/common/.libs/DFAContentModel.o xercesc/validators/common/.libs/Grammar.o xercesc/validators/common/.libs/GrammarResolver.o xercesc/validators/common/.libs/MixedContentModel.o xercesc/validators/common/.libs/SimpleContentModel.o xercesc/validators/datatype/.libs/AbstractNumericFacetValidator.o xercesc/validators/datatype/.libs/AbstractNumericValidator.o xercesc/validators/datatype/.libs/AbstractStringValidator.o xercesc/validators/datatype/.libs/AnySimpleTypeDatatypeValidator.o xercesc/validators/datatype/.libs/AnyURIDatatypeValidator.o xercesc/validators/datatype/.libs/Base64BinaryDatatypeValidator.o xercesc/validators/datatype/.libs/BooleanDatatypeValidator.o xercesc/validators/datatype/.libs/DatatypeValidator.o xercesc/validators/datatype/.libs/DatatypeValidatorFactory.o xercesc/validators/datatype/.libs/DateDatatypeValidator.o xercesc/validators/datatype/.libs/DateTimeDatatypeValidator.o xercesc/validators/datatype/.libs/DateTimeValidator.o xercesc/validators/datatype/.libs/DayDatatypeValidator.o xercesc/validators/datatype/.libs/DecimalDatatypeValidator.o xercesc/validators/datatype/.libs/DoubleDatatypeValidator.o xercesc/validators/datatype/.libs/DurationDatatypeValidator.o xercesc/validators/datatype/.libs/ENTITYDatatypeValidator.o xercesc/validators/datatype/.libs/FloatDatatypeValidator.o xercesc/validators/datatype/.libs/HexBinaryDatatypeValidator.o xercesc/validators/datatype/.libs/IDDatatypeValidator.o xercesc/validators/datatype/.libs/IDREFDatatypeValidator.o xercesc/validators/datatype/.libs/ListDatatypeValidator.o xercesc/validators/datatype/.libs/MonthDatatypeValidator.o xercesc/validators/datatype/.libs/MonthDayDatatypeValidator.o xercesc/validators/datatype/.libs/NameDatatypeValidator.o xercesc/validators/datatype/.libs/NCNameDatatypeValidator.o xercesc/validators/datatype/.libs/NOTATIONDatatypeValidator.o xercesc/validators/datatype/.libs/QNameDatatypeValidator.o xercesc/validators/datatype/.libs/StringDatatypeValidator.o xercesc/validators/datatype/.libs/TimeDatatypeValidator.o xercesc/validators/datatype/.libs/UnionDatatypeValidator.o xercesc/validators/datatype/.libs/XMLCanRepGroup.o xercesc/validators/datatype/.libs/YearDatatypeValidator.o xercesc/validators/datatype/.libs/YearMonthDatatypeValidator.o xercesc/validators/DTD/.libs/DTDAttDef.o xercesc/validators/DTD/.libs/DTDAttDefList.o xercesc/validators/DTD/.libs/DTDElementDecl.o xercesc/validators/DTD/.libs/DTDEntityDecl.o xercesc/validators/DTD/.libs/DTDGrammar.o xercesc/validators/DTD/.libs/DTDScanner.o xercesc/validators/DTD/.libs/DTDValidator.o xercesc/validators/DTD/.libs/XMLDTDDescriptionImpl.o xercesc/validators/schema/.libs/ComplexTypeInfo.o xercesc/validators/schema/.libs/GeneralAttributeCheck.o xercesc/validators/schema/identity/.libs/FieldActivator.o xercesc/validators/schema/identity/.libs/FieldValueMap.o xercesc/validators/schema/identity/.libs/IC_Field.o xercesc/validators/schema/identity/.libs/IC_Key.o xercesc/validators/schema/identity/.libs/IC_KeyRef.o xercesc/validators/schema/identity/.libs/IC_Selector.o xercesc/validators/schema/identity/.libs/IC_Unique.o xercesc/validators/schema/identity/.libs/IdentityConstraint.o xercesc/validators/schema/identity/.libs/IdentityConstraintHandler.o xercesc/validators/schema/identity/.libs/ValueStore.o xercesc/validators/schema/identity/.libs/ValueStoreCache.o xercesc/validators/schema/identity/.libs/XercesXPath.o xercesc/validators/schema/identity/.libs/XPathMatcher.o xercesc/validators/schema/identity/.libs/XPathMatcherStack.o xercesc/validators/schema/identity/.libs/XPathSymbols.o xercesc/validators/schema/.libs/NamespaceScope.o xercesc/validators/schema/.libs/SchemaAttDef.o xercesc/validators/schema/.libs/SchemaAttDefList.o xercesc/validators/schema/.libs/SchemaElementDecl.o xercesc/validators/schema/.libs/SchemaGrammar.o xercesc/validators/schema/.libs/SchemaInfo.o xercesc/validators/schema/.libs/SchemaSymbols.o xercesc/validators/schema/.libs/SchemaValidator.o xercesc/validators/schema/.libs/SubstitutionGroupComparator.o xercesc/validators/schema/.libs/TraverseSchema.o xercesc/validators/schema/.libs/XercesAttGroupInfo.o xercesc/validators/schema/.libs/XercesElementWildcard.o xercesc/validators/schema/.libs/XercesGroupInfo.o xercesc/validators/schema/.libs/XMLSchemaDescriptionImpl.o xercesc/validators/schema/.libs/XSDDOMParser.o xercesc/validators/schema/.libs/XSDErrorReporter.o xercesc/validators/schema/.libs/XSDLocator.o xercesc/validators/schema/.libs/XUtil.o xercesc/xinclude/.libs/XIncludeDOMDocumentProcessor.o xercesc/xinclude/.libs/XIncludeLocation.o xercesc/xinclude/.libs/XIncludeUtils.o xercesc/util/NetAccessors/Socket/.libs/SocketNetAccessor.o xercesc/util/NetAccessors/Socket/.libs/UnixHTTPURLInputStream.o xercesc/util/NetAccessors/.libs/BinHTTPInputStreamCommon.o xercesc/util/Transcoders/IconvGNU/.libs/IconvGNUTransService.o xercesc/util/MsgLoaders/InMemory/.libs/InMemMsgLoader.o xercesc/util/MutexManagers/.libs/PosixMutexMgr.o xercesc/util/FileManagers/.libs/PosixFileMgr.o .libs/stricmp.o .libs/strnicmp.o -lpthread -L/usr/lib/gcc/riscv64-redhat-linux/7 -L/lib64/lp64d -L/usr/lib64/lp64d -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/riscv64-redhat-linux/7/crtendS.o /usr/lib/gcc/riscv64-redhat-linux/7/crtn.o -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -Wl,-z -Wl,relro -Wl,-soname -Wl,libxerces-c-3.1.so -o .libs/libxerces-c-3.1.so libtool: link: (cd ".libs" && rm -f "libxerces-c.so" && ln -s "libxerces-c-3.1.so" "libxerces-c.so") libtool: link: ( cd ".libs" && rm -f "libxerces-c.la" && ln -s "../libxerces-c.la" "libxerces-c.la" ) make[4]: Leaving directory '/builddir/build/BUILD/xerces-c-3.1.4/src' make[3]: Leaving directory '/builddir/build/BUILD/xerces-c-3.1.4/src' make[2]: Leaving directory '/builddir/build/BUILD/xerces-c-3.1.4/src' Making all in tests make[2]: Entering directory '/builddir/build/BUILD/xerces-c-3.1.4/tests' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/builddir/build/BUILD/xerces-c-3.1.4/tests' Making all in samples make[2]: Entering directory '/builddir/build/BUILD/xerces-c-3.1.4/samples' g++ -DHAVE_CONFIG_H -I. -I.. -I../src/xercesc/util -I../src -I../src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o src/CreateDOMDocument/CreateDOMDocument.o src/CreateDOMDocument/CreateDOMDocument.cpp g++ -DHAVE_CONFIG_H -I. -I.. -I../src/xercesc/util -I../src -I../src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o src/DOMCount/DOMCount.o src/DOMCount/DOMCount.cpp g++ -DHAVE_CONFIG_H -I. -I.. -I../src/xercesc/util -I../src -I../src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o src/DOMPrint/DOMPrint.o src/DOMPrint/DOMPrint.cpp g++ -DHAVE_CONFIG_H -I. -I.. -I../src/xercesc/util -I../src -I../src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o src/DOMPrint/DOMPrintErrorHandler.o src/DOMPrint/DOMPrintErrorHandler.cpp g++ -DHAVE_CONFIG_H -I. -I.. -I../src/xercesc/util -I../src -I../src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o src/DOMPrint/DOMPrintFilter.o src/DOMPrint/DOMPrintFilter.cpp g++ -DHAVE_CONFIG_H -I. -I.. -I../src/xercesc/util -I../src -I../src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o src/DOMPrint/DOMTreeErrorReporter.o src/DOMPrint/DOMTreeErrorReporter.cpp g++ -DHAVE_CONFIG_H -I. -I.. -I../src/xercesc/util -I../src -I../src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o src/EnumVal/EnumVal.o src/EnumVal/EnumVal.cpp g++ -DHAVE_CONFIG_H -I. -I.. -I../src/xercesc/util -I../src -I../src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o src/MemParse/MemParse.o src/MemParse/MemParse.cpp g++ -DHAVE_CONFIG_H -I. -I.. -I../src/xercesc/util -I../src -I../src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o src/MemParse/MemParseHandlers.o src/MemParse/MemParseHandlers.cpp g++ -DHAVE_CONFIG_H -I. -I.. -I../src/xercesc/util -I../src -I../src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o src/PParse/PParse.o src/PParse/PParse.cpp g++ -DHAVE_CONFIG_H -I. -I.. -I../src/xercesc/util -I../src -I../src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o src/PParse/PParseHandlers.o src/PParse/PParseHandlers.cpp g++ -DHAVE_CONFIG_H -I. -I.. -I../src/xercesc/util -I../src -I../src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o src/PSVIWriter/PSVIWriter.o src/PSVIWriter/PSVIWriter.cpp g++ -DHAVE_CONFIG_H -I. -I.. -I../src/xercesc/util -I../src -I../src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o src/PSVIWriter/PSVIWriterHandlers.o src/PSVIWriter/PSVIWriterHandlers.cpp g++ -DHAVE_CONFIG_H -I. -I.. -I../src/xercesc/util -I../src -I../src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o src/Redirect/Redirect.o src/Redirect/Redirect.cpp g++ -DHAVE_CONFIG_H -I. -I.. -I../src/xercesc/util -I../src -I../src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o src/Redirect/RedirectHandlers.o src/Redirect/RedirectHandlers.cpp src/PSVIWriter/PSVIWriter.cpp: In function 'int main(int, char**)': src/PSVIWriter/PSVIWriter.cpp:277:18: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (psviTarget) ^~ src/PSVIWriter/PSVIWriter.cpp:279:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' psviTarget = new LocalFileFormatTarget(fileName); ^~~~~~~~~~ src/PSVIWriter/PSVIWriter.cpp:231:19: warning: variable 'duration' set but not used [-Wunused-but-set-variable] unsigned long duration; ^~~~~~~~ g++ -DHAVE_CONFIG_H -I. -I.. -I../src/xercesc/util -I../src -I../src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o src/SAX2Count/SAX2Count.o src/SAX2Count/SAX2Count.cpp g++ -DHAVE_CONFIG_H -I. -I.. -I../src/xercesc/util -I../src -I../src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o src/SAX2Count/SAX2CountHandlers.o src/SAX2Count/SAX2CountHandlers.cpp g++ -DHAVE_CONFIG_H -I. -I.. -I../src/xercesc/util -I../src -I../src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o src/SAX2Print/SAX2FilterHandlers.o src/SAX2Print/SAX2FilterHandlers.cpp g++ -DHAVE_CONFIG_H -I. -I.. -I../src/xercesc/util -I../src -I../src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o src/SAX2Print/SAX2Print.o src/SAX2Print/SAX2Print.cpp g++ -DHAVE_CONFIG_H -I. -I.. -I../src/xercesc/util -I../src -I../src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o src/SAX2Print/SAX2PrintHandlers.o src/SAX2Print/SAX2PrintHandlers.cpp g++ -DHAVE_CONFIG_H -I. -I.. -I../src/xercesc/util -I../src -I../src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o src/SAXCount/SAXCount.o src/SAXCount/SAXCount.cpp g++ -DHAVE_CONFIG_H -I. -I.. -I../src/xercesc/util -I../src -I../src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o src/SAXCount/SAXCountHandlers.o src/SAXCount/SAXCountHandlers.cpp g++ -DHAVE_CONFIG_H -I. -I.. -I../src/xercesc/util -I../src -I../src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o src/SAXPrint/SAXPrint.o src/SAXPrint/SAXPrint.cpp g++ -DHAVE_CONFIG_H -I. -I.. -I../src/xercesc/util -I../src -I../src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o src/SAXPrint/SAXPrintHandlers.o src/SAXPrint/SAXPrintHandlers.cpp g++ -DHAVE_CONFIG_H -I. -I.. -I../src/xercesc/util -I../src -I../src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o src/SCMPrint/SCMPrint.o src/SCMPrint/SCMPrint.cpp g++ -DHAVE_CONFIG_H -I. -I.. -I../src/xercesc/util -I../src -I../src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o src/SEnumVal/SEnumVal.o src/SEnumVal/SEnumVal.cpp g++ -DHAVE_CONFIG_H -I. -I.. -I../src/xercesc/util -I../src -I../src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o src/StdInParse/StdInParse.o src/StdInParse/StdInParse.cpp g++ -DHAVE_CONFIG_H -I. -I.. -I../src/xercesc/util -I../src -I../src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o src/StdInParse/StdInParseHandlers.o src/StdInParse/StdInParseHandlers.cpp g++ -DHAVE_CONFIG_H -I. -I.. -I../src/xercesc/util -I../src -I../src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -c -o src/XInclude/XInclude.o src/XInclude/XInclude.cpp /bin/sh ../libtool --tag=CXX --mode=link g++ -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o CreateDOMDocument src/CreateDOMDocument/CreateDOMDocument.o ../src/libxerces-c.la -lpthread /bin/sh ../libtool --tag=CXX --mode=link g++ -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o DOMCount src/DOMCount/DOMCount.o ../src/libxerces-c.la -lpthread libtool: link: g++ -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/CreateDOMDocument src/CreateDOMDocument/CreateDOMDocument.o ../src/.libs/libxerces-c.so -lpthread /bin/sh ../libtool --tag=CXX --mode=link g++ -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o DOMPrint src/DOMPrint/DOMPrint.o src/DOMPrint/DOMPrintErrorHandler.o src/DOMPrint/DOMPrintFilter.o src/DOMPrint/DOMTreeErrorReporter.o ../src/libxerces-c.la -lpthread libtool: link: g++ -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/DOMCount src/DOMCount/DOMCount.o ../src/.libs/libxerces-c.so -lpthread /bin/sh ../libtool --tag=CXX --mode=link g++ -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o EnumVal src/EnumVal/EnumVal.o ../src/libxerces-c.la -lpthread libtool: link: g++ -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/DOMPrint src/DOMPrint/DOMPrint.o src/DOMPrint/DOMPrintErrorHandler.o src/DOMPrint/DOMPrintFilter.o src/DOMPrint/DOMTreeErrorReporter.o ../src/.libs/libxerces-c.so -lpthread /bin/sh ../libtool --tag=CXX --mode=link g++ -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o MemParse src/MemParse/MemParse.o src/MemParse/MemParseHandlers.o ../src/libxerces-c.la -lpthread libtool: link: g++ -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/EnumVal src/EnumVal/EnumVal.o ../src/.libs/libxerces-c.so -lpthread /bin/sh ../libtool --tag=CXX --mode=link g++ -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o PParse src/PParse/PParse.o src/PParse/PParseHandlers.o ../src/libxerces-c.la -lpthread libtool: link: g++ -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/MemParse src/MemParse/MemParse.o src/MemParse/MemParseHandlers.o ../src/.libs/libxerces-c.so -lpthread /bin/sh ../libtool --tag=CXX --mode=link g++ -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o PSVIWriter src/PSVIWriter/PSVIWriter.o src/PSVIWriter/PSVIWriterHandlers.o ../src/libxerces-c.la -lpthread libtool: link: g++ -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/PParse src/PParse/PParse.o src/PParse/PParseHandlers.o ../src/.libs/libxerces-c.so -lpthread /bin/sh ../libtool --tag=CXX --mode=link g++ -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o Redirect src/Redirect/Redirect.o src/Redirect/RedirectHandlers.o ../src/libxerces-c.la -lpthread libtool: link: g++ -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/PSVIWriter src/PSVIWriter/PSVIWriter.o src/PSVIWriter/PSVIWriterHandlers.o ../src/.libs/libxerces-c.so -lpthread /bin/sh ../libtool --tag=CXX --mode=link g++ -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o SAX2Count src/SAX2Count/SAX2Count.o src/SAX2Count/SAX2CountHandlers.o ../src/libxerces-c.la -lpthread libtool: link: g++ -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/Redirect src/Redirect/Redirect.o src/Redirect/RedirectHandlers.o ../src/.libs/libxerces-c.so -lpthread /bin/sh ../libtool --tag=CXX --mode=link g++ -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o SAX2Print src/SAX2Print/SAX2FilterHandlers.o src/SAX2Print/SAX2Print.o src/SAX2Print/SAX2PrintHandlers.o ../src/libxerces-c.la -lpthread libtool: link: g++ -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/SAX2Count src/SAX2Count/SAX2Count.o src/SAX2Count/SAX2CountHandlers.o ../src/.libs/libxerces-c.so -lpthread /bin/sh ../libtool --tag=CXX --mode=link g++ -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o SAXCount src/SAXCount/SAXCount.o src/SAXCount/SAXCountHandlers.o ../src/libxerces-c.la -lpthread libtool: link: g++ -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/SAX2Print src/SAX2Print/SAX2FilterHandlers.o src/SAX2Print/SAX2Print.o src/SAX2Print/SAX2PrintHandlers.o ../src/.libs/libxerces-c.so -lpthread /bin/sh ../libtool --tag=CXX --mode=link g++ -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o SAXPrint src/SAXPrint/SAXPrint.o src/SAXPrint/SAXPrintHandlers.o ../src/libxerces-c.la -lpthread libtool: link: g++ -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/SAXCount src/SAXCount/SAXCount.o src/SAXCount/SAXCountHandlers.o ../src/.libs/libxerces-c.so -lpthread /bin/sh ../libtool --tag=CXX --mode=link g++ -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o SCMPrint src/SCMPrint/SCMPrint.o ../src/libxerces-c.la -lpthread libtool: link: g++ -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/SAXPrint src/SAXPrint/SAXPrint.o src/SAXPrint/SAXPrintHandlers.o ../src/.libs/libxerces-c.so -lpthread /bin/sh ../libtool --tag=CXX --mode=link g++ -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o SEnumVal src/SEnumVal/SEnumVal.o ../src/libxerces-c.la -lpthread /bin/sh ../libtool --tag=CXX --mode=link g++ -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o StdInParse src/StdInParse/StdInParse.o src/StdInParse/StdInParseHandlers.o ../src/libxerces-c.la -lpthread libtool: link: g++ -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/SCMPrint src/SCMPrint/SCMPrint.o ../src/.libs/libxerces-c.so -lpthread /bin/sh ../libtool --tag=CXX --mode=link g++ -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o XInclude src/XInclude/XInclude.o ../src/libxerces-c.la -lpthread libtool: link: g++ -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/SEnumVal src/SEnumVal/SEnumVal.o ../src/.libs/libxerces-c.so -lpthread libtool: link: g++ -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/StdInParse src/StdInParse/StdInParse.o src/StdInParse/StdInParseHandlers.o ../src/.libs/libxerces-c.so -lpthread libtool: link: g++ -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fno-strict-aliasing -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/XInclude src/XInclude/XInclude.o ../src/.libs/libxerces-c.so -lpthread make[2]: Leaving directory '/builddir/build/BUILD/xerces-c-3.1.4/samples' make[2]: Entering directory '/builddir/build/BUILD/xerces-c-3.1.4' make[2]: Leaving directory '/builddir/build/BUILD/xerces-c-3.1.4' make[1]: Leaving directory '/builddir/build/BUILD/xerces-c-3.1.4' + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.OkZISS + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/xerces-c-3.1.4-4.fc28.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/xerces-c-3.1.4-4.fc28.riscv64 ++ dirname /builddir/build/BUILDROOT/xerces-c-3.1.4-4.fc28.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/xerces-c-3.1.4-4.fc28.riscv64 + cd xerces-c-3.1.4 + make install DESTDIR=/builddir/build/BUILDROOT/xerces-c-3.1.4-4.fc28.riscv64 Making install in src make[1]: Entering directory '/builddir/build/BUILD/xerces-c-3.1.4/src' make install-recursive make[2]: Entering directory '/builddir/build/BUILD/xerces-c-3.1.4/src' make[3]: Entering directory '/builddir/build/BUILD/xerces-c-3.1.4/src' make[4]: Entering directory '/builddir/build/BUILD/xerces-c-3.1.4/src' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/xerces-c-3.1.4-4.fc28.riscv64/usr/lib64' /bin/sh ../libtool --mode=install /usr/bin/install -c libxerces-c.la '/builddir/build/BUILDROOT/xerces-c-3.1.4-4.fc28.riscv64/usr/lib64' libtool: install: /usr/bin/install -c .libs/libxerces-c-3.1.so /builddir/build/BUILDROOT/xerces-c-3.1.4-4.fc28.riscv64/usr/lib64/libxerces-c-3.1.so libtool: install: (cd /builddir/build/BUILDROOT/xerces-c-3.1.4-4.fc28.riscv64/usr/lib64 && { ln -s -f libxerces-c-3.1.so libxerces-c.so || { rm -f libxerces-c.so && ln -s libxerces-c-3.1.so libxerces-c.so; }; }) libtool: install: /usr/bin/install -c .libs/libxerces-c.lai /builddir/build/BUILDROOT/xerces-c-3.1.4-4.fc28.riscv64/usr/lib64/libxerces-c.la libtool: install: warning: remember to run `libtool --finish /usr/lib64' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/xerces-c-3.1.4-4.fc28.riscv64/usr/include' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/xerces-c-3.1.4-4.fc28.riscv64/usr/include/xercesc/util' /usr/bin/install -c -m 644 xercesc/util/ArrayIndexOutOfBoundsException.hpp xercesc/util/Base64.hpp xercesc/util/BaseRefVectorOf.hpp xercesc/util/BaseRefVectorOf.c xercesc/util/BinFileInputStream.hpp xercesc/util/BinInputStream.hpp xercesc/util/BinMemInputStream.hpp xercesc/util/BitOps.hpp xercesc/util/BitSet.hpp xercesc/util/CountedPointer.hpp xercesc/util/CountedPointer.c xercesc/util/DefaultPanicHandler.hpp xercesc/util/EmptyStackException.hpp xercesc/util/EncodingValidator.hpp xercesc/util/FlagJanitor.hpp xercesc/util/FlagJanitor.c xercesc/util/Hashers.hpp xercesc/util/Hash2KeysSetOf.hpp xercesc/util/Hash2KeysSetOf.c xercesc/util/HexBin.hpp xercesc/util/IllegalArgumentException.hpp xercesc/util/InvalidCastException.hpp xercesc/util/IOException.hpp xercesc/util/Janitor.hpp xercesc/util/Janitor.c xercesc/util/KeyRefPair.hpp xercesc/util/KeyRefPair.c xercesc/util/KeyValuePair.hpp xercesc/util/KeyValuePair.c xercesc/util/KVStringPair.hpp xercesc/util/Mutexes.hpp xercesc/util/LogicalPath.c xercesc/util/NameIdPool.hpp xercesc/util/NameIdPool.c xercesc/util/NoSuchElementException.hpp xercesc/util/NullPointerException.hpp xercesc/util/NumberFormatException.hpp xercesc/util/OutOfMemoryException.hpp xercesc/util/PanicHandler.hpp xercesc/util/ParseException.hpp '/builddir/build/BUILDROOT/xerces-c-3.1.4-4.fc28.riscv64/usr/include/xercesc/util' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/xerces-c-3.1.4-4.fc28.riscv64/usr/include/xercesc/util' /usr/bin/install -c -m 644 xercesc/util/PlatformUtils.hpp xercesc/util/PSVIUni.hpp xercesc/util/QName.hpp xercesc/util/RefArrayOf.hpp xercesc/util/RefArrayOf.c xercesc/util/RefArrayVectorOf.hpp xercesc/util/RefArrayVectorOf.c xercesc/util/RefHash2KeysTableOf.hpp xercesc/util/RefHash2KeysTableOf.c xercesc/util/RefHash3KeysIdPool.hpp xercesc/util/RefHash3KeysIdPool.c xercesc/util/RefHashTableOf.hpp xercesc/util/RefHashTableOf.c xercesc/util/RefStackOf.hpp xercesc/util/RefStackOf.c xercesc/util/RefVectorOf.hpp xercesc/util/RefVectorOf.c xercesc/util/RuntimeException.hpp xercesc/util/SchemaDateTimeException.hpp xercesc/util/SecurityManager.hpp xercesc/util/StringPool.hpp xercesc/util/SynchronizedStringPool.hpp xercesc/util/TranscodingException.hpp xercesc/util/TransENameMap.hpp xercesc/util/TransENameMap.c xercesc/util/TransService.hpp xercesc/util/UnexpectedEOFException.hpp xercesc/util/UnsupportedEncodingException.hpp xercesc/util/UTFDataFormatException.hpp xercesc/util/ValueArrayOf.hpp xercesc/util/ValueArrayOf.c xercesc/util/ValueHashTableOf.hpp xercesc/util/ValueHashTableOf.c xercesc/util/ValueStackOf.hpp xercesc/util/ValueStackOf.c xercesc/util/ValueVectorOf.hpp xercesc/util/ValueVectorOf.c xercesc/util/XercesDefs.hpp xercesc/util/XercesVersion.hpp xercesc/util/XMemory.hpp '/builddir/build/BUILDROOT/xerces-c-3.1.4-4.fc28.riscv64/usr/include/xercesc/util' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/xerces-c-3.1.4-4.fc28.riscv64/usr/include/xercesc/dom' /usr/bin/install -c -m 644 xercesc/dom/DOM.hpp xercesc/dom/DOMAttr.hpp xercesc/dom/DOMCDATASection.hpp xercesc/dom/DOMCharacterData.hpp xercesc/dom/DOMComment.hpp xercesc/dom/DOMConfiguration.hpp xercesc/dom/DOMDocument.hpp xercesc/dom/DOMDocumentFragment.hpp xercesc/dom/DOMDocumentRange.hpp xercesc/dom/DOMDocumentTraversal.hpp xercesc/dom/DOMDocumentType.hpp xercesc/dom/DOMElement.hpp xercesc/dom/DOMEntity.hpp xercesc/dom/DOMEntityReference.hpp xercesc/dom/DOMError.hpp xercesc/dom/DOMErrorHandler.hpp xercesc/dom/DOMException.hpp xercesc/dom/DOMImplementation.hpp xercesc/dom/DOMImplementationList.hpp xercesc/dom/DOMImplementationLS.hpp xercesc/dom/DOMImplementationRegistry.hpp xercesc/dom/DOMImplementationSource.hpp xercesc/dom/DOMLocator.hpp xercesc/dom/DOMLSException.hpp xercesc/dom/DOMLSInput.hpp xercesc/dom/DOMLSOutput.hpp xercesc/dom/DOMLSParser.hpp xercesc/dom/DOMLSParserFilter.hpp xercesc/dom/DOMLSResourceResolver.hpp xercesc/dom/DOMLSSerializer.hpp xercesc/dom/DOMLSSerializerFilter.hpp xercesc/dom/DOMMemoryManager.hpp xercesc/dom/DOMNamedNodeMap.hpp xercesc/dom/DOMNode.hpp xercesc/dom/DOMNodeFilter.hpp xercesc/dom/DOMNodeIterator.hpp xercesc/dom/DOMNodeList.hpp xercesc/dom/DOMNotation.hpp xercesc/dom/DOMProcessingInstruction.hpp xercesc/dom/DOMPSVITypeInfo.hpp '/builddir/build/BUILDROOT/xerces-c-3.1.4-4.fc28.riscv64/usr/include/xercesc/dom' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/xerces-c-3.1.4-4.fc28.riscv64/usr/include/xercesc/dom/impl' /usr/bin/install -c -m 644 xercesc/dom/impl/DOMAttrImpl.hpp xercesc/dom/impl/DOMAttrMapImpl.hpp xercesc/dom/impl/DOMAttrNSImpl.hpp xercesc/dom/impl/DOMCasts.hpp xercesc/dom/impl/DOMCDATASectionImpl.hpp xercesc/dom/impl/DOMCharacterDataImpl.hpp xercesc/dom/impl/DOMChildNode.hpp xercesc/dom/impl/DOMCommentImpl.hpp xercesc/dom/impl/DOMConfigurationImpl.hpp xercesc/dom/impl/DOMDeepNodeListImpl.hpp xercesc/dom/impl/DOMDeepNodeListPool.hpp xercesc/dom/impl/DOMDeepNodeListPool.c xercesc/dom/impl/DOMDocumentFragmentImpl.hpp xercesc/dom/impl/DOMDocumentImpl.hpp xercesc/dom/impl/DOMDocumentTypeImpl.hpp xercesc/dom/impl/DOMElementImpl.hpp xercesc/dom/impl/DOMElementNSImpl.hpp xercesc/dom/impl/DOMEntityImpl.hpp xercesc/dom/impl/DOMEntityReferenceImpl.hpp xercesc/dom/impl/DOMErrorImpl.hpp xercesc/dom/impl/DOMImplementationImpl.hpp xercesc/dom/impl/DOMImplementationListImpl.hpp xercesc/dom/impl/DOMLocatorImpl.hpp xercesc/dom/impl/DOMNamedNodeMapImpl.hpp xercesc/dom/impl/DOMNodeIDMap.hpp xercesc/dom/impl/DOMNodeImpl.hpp xercesc/dom/impl/DOMNodeIteratorImpl.hpp xercesc/dom/impl/DOMNodeListImpl.hpp xercesc/dom/impl/DOMNodeVector.hpp xercesc/dom/impl/DOMNormalizer.hpp xercesc/dom/impl/DOMNotationImpl.hpp xercesc/dom/impl/DOMParentNode.hpp xercesc/dom/impl/DOMProcessingInstructionImpl.hpp xercesc/dom/impl/DOMRangeImpl.hpp xercesc/dom/impl/DOMStringListImpl.hpp xercesc/dom/impl/DOMStringPool.hpp xercesc/dom/impl/DOMTextImpl.hpp xercesc/dom/impl/DOMTreeWalkerImpl.hpp xercesc/dom/impl/DOMTypeInfoImpl.hpp xercesc/dom/impl/DOMLSSerializerImpl.hpp '/builddir/build/BUILDROOT/xerces-c-3.1.4-4.fc28.riscv64/usr/include/xercesc/dom/impl' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/xerces-c-3.1.4-4.fc28.riscv64/usr/include/xercesc/xinclude' /usr/bin/install -c -m 644 xercesc/xinclude/XIncludeDOMDocumentProcessor.hpp xercesc/xinclude/XIncludeLocation.hpp xercesc/xinclude/XIncludeUtils.hpp '/builddir/build/BUILDROOT/xerces-c-3.1.4-4.fc28.riscv64/usr/include/xercesc/xinclude' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/xerces-c-3.1.4-4.fc28.riscv64/usr/include/xercesc/sax' /usr/bin/install -c -m 644 xercesc/sax/AttributeList.hpp xercesc/sax/DocumentHandler.hpp xercesc/sax/DTDHandler.hpp xercesc/sax/EntityResolver.hpp xercesc/sax/ErrorHandler.hpp xercesc/sax/HandlerBase.hpp xercesc/sax/InputSource.hpp xercesc/sax/Locator.hpp xercesc/sax/Parser.hpp xercesc/sax/SAXException.hpp xercesc/sax/SAXParseException.hpp '/builddir/build/BUILDROOT/xerces-c-3.1.4-4.fc28.riscv64/usr/include/xercesc/sax' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/xerces-c-3.1.4-4.fc28.riscv64/usr/include/xercesc/util/MsgLoaders/InMemory' /usr/bin/install -c -m 644 xercesc/util/MsgLoaders/InMemory/InMemMsgLoader.hpp xercesc/util/MsgLoaders/InMemory/XercesMessages_en_US.hpp '/builddir/build/BUILDROOT/xerces-c-3.1.4-4.fc28.riscv64/usr/include/xercesc/util/MsgLoaders/InMemory' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/xerces-c-3.1.4-4.fc28.riscv64/usr/include/xercesc/util/NetAccessors' /usr/bin/install -c -m 644 xercesc/util/NetAccessors/BinHTTPInputStreamCommon.hpp '/builddir/build/BUILDROOT/xerces-c-3.1.4-4.fc28.riscv64/usr/include/xercesc/util/NetAccessors' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/xerces-c-3.1.4-4.fc28.riscv64/usr/include/xercesc/framework' /usr/bin/install -c -m 644 xercesc/framework/BinOutputStream.hpp xercesc/framework/LocalFileFormatTarget.hpp xercesc/framework/LocalFileInputSource.hpp xercesc/framework/MemBufFormatTarget.hpp xercesc/framework/MemBufInputSource.hpp xercesc/framework/MemoryManager.hpp xercesc/framework/StdInInputSource.hpp xercesc/framework/StdOutFormatTarget.hpp xercesc/framework/URLInputSource.hpp xercesc/framework/ValidationContext.hpp xercesc/framework/Wrapper4DOMLSInput.hpp xercesc/framework/Wrapper4InputSource.hpp xercesc/framework/XMLAttDef.hpp xercesc/framework/XMLAttDefList.hpp xercesc/framework/XMLAttr.hpp xercesc/framework/XMLBuffer.hpp xercesc/framework/XMLBufferMgr.hpp xercesc/framework/XMLContentModel.hpp xercesc/framework/XMLDocumentHandler.hpp xercesc/framework/XMLDTDDescription.hpp xercesc/framework/XMLElementDecl.hpp xercesc/framework/XMLEntityDecl.hpp xercesc/framework/XMLEntityHandler.hpp xercesc/framework/XMLErrorCodes.hpp xercesc/framework/XMLErrorReporter.hpp xercesc/framework/XMLFormatter.hpp xercesc/framework/XMLGrammarDescription.hpp xercesc/framework/XMLGrammarPool.hpp xercesc/framework/XMLGrammarPoolImpl.hpp xercesc/framework/XMLNotationDecl.hpp xercesc/framework/XMLPScanToken.hpp xercesc/framework/XMLRecognizer.hpp xercesc/framework/XMLRefInfo.hpp xercesc/framework/XMLSchemaDescription.hpp xercesc/framework/XMLValidator.hpp xercesc/framework/XMLValidityCodes.hpp '/builddir/build/BUILDROOT/xerces-c-3.1.4-4.fc28.riscv64/usr/include/xercesc/framework' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/xerces-c-3.1.4-4.fc28.riscv64/usr/include/xercesc/util/NetAccessors/Socket' /usr/bin/install -c -m 644 xercesc/util/NetAccessors/Socket/SocketNetAccessor.hpp xercesc/util/NetAccessors/Socket/UnixHTTPURLInputStream.hpp '/builddir/build/BUILDROOT/xerces-c-3.1.4-4.fc28.riscv64/usr/include/xercesc/util/NetAccessors/Socket' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/xerces-c-3.1.4-4.fc28.riscv64/usr/include/xercesc/util/Transcoders/IconvGNU' /usr/bin/install -c -m 644 xercesc/util/Transcoders/IconvGNU/IconvGNUTransService.hpp '/builddir/build/BUILDROOT/xerces-c-3.1.4-4.fc28.riscv64/usr/include/xercesc/util/Transcoders/IconvGNU' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/xerces-c-3.1.4-4.fc28.riscv64/usr/include/xercesc/validators/common' /usr/bin/install -c -m 644 xercesc/validators/common/AllContentModel.hpp xercesc/validators/common/CMAny.hpp xercesc/validators/common/CMBinaryOp.hpp xercesc/validators/common/CMLeaf.hpp xercesc/validators/common/CMRepeatingLeaf.hpp xercesc/validators/common/CMNode.hpp xercesc/validators/common/CMStateSet.hpp xercesc/validators/common/CMUnaryOp.hpp xercesc/validators/common/ContentLeafNameTypeVector.hpp xercesc/validators/common/ContentSpecNode.hpp xercesc/validators/common/DFAContentModel.hpp xercesc/validators/common/Grammar.hpp xercesc/validators/common/GrammarResolver.hpp xercesc/validators/common/MixedContentModel.hpp xercesc/validators/common/SimpleContentModel.hpp '/builddir/build/BUILDROOT/xerces-c-3.1.4-4.fc28.riscv64/usr/include/xercesc/validators/common' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/xerces-c-3.1.4-4.fc28.riscv64/usr/include/xercesc/util/FileManagers' /usr/bin/install -c -m 644 xercesc/util/FileManagers/PosixFileMgr.hpp '/builddir/build/BUILDROOT/xerces-c-3.1.4-4.fc28.riscv64/usr/include/xercesc/util/FileManagers' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/xerces-c-3.1.4-4.fc28.riscv64/usr/include/xercesc/validators/datatype' /usr/bin/install -c -m 644 xercesc/validators/datatype/AbstractNumericFacetValidator.hpp xercesc/validators/datatype/AbstractNumericValidator.hpp xercesc/validators/datatype/AbstractStringValidator.hpp xercesc/validators/datatype/AnySimpleTypeDatatypeValidator.hpp xercesc/validators/datatype/AnyURIDatatypeValidator.hpp xercesc/validators/datatype/Base64BinaryDatatypeValidator.hpp xercesc/validators/datatype/BooleanDatatypeValidator.hpp xercesc/validators/datatype/DatatypeValidator.hpp xercesc/validators/datatype/DatatypeValidatorFactory.hpp xercesc/validators/datatype/DateDatatypeValidator.hpp xercesc/validators/datatype/DateTimeDatatypeValidator.hpp xercesc/validators/datatype/DateTimeValidator.hpp xercesc/validators/datatype/DayDatatypeValidator.hpp xercesc/validators/datatype/DecimalDatatypeValidator.hpp xercesc/validators/datatype/DoubleDatatypeValidator.hpp xercesc/validators/datatype/DurationDatatypeValidator.hpp xercesc/validators/datatype/ENTITYDatatypeValidator.hpp xercesc/validators/datatype/FloatDatatypeValidator.hpp xercesc/validators/datatype/HexBinaryDatatypeValidator.hpp xercesc/validators/datatype/IDDatatypeValidator.hpp xercesc/validators/datatype/IDREFDatatypeValidator.hpp xercesc/validators/datatype/InvalidDatatypeFacetException.hpp xercesc/validators/datatype/InvalidDatatypeValueException.hpp xercesc/validators/datatype/ListDatatypeValidator.hpp xercesc/validators/datatype/MonthDatatypeValidator.hpp xercesc/validators/datatype/MonthDayDatatypeValidator.hpp xercesc/validators/datatype/NameDatatypeValidator.hpp xercesc/validators/datatype/NCNameDatatypeValidator.hpp xercesc/validators/datatype/NOTATIONDatatypeValidator.hpp xercesc/validators/datatype/QNameDatatypeValidator.hpp xercesc/validators/datatype/StringDatatypeValidator.hpp xercesc/validators/datatype/TimeDatatypeValidator.hpp xercesc/validators/datatype/UnionDatatypeValidator.hpp xercesc/validators/datatype/XMLCanRepGroup.hpp xercesc/validators/datatype/YearDatatypeValidator.hpp xercesc/validators/datatype/YearMonthDatatypeValidator.hpp '/builddir/build/BUILDROOT/xerces-c-3.1.4-4.fc28.riscv64/usr/include/xercesc/validators/datatype' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/xerces-c-3.1.4-4.fc28.riscv64/usr/include/xercesc/sax2' /usr/bin/install -c -m 644 xercesc/sax2/Attributes.hpp xercesc/sax2/ContentHandler.hpp xercesc/sax2/DeclHandler.hpp xercesc/sax2/DefaultHandler.hpp xercesc/sax2/LexicalHandler.hpp xercesc/sax2/SAX2XMLFilter.hpp xercesc/sax2/SAX2XMLReader.hpp xercesc/sax2/XMLReaderFactory.hpp '/builddir/build/BUILDROOT/xerces-c-3.1.4-4.fc28.riscv64/usr/include/xercesc/sax2' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/xerces-c-3.1.4-4.fc28.riscv64/usr/include/xercesc/util/MutexManagers' /usr/bin/install -c -m 644 xercesc/util/MutexManagers/PosixMutexMgr.hpp '/builddir/build/BUILDROOT/xerces-c-3.1.4-4.fc28.riscv64/usr/include/xercesc/util/MutexManagers' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/xerces-c-3.1.4-4.fc28.riscv64/usr/include/xercesc/validators/DTD' /usr/bin/install -c -m 644 xercesc/validators/DTD/DocTypeHandler.hpp xercesc/validators/DTD/DTDAttDef.hpp xercesc/validators/DTD/DTDAttDefList.hpp xercesc/validators/DTD/DTDElementDecl.hpp xercesc/validators/DTD/DTDEntityDecl.hpp xercesc/validators/DTD/DTDGrammar.hpp xercesc/validators/DTD/DTDScanner.hpp xercesc/validators/DTD/DTDValidator.hpp xercesc/validators/DTD/XMLDTDDescriptionImpl.hpp '/builddir/build/BUILDROOT/xerces-c-3.1.4-4.fc28.riscv64/usr/include/xercesc/validators/DTD' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/xerces-c-3.1.4-4.fc28.riscv64/usr/include/xercesc/parsers' /usr/bin/install -c -m 644 xercesc/parsers/AbstractDOMParser.hpp xercesc/parsers/DOMLSParserImpl.hpp xercesc/parsers/SAX2XMLFilterImpl.hpp xercesc/parsers/SAX2XMLReaderImpl.hpp xercesc/parsers/SAXParser.hpp xercesc/parsers/XercesDOMParser.hpp '/builddir/build/BUILDROOT/xerces-c-3.1.4-4.fc28.riscv64/usr/include/xercesc/parsers' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/xerces-c-3.1.4-4.fc28.riscv64/usr/include/xercesc/internal' /usr/bin/install -c -m 644 xercesc/internal/BinFileOutputStream.hpp xercesc/internal/BinMemOutputStream.hpp xercesc/internal/CharTypeTables.hpp xercesc/internal/DGXMLScanner.hpp xercesc/internal/ElemStack.hpp xercesc/internal/EndOfEntityException.hpp xercesc/internal/IANAEncodings.hpp xercesc/internal/IGXMLScanner.hpp xercesc/internal/MemoryManagerImpl.hpp xercesc/internal/ReaderMgr.hpp xercesc/internal/SGXMLScanner.hpp xercesc/internal/ValidationContextImpl.hpp xercesc/internal/VecAttributesImpl.hpp xercesc/internal/VecAttrListImpl.hpp xercesc/internal/WFXMLScanner.hpp xercesc/internal/XMLInternalErrorHandler.hpp xercesc/internal/XMLReader.hpp xercesc/internal/XMLScanner.hpp xercesc/internal/XMLScannerResolver.hpp xercesc/internal/XProtoType.hpp xercesc/internal/XSAXMLScanner.hpp xercesc/internal/XSerializable.hpp xercesc/internal/XSerializationException.hpp xercesc/internal/XSerializeEngine.hpp xercesc/internal/XSObjectFactory.hpp xercesc/internal/XTemplateSerializer.hpp '/builddir/build/BUILDROOT/xerces-c-3.1.4-4.fc28.riscv64/usr/include/xercesc/internal' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/xerces-c-3.1.4-4.fc28.riscv64/usr/include/xercesc/validators/schema/identity' /usr/bin/install -c -m 644 xercesc/validators/schema/identity/FieldActivator.hpp xercesc/validators/schema/identity/FieldValueMap.hpp xercesc/validators/schema/identity/IC_Field.hpp xercesc/validators/schema/identity/IC_Key.hpp xercesc/validators/schema/identity/IC_KeyRef.hpp xercesc/validators/schema/identity/IC_Selector.hpp xercesc/validators/schema/identity/IC_Unique.hpp xercesc/validators/schema/identity/IdentityConstraint.hpp xercesc/validators/schema/identity/IdentityConstraintHandler.hpp xercesc/validators/schema/identity/ValueStore.hpp xercesc/validators/schema/identity/ValueStoreCache.hpp xercesc/validators/schema/identity/XercesXPath.hpp xercesc/validators/schema/identity/XPathException.hpp xercesc/validators/schema/identity/XPathMatcher.hpp xercesc/validators/schema/identity/XPathMatcherStack.hpp xercesc/validators/schema/identity/XPathSymbols.hpp '/builddir/build/BUILDROOT/xerces-c-3.1.4-4.fc28.riscv64/usr/include/xercesc/validators/schema/identity' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/xerces-c-3.1.4-4.fc28.riscv64/usr/include/xercesc/dom/impl' /usr/bin/install -c -m 644 xercesc/dom/impl/DOMLSInputImpl.hpp xercesc/dom/impl/DOMLSOutputImpl.hpp xercesc/dom/impl/DOMXPathExpressionImpl.hpp xercesc/dom/impl/DOMXPathNSResolverImpl.hpp xercesc/dom/impl/DOMXPathResultImpl.hpp xercesc/dom/impl/XSDElementNSImpl.hpp '/builddir/build/BUILDROOT/xerces-c-3.1.4-4.fc28.riscv64/usr/include/xercesc/dom/impl' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/xerces-c-3.1.4-4.fc28.riscv64/usr/include/xercesc/dom' /usr/bin/install -c -m 644 xercesc/dom/DOMRange.hpp xercesc/dom/DOMRangeException.hpp xercesc/dom/DOMStringList.hpp xercesc/dom/DOMText.hpp xercesc/dom/DOMTreeWalker.hpp xercesc/dom/DOMTypeInfo.hpp xercesc/dom/DOMUserDataHandler.hpp xercesc/dom/DOMXPathEvaluator.hpp xercesc/dom/DOMXPathException.hpp xercesc/dom/DOMXPathExpression.hpp xercesc/dom/DOMXPathNamespace.hpp xercesc/dom/DOMXPathNSResolver.hpp xercesc/dom/DOMXPathResult.hpp xercesc/dom/StDOMNode.hpp '/builddir/build/BUILDROOT/xerces-c-3.1.4-4.fc28.riscv64/usr/include/xercesc/dom' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/xerces-c-3.1.4-4.fc28.riscv64/usr/include/xercesc/framework/psvi' /usr/bin/install -c -m 644 xercesc/framework/psvi/PSVIAttribute.hpp xercesc/framework/psvi/PSVIAttributeList.hpp xercesc/framework/psvi/PSVIElement.hpp xercesc/framework/psvi/PSVIHandler.hpp xercesc/framework/psvi/PSVIItem.hpp xercesc/framework/psvi/XSAnnotation.hpp xercesc/framework/psvi/XSAttributeDeclaration.hpp xercesc/framework/psvi/XSAttributeGroupDefinition.hpp xercesc/framework/psvi/XSAttributeUse.hpp xercesc/framework/psvi/XSComplexTypeDefinition.hpp xercesc/framework/psvi/XSConstants.hpp xercesc/framework/psvi/XSElementDeclaration.hpp xercesc/framework/psvi/XSFacet.hpp xercesc/framework/psvi/XSIDCDefinition.hpp xercesc/framework/psvi/XSModel.hpp xercesc/framework/psvi/XSModelGroup.hpp xercesc/framework/psvi/XSModelGroupDefinition.hpp xercesc/framework/psvi/XSMultiValueFacet.hpp xercesc/framework/psvi/XSNamedMap.hpp xercesc/framework/psvi/XSNamedMap.c xercesc/framework/psvi/XSNamespaceItem.hpp xercesc/framework/psvi/XSNotationDeclaration.hpp xercesc/framework/psvi/XSObject.hpp xercesc/framework/psvi/XSParticle.hpp xercesc/framework/psvi/XSSimpleTypeDefinition.hpp xercesc/framework/psvi/XSTypeDefinition.hpp xercesc/framework/psvi/XSValue.hpp xercesc/framework/psvi/XSWildcard.hpp '/builddir/build/BUILDROOT/xerces-c-3.1.4-4.fc28.riscv64/usr/include/xercesc/framework/psvi' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/xerces-c-3.1.4-4.fc28.riscv64/usr/include/xercesc/util' /usr/bin/install -c -m 644 xercesc/util/XML256TableTranscoder.hpp xercesc/util/XML88591Transcoder.hpp xercesc/util/XMLAbstractDoubleFloat.hpp xercesc/util/XMLASCIITranscoder.hpp xercesc/util/XMLBigDecimal.hpp xercesc/util/XMLBigInteger.hpp xercesc/util/XMLChar.hpp xercesc/util/XMLChTranscoder.hpp xercesc/util/XMLDateTime.hpp xercesc/util/XMLDOMMsg.hpp xercesc/util/XMLDouble.hpp xercesc/util/XMLEBCDICTranscoder.hpp xercesc/util/XMLEntityResolver.hpp xercesc/util/XMLEnumerator.hpp xercesc/util/XMLException.hpp xercesc/util/XMLExceptMsgs.hpp xercesc/util/XMLFileMgr.hpp xercesc/util/XMLFloat.hpp xercesc/util/XMLIBM1047Transcoder.hpp xercesc/util/XMLIBM1140Transcoder.hpp xercesc/util/XMLInitializer.hpp xercesc/util/XMLInteger.hpp xercesc/util/XMLMutexMgr.hpp xercesc/util/XMLMsgLoader.hpp xercesc/util/XMLNetAccessor.hpp xercesc/util/XMLNumber.hpp xercesc/util/XMLResourceIdentifier.hpp xercesc/util/XMLString.hpp xercesc/util/XMLStringTokenizer.hpp xercesc/util/XMLUCS4Transcoder.hpp xercesc/util/XMLUni.hpp xercesc/util/XMLUniDefs.hpp xercesc/util/XMLUri.hpp xercesc/util/XMLURL.hpp xercesc/util/XMLUTF16Transcoder.hpp xercesc/util/XMLUTF8Transcoder.hpp xercesc/util/XMLWin1252Transcoder.hpp '/builddir/build/BUILDROOT/xerces-c-3.1.4-4.fc28.riscv64/usr/include/xercesc/util' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/xerces-c-3.1.4-4.fc28.riscv64/usr/include/xercesc/validators/schema' /usr/bin/install -c -m 644 xercesc/validators/schema/ComplexTypeInfo.hpp xercesc/validators/schema/GeneralAttributeCheck.hpp xercesc/validators/schema/NamespaceScope.hpp xercesc/validators/schema/PSVIDefs.hpp xercesc/validators/schema/SchemaAttDef.hpp xercesc/validators/schema/SchemaAttDefList.hpp xercesc/validators/schema/SchemaElementDecl.hpp xercesc/validators/schema/SchemaGrammar.hpp xercesc/validators/schema/SchemaInfo.hpp xercesc/validators/schema/SchemaSymbols.hpp xercesc/validators/schema/SchemaValidator.hpp xercesc/validators/schema/SubstitutionGroupComparator.hpp xercesc/validators/schema/TraverseSchema.hpp xercesc/validators/schema/XercesAttGroupInfo.hpp xercesc/validators/schema/XercesElementWildcard.hpp xercesc/validators/schema/XercesGroupInfo.hpp xercesc/validators/schema/XMLSchemaDescriptionImpl.hpp xercesc/validators/schema/XSDDOMParser.hpp xercesc/validators/schema/XSDErrorReporter.hpp xercesc/validators/schema/XSDLocator.hpp xercesc/validators/schema/XUtil.hpp '/builddir/build/BUILDROOT/xerces-c-3.1.4-4.fc28.riscv64/usr/include/xercesc/validators/schema' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/xerces-c-3.1.4-4.fc28.riscv64/usr/include/xercesc/util/regx' /usr/bin/install -c -m 644 xercesc/util/regx/ASCIIRangeFactory.hpp xercesc/util/regx/BlockRangeFactory.hpp xercesc/util/regx/BMPattern.hpp xercesc/util/regx/CharToken.hpp xercesc/util/regx/ClosureToken.hpp xercesc/util/regx/ConcatToken.hpp xercesc/util/regx/Match.hpp xercesc/util/regx/Op.hpp xercesc/util/regx/OpFactory.hpp xercesc/util/regx/ParenToken.hpp xercesc/util/regx/ParserForXMLSchema.hpp xercesc/util/regx/RangeFactory.hpp xercesc/util/regx/RangeToken.hpp xercesc/util/regx/RangeTokenMap.hpp xercesc/util/regx/RegularExpression.hpp xercesc/util/regx/RegxDefs.hpp xercesc/util/regx/RegxParser.hpp xercesc/util/regx/RegxUtil.hpp xercesc/util/regx/StringToken.hpp xercesc/util/regx/Token.hpp xercesc/util/regx/TokenFactory.hpp xercesc/util/regx/TokenInc.hpp xercesc/util/regx/UniCharTable.hpp xercesc/util/regx/UnicodeRangeFactory.hpp xercesc/util/regx/UnionToken.hpp xercesc/util/regx/XMLRangeFactory.hpp xercesc/util/regx/XMLUniCharacter.hpp '/builddir/build/BUILDROOT/xerces-c-3.1.4-4.fc28.riscv64/usr/include/xercesc/util/regx' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/xerces-c-3.1.4-4.fc28.riscv64/usr/include/xercesc/util' /usr/bin/install -c -m 644 ../src/xercesc/util/Xerces_autoconf_config.hpp '/builddir/build/BUILDROOT/xerces-c-3.1.4-4.fc28.riscv64/usr/include/xercesc/util' make[4]: Leaving directory '/builddir/build/BUILD/xerces-c-3.1.4/src' make[3]: Leaving directory '/builddir/build/BUILD/xerces-c-3.1.4/src' make[2]: Leaving directory '/builddir/build/BUILD/xerces-c-3.1.4/src' make[1]: Leaving directory '/builddir/build/BUILD/xerces-c-3.1.4/src' Making install in tests make[1]: Entering directory '/builddir/build/BUILD/xerces-c-3.1.4/tests' make[2]: Entering directory '/builddir/build/BUILD/xerces-c-3.1.4/tests' make[2]: Nothing to be done for 'install-exec-am'. make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/builddir/build/BUILD/xerces-c-3.1.4/tests' make[1]: Leaving directory '/builddir/build/BUILD/xerces-c-3.1.4/tests' Making install in samples make[1]: Entering directory '/builddir/build/BUILD/xerces-c-3.1.4/samples' make[2]: Entering directory '/builddir/build/BUILD/xerces-c-3.1.4/samples' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/xerces-c-3.1.4-4.fc28.riscv64/usr/bin' /bin/sh ../libtool --mode=install /usr/bin/install -c CreateDOMDocument DOMCount DOMPrint EnumVal MemParse PParse PSVIWriter Redirect SAX2Count SAX2Print SAXCount SAXPrint SCMPrint SEnumVal StdInParse XInclude '/builddir/build/BUILDROOT/xerces-c-3.1.4-4.fc28.riscv64/usr/bin' libtool: install: warning: `../src/libxerces-c.la' has not been installed in `/usr/lib64' libtool: install: /usr/bin/install -c .libs/CreateDOMDocument /builddir/build/BUILDROOT/xerces-c-3.1.4-4.fc28.riscv64/usr/bin/CreateDOMDocument libtool: install: warning: `../src/libxerces-c.la' has not been installed in `/usr/lib64' libtool: install: /usr/bin/install -c .libs/DOMCount /builddir/build/BUILDROOT/xerces-c-3.1.4-4.fc28.riscv64/usr/bin/DOMCount libtool: install: warning: `../src/libxerces-c.la' has not been installed in `/usr/lib64' libtool: install: /usr/bin/install -c .libs/DOMPrint /builddir/build/BUILDROOT/xerces-c-3.1.4-4.fc28.riscv64/usr/bin/DOMPrint libtool: install: warning: `../src/libxerces-c.la' has not been installed in `/usr/lib64' libtool: install: /usr/bin/install -c .libs/EnumVal /builddir/build/BUILDROOT/xerces-c-3.1.4-4.fc28.riscv64/usr/bin/EnumVal libtool: install: warning: `../src/libxerces-c.la' has not been installed in `/usr/lib64' libtool: install: /usr/bin/install -c .libs/MemParse /builddir/build/BUILDROOT/xerces-c-3.1.4-4.fc28.riscv64/usr/bin/MemParse libtool: install: warning: `../src/libxerces-c.la' has not been installed in `/usr/lib64' libtool: install: /usr/bin/install -c .libs/PParse /builddir/build/BUILDROOT/xerces-c-3.1.4-4.fc28.riscv64/usr/bin/PParse libtool: install: warning: `../src/libxerces-c.la' has not been installed in `/usr/lib64' libtool: install: /usr/bin/install -c .libs/PSVIWriter /builddir/build/BUILDROOT/xerces-c-3.1.4-4.fc28.riscv64/usr/bin/PSVIWriter libtool: install: warning: `../src/libxerces-c.la' has not been installed in `/usr/lib64' libtool: install: /usr/bin/install -c .libs/Redirect /builddir/build/BUILDROOT/xerces-c-3.1.4-4.fc28.riscv64/usr/bin/Redirect libtool: install: warning: `../src/libxerces-c.la' has not been installed in `/usr/lib64' libtool: install: /usr/bin/install -c .libs/SAX2Count /builddir/build/BUILDROOT/xerces-c-3.1.4-4.fc28.riscv64/usr/bin/SAX2Count libtool: install: warning: `../src/libxerces-c.la' has not been installed in `/usr/lib64' libtool: install: /usr/bin/install -c .libs/SAX2Print /builddir/build/BUILDROOT/xerces-c-3.1.4-4.fc28.riscv64/usr/bin/SAX2Print libtool: install: warning: `../src/libxerces-c.la' has not been installed in `/usr/lib64' libtool: install: /usr/bin/install -c .libs/SAXCount /builddir/build/BUILDROOT/xerces-c-3.1.4-4.fc28.riscv64/usr/bin/SAXCount libtool: install: warning: `../src/libxerces-c.la' has not been installed in `/usr/lib64' libtool: install: /usr/bin/install -c .libs/SAXPrint /builddir/build/BUILDROOT/xerces-c-3.1.4-4.fc28.riscv64/usr/bin/SAXPrint libtool: install: warning: `../src/libxerces-c.la' has not been installed in `/usr/lib64' libtool: install: /usr/bin/install -c .libs/SCMPrint /builddir/build/BUILDROOT/xerces-c-3.1.4-4.fc28.riscv64/usr/bin/SCMPrint libtool: install: warning: `../src/libxerces-c.la' has not been installed in `/usr/lib64' libtool: install: /usr/bin/install -c .libs/SEnumVal /builddir/build/BUILDROOT/xerces-c-3.1.4-4.fc28.riscv64/usr/bin/SEnumVal libtool: install: warning: `../src/libxerces-c.la' has not been installed in `/usr/lib64' libtool: install: /usr/bin/install -c .libs/StdInParse /builddir/build/BUILDROOT/xerces-c-3.1.4-4.fc28.riscv64/usr/bin/StdInParse libtool: install: warning: `../src/libxerces-c.la' has not been installed in `/usr/lib64' libtool: install: /usr/bin/install -c .libs/XInclude /builddir/build/BUILDROOT/xerces-c-3.1.4-4.fc28.riscv64/usr/bin/XInclude make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/builddir/build/BUILD/xerces-c-3.1.4/samples' make[1]: Leaving directory '/builddir/build/BUILD/xerces-c-3.1.4/samples' make[1]: Entering directory '/builddir/build/BUILD/xerces-c-3.1.4' make[2]: Entering directory '/builddir/build/BUILD/xerces-c-3.1.4' make[2]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/xerces-c-3.1.4-4.fc28.riscv64/usr/lib64/pkgconfig' /usr/bin/install -c -m 644 xerces-c.pc '/builddir/build/BUILDROOT/xerces-c-3.1.4-4.fc28.riscv64/usr/lib64/pkgconfig' make[2]: Leaving directory '/builddir/build/BUILD/xerces-c-3.1.4' make[1]: Leaving directory '/builddir/build/BUILD/xerces-c-3.1.4' + iconv -f iso8859-1 -t utf-8 CREDITS + mv -f CREDITS.tmp CREDITS + pushd doc ~/build/BUILD/xerces-c-3.1.4/doc ~/build/BUILD/xerces-c-3.1.4 + dos2unix -k apidocs.xml applications.xml bug-report.xml build.xml charter.xml createdoc.xml domcount.xml domprint.xml download.xml enumval.xml faq-build.xml faq-contributing.xml faq-distrib.xml faq-other.xml faq-parse.xml feedback.xml install.xml mailing-lists.xml memparse.xml migration.xml migration_archive.xml pparse.xml program-dom.xml program-others.xml program-sax.xml program-sax2.xml program.xml psviwriter.xml readme.xml redirect.xml releases.xml releases_archive.xml releases_plan.xml samples.xml sax2count.xml sax2print.xml saxcount.xml saxprint.xml schema.xml scmprint.xml secadv.xml senumval.xml source-repository.xml stdinparse.xml xerces-c_book.xml xinclude.xml dos2unix: converting file apidocs.xml to Unix format... dos2unix: converting file applications.xml to Unix format... dos2unix: converting file bug-report.xml to Unix format... dos2unix: converting file build.xml to Unix format... dos2unix: converting file charter.xml to Unix format... dos2unix: converting file createdoc.xml to Unix format... dos2unix: converting file domcount.xml to Unix format... dos2unix: converting file domprint.xml to Unix format... dos2unix: converting file download.xml to Unix format... dos2unix: converting file enumval.xml to Unix format... dos2unix: converting file faq-build.xml to Unix format... dos2unix: converting file faq-contributing.xml to Unix format... dos2unix: converting file faq-distrib.xml to Unix format... dos2unix: converting file faq-other.xml to Unix format... dos2unix: converting file faq-parse.xml to Unix format... dos2unix: converting file feedback.xml to Unix format... dos2unix: converting file install.xml to Unix format... dos2unix: converting file mailing-lists.xml to Unix format... dos2unix: converting file memparse.xml to Unix format... dos2unix: converting file migration.xml to Unix format... dos2unix: converting file migration_archive.xml to Unix format... dos2unix: converting file pparse.xml to Unix format... dos2unix: converting file program-dom.xml to Unix format... dos2unix: converting file program-others.xml to Unix format... dos2unix: converting file program-sax.xml to Unix format... dos2unix: converting file program-sax2.xml to Unix format... dos2unix: converting file program.xml to Unix format... dos2unix: converting file psviwriter.xml to Unix format... dos2unix: converting file readme.xml to Unix format... dos2unix: converting file redirect.xml to Unix format... dos2unix: converting file releases.xml to Unix format... dos2unix: converting file releases_archive.xml to Unix format... dos2unix: converting file releases_plan.xml to Unix format... dos2unix: converting file samples.xml to Unix format... dos2unix: converting file sax2count.xml to Unix format... dos2unix: converting file sax2print.xml to Unix format... dos2unix: converting file saxcount.xml to Unix format... dos2unix: converting file saxprint.xml to Unix format... dos2unix: converting file schema.xml to Unix format... dos2unix: converting file scmprint.xml to Unix format... dos2unix: converting file secadv.xml to Unix format... dos2unix: converting file senumval.xml to Unix format... dos2unix: converting file source-repository.xml to Unix format... dos2unix: converting file stdinparse.xml to Unix format... dos2unix: converting file xerces-c_book.xml to Unix format... dos2unix: converting file xinclude.xml to Unix format... + popd ~/build/BUILD/xerces-c-3.1.4 + rm -rf /builddir/build/BUILDROOT/xerces-c-3.1.4-4.fc28.riscv64/usr/bin + rm -f /builddir/build/BUILDROOT/xerces-c-3.1.4-4.fc28.riscv64/usr/lib64/libxerces-c.la + /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 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: xerces-c-3.1.4-4.fc28.riscv64 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.TP1uvw + umask 022 + cd /builddir/build/BUILD + cd xerces-c-3.1.4 + LICENSEDIR=/builddir/build/BUILDROOT/xerces-c-3.1.4-4.fc28.riscv64/usr/share/licenses/xerces-c + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/xerces-c-3.1.4-4.fc28.riscv64/usr/share/licenses/xerces-c + cp -pr LICENSE /builddir/build/BUILDROOT/xerces-c-3.1.4-4.fc28.riscv64/usr/share/licenses/xerces-c + exit 0 Provides: libxerces-c-3.1.so()(64bit) xerces-c = 3.1.4-4.fc28 xerces-c(riscv-64) = 3.1.4-4.fc28 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) libgcc_s.so.1()(64bit) libgcc_s.so.1(GCC_3.0)(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.27)(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.27)(64bit) libstdc++.so.6()(64bit) libstdc++.so.6(CXXABI_1.3)(64bit) libstdc++.so.6(CXXABI_1.3.8)(64bit) libstdc++.so.6(CXXABI_1.3.9)(64bit) libstdc++.so.6(GLIBCXX_3.4)(64bit) rtld(GNU_HASH) Processing files: xerces-c-devel-3.1.4-4.fc28.riscv64 Provides: pkgconfig(xerces-c) = 3.1.4 xerces-c-devel = 3.1.4-4.fc28 xerces-c-devel(riscv-64) = 3.1.4-4.fc28 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/pkg-config Processing files: xerces-c-doc-3.1.4-4.fc28.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.wZOika + umask 022 + cd /builddir/build/BUILD + cd xerces-c-3.1.4 + DOCDIR=/builddir/build/BUILDROOT/xerces-c-3.1.4-4.fc28.riscv64/usr/share/doc/xerces-c-doc + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/xerces-c-3.1.4-4.fc28.riscv64/usr/share/doc/xerces-c-doc + cp -pr README /builddir/build/BUILDROOT/xerces-c-3.1.4-4.fc28.riscv64/usr/share/doc/xerces-c-doc + cp -pr NOTICE /builddir/build/BUILDROOT/xerces-c-3.1.4-4.fc28.riscv64/usr/share/doc/xerces-c-doc + cp -pr CREDITS /builddir/build/BUILDROOT/xerces-c-3.1.4-4.fc28.riscv64/usr/share/doc/xerces-c-doc + cp -pr doc /builddir/build/BUILDROOT/xerces-c-3.1.4-4.fc28.riscv64/usr/share/doc/xerces-c-doc + cp -pr _docs/samples /builddir/build/BUILDROOT/xerces-c-3.1.4-4.fc28.riscv64/usr/share/doc/xerces-c-doc + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.WD5zqz + umask 022 + cd /builddir/build/BUILD + cd xerces-c-3.1.4 + LICENSEDIR=/builddir/build/BUILDROOT/xerces-c-3.1.4-4.fc28.riscv64/usr/share/licenses/xerces-c-doc + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/xerces-c-3.1.4-4.fc28.riscv64/usr/share/licenses/xerces-c-doc + cp -pr LICENSE /builddir/build/BUILDROOT/xerces-c-3.1.4-4.fc28.riscv64/usr/share/licenses/xerces-c-doc + exit 0 Provides: xerces-c-doc = 3.1.4-4.fc28 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/xerces-c-3.1.4-4.fc28.riscv64 Wrote: /builddir/build/SRPMS/xerces-c-3.1.4-4.fc28.src.rpm Wrote: /builddir/build/RPMS/riscv64/xerces-c-3.1.4-4.fc28.riscv64.rpm Wrote: /builddir/build/RPMS/riscv64/xerces-c-devel-3.1.4-4.fc28.riscv64.rpm Wrote: /builddir/build/RPMS/noarch/xerces-c-doc-3.1.4-4.fc28.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.Vzvfg0 + umask 022 + cd /builddir/build/BUILD + cd xerces-c-3.1.4 + /usr/bin/rm -rf /builddir/build/BUILDROOT/xerces-c-3.1.4-4.fc28.riscv64 + exit 0 + touch /buildok + cleanup + set +e + sync + sleep 5 + sync + poweroff Terminated ++ cleanup ++ set +e ++ sync Terminated +++ cleanup +++ set +e +++ sync +++ sleep 5 +++ sync +++ poweroff