+ exec + rm -rf /rpmbuild + mkdir -p /rpmbuild + su -c 'rpmbuild -ba /builddir/build/SPECS/log4shib.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.GFY1WL + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf log4shib-1.0.9 + /usr/bin/gzip -dc /builddir/build/SOURCES/log4shib-1.0.9.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd log4shib-1.0.9 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + sed /Cflags/d log4shib.pc.in prefix=@prefix@ exec_prefix=@exec_prefix@ libdir=@libdir@ includedir=@includedir@ Name: @PACKAGE@ Description: C++ library for flexible logging, modeled after Log4j Version: @VERSION@ Libs: -L${libdir} @log4shib_libs@ + iconv -f iso8859-1 -t utf-8 ChangeLog + mv -f ChangeLog.conv ChangeLog + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.WOUkbK + umask 022 + cd /builddir/build/BUILD + cd log4shib-1.0.9 + autoreconf -fiv autoreconf: Entering directory `.' autoreconf: configure.ac: not using Gettext autoreconf: running: aclocal --force -I m4 autoreconf: configure.ac: tracing autoreconf: running: libtoolize --copy --force libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'config'. libtoolize: copying file 'config/ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. libtoolize: copying file 'm4/libtool.m4' libtoolize: copying file 'm4/ltoptions.m4' libtoolize: copying file 'm4/ltsugar.m4' libtoolize: copying file 'm4/ltversion.m4' libtoolize: copying file 'm4/lt~obsolete.m4' autoreconf: running: /usr/bin/autoconf --force autoreconf: running: /usr/bin/autoheader --force autoreconf: running: automake --add-missing --copy --force-missing configure.ac:45: installing 'config/compile' configure.ac:23: installing 'config/missing' src/Makefile.am: installing 'config/depcomp' autoreconf: Leaving directory `.' + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 ' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 ' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I/usr/lib64/gfortran/modules' + export FFLAGS + FCFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I/usr/lib64/gfortran/modules' + export FCFLAGS + LDFLAGS='-Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + export LDFLAGS + '[' 1 = 1 ']' +++ dirname ./configure ++ find . -name config.guess -o -name config.sub + for i in $(find $(dirname ./configure) -name config.guess -o -name config.sub) ++ basename ./config/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 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 build system type... riscv64-redhat-linux-gnu checking host system type... riscv64-redhat-linux-gnu checking how to print strings... printf checking for style of include used by make... GNU checking for riscv64-redhat-linux-gnu-gcc... no checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking dependency style of gcc... none checking for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... /usr/bin/grep -F checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking how to convert riscv64-redhat-linux-gnu file names to riscv64-redhat-linux-gnu format... func_convert_file_noop checking how to convert riscv64-redhat-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for riscv64-redhat-linux-gnu-objdump... no checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for riscv64-redhat-linux-gnu-dlltool... no checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for riscv64-redhat-linux-gnu-ar... no checking for ar... ar checking for archiver @FILE support... @ checking for riscv64-redhat-linux-gnu-strip... no checking for strip... strip checking for riscv64-redhat-linux-gnu-ranlib... no checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from gcc object... ok checking for sysroot... no checking for a working dd... /usr/bin/dd checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1 checking for riscv64-redhat-linux-gnu-mt... no checking for mt... no checking if : is a manifest tool... no checking 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 whether make sets $(MAKE)... (cached) 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... 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 riscv64-redhat-linux-gnu-QCC... no checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... none 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 how to run the C++ preprocessor... g++ -E checking for unistd.h... (cached) yes checking io.h usability... no checking io.h presence... no checking for io.h... no checking whether O_CLOEXEC is declared... yes checking whether FD_CLOEXEC is declared... yes checking for SOCK_CLOEXEC support... yes checking for int64_t... yes checking for working snprintf... yes checking for syslog... yes checking for gettimeofday... yes checking for ftime... yes checking for localtime_r... yes checking for gmtime_r... yes checking for socket in -lsocket... no checking for gethostbyname in -lnsl... no checking for the pthreads library -lpthreads... no checking whether pthreads work without any flags... no checking whether pthreads work with -Kthread... no checking whether pthreads work with -kthread... no checking for the pthreads library -llthread... no checking whether pthreads work with -pthread... yes checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE checking if more special flags are required for pthreads... no checking for PTHREAD_PRIO_INHERIT... yes checking whether the compiler implements namespaces... yes checking whether the compiler has stringstream... yes checking for doxygen... /usr/bin/doxygen checking for dot... no configure: creating log4shib-config.in configure: creating log4shib.pc.in checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating log4shib.spec config.status: creating log4shib.pc config.status: creating log4shib-config config.status: WARNING: 'log4shib-config.in' seems to ignore the --datarootdir setting config.status: creating Portfile config.status: creating config/Makefile config.status: creating doc/Makefile config.status: creating doc/Doxyfile config.status: creating doc/html/Makefile config.status: creating src/Makefile config.status: creating include/Makefile config.status: creating include/log4shib/Makefile config.status: creating include/log4shib/threading/Makefile config.status: creating tests/Makefile config.status: creating debian/Makefile config.status: creating msvc6/Makefile config.status: creating msvc6/log4shib/Makefile config.status: creating msvc6/log4shibDLL/Makefile config.status: creating msvc6/testCategory/Makefile config.status: creating msvc6/testDLL/Makefile config.status: creating msvc6/testMain/Makefile config.status: creating msvc6/testNDC/Makefile config.status: creating msvc6/testNTEventLog/Makefile config.status: creating msvc6/testPattern/Makefile config.status: creating msvc8/Makefile config.status: creating msvc8/log4shib/Makefile config.status: creating msvc8/log4shibDLL/Makefile config.status: creating msvc8/testCategory/Makefile config.status: creating msvc8/testDLL/Makefile config.status: creating msvc8/testMain/Makefile config.status: creating msvc8/testNDC/Makefile config.status: creating msvc8/testNTEventLog/Makefile config.status: creating msvc8/testPattern/Makefile config.status: creating msvc9/Makefile config.status: creating msvc9/log4shib/Makefile config.status: creating msvc9/log4shibDLL/Makefile config.status: creating msvc9/testCategory/Makefile config.status: creating msvc9/testDLL/Makefile config.status: creating msvc9/testMain/Makefile config.status: creating msvc9/testNDC/Makefile config.status: creating msvc9/testNTEventLog/Makefile config.status: creating msvc9/testPattern/Makefile config.status: creating msvc10/Makefile config.status: creating msvc10/log4shib/Makefile config.status: creating msvc10/log4shibDLL/Makefile config.status: creating msvc10/testCategory/Makefile config.status: creating msvc10/testMain/Makefile config.status: creating msvc10/testNDC/Makefile config.status: creating msvc10/testNTEventLog/Makefile config.status: creating msvc10/testPattern/Makefile config.status: creating openvms/Makefile config.status: creating include/config.h config.status: executing include/log4shib/config.h commands config.status: creating: include/log4shib/config.h: prefix LOG4SHIB for include/config.h defines config.status: executing depfiles commands config.status: executing libtool commands + make -j4 Making all in debian make[1]: Entering directory '/builddir/build/BUILD/log4shib-1.0.9/debian' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/builddir/build/BUILD/log4shib-1.0.9/debian' Making all in msvc6 make[1]: Entering directory '/builddir/build/BUILD/log4shib-1.0.9/msvc6' Making all in log4shib make[2]: Entering directory '/builddir/build/BUILD/log4shib-1.0.9/msvc6/log4shib' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/builddir/build/BUILD/log4shib-1.0.9/msvc6/log4shib' Making all in log4shibDLL make[2]: Entering directory '/builddir/build/BUILD/log4shib-1.0.9/msvc6/log4shibDLL' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/builddir/build/BUILD/log4shib-1.0.9/msvc6/log4shibDLL' Making all in testCategory make[2]: Entering directory '/builddir/build/BUILD/log4shib-1.0.9/msvc6/testCategory' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/builddir/build/BUILD/log4shib-1.0.9/msvc6/testCategory' Making all in testDLL make[2]: Entering directory '/builddir/build/BUILD/log4shib-1.0.9/msvc6/testDLL' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/builddir/build/BUILD/log4shib-1.0.9/msvc6/testDLL' Making all in testMain make[2]: Entering directory '/builddir/build/BUILD/log4shib-1.0.9/msvc6/testMain' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/builddir/build/BUILD/log4shib-1.0.9/msvc6/testMain' Making all in testNDC make[2]: Entering directory '/builddir/build/BUILD/log4shib-1.0.9/msvc6/testNDC' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/builddir/build/BUILD/log4shib-1.0.9/msvc6/testNDC' Making all in testNTEventLog make[2]: Entering directory '/builddir/build/BUILD/log4shib-1.0.9/msvc6/testNTEventLog' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/builddir/build/BUILD/log4shib-1.0.9/msvc6/testNTEventLog' Making all in testPattern make[2]: Entering directory '/builddir/build/BUILD/log4shib-1.0.9/msvc6/testPattern' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/builddir/build/BUILD/log4shib-1.0.9/msvc6/testPattern' make[2]: Entering directory '/builddir/build/BUILD/log4shib-1.0.9/msvc6' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/builddir/build/BUILD/log4shib-1.0.9/msvc6' make[1]: Leaving directory '/builddir/build/BUILD/log4shib-1.0.9/msvc6' Making all in msvc8 make[1]: Entering directory '/builddir/build/BUILD/log4shib-1.0.9/msvc8' Making all in log4shib make[2]: Entering directory '/builddir/build/BUILD/log4shib-1.0.9/msvc8/log4shib' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/builddir/build/BUILD/log4shib-1.0.9/msvc8/log4shib' Making all in log4shibDLL make[2]: Entering directory '/builddir/build/BUILD/log4shib-1.0.9/msvc8/log4shibDLL' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/builddir/build/BUILD/log4shib-1.0.9/msvc8/log4shibDLL' Making all in testCategory make[2]: Entering directory '/builddir/build/BUILD/log4shib-1.0.9/msvc8/testCategory' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/builddir/build/BUILD/log4shib-1.0.9/msvc8/testCategory' Making all in testDLL make[2]: Entering directory '/builddir/build/BUILD/log4shib-1.0.9/msvc8/testDLL' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/builddir/build/BUILD/log4shib-1.0.9/msvc8/testDLL' Making all in testMain make[2]: Entering directory '/builddir/build/BUILD/log4shib-1.0.9/msvc8/testMain' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/builddir/build/BUILD/log4shib-1.0.9/msvc8/testMain' Making all in testNDC make[2]: Entering directory '/builddir/build/BUILD/log4shib-1.0.9/msvc8/testNDC' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/builddir/build/BUILD/log4shib-1.0.9/msvc8/testNDC' Making all in testNTEventLog make[2]: Entering directory '/builddir/build/BUILD/log4shib-1.0.9/msvc8/testNTEventLog' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/builddir/build/BUILD/log4shib-1.0.9/msvc8/testNTEventLog' Making all in testPattern make[2]: Entering directory '/builddir/build/BUILD/log4shib-1.0.9/msvc8/testPattern' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/builddir/build/BUILD/log4shib-1.0.9/msvc8/testPattern' make[2]: Entering directory '/builddir/build/BUILD/log4shib-1.0.9/msvc8' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/builddir/build/BUILD/log4shib-1.0.9/msvc8' make[1]: Leaving directory '/builddir/build/BUILD/log4shib-1.0.9/msvc8' Making all in msvc9 make[1]: Entering directory '/builddir/build/BUILD/log4shib-1.0.9/msvc9' Making all in log4shib make[2]: Entering directory '/builddir/build/BUILD/log4shib-1.0.9/msvc9/log4shib' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/builddir/build/BUILD/log4shib-1.0.9/msvc9/log4shib' Making all in log4shibDLL make[2]: Entering directory '/builddir/build/BUILD/log4shib-1.0.9/msvc9/log4shibDLL' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/builddir/build/BUILD/log4shib-1.0.9/msvc9/log4shibDLL' Making all in testCategory make[2]: Entering directory '/builddir/build/BUILD/log4shib-1.0.9/msvc9/testCategory' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/builddir/build/BUILD/log4shib-1.0.9/msvc9/testCategory' Making all in testDLL make[2]: Entering directory '/builddir/build/BUILD/log4shib-1.0.9/msvc9/testDLL' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/builddir/build/BUILD/log4shib-1.0.9/msvc9/testDLL' Making all in testMain make[2]: Entering directory '/builddir/build/BUILD/log4shib-1.0.9/msvc9/testMain' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/builddir/build/BUILD/log4shib-1.0.9/msvc9/testMain' Making all in testNDC make[2]: Entering directory '/builddir/build/BUILD/log4shib-1.0.9/msvc9/testNDC' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/builddir/build/BUILD/log4shib-1.0.9/msvc9/testNDC' Making all in testNTEventLog make[2]: Entering directory '/builddir/build/BUILD/log4shib-1.0.9/msvc9/testNTEventLog' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/builddir/build/BUILD/log4shib-1.0.9/msvc9/testNTEventLog' Making all in testPattern make[2]: Entering directory '/builddir/build/BUILD/log4shib-1.0.9/msvc9/testPattern' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/builddir/build/BUILD/log4shib-1.0.9/msvc9/testPattern' make[2]: Entering directory '/builddir/build/BUILD/log4shib-1.0.9/msvc9' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/builddir/build/BUILD/log4shib-1.0.9/msvc9' make[1]: Leaving directory '/builddir/build/BUILD/log4shib-1.0.9/msvc9' Making all in msvc10 make[1]: Entering directory '/builddir/build/BUILD/log4shib-1.0.9/msvc10' Making all in log4shib make[2]: Entering directory '/builddir/build/BUILD/log4shib-1.0.9/msvc10/log4shib' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/builddir/build/BUILD/log4shib-1.0.9/msvc10/log4shib' Making all in log4shibDLL make[2]: Entering directory '/builddir/build/BUILD/log4shib-1.0.9/msvc10/log4shibDLL' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/builddir/build/BUILD/log4shib-1.0.9/msvc10/log4shibDLL' Making all in testCategory make[2]: Entering directory '/builddir/build/BUILD/log4shib-1.0.9/msvc10/testCategory' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/builddir/build/BUILD/log4shib-1.0.9/msvc10/testCategory' Making all in testMain make[2]: Entering directory '/builddir/build/BUILD/log4shib-1.0.9/msvc10/testMain' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/builddir/build/BUILD/log4shib-1.0.9/msvc10/testMain' Making all in testNDC make[2]: Entering directory '/builddir/build/BUILD/log4shib-1.0.9/msvc10/testNDC' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/builddir/build/BUILD/log4shib-1.0.9/msvc10/testNDC' Making all in testNTEventLog make[2]: Entering directory '/builddir/build/BUILD/log4shib-1.0.9/msvc10/testNTEventLog' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/builddir/build/BUILD/log4shib-1.0.9/msvc10/testNTEventLog' Making all in testPattern make[2]: Entering directory '/builddir/build/BUILD/log4shib-1.0.9/msvc10/testPattern' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/builddir/build/BUILD/log4shib-1.0.9/msvc10/testPattern' make[2]: Entering directory '/builddir/build/BUILD/log4shib-1.0.9/msvc10' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/builddir/build/BUILD/log4shib-1.0.9/msvc10' make[1]: Leaving directory '/builddir/build/BUILD/log4shib-1.0.9/msvc10' Making all in config make[1]: Entering directory '/builddir/build/BUILD/log4shib-1.0.9/config' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/builddir/build/BUILD/log4shib-1.0.9/config' Making all in src make[1]: Entering directory '/builddir/build/BUILD/log4shib-1.0.9/src' /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../include -I../include -pthread -Wall -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -O2 -DNDEBUG -Wall -Wno-unused -pedantic -c -o Appender.lo Appender.cpp /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../include -I../include -pthread -Wall -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -O2 -DNDEBUG -Wall -Wno-unused -pedantic -c -o AppenderSkeleton.lo AppenderSkeleton.cpp /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../include -I../include -pthread -Wall -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -O2 -DNDEBUG -Wall -Wno-unused -pedantic -c -o LayoutAppender.lo LayoutAppender.cpp /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../include -I../include -pthread -Wall -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -O2 -DNDEBUG -Wall -Wno-unused -pedantic -c -o FileAppender.lo FileAppender.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../include -I../include -pthread -Wall -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -O2 -DNDEBUG -Wall -Wno-unused -pedantic -c LayoutAppender.cpp -fPIC -DPIC -o .libs/LayoutAppender.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../include -I../include -pthread -Wall -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -O2 -DNDEBUG -Wall -Wno-unused -pedantic -c FileAppender.cpp -fPIC -DPIC -o .libs/FileAppender.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../include -I../include -pthread -Wall -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -O2 -DNDEBUG -Wall -Wno-unused -pedantic -c AppenderSkeleton.cpp -fPIC -DPIC -o .libs/AppenderSkeleton.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../include -I../include -pthread -Wall -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -O2 -DNDEBUG -Wall -Wno-unused -pedantic -c Appender.cpp -fPIC -DPIC -o .libs/Appender.o In file included from ../include/log4shib/Appender.hh:21:0, from Appender.cpp:11: ../include/log4shib/Priority.hh:106:2: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw(std::invalid_argument); ^~~~~ In file included from ../include/log4shib/Appender.hh:21:0, from ../include/log4shib/AppenderSkeleton.hh:14, from ../include/log4shib/LayoutAppender.hh:15, from LayoutAppender.cpp:11: ../include/log4shib/Priority.hh:106:2: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw(std::invalid_argument); ^~~~~ In file included from ../include/log4shib/Appender.hh:21:0, from ../include/log4shib/AppenderSkeleton.hh:14, from AppenderSkeleton.cpp:11: ../include/log4shib/Priority.hh:106:2: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw(std::invalid_argument); ^~~~~ In file included from ../include/log4shib/Appender.hh:21:0, from ../include/log4shib/AppenderSkeleton.hh:14, from ../include/log4shib/LayoutAppender.hh:15, from ../include/log4shib/FileAppender.hh:14, from FileAppender.cpp:21: ../include/log4shib/Priority.hh:106:2: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw(std::invalid_argument); ^~~~~ /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../include -I../include -pthread -Wall -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -O2 -DNDEBUG -Wall -Wno-unused -pedantic -c -o RollingFileAppender.lo RollingFileAppender.cpp /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../include -I../include -pthread -Wall -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -O2 -DNDEBUG -Wall -Wno-unused -pedantic -c -o FixedContextCategory.lo FixedContextCategory.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../include -I../include -pthread -Wall -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -O2 -DNDEBUG -Wall -Wno-unused -pedantic -c RollingFileAppender.cpp -fPIC -DPIC -o .libs/RollingFileAppender.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../include -I../include -pthread -Wall -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -O2 -DNDEBUG -Wall -Wno-unused -pedantic -c FixedContextCategory.cpp -fPIC -DPIC -o .libs/FixedContextCategory.o In file included from FileAppender.cpp:22:0: ../include/log4shib/Category.hh:115:9: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw(std::invalid_argument); ^~~~~ ../include/log4shib/Category.hh:149:9: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw(std::invalid_argument); ^~~~~ /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../include -I../include -pthread -Wall -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -O2 -DNDEBUG -Wall -Wno-unused -pedantic -c -o IdsaAppender.lo IdsaAppender.cpp /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../include -I../include -pthread -Wall -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -O2 -DNDEBUG -Wall -Wno-unused -pedantic -c -o OstreamAppender.lo OstreamAppender.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../include -I../include -pthread -Wall -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -O2 -DNDEBUG -Wall -Wno-unused -pedantic -c IdsaAppender.cpp -fPIC -DPIC -o .libs/IdsaAppender.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../include -I../include -pthread -Wall -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -O2 -DNDEBUG -Wall -Wno-unused -pedantic -c OstreamAppender.cpp -fPIC -DPIC -o .libs/OstreamAppender.o /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../include -I../include -pthread -Wall -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -O2 -DNDEBUG -Wall -Wno-unused -pedantic -c -o StringQueueAppender.lo StringQueueAppender.cpp In file included from ../include/log4shib/Appender.hh:21:0, from ../include/log4shib/AppenderSkeleton.hh:14, from ../include/log4shib/LayoutAppender.hh:15, from ../include/log4shib/FileAppender.hh:14, from ../include/log4shib/RollingFileAppender.hh:11, from RollingFileAppender.cpp:18: ../include/log4shib/Priority.hh:106:2: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw(std::invalid_argument); ^~~~~ libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../include -I../include -pthread -Wall -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -O2 -DNDEBUG -Wall -Wno-unused -pedantic -c StringQueueAppender.cpp -fPIC -DPIC -o .libs/StringQueueAppender.o In file included from ../include/log4shib/Appender.hh:21:0, from ../include/log4shib/Category.hh:14, from ../include/log4shib/FixedContextCategory.hh:14, from FixedContextCategory.cpp:11: ../include/log4shib/Priority.hh:106:2: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw(std::invalid_argument); ^~~~~ In file included from RollingFileAppender.cpp:19:0: ../include/log4shib/Category.hh:115:9: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw(std::invalid_argument); ^~~~~ ../include/log4shib/Category.hh:149:9: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw(std::invalid_argument); ^~~~~ In file included from ../include/log4shib/FixedContextCategory.hh:14:0, from FixedContextCategory.cpp:11: ../include/log4shib/Category.hh:115:9: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw(std::invalid_argument); ^~~~~ ../include/log4shib/Category.hh:149:9: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw(std::invalid_argument); ^~~~~ /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../include -I../include -pthread -Wall -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -O2 -DNDEBUG -Wall -Wno-unused -pedantic -c -o SyslogAppender.lo SyslogAppender.cpp In file included from ../include/log4shib/Appender.hh:21:0, from ../include/log4shib/AppenderSkeleton.hh:14, from ../include/log4shib/LayoutAppender.hh:15, from ../include/log4shib/OstreamAppender.hh:16, from OstreamAppender.cpp:17: ../include/log4shib/Priority.hh:106:2: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw(std::invalid_argument); ^~~~~ /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../include -I../include -pthread -Wall -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -O2 -DNDEBUG -Wall -Wno-unused -pedantic -c -o RemoteSyslogAppender.lo RemoteSyslogAppender.cpp In file included from ../include/log4shib/Appender.hh:21:0, from ../include/log4shib/AppenderSkeleton.hh:14, from ../include/log4shib/LayoutAppender.hh:15, from ../include/log4shib/StringQueueAppender.hh:16, from StringQueueAppender.cpp:11: ../include/log4shib/Priority.hh:106:2: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw(std::invalid_argument); ^~~~~ libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../include -I../include -pthread -Wall -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -O2 -DNDEBUG -Wall -Wno-unused -pedantic -c SyslogAppender.cpp -fPIC -DPIC -o .libs/SyslogAppender.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../include -I../include -pthread -Wall -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -O2 -DNDEBUG -Wall -Wno-unused -pedantic -c RemoteSyslogAppender.cpp -fPIC -DPIC -o .libs/RemoteSyslogAppender.o /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../include -I../include -pthread -Wall -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -O2 -DNDEBUG -Wall -Wno-unused -pedantic -c -o SimpleLayout.lo SimpleLayout.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../include -I../include -pthread -Wall -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -O2 -DNDEBUG -Wall -Wno-unused -pedantic -c SimpleLayout.cpp -fPIC -DPIC -o .libs/SimpleLayout.o /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../include -I../include -pthread -Wall -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -O2 -DNDEBUG -Wall -Wno-unused -pedantic -c -o BasicLayout.lo BasicLayout.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../include -I../include -pthread -Wall -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -O2 -DNDEBUG -Wall -Wno-unused -pedantic -c BasicLayout.cpp -fPIC -DPIC -o .libs/BasicLayout.o In file included from ../include/log4shib/Appender.hh:21:0, from ../include/log4shib/AppenderSkeleton.hh:14, from ../include/log4shib/LayoutAppender.hh:15, from ../include/log4shib/SyslogAppender.hh:17, from SyslogAppender.cpp:17: ../include/log4shib/Priority.hh:106:2: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw(std::invalid_argument); ^~~~~ In file included from ../include/log4shib/LoggingEvent.hh:16:0, from ../include/log4shib/Layout.hh:14, from ../include/log4shib/SimpleLayout.hh:14, from SimpleLayout.cpp:11: ../include/log4shib/Priority.hh:106:2: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw(std::invalid_argument); ^~~~~ In file included from ../include/log4shib/Appender.hh:21:0, from ../include/log4shib/AppenderSkeleton.hh:14, from ../include/log4shib/LayoutAppender.hh:15, from ../include/log4shib/RemoteSyslogAppender.hh:16, from RemoteSyslogAppender.cpp:21: ../include/log4shib/Priority.hh:106:2: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw(std::invalid_argument); ^~~~~ /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../include -I../include -pthread -Wall -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -O2 -DNDEBUG -Wall -Wno-unused -pedantic -c -o PatternLayout.lo PatternLayout.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../include -I../include -pthread -Wall -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -O2 -DNDEBUG -Wall -Wno-unused -pedantic -c PatternLayout.cpp -fPIC -DPIC -o .libs/PatternLayout.o In file included from ../include/log4shib/LoggingEvent.hh:16:0, from ../include/log4shib/Layout.hh:14, from ../include/log4shib/BasicLayout.hh:14, from BasicLayout.cpp:11: ../include/log4shib/Priority.hh:106:2: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw(std::invalid_argument); ^~~~~ /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../include -I../include -pthread -Wall -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -O2 -DNDEBUG -Wall -Wno-unused -pedantic -c -o Category.lo Category.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../include -I../include -pthread -Wall -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -O2 -DNDEBUG -Wall -Wno-unused -pedantic -c Category.cpp -fPIC -DPIC -o .libs/Category.o /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../include -I../include -pthread -Wall -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -O2 -DNDEBUG -Wall -Wno-unused -pedantic -c -o CategoryStream.lo CategoryStream.cpp /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../include -I../include -pthread -Wall -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -O2 -DNDEBUG -Wall -Wno-unused -pedantic -c -o HierarchyMaintainer.lo HierarchyMaintainer.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../include -I../include -pthread -Wall -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -O2 -DNDEBUG -Wall -Wno-unused -pedantic -c CategoryStream.cpp -fPIC -DPIC -o .libs/CategoryStream.o In file included from ../include/log4shib/LoggingEvent.hh:16:0, from ../include/log4shib/Layout.hh:14, from ../include/log4shib/PatternLayout.hh:13, from PatternLayout.cpp:11: ../include/log4shib/Priority.hh:106:2: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw(std::invalid_argument); ^~~~~ libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../include -I../include -pthread -Wall -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -O2 -DNDEBUG -Wall -Wno-unused -pedantic -c HierarchyMaintainer.cpp -fPIC -DPIC -o .libs/HierarchyMaintainer.o In file included from PatternLayout.cpp:11:0: ../include/log4shib/PatternLayout.hh:85:13: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw(ConfigureFailure); ^~~~~ In file included from ../include/log4shib/Appender.hh:21:0, from ../include/log4shib/Category.hh:14, from Category.cpp:16: ../include/log4shib/Priority.hh:106:2: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw(std::invalid_argument); ^~~~~ PatternLayout.cpp:283:84: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void PatternLayout::setConversionPattern(const std::string& conversionPattern) throw(ConfigureFailure) { ^~~~~ In file included from ../include/log4shib/CategoryStream.hh:14:0, from CategoryStream.cpp:16: ../include/log4shib/Priority.hh:106:2: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw(std::invalid_argument); ^~~~~ In file included from Category.cpp:16:0: ../include/log4shib/Category.hh:115:9: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw(std::invalid_argument); ^~~~~ ../include/log4shib/Category.hh:149:9: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw(std::invalid_argument); ^~~~~ Category.cpp:72:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw(std::invalid_argument) { ^~~~~ Category.cpp:95:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw(std::invalid_argument) { ^~~~~ In file included from ../include/log4shib/Appender.hh:21:0, from ../include/log4shib/Category.hh:14, from ../include/log4shib/HierarchyMaintainer.hh:17, from HierarchyMaintainer.cpp:20: ../include/log4shib/Priority.hh:106:2: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw(std::invalid_argument); ^~~~~ In file included from CategoryStream.cpp:17:0: ../include/log4shib/Category.hh:115:9: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw(std::invalid_argument); ^~~~~ ../include/log4shib/Category.hh:149:9: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw(std::invalid_argument); ^~~~~ In file included from ../include/log4shib/HierarchyMaintainer.hh:17:0, from HierarchyMaintainer.cpp:20: ../include/log4shib/Category.hh:115:9: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw(std::invalid_argument); ^~~~~ ../include/log4shib/Category.hh:149:9: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw(std::invalid_argument); ^~~~~ /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../include -I../include -pthread -Wall -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -O2 -DNDEBUG -Wall -Wno-unused -pedantic -c -o Configurator.lo Configurator.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../include -I../include -pthread -Wall -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -O2 -DNDEBUG -Wall -Wno-unused -pedantic -c Configurator.cpp -fPIC -DPIC -o .libs/Configurator.o /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../include -I../include -pthread -Wall -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -O2 -DNDEBUG -Wall -Wno-unused -pedantic -c -o BasicConfigurator.lo BasicConfigurator.cpp /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../include -I../include -pthread -Wall -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -O2 -DNDEBUG -Wall -Wno-unused -pedantic -c -o SimpleConfigurator.lo SimpleConfigurator.cpp /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../include -I../include -pthread -Wall -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -O2 -DNDEBUG -Wall -Wno-unused -pedantic -c -o PropertyConfigurator.lo PropertyConfigurator.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../include -I../include -pthread -Wall -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -O2 -DNDEBUG -Wall -Wno-unused -pedantic -c BasicConfigurator.cpp -fPIC -DPIC -o .libs/BasicConfigurator.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../include -I../include -pthread -Wall -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -O2 -DNDEBUG -Wall -Wno-unused -pedantic -c SimpleConfigurator.cpp -fPIC -DPIC -o .libs/SimpleConfigurator.o /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../include -I../include -pthread -Wall -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -O2 -DNDEBUG -Wall -Wno-unused -pedantic -c -o PropertyConfiguratorImpl.lo PropertyConfiguratorImpl.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../include -I../include -pthread -Wall -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -O2 -DNDEBUG -Wall -Wno-unused -pedantic -c PropertyConfigurator.cpp -fPIC -DPIC -o .libs/PropertyConfigurator.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../include -I../include -pthread -Wall -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -O2 -DNDEBUG -Wall -Wno-unused -pedantic -c PropertyConfiguratorImpl.cpp -fPIC -DPIC -o .libs/PropertyConfiguratorImpl.o In file included from PropertyConfigurator.cpp:9:0: ../include/log4shib/PropertyConfigurator.hh:48:64: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] static void configure(const std::string& initFileName) throw (ConfigureFailure); ^~~~~ In file included from ../include/log4shib/Appender.hh:21:0, from ../include/log4shib/Category.hh:14, from BasicConfigurator.cpp:19: ../include/log4shib/Priority.hh:106:2: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw(std::invalid_argument); ^~~~~ In file included from ../include/log4shib/Appender.hh:21:0, from PropertyConfiguratorImpl.hh:14, from PropertyConfigurator.cpp:10: ../include/log4shib/Priority.hh:106:2: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw(std::invalid_argument); ^~~~~ In file included from PropertyConfiguratorImpl.hh:15:0, from PropertyConfigurator.cpp:10: ../include/log4shib/Category.hh:115:9: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw(std::invalid_argument); ^~~~~ ../include/log4shib/Category.hh:149:9: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw(std::invalid_argument); ^~~~~ In file included from BasicConfigurator.cpp:19:0: ../include/log4shib/Category.hh:115:9: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw(std::invalid_argument); ^~~~~ ../include/log4shib/Category.hh:149:9: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw(std::invalid_argument); ^~~~~ In file included from PropertyConfigurator.cpp:10:0: PropertyConfiguratorImpl.hh:32:13: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw (ConfigureFailure); ^~~~~ PropertyConfiguratorImpl.hh:34:13: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw (ConfigureFailure); ^~~~~ PropertyConfiguratorImpl.hh:45:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void configureCategory(const std::string& categoryname) throw (ConfigureFailure); ^~~~~ PropertyConfiguratorImpl.hh:54:40: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void instantiateAllAppenders() throw(ConfigureFailure); ^~~~~ In file included from ../include/log4shib/Appender.hh:21:0, from ../include/log4shib/Category.hh:14, from SimpleConfigurator.cpp:23: ../include/log4shib/Priority.hh:106:2: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw(std::invalid_argument); ^~~~~ PropertyConfigurator.cpp:14:75: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void PropertyConfigurator::configure(const std::string& initFileName) throw (ConfigureFailure) { ^~~~~ In file included from SimpleConfigurator.cpp:23:0: ../include/log4shib/Category.hh:115:9: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw(std::invalid_argument); ^~~~~ ../include/log4shib/Category.hh:149:9: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw(std::invalid_argument); ^~~~~ In file included from SimpleConfigurator.cpp:33:0: ../include/log4shib/PatternLayout.hh:85:13: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw(ConfigureFailure); ^~~~~ In file included from SimpleConfigurator.cpp:34:0: ../include/log4shib/SimpleConfigurator.hh:37:64: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] static void configure(const std::string& initFileName) throw (ConfigureFailure); ^~~~~ ../include/log4shib/SimpleConfigurator.hh:48:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] static void configure(std::istream& initFile) throw (ConfigureFailure); }; ^~~~~ /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../include -I../include -pthread -Wall -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -O2 -DNDEBUG -Wall -Wno-unused -pedantic -c -o LoggingEvent.lo LoggingEvent.cpp SimpleConfigurator.cpp:45:73: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SimpleConfigurator::configure(const std::string& initFileName) throw (ConfigureFailure) { ^~~~~ SimpleConfigurator.cpp:55:64: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SimpleConfigurator::configure(std::istream& initFile) throw (ConfigureFailure) { ^~~~~ In file included from ../include/log4shib/Appender.hh:21:0, from ../include/log4shib/Category.hh:14, from PropertyConfiguratorImpl.cpp:21: ../include/log4shib/Priority.hh:106:2: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw(std::invalid_argument); ^~~~~ /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../include -I../include -pthread -Wall -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -O2 -DNDEBUG -Wall -Wno-unused -pedantic -c -o Priority.lo Priority.cpp In file included from PropertyConfiguratorImpl.cpp:21:0: ../include/log4shib/Category.hh:115:9: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw(std::invalid_argument); ^~~~~ ../include/log4shib/Category.hh:149:9: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw(std::invalid_argument); ^~~~~ libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../include -I../include -pthread -Wall -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -O2 -DNDEBUG -Wall -Wno-unused -pedantic -c LoggingEvent.cpp -fPIC -DPIC -o .libs/LoggingEvent.o In file included from PropertyConfiguratorImpl.cpp:45:0: ../include/log4shib/PatternLayout.hh:85:13: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw(ConfigureFailure); ^~~~~ libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../include -I../include -pthread -Wall -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -O2 -DNDEBUG -Wall -Wno-unused -pedantic -c Priority.cpp -fPIC -DPIC -o .libs/Priority.o In file included from PropertyConfiguratorImpl.cpp:54:0: PropertyConfiguratorImpl.hh:32:13: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw (ConfigureFailure); ^~~~~ PropertyConfiguratorImpl.hh:34:13: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw (ConfigureFailure); ^~~~~ PropertyConfiguratorImpl.hh:45:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void configureCategory(const std::string& categoryname) throw (ConfigureFailure); ^~~~~ PropertyConfiguratorImpl.hh:54:40: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void instantiateAllAppenders() throw(ConfigureFailure); ^~~~~ PropertyConfiguratorImpl.cpp:65:81: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void PropertyConfiguratorImpl::doConfigure(const std::string& initFileName) throw (ConfigureFailure) { ^~~~~ PropertyConfiguratorImpl.cpp:76:66: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void PropertyConfiguratorImpl::doConfigure(std::istream& in) throw (ConfigureFailure) { ^~~~~ PropertyConfiguratorImpl.cpp:92:62: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void PropertyConfiguratorImpl::instantiateAllAppenders() throw(ConfigureFailure) { ^~~~~ PropertyConfiguratorImpl.cpp:135:87: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void PropertyConfiguratorImpl::configureCategory(const std::string& categoryName) throw (ConfigureFailure) { ^~~~~ In file included from Priority.cpp:11:0: ../include/log4shib/Priority.hh:106:2: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw(std::invalid_argument); ^~~~~ Priority.cpp:31:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw(std::invalid_argument) { ^~~~~ In file included from ../include/log4shib/LoggingEvent.hh:16:0, from LoggingEvent.cpp:11: ../include/log4shib/Priority.hh:106:2: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw(std::invalid_argument); ^~~~~ /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../include -I../include -pthread -Wall -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -O2 -DNDEBUG -Wall -Wno-unused -pedantic -c -o NDC.lo NDC.cpp /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../include -I../include -pthread -Wall -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -O2 -DNDEBUG -Wall -Wno-unused -pedantic -c -o Filter.lo Filter.cpp /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../include -I../include -pthread -Wall -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -O2 -DNDEBUG -Wall -Wno-unused -pedantic -c -o TimeStamp.lo TimeStamp.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../include -I../include -pthread -Wall -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -O2 -DNDEBUG -Wall -Wno-unused -pedantic -c NDC.cpp -fPIC -DPIC -o .libs/NDC.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../include -I../include -pthread -Wall -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -O2 -DNDEBUG -Wall -Wno-unused -pedantic -c Filter.cpp -fPIC -DPIC -o .libs/Filter.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../include -I../include -pthread -Wall -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -O2 -DNDEBUG -Wall -Wno-unused -pedantic -c TimeStamp.cpp -fPIC -DPIC -o .libs/TimeStamp.o /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../include -I../include -pthread -Wall -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -O2 -DNDEBUG -Wall -Wno-unused -pedantic -c -o StringUtil.lo StringUtil.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../include -I../include -pthread -Wall -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -O2 -DNDEBUG -Wall -Wno-unused -pedantic -c StringUtil.cpp -fPIC -DPIC -o .libs/StringUtil.o In file included from ../include/log4shib/LoggingEvent.hh:16:0, from ../include/log4shib/Filter.hh:14, from Filter.cpp:11: ../include/log4shib/Priority.hh:106:2: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw(std::invalid_argument); ^~~~~ /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../include -I../include -pthread -Wall -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -O2 -DNDEBUG -Wall -Wno-unused -pedantic -c -o Properties.lo Properties.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../include -I../include -pthread -Wall -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -O2 -DNDEBUG -Wall -Wno-unused -pedantic -c Properties.cpp -fPIC -DPIC -o .libs/Properties.o /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../include -I../include -pthread -Wall -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -O2 -DNDEBUG -Wall -Wno-unused -pedantic -c -o Win32DebugAppender.lo Win32DebugAppender.cpp /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../include -I../include -pthread -Wall -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -O2 -DNDEBUG -Wall -Wno-unused -pedantic -c -o NTEventLogAppender.lo NTEventLogAppender.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../include -I../include -pthread -Wall -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -O2 -DNDEBUG -Wall -Wno-unused -pedantic -c Win32DebugAppender.cpp -fPIC -DPIC -o .libs/Win32DebugAppender.o /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../include -I../include -pthread -Wall -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -O2 -DNDEBUG -Wall -Wno-unused -pedantic -c -o DllMain.lo DllMain.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../include -I../include -pthread -Wall -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -O2 -DNDEBUG -Wall -Wno-unused -pedantic -c NTEventLogAppender.cpp -fPIC -DPIC -o .libs/NTEventLogAppender.o /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../include -I../include -pthread -Wall -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -O2 -DNDEBUG -Wall -Wno-unused -pedantic -c -o DummyThreads.lo DummyThreads.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../include -I../include -pthread -Wall -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -O2 -DNDEBUG -Wall -Wno-unused -pedantic -c DllMain.cpp -fPIC -DPIC -o .libs/DllMain.o /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../include -I../include -pthread -Wall -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -O2 -DNDEBUG -Wall -Wno-unused -pedantic -c -o MSThreads.lo MSThreads.cpp /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../include -I../include -pthread -Wall -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -O2 -DNDEBUG -Wall -Wno-unused -pedantic -c -o OmniThreads.lo OmniThreads.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../include -I../include -pthread -Wall -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -O2 -DNDEBUG -Wall -Wno-unused -pedantic -c DummyThreads.cpp -fPIC -DPIC -o .libs/DummyThreads.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../include -I../include -pthread -Wall -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -O2 -DNDEBUG -Wall -Wno-unused -pedantic -c MSThreads.cpp -fPIC -DPIC -o .libs/MSThreads.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../include -I../include -pthread -Wall -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -O2 -DNDEBUG -Wall -Wno-unused -pedantic -c OmniThreads.cpp -fPIC -DPIC -o .libs/OmniThreads.o /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../include -I../include -pthread -Wall -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -O2 -DNDEBUG -Wall -Wno-unused -pedantic -c -o PThreads.lo PThreads.cpp /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../include -I../include -pthread -Wall -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -O2 -DNDEBUG -Wall -Wno-unused -pedantic -c -o PortabilityImpl.lo PortabilityImpl.cpp /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../include -I../include -pthread -Wall -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -O2 -DNDEBUG -Wall -Wno-unused -pedantic -c -o AbortAppender.lo AbortAppender.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../include -I../include -pthread -Wall -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -O2 -DNDEBUG -Wall -Wno-unused -pedantic -c PThreads.cpp -fPIC -DPIC -o .libs/PThreads.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../include -I../include -pthread -Wall -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -O2 -DNDEBUG -Wall -Wno-unused -pedantic -c PortabilityImpl.cpp -fPIC -DPIC -o .libs/PortabilityImpl.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../include -I../include -pthread -Wall -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -O2 -DNDEBUG -Wall -Wno-unused -pedantic -c AbortAppender.cpp -fPIC -DPIC -o .libs/AbortAppender.o In file included from ../include/log4shib/Appender.hh:21:0, from ../include/log4shib/AppenderSkeleton.hh:14, from ../include/log4shib/AbortAppender.hh:14, from AbortAppender.cpp:11: ../include/log4shib/Priority.hh:106:2: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw(std::invalid_argument); ^~~~~ /bin/sh ../libtool --tag=CXX --mode=link g++ -pthread -Wall -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -O2 -DNDEBUG -Wall -Wno-unused -pedantic -version-info 1:9:0 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o liblog4shib.la -rpath /usr/lib64 Appender.lo AppenderSkeleton.lo LayoutAppender.lo FileAppender.lo RollingFileAppender.lo FixedContextCategory.lo IdsaAppender.lo OstreamAppender.lo StringQueueAppender.lo SyslogAppender.lo RemoteSyslogAppender.lo SimpleLayout.lo BasicLayout.lo PatternLayout.lo Category.lo CategoryStream.lo HierarchyMaintainer.lo Configurator.lo BasicConfigurator.lo SimpleConfigurator.lo PropertyConfigurator.lo PropertyConfiguratorImpl.lo LoggingEvent.lo Priority.lo NDC.lo Filter.lo TimeStamp.lo StringUtil.lo Properties.lo Win32DebugAppender.lo NTEventLogAppender.lo DllMain.lo DummyThreads.lo MSThreads.lo OmniThreads.lo PThreads.lo PortabilityImpl.lo AbortAppender.lo 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 .libs/Appender.o .libs/AppenderSkeleton.o .libs/LayoutAppender.o .libs/FileAppender.o .libs/RollingFileAppender.o .libs/FixedContextCategory.o .libs/IdsaAppender.o .libs/OstreamAppender.o .libs/StringQueueAppender.o .libs/SyslogAppender.o .libs/RemoteSyslogAppender.o .libs/SimpleLayout.o .libs/BasicLayout.o .libs/PatternLayout.o .libs/Category.o .libs/CategoryStream.o .libs/HierarchyMaintainer.o .libs/Configurator.o .libs/BasicConfigurator.o .libs/SimpleConfigurator.o .libs/PropertyConfigurator.o .libs/PropertyConfiguratorImpl.o .libs/LoggingEvent.o .libs/Priority.o .libs/NDC.o .libs/Filter.o .libs/TimeStamp.o .libs/StringUtil.o .libs/Properties.o .libs/Win32DebugAppender.o .libs/NTEventLogAppender.o .libs/DllMain.o .libs/DummyThreads.o .libs/MSThreads.o .libs/OmniThreads.o .libs/PThreads.o .libs/PortabilityImpl.o .libs/AbortAppender.o -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 -pthread -O2 -g -fstack-protector-strong -grecord-gcc-switches -O2 -Wl,-z -Wl,relro -pthread -Wl,-soname -Wl,liblog4shib.so.1 -o .libs/liblog4shib.so.1.0.9 libtool: link: (cd ".libs" && rm -f "liblog4shib.so.1" && ln -s "liblog4shib.so.1.0.9" "liblog4shib.so.1") libtool: link: (cd ".libs" && rm -f "liblog4shib.so" && ln -s "liblog4shib.so.1.0.9" "liblog4shib.so") libtool: link: ( cd ".libs" && rm -f "liblog4shib.la" && ln -s "../liblog4shib.la" "liblog4shib.la" ) make[1]: Leaving directory '/builddir/build/BUILD/log4shib-1.0.9/src' Making all in include make[1]: Entering directory '/builddir/build/BUILD/log4shib-1.0.9/include' make all-recursive make[2]: Entering directory '/builddir/build/BUILD/log4shib-1.0.9/include' Making all in log4shib make[3]: Entering directory '/builddir/build/BUILD/log4shib-1.0.9/include/log4shib' Making all in threading make[4]: Entering directory '/builddir/build/BUILD/log4shib-1.0.9/include/log4shib/threading' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/builddir/build/BUILD/log4shib-1.0.9/include/log4shib/threading' make[4]: Entering directory '/builddir/build/BUILD/log4shib-1.0.9/include/log4shib' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/builddir/build/BUILD/log4shib-1.0.9/include/log4shib' make[3]: Leaving directory '/builddir/build/BUILD/log4shib-1.0.9/include/log4shib' make[3]: Entering directory '/builddir/build/BUILD/log4shib-1.0.9/include' make[3]: Leaving directory '/builddir/build/BUILD/log4shib-1.0.9/include' make[2]: Leaving directory '/builddir/build/BUILD/log4shib-1.0.9/include' make[1]: Leaving directory '/builddir/build/BUILD/log4shib-1.0.9/include' Making all in tests make[1]: Entering directory '/builddir/build/BUILD/log4shib-1.0.9/tests' g++ -DHAVE_CONFIG_H -I. -I../include -I../include -I../src -pthread -Wall -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -O2 -DNDEBUG -Wall -Wno-unused -pedantic -c -o testmain.o testmain.cpp g++ -DHAVE_CONFIG_H -I. -I../include -I../include -I../src -pthread -Wall -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -O2 -DNDEBUG -Wall -Wno-unused -pedantic -c -o Clock.o Clock.cpp g++ -DHAVE_CONFIG_H -I. -I../include -I../include -I../src -pthread -Wall -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -O2 -DNDEBUG -Wall -Wno-unused -pedantic -c -o testbench.o testbench.cpp In file included from ../include/log4shib/Appender.hh:21:0, from ../include/log4shib/Category.hh:14, from testbench.cpp:6: ../include/log4shib/Priority.hh:106:2: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw(std::invalid_argument); ^~~~~ In file included from ../include/log4shib/Appender.hh:21:0, from ../include/log4shib/Category.hh:14, from testmain.cpp:7: ../include/log4shib/Priority.hh:106:2: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw(std::invalid_argument); ^~~~~ In file included from testbench.cpp:6:0: ../include/log4shib/Category.hh:115:9: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw(std::invalid_argument); ^~~~~ ../include/log4shib/Category.hh:149:9: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw(std::invalid_argument); ^~~~~ In file included from testmain.cpp:7:0: ../include/log4shib/Category.hh:115:9: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw(std::invalid_argument); ^~~~~ ../include/log4shib/Category.hh:149:9: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw(std::invalid_argument); ^~~~~ In file included from testbench.cpp:10:0: ../include/log4shib/PatternLayout.hh:85:13: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw(ConfigureFailure); ^~~~~ /bin/sh ../libtool --tag=CXX --mode=link g++ -pthread -Wall -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -O2 -DNDEBUG -Wall -Wno-unused -pedantic -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o testmain testmain.o ../src/liblog4shib.la /bin/sh ../libtool --tag=CXX --mode=link g++ -pthread -Wall -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -O2 -DNDEBUG -Wall -Wno-unused -pedantic -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o testbench Clock.o testbench.o ../src/liblog4shib.la libtool: link: g++ -pthread -Wall -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -O2 -DNDEBUG -Wall -Wno-unused -pedantic -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/testmain testmain.o ../src/.libs/liblog4shib.so -pthread libtool: link: g++ -pthread -Wall -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -O2 -DNDEBUG -Wall -Wno-unused -pedantic -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/testbench Clock.o testbench.o ../src/.libs/liblog4shib.so -pthread make[1]: Leaving directory '/builddir/build/BUILD/log4shib-1.0.9/tests' Making all in doc make[1]: Entering directory '/builddir/build/BUILD/log4shib-1.0.9/doc' Making all in html make[2]: Entering directory '/builddir/build/BUILD/log4shib-1.0.9/doc/html' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/builddir/build/BUILD/log4shib-1.0.9/doc/html' make[2]: Entering directory '/builddir/build/BUILD/log4shib-1.0.9/doc' /usr/bin/doxygen Making html in html make[3]: Entering directory '/builddir/build/BUILD/log4shib-1.0.9/doc/html' make[3]: Nothing to be done for 'html'. make[3]: Leaving directory '/builddir/build/BUILD/log4shib-1.0.9/doc/html' make[3]: Entering directory '/builddir/build/BUILD/log4shib-1.0.9/doc' make[3]: Nothing to be done for 'html-am'. make[3]: Leaving directory '/builddir/build/BUILD/log4shib-1.0.9/doc' warning: Tag `MAX_DOT_GRAPH_WIDTH' at line 65 of file `Doxyfile' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag `MAX_DOT_GRAPH_HEIGHT' at line 66 of file `Doxyfile' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" /builddir/build/BUILD/log4shib-1.0.9/src/Category.cpp:203: warning: no uniquely matching class member found for bool log4shib::Category::ownsAppender(log4shib::Appender *appender, Category::OwnsAppenderMap::iterator &i2) Possible candidates: bool log4shib::Category::ownsAppender() const' at line 225 of file /builddir/build/BUILD/log4shib-1.0.9/include/log4shib/Category.hh virtual bool log4shib::Category::ownsAppender(Appender *appender) const' at line 234 of file /builddir/build/BUILD/log4shib-1.0.9/include/log4shib/Category.hh virtual bool log4shib::Category::ownsAppender(Appender *appender, OwnsAppenderMap::iterator &i2)' at line 648 of file /builddir/build/BUILD/log4shib-1.0.9/include/log4shib/Category.hh /builddir/build/BUILD/log4shib-1.0.9/include/log4shib/PatternLayout.hh:63: warning: lonely
  • tag found /builddir/build/BUILD/log4shib-1.0.9/include/log4shib/PatternLayout.hh:63: warning: found
  • tag without matching
  • /builddir/build/BUILD/log4shib-1.0.9/include/log4shib/PatternLayout.hh:64: warning: lonely
  • tag found /builddir/build/BUILD/log4shib-1.0.9/include/log4shib/PatternLayout.hh:64: warning: found
  • tag without matching
  • /builddir/build/BUILD/log4shib-1.0.9/include/log4shib/PatternLayout.hh:65: warning: lonely
  • tag found /builddir/build/BUILD/log4shib-1.0.9/include/log4shib/PatternLayout.hh:72: warning: found
  • tag without matching
  • /builddir/build/BUILD/log4shib-1.0.9/include/log4shib/PatternLayout.hh:73: warning: lonely
  • tag found /builddir/build/BUILD/log4shib-1.0.9/include/log4shib/PatternLayout.hh:73: warning: found
  • tag without matching
  • /builddir/build/BUILD/log4shib-1.0.9/include/log4shib/PatternLayout.hh:74: warning: lonely
  • tag found /builddir/build/BUILD/log4shib-1.0.9/include/log4shib/PatternLayout.hh:74: warning: found
  • tag without matching
  • /builddir/build/BUILD/log4shib-1.0.9/include/log4shib/PatternLayout.hh:75: warning: lonely
  • tag found /builddir/build/BUILD/log4shib-1.0.9/include/log4shib/PatternLayout.hh:75: warning: found
  • tag without matching
  • /builddir/build/BUILD/log4shib-1.0.9/include/log4shib/PatternLayout.hh:76: warning: lonely
  • tag found /builddir/build/BUILD/log4shib-1.0.9/include/log4shib/PatternLayout.hh:76: warning: found
  • tag without matching
  • /builddir/build/BUILD/log4shib-1.0.9/include/log4shib/PatternLayout.hh:77: warning: lonely
  • tag found /builddir/build/BUILD/log4shib-1.0.9/include/log4shib/PatternLayout.hh:77: warning: found
  • tag without matching
  • /builddir/build/BUILD/log4shib-1.0.9/include/log4shib/PatternLayout.hh:78: warning: lonely
  • tag found /builddir/build/BUILD/log4shib-1.0.9/include/log4shib/PatternLayout.hh:78: warning: found
  • tag without matching
  • /builddir/build/BUILD/log4shib-1.0.9/include/log4shib/PatternLayout.hh:79: warning: lonely
  • tag found /builddir/build/BUILD/log4shib-1.0.9/include/log4shib/PatternLayout.hh:79: warning: found
  • tag without matching
  • make[2]: Leaving directory '/builddir/build/BUILD/log4shib-1.0.9/doc' make[1]: Leaving directory '/builddir/build/BUILD/log4shib-1.0.9/doc' make[1]: Entering directory '/builddir/build/BUILD/log4shib-1.0.9' make[1]: Nothing to be done for 'all-am'. make[1]: Leaving directory '/builddir/build/BUILD/log4shib-1.0.9' + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.elCb6P + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/log4shib-1.0.9-4.fc28.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/log4shib-1.0.9-4.fc28.riscv64 ++ dirname /builddir/build/BUILDROOT/log4shib-1.0.9-4.fc28.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/log4shib-1.0.9-4.fc28.riscv64 + cd log4shib-1.0.9 + make install DESTDIR=/builddir/build/BUILDROOT/log4shib-1.0.9-4.fc28.riscv64 Making install in debian make[1]: Entering directory '/builddir/build/BUILD/log4shib-1.0.9/debian' make[2]: Entering directory '/builddir/build/BUILD/log4shib-1.0.9/debian' 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/log4shib-1.0.9/debian' make[1]: Leaving directory '/builddir/build/BUILD/log4shib-1.0.9/debian' Making install in msvc6 make[1]: Entering directory '/builddir/build/BUILD/log4shib-1.0.9/msvc6' Making install in log4shib make[2]: Entering directory '/builddir/build/BUILD/log4shib-1.0.9/msvc6/log4shib' make[3]: Entering directory '/builddir/build/BUILD/log4shib-1.0.9/msvc6/log4shib' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/builddir/build/BUILD/log4shib-1.0.9/msvc6/log4shib' make[2]: Leaving directory '/builddir/build/BUILD/log4shib-1.0.9/msvc6/log4shib' Making install in log4shibDLL make[2]: Entering directory '/builddir/build/BUILD/log4shib-1.0.9/msvc6/log4shibDLL' make[3]: Entering directory '/builddir/build/BUILD/log4shib-1.0.9/msvc6/log4shibDLL' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/builddir/build/BUILD/log4shib-1.0.9/msvc6/log4shibDLL' make[2]: Leaving directory '/builddir/build/BUILD/log4shib-1.0.9/msvc6/log4shibDLL' Making install in testCategory make[2]: Entering directory '/builddir/build/BUILD/log4shib-1.0.9/msvc6/testCategory' make[3]: Entering directory '/builddir/build/BUILD/log4shib-1.0.9/msvc6/testCategory' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/builddir/build/BUILD/log4shib-1.0.9/msvc6/testCategory' make[2]: Leaving directory '/builddir/build/BUILD/log4shib-1.0.9/msvc6/testCategory' Making install in testDLL make[2]: Entering directory '/builddir/build/BUILD/log4shib-1.0.9/msvc6/testDLL' make[3]: Entering directory '/builddir/build/BUILD/log4shib-1.0.9/msvc6/testDLL' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/builddir/build/BUILD/log4shib-1.0.9/msvc6/testDLL' make[2]: Leaving directory '/builddir/build/BUILD/log4shib-1.0.9/msvc6/testDLL' Making install in testMain make[2]: Entering directory '/builddir/build/BUILD/log4shib-1.0.9/msvc6/testMain' make[3]: Entering directory '/builddir/build/BUILD/log4shib-1.0.9/msvc6/testMain' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/builddir/build/BUILD/log4shib-1.0.9/msvc6/testMain' make[2]: Leaving directory '/builddir/build/BUILD/log4shib-1.0.9/msvc6/testMain' Making install in testNDC make[2]: Entering directory '/builddir/build/BUILD/log4shib-1.0.9/msvc6/testNDC' make[3]: Entering directory '/builddir/build/BUILD/log4shib-1.0.9/msvc6/testNDC' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/builddir/build/BUILD/log4shib-1.0.9/msvc6/testNDC' make[2]: Leaving directory '/builddir/build/BUILD/log4shib-1.0.9/msvc6/testNDC' Making install in testNTEventLog make[2]: Entering directory '/builddir/build/BUILD/log4shib-1.0.9/msvc6/testNTEventLog' make[3]: Entering directory '/builddir/build/BUILD/log4shib-1.0.9/msvc6/testNTEventLog' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/builddir/build/BUILD/log4shib-1.0.9/msvc6/testNTEventLog' make[2]: Leaving directory '/builddir/build/BUILD/log4shib-1.0.9/msvc6/testNTEventLog' Making install in testPattern make[2]: Entering directory '/builddir/build/BUILD/log4shib-1.0.9/msvc6/testPattern' make[3]: Entering directory '/builddir/build/BUILD/log4shib-1.0.9/msvc6/testPattern' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/builddir/build/BUILD/log4shib-1.0.9/msvc6/testPattern' make[2]: Leaving directory '/builddir/build/BUILD/log4shib-1.0.9/msvc6/testPattern' make[2]: Entering directory '/builddir/build/BUILD/log4shib-1.0.9/msvc6' make[3]: Entering directory '/builddir/build/BUILD/log4shib-1.0.9/msvc6' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/builddir/build/BUILD/log4shib-1.0.9/msvc6' make[2]: Leaving directory '/builddir/build/BUILD/log4shib-1.0.9/msvc6' make[1]: Leaving directory '/builddir/build/BUILD/log4shib-1.0.9/msvc6' Making install in msvc8 make[1]: Entering directory '/builddir/build/BUILD/log4shib-1.0.9/msvc8' Making install in log4shib make[2]: Entering directory '/builddir/build/BUILD/log4shib-1.0.9/msvc8/log4shib' make[3]: Entering directory '/builddir/build/BUILD/log4shib-1.0.9/msvc8/log4shib' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/builddir/build/BUILD/log4shib-1.0.9/msvc8/log4shib' make[2]: Leaving directory '/builddir/build/BUILD/log4shib-1.0.9/msvc8/log4shib' Making install in log4shibDLL make[2]: Entering directory '/builddir/build/BUILD/log4shib-1.0.9/msvc8/log4shibDLL' make[3]: Entering directory '/builddir/build/BUILD/log4shib-1.0.9/msvc8/log4shibDLL' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/builddir/build/BUILD/log4shib-1.0.9/msvc8/log4shibDLL' make[2]: Leaving directory '/builddir/build/BUILD/log4shib-1.0.9/msvc8/log4shibDLL' Making install in testCategory make[2]: Entering directory '/builddir/build/BUILD/log4shib-1.0.9/msvc8/testCategory' make[3]: Entering directory '/builddir/build/BUILD/log4shib-1.0.9/msvc8/testCategory' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/builddir/build/BUILD/log4shib-1.0.9/msvc8/testCategory' make[2]: Leaving directory '/builddir/build/BUILD/log4shib-1.0.9/msvc8/testCategory' Making install in testDLL make[2]: Entering directory '/builddir/build/BUILD/log4shib-1.0.9/msvc8/testDLL' make[3]: Entering directory '/builddir/build/BUILD/log4shib-1.0.9/msvc8/testDLL' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/builddir/build/BUILD/log4shib-1.0.9/msvc8/testDLL' make[2]: Leaving directory '/builddir/build/BUILD/log4shib-1.0.9/msvc8/testDLL' Making install in testMain make[2]: Entering directory '/builddir/build/BUILD/log4shib-1.0.9/msvc8/testMain' make[3]: Entering directory '/builddir/build/BUILD/log4shib-1.0.9/msvc8/testMain' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/builddir/build/BUILD/log4shib-1.0.9/msvc8/testMain' make[2]: Leaving directory '/builddir/build/BUILD/log4shib-1.0.9/msvc8/testMain' Making install in testNDC make[2]: Entering directory '/builddir/build/BUILD/log4shib-1.0.9/msvc8/testNDC' make[3]: Entering directory '/builddir/build/BUILD/log4shib-1.0.9/msvc8/testNDC' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/builddir/build/BUILD/log4shib-1.0.9/msvc8/testNDC' make[2]: Leaving directory '/builddir/build/BUILD/log4shib-1.0.9/msvc8/testNDC' Making install in testNTEventLog make[2]: Entering directory '/builddir/build/BUILD/log4shib-1.0.9/msvc8/testNTEventLog' make[3]: Entering directory '/builddir/build/BUILD/log4shib-1.0.9/msvc8/testNTEventLog' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/builddir/build/BUILD/log4shib-1.0.9/msvc8/testNTEventLog' make[2]: Leaving directory '/builddir/build/BUILD/log4shib-1.0.9/msvc8/testNTEventLog' Making install in testPattern make[2]: Entering directory '/builddir/build/BUILD/log4shib-1.0.9/msvc8/testPattern' make[3]: Entering directory '/builddir/build/BUILD/log4shib-1.0.9/msvc8/testPattern' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/builddir/build/BUILD/log4shib-1.0.9/msvc8/testPattern' make[2]: Leaving directory '/builddir/build/BUILD/log4shib-1.0.9/msvc8/testPattern' make[2]: Entering directory '/builddir/build/BUILD/log4shib-1.0.9/msvc8' make[3]: Entering directory '/builddir/build/BUILD/log4shib-1.0.9/msvc8' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/builddir/build/BUILD/log4shib-1.0.9/msvc8' make[2]: Leaving directory '/builddir/build/BUILD/log4shib-1.0.9/msvc8' make[1]: Leaving directory '/builddir/build/BUILD/log4shib-1.0.9/msvc8' Making install in msvc9 make[1]: Entering directory '/builddir/build/BUILD/log4shib-1.0.9/msvc9' Making install in log4shib make[2]: Entering directory '/builddir/build/BUILD/log4shib-1.0.9/msvc9/log4shib' make[3]: Entering directory '/builddir/build/BUILD/log4shib-1.0.9/msvc9/log4shib' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/builddir/build/BUILD/log4shib-1.0.9/msvc9/log4shib' make[2]: Leaving directory '/builddir/build/BUILD/log4shib-1.0.9/msvc9/log4shib' Making install in log4shibDLL make[2]: Entering directory '/builddir/build/BUILD/log4shib-1.0.9/msvc9/log4shibDLL' make[3]: Entering directory '/builddir/build/BUILD/log4shib-1.0.9/msvc9/log4shibDLL' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/builddir/build/BUILD/log4shib-1.0.9/msvc9/log4shibDLL' make[2]: Leaving directory '/builddir/build/BUILD/log4shib-1.0.9/msvc9/log4shibDLL' Making install in testCategory make[2]: Entering directory '/builddir/build/BUILD/log4shib-1.0.9/msvc9/testCategory' make[3]: Entering directory '/builddir/build/BUILD/log4shib-1.0.9/msvc9/testCategory' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/builddir/build/BUILD/log4shib-1.0.9/msvc9/testCategory' make[2]: Leaving directory '/builddir/build/BUILD/log4shib-1.0.9/msvc9/testCategory' Making install in testDLL make[2]: Entering directory '/builddir/build/BUILD/log4shib-1.0.9/msvc9/testDLL' make[3]: Entering directory '/builddir/build/BUILD/log4shib-1.0.9/msvc9/testDLL' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/builddir/build/BUILD/log4shib-1.0.9/msvc9/testDLL' make[2]: Leaving directory '/builddir/build/BUILD/log4shib-1.0.9/msvc9/testDLL' Making install in testMain make[2]: Entering directory '/builddir/build/BUILD/log4shib-1.0.9/msvc9/testMain' make[3]: Entering directory '/builddir/build/BUILD/log4shib-1.0.9/msvc9/testMain' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/builddir/build/BUILD/log4shib-1.0.9/msvc9/testMain' make[2]: Leaving directory '/builddir/build/BUILD/log4shib-1.0.9/msvc9/testMain' Making install in testNDC make[2]: Entering directory '/builddir/build/BUILD/log4shib-1.0.9/msvc9/testNDC' make[3]: Entering directory '/builddir/build/BUILD/log4shib-1.0.9/msvc9/testNDC' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/builddir/build/BUILD/log4shib-1.0.9/msvc9/testNDC' make[2]: Leaving directory '/builddir/build/BUILD/log4shib-1.0.9/msvc9/testNDC' Making install in testNTEventLog make[2]: Entering directory '/builddir/build/BUILD/log4shib-1.0.9/msvc9/testNTEventLog' make[3]: Entering directory '/builddir/build/BUILD/log4shib-1.0.9/msvc9/testNTEventLog' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/builddir/build/BUILD/log4shib-1.0.9/msvc9/testNTEventLog' make[2]: Leaving directory '/builddir/build/BUILD/log4shib-1.0.9/msvc9/testNTEventLog' Making install in testPattern make[2]: Entering directory '/builddir/build/BUILD/log4shib-1.0.9/msvc9/testPattern' make[3]: Entering directory '/builddir/build/BUILD/log4shib-1.0.9/msvc9/testPattern' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/builddir/build/BUILD/log4shib-1.0.9/msvc9/testPattern' make[2]: Leaving directory '/builddir/build/BUILD/log4shib-1.0.9/msvc9/testPattern' make[2]: Entering directory '/builddir/build/BUILD/log4shib-1.0.9/msvc9' make[3]: Entering directory '/builddir/build/BUILD/log4shib-1.0.9/msvc9' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/builddir/build/BUILD/log4shib-1.0.9/msvc9' make[2]: Leaving directory '/builddir/build/BUILD/log4shib-1.0.9/msvc9' make[1]: Leaving directory '/builddir/build/BUILD/log4shib-1.0.9/msvc9' Making install in msvc10 make[1]: Entering directory '/builddir/build/BUILD/log4shib-1.0.9/msvc10' Making install in log4shib make[2]: Entering directory '/builddir/build/BUILD/log4shib-1.0.9/msvc10/log4shib' make[3]: Entering directory '/builddir/build/BUILD/log4shib-1.0.9/msvc10/log4shib' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/builddir/build/BUILD/log4shib-1.0.9/msvc10/log4shib' make[2]: Leaving directory '/builddir/build/BUILD/log4shib-1.0.9/msvc10/log4shib' Making install in log4shibDLL make[2]: Entering directory '/builddir/build/BUILD/log4shib-1.0.9/msvc10/log4shibDLL' make[3]: Entering directory '/builddir/build/BUILD/log4shib-1.0.9/msvc10/log4shibDLL' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/builddir/build/BUILD/log4shib-1.0.9/msvc10/log4shibDLL' make[2]: Leaving directory '/builddir/build/BUILD/log4shib-1.0.9/msvc10/log4shibDLL' Making install in testCategory make[2]: Entering directory '/builddir/build/BUILD/log4shib-1.0.9/msvc10/testCategory' make[3]: Entering directory '/builddir/build/BUILD/log4shib-1.0.9/msvc10/testCategory' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/builddir/build/BUILD/log4shib-1.0.9/msvc10/testCategory' make[2]: Leaving directory '/builddir/build/BUILD/log4shib-1.0.9/msvc10/testCategory' Making install in testMain make[2]: Entering directory '/builddir/build/BUILD/log4shib-1.0.9/msvc10/testMain' make[3]: Entering directory '/builddir/build/BUILD/log4shib-1.0.9/msvc10/testMain' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/builddir/build/BUILD/log4shib-1.0.9/msvc10/testMain' make[2]: Leaving directory '/builddir/build/BUILD/log4shib-1.0.9/msvc10/testMain' Making install in testNDC make[2]: Entering directory '/builddir/build/BUILD/log4shib-1.0.9/msvc10/testNDC' make[3]: Entering directory '/builddir/build/BUILD/log4shib-1.0.9/msvc10/testNDC' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/builddir/build/BUILD/log4shib-1.0.9/msvc10/testNDC' make[2]: Leaving directory '/builddir/build/BUILD/log4shib-1.0.9/msvc10/testNDC' Making install in testNTEventLog make[2]: Entering directory '/builddir/build/BUILD/log4shib-1.0.9/msvc10/testNTEventLog' make[3]: Entering directory '/builddir/build/BUILD/log4shib-1.0.9/msvc10/testNTEventLog' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/builddir/build/BUILD/log4shib-1.0.9/msvc10/testNTEventLog' make[2]: Leaving directory '/builddir/build/BUILD/log4shib-1.0.9/msvc10/testNTEventLog' Making install in testPattern make[2]: Entering directory '/builddir/build/BUILD/log4shib-1.0.9/msvc10/testPattern' make[3]: Entering directory '/builddir/build/BUILD/log4shib-1.0.9/msvc10/testPattern' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/builddir/build/BUILD/log4shib-1.0.9/msvc10/testPattern' make[2]: Leaving directory '/builddir/build/BUILD/log4shib-1.0.9/msvc10/testPattern' make[2]: Entering directory '/builddir/build/BUILD/log4shib-1.0.9/msvc10' make[3]: Entering directory '/builddir/build/BUILD/log4shib-1.0.9/msvc10' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/builddir/build/BUILD/log4shib-1.0.9/msvc10' make[2]: Leaving directory '/builddir/build/BUILD/log4shib-1.0.9/msvc10' make[1]: Leaving directory '/builddir/build/BUILD/log4shib-1.0.9/msvc10' Making install in config make[1]: Entering directory '/builddir/build/BUILD/log4shib-1.0.9/config' make[2]: Entering directory '/builddir/build/BUILD/log4shib-1.0.9/config' 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/log4shib-1.0.9/config' make[1]: Leaving directory '/builddir/build/BUILD/log4shib-1.0.9/config' Making install in src make[1]: Entering directory '/builddir/build/BUILD/log4shib-1.0.9/src' make[2]: Entering directory '/builddir/build/BUILD/log4shib-1.0.9/src' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/log4shib-1.0.9-4.fc28.riscv64/usr/lib64' /bin/sh ../libtool --mode=install /usr/bin/install -c liblog4shib.la '/builddir/build/BUILDROOT/log4shib-1.0.9-4.fc28.riscv64/usr/lib64' libtool: install: /usr/bin/install -c .libs/liblog4shib.so.1.0.9 /builddir/build/BUILDROOT/log4shib-1.0.9-4.fc28.riscv64/usr/lib64/liblog4shib.so.1.0.9 libtool: install: (cd /builddir/build/BUILDROOT/log4shib-1.0.9-4.fc28.riscv64/usr/lib64 && { ln -s -f liblog4shib.so.1.0.9 liblog4shib.so.1 || { rm -f liblog4shib.so.1 && ln -s liblog4shib.so.1.0.9 liblog4shib.so.1; }; }) libtool: install: (cd /builddir/build/BUILDROOT/log4shib-1.0.9-4.fc28.riscv64/usr/lib64 && { ln -s -f liblog4shib.so.1.0.9 liblog4shib.so || { rm -f liblog4shib.so && ln -s liblog4shib.so.1.0.9 liblog4shib.so; }; }) libtool: install: /usr/bin/install -c .libs/liblog4shib.lai /builddir/build/BUILDROOT/log4shib-1.0.9-4.fc28.riscv64/usr/lib64/liblog4shib.la libtool: warning: remember to run 'libtool --finish /usr/lib64' make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/builddir/build/BUILD/log4shib-1.0.9/src' make[1]: Leaving directory '/builddir/build/BUILD/log4shib-1.0.9/src' Making install in include make[1]: Entering directory '/builddir/build/BUILD/log4shib-1.0.9/include' Making install in log4shib make[2]: Entering directory '/builddir/build/BUILD/log4shib-1.0.9/include/log4shib' Making install in threading make[3]: Entering directory '/builddir/build/BUILD/log4shib-1.0.9/include/log4shib/threading' make[4]: Entering directory '/builddir/build/BUILD/log4shib-1.0.9/include/log4shib/threading' make[4]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/log4shib-1.0.9-4.fc28.riscv64/usr/include/log4shib/threading' /usr/bin/install -c -m 644 BoostThreads.hh DummyThreads.hh OmniThreads.hh PThreads.hh MSThreads.hh Threading.hh '/builddir/build/BUILDROOT/log4shib-1.0.9-4.fc28.riscv64/usr/include/log4shib/threading' make[4]: Leaving directory '/builddir/build/BUILD/log4shib-1.0.9/include/log4shib/threading' make[3]: Leaving directory '/builddir/build/BUILD/log4shib-1.0.9/include/log4shib/threading' make[3]: Entering directory '/builddir/build/BUILD/log4shib-1.0.9/include/log4shib' make[4]: Entering directory '/builddir/build/BUILD/log4shib-1.0.9/include/log4shib' make[4]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/log4shib-1.0.9-4.fc28.riscv64/usr/include/log4shib' /usr/bin/install -c -m 644 Appender.hh AppenderSkeleton.hh FixedContextCategory.hh LayoutAppender.hh FileAppender.hh RollingFileAppender.hh IdsaAppender.hh OstreamAppender.hh StringQueueAppender.hh SyslogAppender.hh RemoteSyslogAppender.hh Layout.hh SimpleLayout.hh BasicLayout.hh PatternLayout.hh Category.hh CategoryStream.hh HierarchyMaintainer.hh Configurator.hh BasicConfigurator.hh SimpleConfigurator.hh PropertyConfigurator.hh LoggingEvent.hh Priority.hh NDC.hh TimeStamp.hh Filter.hh Export.hh Portability.hh Win32DebugAppender.hh NTEventLogAppender.hh AbortAppender.hh config.h config-win32.h config-openvms.h '/builddir/build/BUILDROOT/log4shib-1.0.9-4.fc28.riscv64/usr/include/log4shib' make[4]: Leaving directory '/builddir/build/BUILD/log4shib-1.0.9/include/log4shib' make[3]: Leaving directory '/builddir/build/BUILD/log4shib-1.0.9/include/log4shib' make[2]: Leaving directory '/builddir/build/BUILD/log4shib-1.0.9/include/log4shib' make[2]: Entering directory '/builddir/build/BUILD/log4shib-1.0.9/include' make[3]: Entering directory '/builddir/build/BUILD/log4shib-1.0.9/include' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/builddir/build/BUILD/log4shib-1.0.9/include' make[2]: Leaving directory '/builddir/build/BUILD/log4shib-1.0.9/include' make[1]: Leaving directory '/builddir/build/BUILD/log4shib-1.0.9/include' Making install in tests make[1]: Entering directory '/builddir/build/BUILD/log4shib-1.0.9/tests' make[2]: Entering directory '/builddir/build/BUILD/log4shib-1.0.9/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/log4shib-1.0.9/tests' make[1]: Leaving directory '/builddir/build/BUILD/log4shib-1.0.9/tests' Making install in doc make[1]: Entering directory '/builddir/build/BUILD/log4shib-1.0.9/doc' Making install in html make[2]: Entering directory '/builddir/build/BUILD/log4shib-1.0.9/doc/html' make[3]: Entering directory '/builddir/build/BUILD/log4shib-1.0.9/doc/html' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/builddir/build/BUILD/log4shib-1.0.9/doc/html' make[2]: Leaving directory '/builddir/build/BUILD/log4shib-1.0.9/doc/html' make[2]: Entering directory '/builddir/build/BUILD/log4shib-1.0.9/doc' Making html in html make[3]: Entering directory '/builddir/build/BUILD/log4shib-1.0.9/doc/html' make[3]: Nothing to be done for 'html'. make[3]: Leaving directory '/builddir/build/BUILD/log4shib-1.0.9/doc/html' make[3]: Entering directory '/builddir/build/BUILD/log4shib-1.0.9/doc' make[3]: Nothing to be done for 'html-am'. make[3]: Leaving directory '/builddir/build/BUILD/log4shib-1.0.9/doc' make[3]: Entering directory '/builddir/build/BUILD/log4shib-1.0.9/doc' make[3]: Nothing to be done for 'install-exec-am'. /bin/sh /builddir/build/BUILD/log4shib-1.0.9/config/install-sh -d /builddir/build/BUILDROOT/log4shib-1.0.9-4.fc28.riscv64/usr/share/man/man3 /usr/bin/install -c -m 644 ./man/man3/log4shib.3 /builddir/build/BUILDROOT/log4shib-1.0.9-4.fc28.riscv64/usr/share/man/man3/log4shib.3 /usr/bin/install -c -m 644 ./man/man3/log4shib_AbortAppender.3 /builddir/build/BUILDROOT/log4shib-1.0.9-4.fc28.riscv64/usr/share/man/man3/log4shib::AbortAppender.3 /usr/bin/install -c -m 644 ./man/man3/log4shib_Appender.3 /builddir/build/BUILDROOT/log4shib-1.0.9-4.fc28.riscv64/usr/share/man/man3/log4shib::Appender.3 /usr/bin/install -c -m 644 ./man/man3/log4shib_AppenderSkeleton.3 /builddir/build/BUILDROOT/log4shib-1.0.9-4.fc28.riscv64/usr/share/man/man3/log4shib::AppenderSkeleton.3 /usr/bin/install -c -m 644 ./man/man3/log4shib_BasicConfigurator.3 /builddir/build/BUILDROOT/log4shib-1.0.9-4.fc28.riscv64/usr/share/man/man3/log4shib::BasicConfigurator.3 /usr/bin/install -c -m 644 ./man/man3/log4shib_BasicLayout.3 /builddir/build/BUILDROOT/log4shib-1.0.9-4.fc28.riscv64/usr/share/man/man3/log4shib::BasicLayout.3 /usr/bin/install -c -m 644 ./man/man3/log4shib_Category.3 /builddir/build/BUILDROOT/log4shib-1.0.9-4.fc28.riscv64/usr/share/man/man3/log4shib::Category.3 /usr/bin/install -c -m 644 ./man/man3/log4shib_CategoryNameComponent.3 /builddir/build/BUILDROOT/log4shib-1.0.9-4.fc28.riscv64/usr/share/man/man3/log4shib::CategoryNameComponent.3 /usr/bin/install -c -m 644 ./man/man3/log4shib_CategoryStream.3 /builddir/build/BUILDROOT/log4shib-1.0.9-4.fc28.riscv64/usr/share/man/man3/log4shib::CategoryStream.3 /usr/bin/install -c -m 644 ./man/man3/log4shib_ConfigureFailure.3 /builddir/build/BUILDROOT/log4shib-1.0.9-4.fc28.riscv64/usr/share/man/man3/log4shib::ConfigureFailure.3 /usr/bin/install -c -m 644 ./man/man3/log4shib_FileAppender.3 /builddir/build/BUILDROOT/log4shib-1.0.9-4.fc28.riscv64/usr/share/man/man3/log4shib::FileAppender.3 /usr/bin/install -c -m 644 ./man/man3/log4shib_Filter.3 /builddir/build/BUILDROOT/log4shib-1.0.9-4.fc28.riscv64/usr/share/man/man3/log4shib::Filter.3 /usr/bin/install -c -m 644 ./man/man3/log4shib_FixedContextCategory.3 /builddir/build/BUILDROOT/log4shib-1.0.9-4.fc28.riscv64/usr/share/man/man3/log4shib::FixedContextCategory.3 /usr/bin/install -c -m 644 ./man/man3/log4shib_FormatModifierComponent.3 /builddir/build/BUILDROOT/log4shib-1.0.9-4.fc28.riscv64/usr/share/man/man3/log4shib::FormatModifierComponent.3 /usr/bin/install -c -m 644 ./man/man3/log4shib_HierarchyMaintainer.3 /builddir/build/BUILDROOT/log4shib-1.0.9-4.fc28.riscv64/usr/share/man/man3/log4shib::HierarchyMaintainer.3 /usr/bin/install -c -m 644 ./man/man3/log4shib_IdsaAppender.3 /builddir/build/BUILDROOT/log4shib-1.0.9-4.fc28.riscv64/usr/share/man/man3/log4shib::IdsaAppender.3 /usr/bin/install -c -m 644 ./man/man3/log4shib_Layout.3 /builddir/build/BUILDROOT/log4shib-1.0.9-4.fc28.riscv64/usr/share/man/man3/log4shib::Layout.3 /usr/bin/install -c -m 644 ./man/man3/log4shib_LayoutAppender.3 /builddir/build/BUILDROOT/log4shib-1.0.9-4.fc28.riscv64/usr/share/man/man3/log4shib::LayoutAppender.3 /usr/bin/install -c -m 644 ./man/man3/log4shib_LoggingEvent.3 /builddir/build/BUILDROOT/log4shib-1.0.9-4.fc28.riscv64/usr/share/man/man3/log4shib::LoggingEvent.3 /usr/bin/install -c -m 644 ./man/man3/log4shib_MessageComponent.3 /builddir/build/BUILDROOT/log4shib-1.0.9-4.fc28.riscv64/usr/share/man/man3/log4shib::MessageComponent.3 /usr/bin/install -c -m 644 ./man/man3/log4shib_MillisSinceEpochComponent.3 /builddir/build/BUILDROOT/log4shib-1.0.9-4.fc28.riscv64/usr/share/man/man3/log4shib::MillisSinceEpochComponent.3 /usr/bin/install -c -m 644 ./man/man3/log4shib_NDC.3 /builddir/build/BUILDROOT/log4shib-1.0.9-4.fc28.riscv64/usr/share/man/man3/log4shib::NDC.3 /usr/bin/install -c -m 644 ./man/man3/log4shib_NDCComponent.3 /builddir/build/BUILDROOT/log4shib-1.0.9-4.fc28.riscv64/usr/share/man/man3/log4shib::NDCComponent.3 /usr/bin/install -c -m 644 ./man/man3/log4shib_NDC_DiagnosticContext.3 /builddir/build/BUILDROOT/log4shib-1.0.9-4.fc28.riscv64/usr/share/man/man3/log4shib::NDC::DiagnosticContext.3 /usr/bin/install -c -m 644 ./man/man3/log4shib_NTEventLogAppender.3 /builddir/build/BUILDROOT/log4shib-1.0.9-4.fc28.riscv64/usr/share/man/man3/log4shib::NTEventLogAppender.3 /usr/bin/install -c -m 644 ./man/man3/log4shib_OstreamAppender.3 /builddir/build/BUILDROOT/log4shib-1.0.9-4.fc28.riscv64/usr/share/man/man3/log4shib::OstreamAppender.3 /usr/bin/install -c -m 644 ./man/man3/log4shib_PatternLayout.3 /builddir/build/BUILDROOT/log4shib-1.0.9-4.fc28.riscv64/usr/share/man/man3/log4shib::PatternLayout.3 /usr/bin/install -c -m 644 ./man/man3/log4shib_PatternLayout_PatternComponent.3 /builddir/build/BUILDROOT/log4shib-1.0.9-4.fc28.riscv64/usr/share/man/man3/log4shib::PatternLayout::PatternComponent.3 /usr/bin/install -c -m 644 ./man/man3/log4shib_Priority.3 /builddir/build/BUILDROOT/log4shib-1.0.9-4.fc28.riscv64/usr/share/man/man3/log4shib::Priority.3 /usr/bin/install -c -m 644 ./man/man3/log4shib_PriorityComponent.3 /builddir/build/BUILDROOT/log4shib-1.0.9-4.fc28.riscv64/usr/share/man/man3/log4shib::PriorityComponent.3 /usr/bin/install -c -m 644 ./man/man3/log4shib_ProcessorTimeComponent.3 /builddir/build/BUILDROOT/log4shib-1.0.9-4.fc28.riscv64/usr/share/man/man3/log4shib::ProcessorTimeComponent.3 /usr/bin/install -c -m 644 ./man/man3/log4shib_Properties.3 /builddir/build/BUILDROOT/log4shib-1.0.9-4.fc28.riscv64/usr/share/man/man3/log4shib::Properties.3 /usr/bin/install -c -m 644 ./man/man3/log4shib_PropertyConfigurator.3 /builddir/build/BUILDROOT/log4shib-1.0.9-4.fc28.riscv64/usr/share/man/man3/log4shib::PropertyConfigurator.3 /usr/bin/install -c -m 644 ./man/man3/log4shib_PropertyConfiguratorImpl.3 /builddir/build/BUILDROOT/log4shib-1.0.9-4.fc28.riscv64/usr/share/man/man3/log4shib::PropertyConfiguratorImpl.3 /usr/bin/install -c -m 644 ./man/man3/log4shib_RemoteSyslogAppender.3 /builddir/build/BUILDROOT/log4shib-1.0.9-4.fc28.riscv64/usr/share/man/man3/log4shib::RemoteSyslogAppender.3 /usr/bin/install -c -m 644 ./man/man3/log4shib_RollingFileAppender.3 /builddir/build/BUILDROOT/log4shib-1.0.9-4.fc28.riscv64/usr/share/man/man3/log4shib::RollingFileAppender.3 /usr/bin/install -c -m 644 ./man/man3/log4shib_SecondsSinceEpochComponent.3 /builddir/build/BUILDROOT/log4shib-1.0.9-4.fc28.riscv64/usr/share/man/man3/log4shib::SecondsSinceEpochComponent.3 /usr/bin/install -c -m 644 ./man/man3/log4shib_SimpleConfigurator.3 /builddir/build/BUILDROOT/log4shib-1.0.9-4.fc28.riscv64/usr/share/man/man3/log4shib::SimpleConfigurator.3 /usr/bin/install -c -m 644 ./man/man3/log4shib_SimpleLayout.3 /builddir/build/BUILDROOT/log4shib-1.0.9-4.fc28.riscv64/usr/share/man/man3/log4shib::SimpleLayout.3 /usr/bin/install -c -m 644 ./man/man3/log4shib_StringLiteralComponent.3 /builddir/build/BUILDROOT/log4shib-1.0.9-4.fc28.riscv64/usr/share/man/man3/log4shib::StringLiteralComponent.3 /usr/bin/install -c -m 644 ./man/man3/log4shib_StringQueueAppender.3 /builddir/build/BUILDROOT/log4shib-1.0.9-4.fc28.riscv64/usr/share/man/man3/log4shib::StringQueueAppender.3 /usr/bin/install -c -m 644 ./man/man3/log4shib_StringUtil.3 /builddir/build/BUILDROOT/log4shib-1.0.9-4.fc28.riscv64/usr/share/man/man3/log4shib::StringUtil.3 /usr/bin/install -c -m 644 ./man/man3/log4shib_SyslogAppender.3 /builddir/build/BUILDROOT/log4shib-1.0.9-4.fc28.riscv64/usr/share/man/man3/log4shib::SyslogAppender.3 /usr/bin/install -c -m 644 ./man/man3/log4shib_ThreadNameComponent.3 /builddir/build/BUILDROOT/log4shib-1.0.9-4.fc28.riscv64/usr/share/man/man3/log4shib::ThreadNameComponent.3 /usr/bin/install -c -m 644 ./man/man3/log4shib_TimeStamp.3 /builddir/build/BUILDROOT/log4shib-1.0.9-4.fc28.riscv64/usr/share/man/man3/log4shib::TimeStamp.3 /usr/bin/install -c -m 644 ./man/man3/log4shib_TimeStampComponent.3 /builddir/build/BUILDROOT/log4shib-1.0.9-4.fc28.riscv64/usr/share/man/man3/log4shib::TimeStampComponent.3 /usr/bin/install -c -m 644 ./man/man3/log4shib_Win32DebugAppender.3 /builddir/build/BUILDROOT/log4shib-1.0.9-4.fc28.riscv64/usr/share/man/man3/log4shib::Win32DebugAppender.3 /usr/bin/install -c -m 644 ./man/man3/log4shib_threading.3 /builddir/build/BUILDROOT/log4shib-1.0.9-4.fc28.riscv64/usr/share/man/man3/log4shib::threading.3 /usr/bin/install -c -m 644 ./man/man3/log4shib_threading_MSMutex.3 /builddir/build/BUILDROOT/log4shib-1.0.9-4.fc28.riscv64/usr/share/man/man3/log4shib::threading::MSMutex.3 /usr/bin/install -c -m 644 ./man/man3/log4shib_threading_MSScopedLock.3 /builddir/build/BUILDROOT/log4shib-1.0.9-4.fc28.riscv64/usr/share/man/man3/log4shib::threading::MSScopedLock.3 /usr/bin/install -c -m 644 ./man/man3/log4shib_threading_Mutex.3 /builddir/build/BUILDROOT/log4shib-1.0.9-4.fc28.riscv64/usr/share/man/man3/log4shib::threading::Mutex.3 /usr/bin/install -c -m 644 ./man/man3/log4shib_threading_ScopedLock.3 /builddir/build/BUILDROOT/log4shib-1.0.9-4.fc28.riscv64/usr/share/man/man3/log4shib::threading::ScopedLock.3 /usr/bin/install -c -m 644 ./man/man3/log4shib_threading_ThreadLocalDataHolder.3 /builddir/build/BUILDROOT/log4shib-1.0.9-4.fc28.riscv64/usr/share/man/man3/log4shib::threading::ThreadLocalDataHolder.3 /bin/sh /builddir/build/BUILD/log4shib-1.0.9/config/install-sh -d /builddir/build/BUILDROOT/log4shib-1.0.9-4.fc28.riscv64/usr/share/doc/log4shib-1.0.9/api cp -r html /builddir/build/BUILDROOT/log4shib-1.0.9-4.fc28.riscv64/usr/share/doc/log4shib-1.0.9/api rm -f -r -f /builddir/build/BUILDROOT/log4shib-1.0.9-4.fc28.riscv64/usr/share/doc/log4shib-1.0.9/api/html/.svn /builddir/build/BUILDROOT/log4shib-1.0.9-4.fc28.riscv64/usr/share/doc/log4shib-1.0.9/api/html/Makefile* make[3]: Leaving directory '/builddir/build/BUILD/log4shib-1.0.9/doc' make[2]: Leaving directory '/builddir/build/BUILD/log4shib-1.0.9/doc' make[1]: Leaving directory '/builddir/build/BUILD/log4shib-1.0.9/doc' make[1]: Entering directory '/builddir/build/BUILD/log4shib-1.0.9' make[2]: Entering directory '/builddir/build/BUILD/log4shib-1.0.9' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/log4shib-1.0.9-4.fc28.riscv64/usr/bin' /usr/bin/install -c log4shib-config '/builddir/build/BUILDROOT/log4shib-1.0.9-4.fc28.riscv64/usr/bin' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/log4shib-1.0.9-4.fc28.riscv64/usr/share/aclocal' /usr/bin/install -c -m 644 log4shib.m4 '/builddir/build/BUILDROOT/log4shib-1.0.9-4.fc28.riscv64/usr/share/aclocal' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/log4shib-1.0.9-4.fc28.riscv64/usr/lib64/pkgconfig' /usr/bin/install -c -m 644 log4shib.pc '/builddir/build/BUILDROOT/log4shib-1.0.9-4.fc28.riscv64/usr/lib64/pkgconfig' make[2]: Leaving directory '/builddir/build/BUILD/log4shib-1.0.9' make[1]: Leaving directory '/builddir/build/BUILD/log4shib-1.0.9' + mv /builddir/build/BUILDROOT/log4shib-1.0.9-4.fc28.riscv64/usr/share/doc/log4shib-1.0.9 rpmdocs + rm -fv '/builddir/build/BUILDROOT/log4shib-1.0.9-4.fc28.riscv64/usr/lib64/*.a' /builddir/build/BUILDROOT/log4shib-1.0.9-4.fc28.riscv64/usr/lib64/liblog4shib.la removed '/builddir/build/BUILDROOT/log4shib-1.0.9-4.fc28.riscv64/usr/lib64/liblog4shib.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 mangling shebang in ./usr/bin/log4shib-config from #! /bin/sh to #!/bin/sh Processing files: log4shib-1.0.9-4.fc28.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.YNCOBC + umask 022 + cd /builddir/build/BUILD + cd log4shib-1.0.9 + DOCDIR=/builddir/build/BUILDROOT/log4shib-1.0.9-4.fc28.riscv64/usr/share/doc/log4shib + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/log4shib-1.0.9-4.fc28.riscv64/usr/share/doc/log4shib + cp -pr ChangeLog /builddir/build/BUILDROOT/log4shib-1.0.9-4.fc28.riscv64/usr/share/doc/log4shib + cp -pr README /builddir/build/BUILDROOT/log4shib-1.0.9-4.fc28.riscv64/usr/share/doc/log4shib + cp -pr THANKS /builddir/build/BUILDROOT/log4shib-1.0.9-4.fc28.riscv64/usr/share/doc/log4shib + cp -pr AUTHORS /builddir/build/BUILDROOT/log4shib-1.0.9-4.fc28.riscv64/usr/share/doc/log4shib + cp -pr NEWS /builddir/build/BUILDROOT/log4shib-1.0.9-4.fc28.riscv64/usr/share/doc/log4shib + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.LfCrh4 + umask 022 + cd /builddir/build/BUILD + cd log4shib-1.0.9 + LICENSEDIR=/builddir/build/BUILDROOT/log4shib-1.0.9-4.fc28.riscv64/usr/share/licenses/log4shib + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/log4shib-1.0.9-4.fc28.riscv64/usr/share/licenses/log4shib + cp -pr COPYING /builddir/build/BUILDROOT/log4shib-1.0.9-4.fc28.riscv64/usr/share/licenses/log4shib + exit 0 Provides: liblog4shib.so.1()(64bit) log4shib = 1.0.9-4.fc28 log4shib(riscv-64) = 1.0.9-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) libstdc++.so.6()(64bit) libstdc++.so.6(CXXABI_1.3)(64bit) libstdc++.so.6(CXXABI_1.3.1)(64bit) libstdc++.so.6(CXXABI_1.3.9)(64bit) libstdc++.so.6(GLIBCXX_3.4)(64bit) libstdc++.so.6(GLIBCXX_3.4.11)(64bit) libstdc++.so.6(GLIBCXX_3.4.15)(64bit) libstdc++.so.6(GLIBCXX_3.4.20)(64bit) libstdc++.so.6(GLIBCXX_3.4.21)(64bit) libstdc++.so.6(GLIBCXX_3.4.9)(64bit) rtld(GNU_HASH) Processing files: log4shib-devel-1.0.9-4.fc28.riscv64 Provides: log4shib-devel = 1.0.9-4.fc28 log4shib-devel(riscv-64) = 1.0.9-4.fc28 pkgconfig(log4shib) = 1.0.9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/pkg-config liblog4shib.so.1()(64bit) Processing files: log4shib-doc-1.0.9-4.fc28.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.4FzTRB + umask 022 + cd /builddir/build/BUILD + cd log4shib-1.0.9 + DOCDIR=/builddir/build/BUILDROOT/log4shib-1.0.9-4.fc28.riscv64/usr/share/doc/log4shib-doc + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/log4shib-1.0.9-4.fc28.riscv64/usr/share/doc/log4shib-doc + cp -pr rpmdocs/api /builddir/build/BUILDROOT/log4shib-1.0.9-4.fc28.riscv64/usr/share/doc/log4shib-doc + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.HucYgm + umask 022 + cd /builddir/build/BUILD + cd log4shib-1.0.9 + LICENSEDIR=/builddir/build/BUILDROOT/log4shib-1.0.9-4.fc28.riscv64/usr/share/licenses/log4shib-doc + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/log4shib-1.0.9-4.fc28.riscv64/usr/share/licenses/log4shib-doc + cp -pr COPYING /builddir/build/BUILDROOT/log4shib-1.0.9-4.fc28.riscv64/usr/share/licenses/log4shib-doc + exit 0 Provides: log4shib-doc = 1.0.9-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/log4shib-1.0.9-4.fc28.riscv64 Wrote: /builddir/build/SRPMS/log4shib-1.0.9-4.fc28.src.rpm Wrote: /builddir/build/RPMS/riscv64/log4shib-1.0.9-4.fc28.riscv64.rpm Wrote: /builddir/build/RPMS/riscv64/log4shib-devel-1.0.9-4.fc28.riscv64.rpm Wrote: /builddir/build/RPMS/noarch/log4shib-doc-1.0.9-4.fc28.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.O9DPxP + umask 022 + cd /builddir/build/BUILD + cd log4shib-1.0.9 + /usr/bin/rm -rf /builddir/build/BUILDROOT/log4shib-1.0.9-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