+ exec + rm -rf /rpmbuild + mkdir -p /rpmbuild + su -c 'rpmbuild -ba /builddir/build/SPECS/tripwire.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.pVAlha + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf tripwire-open-source-2.4.3.1 + /usr/bin/tar -xof - + /usr/bin/gzip -dc /builddir/build/SOURCES/2.4.3.1.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd tripwire-open-source-2.4.3.1 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/cp -p /builddir/build/SOURCES/config.guess . + /usr/bin/cp -p /builddir/build/SOURCES/tripwire.gif . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.JSvz9W + umask 022 + cd /builddir/build/BUILD + cd tripwire-open-source-2.4.3.1 + /usr/bin/chmod 755 configure + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 ' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 ' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I/usr/lib64/gfortran/modules' + export FFLAGS + FCFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I/usr/lib64/gfortran/modules' + export FCFLAGS + LDFLAGS='-Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + export LDFLAGS + '[' 1 = 1 ']' +++ dirname ./configure ++ find . -name config.guess -o -name config.sub + for i in $(find $(dirname ./configure) -name config.guess -o -name config.sub) ++ basename ./config.sub + '[' -f /usr/lib/rpm/redhat/config.sub ']' + /usr/bin/rm -f ./config.sub ++ basename ./config.sub + /usr/bin/cp -fv /usr/lib/rpm/redhat/config.sub ./config.sub '/usr/lib/rpm/redhat/config.sub' -> './config.sub' + for i in $(find $(dirname ./configure) -name config.guess -o -name config.sub) ++ basename ./config.guess + '[' -f /usr/lib/rpm/redhat/config.guess ']' + /usr/bin/rm -f ./config.guess ++ basename ./config.guess + /usr/bin/cp -fv /usr/lib/rpm/redhat/config.guess ./config.guess '/usr/lib/rpm/redhat/config.guess' -> './config.guess' + '[' 1 = 1 ']' + '[' x '!=' x-specs=/usr/lib/rpm/redhat/redhat-hardened-ld ']' ++ find . -name ltmain.sh + ./configure --build=riscv64-redhat-linux-gnu --host=riscv64-redhat-linux-gnu --program-prefix= --disable-dependency-tracking --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 --sysconfdir=/etc/tripwire path_to_vi=/bin/vi path_to_sendmail=/usr/sbin/sendmail checking build system type... riscv64-redhat-linux-gnu checking host system type... riscv64-redhat-linux-gnu checking target system type... riscv64-redhat-linux-gnu checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for riscv64-redhat-linux-gnu-gcc... no checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... none checking for riscv64-redhat-linux-gnu-g++... no checking for riscv64-redhat-linux-gnu-c++... no checking for riscv64-redhat-linux-gnu-gpp... no checking for riscv64-redhat-linux-gnu-aCC... no checking for riscv64-redhat-linux-gnu-CC... no checking for riscv64-redhat-linux-gnu-cxx... no checking for riscv64-redhat-linux-gnu-cc++... no checking for riscv64-redhat-linux-gnu-cl.exe... no checking for riscv64-redhat-linux-gnu-FCC... no checking for riscv64-redhat-linux-gnu-KCC... no checking for riscv64-redhat-linux-gnu-RCC... no checking for riscv64-redhat-linux-gnu-xlC_r... no checking for riscv64-redhat-linux-gnu-xlC... no checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... none checking for riscv64-redhat-linux-gnu-ranlib... no checking for ranlib... ranlib checking for bison... no checking for byacc... no checking whether ln -s works... yes checking whether ln works... yes checking for vi... /bin/vi checking for sendmail... /usr/sbin/sendmail checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking for sys/mount.h... yes checking sys/ustat.h usability... yes checking sys/ustat.h presence... yes checking for sys/ustat.h... yes checking sys/sysmacros.h usability... yes checking sys/sysmacros.h presence... yes checking for sys/sysmacros.h... yes checking sys/syslog.h usability... yes checking sys/syslog.h presence... yes checking for sys/syslog.h... yes checking for unistd.h... (cached) yes checking syslog.h usability... yes checking syslog.h presence... yes checking for syslog.h... yes checking iconv.h usability... yes checking iconv.h presence... yes checking for iconv.h... yes checking langinfo.h usability... yes checking langinfo.h presence... yes checking for langinfo.h... yes checking sys/statfs.h usability... yes checking sys/statfs.h presence... yes checking for sys/statfs.h... yes checking signum.h usability... no checking signum.h presence... no checking for signum.h... no checking bits/signum.h usability... no checking bits/signum.h presence... no checking for bits/signum.h... no checking stdarg.h usability... yes checking stdarg.h presence... yes checking for stdarg.h... yes checking malloc.h usability... yes checking malloc.h presence... yes checking for malloc.h... yes checking for an ANSI C-conforming const... yes checking for size_t... yes checking whether time.h and sys/time.h may both be included... yes checking whether byte ordering is bigendian... no checking size of int... 4 checking size of long... 8 checking size of long long... 8 checking for strftime... yes checking for gethostname... yes checking for gethostid... yes checking for mkstemp... yes checking for socket in -lc... yes checking for gethostbyname in -lc... yes checking how to run the C++ preprocessor... g++ -E checking locale usability... yes checking locale presence... yes checking for locale... yes checking wchar.h usability... yes checking wchar.h presence... yes checking for wchar.h... yes checking for OpenSSL directory... /usr checking openssl/md5.h usability... yes checking openssl/md5.h presence... yes checking for openssl/md5.h... yes checking openssl/sha.h usability... yes checking openssl/sha.h presence... yes checking for openssl/sha.h... yes configure: creating ./config.status config.status: creating Makefile config.status: creating man/Makefile config.status: creating man/man4/Makefile config.status: creating man/man5/Makefile config.status: creating man/man8/Makefile config.status: creating src/Makefile config.status: creating src/cryptlib/Makefile config.status: creating src/core/Makefile config.status: creating src/db/Makefile config.status: creating src/fco/Makefile config.status: creating src/fs/Makefile config.status: creating src/tw/Makefile config.status: creating src/twcrypto/Makefile config.status: creating src/twparser/Makefile config.status: creating src/util/Makefile config.status: creating src/twprint/Makefile config.status: creating src/twadmin/Makefile config.status: creating src/siggen/Makefile config.status: creating src/tripwire/Makefile config.status: creating src/twtest/Makefile config.status: creating config.h config.status: executing depfiles commands + /usr/bin/make -j4 /usr/bin/make all-recursive make[1]: Entering directory '/builddir/build/BUILD/tripwire-open-source-2.4.3.1' Making all in man make[2]: Entering directory '/builddir/build/BUILD/tripwire-open-source-2.4.3.1/man' Making all in man4 make[3]: Entering directory '/builddir/build/BUILD/tripwire-open-source-2.4.3.1/man/man4' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/builddir/build/BUILD/tripwire-open-source-2.4.3.1/man/man4' Making all in man5 make[3]: Entering directory '/builddir/build/BUILD/tripwire-open-source-2.4.3.1/man/man5' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/builddir/build/BUILD/tripwire-open-source-2.4.3.1/man/man5' Making all in man8 make[3]: Entering directory '/builddir/build/BUILD/tripwire-open-source-2.4.3.1/man/man8' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/builddir/build/BUILD/tripwire-open-source-2.4.3.1/man/man8' make[3]: Entering directory '/builddir/build/BUILD/tripwire-open-source-2.4.3.1/man' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/builddir/build/BUILD/tripwire-open-source-2.4.3.1/man' make[2]: Leaving directory '/builddir/build/BUILD/tripwire-open-source-2.4.3.1/man' Making all in src make[2]: Entering directory '/builddir/build/BUILD/tripwire-open-source-2.4.3.1/src' Making all in cryptlib make[3]: Entering directory '/builddir/build/BUILD/tripwire-open-source-2.4.3.1/src/cryptlib' g++ -DHAVE_CONFIG_H -I.. -I../.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o algebra.o algebra.cpp g++ -DHAVE_CONFIG_H -I.. -I../.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o asn.o asn.cpp g++ -DHAVE_CONFIG_H -I.. -I../.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o cryptlib.o cryptlib.cpp g++ -DHAVE_CONFIG_H -I.. -I../.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o des.o des.cpp In file included from asn.cpp:4:0: asn.cpp: In destructor 'virtual BERSequenceDecoder::~BERSequenceDecoder()': asn.h:15:45: warning: throw will always call terminate() [-Wterminate] #define BERDecodeError() throw BERDecodeErr() ^ asn.cpp:90:13: note: in expansion of macro 'BERDecodeError' BERDecodeError(); ^~~~~~~~~~~~~~ asn.h:15:45: note: in C++11 destructors default to noexcept #define BERDecodeError() throw BERDecodeErr() ^ asn.cpp:90:13: note: in expansion of macro 'BERDecodeError' BERDecodeError(); ^~~~~~~~~~~~~~ g++ -DHAVE_CONFIG_H -I.. -I../.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o dessp.o dessp.cpp g++ -DHAVE_CONFIG_H -I.. -I../.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o elgamal.o elgamal.cpp g++ -DHAVE_CONFIG_H -I.. -I../.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o eprecomp.o eprecomp.cpp g++ -DHAVE_CONFIG_H -I.. -I../.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o filters.o filters.cpp g++ -DHAVE_CONFIG_H -I.. -I../.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o forkjoin.o forkjoin.cpp g++ -DHAVE_CONFIG_H -I.. -I../.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o integer.o integer.cpp filters.cpp: In member function 'virtual void Filter::Detach(BufferedTransformation*)': filters.cpp:20:10: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr out(newOut ? newOut : new ByteQueue); ^~~~~~~~ In file included from /usr/include/c++/7/memory:80:0, from filters.cpp:6: /usr/include/c++/7/bits/unique_ptr.h:51:28: note: declared here template class auto_ptr; ^~~~~~~~ forkjoin.cpp: In member function 'virtual void Fork::Detach(BufferedTransformation*)': forkjoin.cpp:24:10: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr out(newOut ? newOut : new ByteQueue); ^~~~~~~~ In file included from /usr/include/c++/7/memory:80:0, from forkjoin.cpp:6: /usr/include/c++/7/bits/unique_ptr.h:51:28: note: declared here template class auto_ptr; ^~~~~~~~ g++ -DHAVE_CONFIG_H -I.. -I../.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o iterhash.o iterhash.cpp g++ -DHAVE_CONFIG_H -I.. -I../.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o misc.o misc.cpp integer.cpp: In function 'void MontgomeryReduce(word*, word*, const word*, const word*, const word*, unsigned int)': integer.cpp:745:14: warning: unused variable 'carry' [-Wunused-variable] word carry = Add(R, R, M, N); ^~~~~ integer.cpp: In function 'void CorrectQuotientEstimate(word*, word*, word&, word&, const word*, unsigned int)': integer.cpp:905:10: warning: unused variable 'borrow' [-Wunused-variable] word borrow = Subtract(R, R, T, N+2); ^~~~~~ integer.cpp: In member function 'Integer& Integer::operator++()': integer.cpp:1619:14: warning: unused variable 'borrow' [-Wunused-variable] word borrow = Decrement(reg, reg.size); ^~~~~~ g++ -DHAVE_CONFIG_H -I.. -I../.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o nbtheory.o nbtheory.cpp g++ -DHAVE_CONFIG_H -I.. -I../.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o pch.o pch.cpp g++ -DHAVE_CONFIG_H -I.. -I../.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o queue.o queue.cpp g++ -DHAVE_CONFIG_H -I.. -I../.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o rng.o rng.cpp g++ -DHAVE_CONFIG_H -I.. -I../.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o sha.o sha.cpp g++ -DHAVE_CONFIG_H -I.. -I../.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o zbits.o zbits.cpp g++ -DHAVE_CONFIG_H -I.. -I../.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o zdeflate.o zdeflate.cpp g++ -DHAVE_CONFIG_H -I.. -I../.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o zinflate.o zinflate.cpp g++ -DHAVE_CONFIG_H -I.. -I../.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o ztrees.o ztrees.cpp rm -f libcryptlib.a ar cru libcryptlib.a algebra.o asn.o cryptlib.o des.o dessp.o elgamal.o eprecomp.o filters.o forkjoin.o integer.o iterhash.o misc.o nbtheory.o pch.o queue.o rng.o sha.o zbits.o zdeflate.o zinflate.o ztrees.o ranlib libcryptlib.a ln -f libcryptlib.a ../../lib/libcryptlib.a make[3]: Leaving directory '/builddir/build/BUILD/tripwire-open-source-2.4.3.1/src/cryptlib' Making all in core make[3]: Entering directory '/builddir/build/BUILD/tripwire-open-source-2.4.3.1/src/core' g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o file_unix.o file_unix.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o unixfsservices.o unixfsservices.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o archive.o archive.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o charutil.o charutil.cpp In file included from archive.cpp:42:0: fsservices.h:243:83: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void Stat( const TSTRING& strFileName, cFSStatArgs& pStat ) const throw( eFSServices ) = 0; ^~~~~ fsservices.h:245:63: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void GetTempDirName( TSTRING& strName ) const throw( eFSServices ) = 0; ^~~~~ fsservices.h:250:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual TSTRING& MakeTempFilename( TSTRING& strName ) const throw( eFSServices ) = 0; ^~~~~ In file included from archive.cpp:42:0: fsservices.h:271:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void GetMachineName( TSTRING& name ) const throw(eFSServices) = 0; ^~~~~ fsservices.h:283:123: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void ReadDir( const TSTRING& strName, std::vector &vDirContents, bool bFullPaths = true ) const throw( eFSServices ) = 0; ^~~~~ fsservices.h:287:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void GetCurrentDir( TSTRING& strCurDir ) const throw( eFSServices ) = 0; ^~~~~ fsservices.h:289:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void ChangeDir( const TSTRING& strName ) const throw( eFSServices ) = 0; ^~~~~ fsservices.h:291:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void Mkdir( const TSTRING& strName ) const throw( eFSServices ) = 0; ^~~~~ In file included from file_unix.cpp:51:0: ../core/fsservices.h:243:83: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void Stat( const TSTRING& strFileName, cFSStatArgs& pStat ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:245:63: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void GetTempDirName( TSTRING& strName ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:250:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual TSTRING& MakeTempFilename( TSTRING& strName ) const throw( eFSServices ) = 0; ^~~~~ In file included from file_unix.cpp:51:0: ../core/fsservices.h:271:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void GetMachineName( TSTRING& name ) const throw(eFSServices) = 0; ^~~~~ ../core/fsservices.h:283:123: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void ReadDir( const TSTRING& strName, std::vector &vDirContents, bool bFullPaths = true ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:287:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void GetCurrentDir( TSTRING& strCurDir ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:289:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void ChangeDir( const TSTRING& strName ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:291:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void Mkdir( const TSTRING& strName ) const throw( eFSServices ) = 0; ^~~~~ In file included from unixfsservices.h:50:0, from unixfsservices.cpp:86: ../core/fsservices.h:243:83: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void Stat( const TSTRING& strFileName, cFSStatArgs& pStat ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:245:63: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void GetTempDirName( TSTRING& strName ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:250:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual TSTRING& MakeTempFilename( TSTRING& strName ) const throw( eFSServices ) = 0; ^~~~~ In file included from unixfsservices.h:50:0, from unixfsservices.cpp:86: ../core/fsservices.h:271:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void GetMachineName( TSTRING& name ) const throw(eFSServices) = 0; ^~~~~ ../core/fsservices.h:283:123: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void ReadDir( const TSTRING& strName, std::vector &vDirContents, bool bFullPaths = true ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:287:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void GetCurrentDir( TSTRING& strCurDir ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:289:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void ChangeDir( const TSTRING& strName ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:291:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void Mkdir( const TSTRING& strName ) const throw( eFSServices ) = 0; ^~~~~ In file included from unixfsservices.cpp:86:0: unixfsservices.h:116:83: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void Stat( const TSTRING& strFileName, cFSStatArgs& pStat ) const throw( eFSServices ); ^~~~~ unixfsservices.h:119:64: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void GetTempDirName( TSTRING& strName ) const throw( eFSServices ); ^~~~~ unixfsservices.h:125:66: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual TSTRING& MakeTempFilename( TSTRING& strName ) const throw( eFSServices ); ^~~~~ unixfsservices.h:140:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void GetMachineName( TSTRING& name) const throw(eFSServices); ^~~~~ unixfsservices.h:152:123: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void ReadDir( const TSTRING& strName, std::vector &vDirContents, bool bFullPaths = true ) const throw( eFSServices ); ^~~~~ In file included from unixfsservices.cpp:86:0: unixfsservices.h:154:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void GetCurrentDir( TSTRING& strCurDir ) const throw( eFSServices ); ^~~~~ unixfsservices.h:156:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void ChangeDir( const TSTRING& strName ) const throw( eFSServices ); ^~~~~ unixfsservices.h:158:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void Mkdir( const TSTRING& strName ) const throw( eFSServices ); ^~~~~ unixfsservices.cpp:184:107: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void cUnixFSServices::ReadDir(const TSTRING& strFilename, std::vector &v, bool bFullPaths) const throw(eFSServices) ^~~~~ unixfsservices.cpp:238:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void cUnixFSServices::GetCurrentDir( TSTRING& strCurDir ) const throw(eFSServices) ^~~~~ unixfsservices.cpp:250:64: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void cUnixFSServices::ChangeDir( const TSTRING& strDir ) const throw(eFSServices) ^~~~~ unixfsservices.cpp:257:70: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] TSTRING& cUnixFSServices::MakeTempFilename( TSTRING& strName ) const throw(eFSServices) ^~~~~ unixfsservices.cpp:309:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void cUnixFSServices::Mkdir( const TSTRING& strName ) const throw ( eFSServices ) ^~~~~ unixfsservices.cpp:327:64: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void cUnixFSServices::GetTempDirName( TSTRING& strName ) const throw(eFSServices) ^~~~~ unixfsservices.cpp:339:79: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void cUnixFSServices::Stat( const TSTRING& strName, cFSStatArgs &stat ) const throw(eFSServices) ^~~~~ unixfsservices.cpp:401:64: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void cUnixFSServices::GetMachineName( TSTRING& strName ) const throw( eFSServices ) ^~~~~ file_unix.cpp: In member function 'void cFile::Truncate(cFile::File_t)': file_unix.cpp:381:14: warning: ignoring return value of 'int ftruncate(int, __off_t)', declared with attribute warn_unused_result [-Wunused-result] ftruncate( fileno(mpData->mpCurrStream), offset ); ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ unixfsservices.cpp: In function 'bool util_GetNextPathElement(const TSTRING&, TSTRING&, int)': unixfsservices.cpp:1119:24: warning: variable 'firstSep' set but not used [-Wunused-but-set-variable] TSTRING::size_type firstSep, nextSep, nextNonSep; ^~~~~~~~ g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o cmdlineparser.o cmdlineparser.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o codeconvert.o codeconvert.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o core.o core.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o coreerrors.o coreerrors.cpp In file included from codeconvert.cpp:46:0: fsservices.h:243:83: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void Stat( const TSTRING& strFileName, cFSStatArgs& pStat ) const throw( eFSServices ) = 0; ^~~~~ fsservices.h:245:63: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void GetTempDirName( TSTRING& strName ) const throw( eFSServices ) = 0; ^~~~~ fsservices.h:250:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual TSTRING& MakeTempFilename( TSTRING& strName ) const throw( eFSServices ) = 0; ^~~~~ In file included from codeconvert.cpp:46:0: fsservices.h:271:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void GetMachineName( TSTRING& name ) const throw(eFSServices) = 0; ^~~~~ fsservices.h:283:123: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void ReadDir( const TSTRING& strName, std::vector &vDirContents, bool bFullPaths = true ) const throw( eFSServices ) = 0; ^~~~~ fsservices.h:287:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void GetCurrentDir( TSTRING& strCurDir ) const throw( eFSServices ) = 0; ^~~~~ fsservices.h:289:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void ChangeDir( const TSTRING& strName ) const throw( eFSServices ) = 0; ^~~~~ fsservices.h:291:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void Mkdir( const TSTRING& strName ) const throw( eFSServices ) = 0; ^~~~~ g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o corestrings.o corestrings.cpp In file included from coreerrors.cpp:44:0: fsservices.h:243:83: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void Stat( const TSTRING& strFileName, cFSStatArgs& pStat ) const throw( eFSServices ) = 0; ^~~~~ fsservices.h:245:63: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void GetTempDirName( TSTRING& strName ) const throw( eFSServices ) = 0; ^~~~~ fsservices.h:250:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual TSTRING& MakeTempFilename( TSTRING& strName ) const throw( eFSServices ) = 0; ^~~~~ In file included from coreerrors.cpp:44:0: fsservices.h:271:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void GetMachineName( TSTRING& name ) const throw(eFSServices) = 0; ^~~~~ fsservices.h:283:123: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void ReadDir( const TSTRING& strName, std::vector &vDirContents, bool bFullPaths = true ) const throw( eFSServices ) = 0; ^~~~~ fsservices.h:287:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void GetCurrentDir( TSTRING& strCurDir ) const throw( eFSServices ) = 0; ^~~~~ fsservices.h:289:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void ChangeDir( const TSTRING& strName ) const throw( eFSServices ) = 0; ^~~~~ fsservices.h:291:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void Mkdir( const TSTRING& strName ) const throw( eFSServices ) = 0; ^~~~~ g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o crc32.o crc32.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o debug.o debug.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o displayencoder.o displayencoder.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o displayutil.o displayutil.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o error.o error.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o errorbucketimpl.o errorbucketimpl.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o errortable.o errortable.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o errorutil.o errorutil.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o fileerror.o fileerror.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o fileheader.o fileheader.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o fsservices.o fsservices.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o growheap.o growheap.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o hashtable.o hashtable.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o haval.o haval.cpp In file included from fsservices.cpp:34:0: fsservices.h:243:83: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void Stat( const TSTRING& strFileName, cFSStatArgs& pStat ) const throw( eFSServices ) = 0; ^~~~~ fsservices.h:245:63: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void GetTempDirName( TSTRING& strName ) const throw( eFSServices ) = 0; ^~~~~ fsservices.h:250:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual TSTRING& MakeTempFilename( TSTRING& strName ) const throw( eFSServices ) = 0; ^~~~~ In file included from fsservices.cpp:34:0: fsservices.h:271:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void GetMachineName( TSTRING& name ) const throw(eFSServices) = 0; ^~~~~ fsservices.h:283:123: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void ReadDir( const TSTRING& strName, std::vector &vDirContents, bool bFullPaths = true ) const throw( eFSServices ) = 0; ^~~~~ fsservices.h:287:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void GetCurrentDir( TSTRING& strCurDir ) const throw( eFSServices ) = 0; ^~~~~ fsservices.h:289:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void ChangeDir( const TSTRING& strName ) const throw( eFSServices ) = 0; ^~~~~ fsservices.h:291:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void Mkdir( const TSTRING& strName ) const throw( eFSServices ) = 0; ^~~~~ g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o msystem.o msystem.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o ntmbs.o ntmbs.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o objectpool.o objectpool.cpp msystem.cpp: In function 'int schild(const char*, const char**, const char**, FILE**, int)': msystem.cpp:925:33: warning: ignoring return value of 'int setgid(__gid_t)', declared with attribute warn_unused_result [-Wunused-result] if (mresetgid < -1) (void) setgid(getgid()); ^~~~~~~~~~~~~~~~~~~~~~~ msystem.cpp:926:37: warning: ignoring return value of 'int setgid(__gid_t)', declared with attribute warn_unused_result [-Wunused-result] else if (mresetgid == -1) (void) setgid(egid); ^~~~~~~~~~~~~~~~~~~ msystem.cpp:927:37: warning: ignoring return value of 'int setgid(__gid_t)', declared with attribute warn_unused_result [-Wunused-result] else if (mresetgid > -1) (void) setgid(mresetgid); ^~~~~~~~~~~~~~~~~~~~~~~~ msystem.cpp:928:33: warning: ignoring return value of 'int setuid(__uid_t)', declared with attribute warn_unused_result [-Wunused-result] if (mresetuid < -1) (void) setuid(getuid()); ^~~~~~~~~~~~~~~~~~~~~~~ msystem.cpp:929:37: warning: ignoring return value of 'int setuid(__uid_t)', declared with attribute warn_unused_result [-Wunused-result] else if (mresetuid == -1) (void) setuid(euid); ^~~~~~~~~~~~~~~~~~~ msystem.cpp:930:37: warning: ignoring return value of 'int setuid(__uid_t)', declared with attribute warn_unused_result [-Wunused-result] else if (mresetuid > -1) (void) setuid(mresetuid); ^~~~~~~~~~~~~~~~~~~~~~~~ msystem.cpp: At global scope: msystem.cpp:218:18: warning: 'char* strdup(char*)' defined but not used [-Wunused-function] static char *strdup(char* str) ^~~~~~ ntmbs.cpp: In function 'char* tss::mbsdec(const_ntmbs_t, const_ntmbs_t)': ntmbs.cpp:99:22: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if ( curr - prev > MB_CUR_MAX ) ^ g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o refcountobj.o refcountobj.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o serializable.o serializable.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o serializer.o serializer.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o serializerimpl.o serializerimpl.cpp refcountobj.cpp: In member function 'virtual void cRefCountObj::Release() const': refcountobj.cpp:138:5: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] if (this == 0) ^~ g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o serializerutil.o serializerutil.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o serstring.o serstring.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o srefcountobj.o srefcountobj.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o srefcounttbl.o srefcounttbl.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o stdcore.o stdcore.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o stringutil.o stringutil.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o timebomb.o timebomb.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o timeconvert.o timeconvert.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o tw_signal.o tw_signal.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o twlimits.o twlimits.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o twlocale.o twlocale.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o unixexcept.o unixexcept.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o usernotify.o usernotify.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o usernotifystdout.o usernotifystdout.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o utf8.o utf8.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o wchar16.o wchar16.cpp rm -f libcore.a ar cru libcore.a file_unix.o unixfsservices.o archive.o charutil.o cmdlineparser.o codeconvert.o core.o coreerrors.o corestrings.o crc32.o debug.o displayencoder.o displayutil.o error.o errorbucketimpl.o errortable.o errorutil.o fileerror.o fileheader.o fsservices.o growheap.o hashtable.o haval.o msystem.o ntmbs.o objectpool.o refcountobj.o serializable.o serializer.o serializerimpl.o serializerutil.o serstring.o srefcountobj.o srefcounttbl.o stdcore.o stringutil.o timebomb.o timeconvert.o tw_signal.o twlimits.o twlocale.o unixexcept.o usernotify.o usernotifystdout.o utf8.o wchar16.o ranlib libcore.a ar ru ../../lib/libtripwire.a file_unix.o unixfsservices.o archive.o charutil.o cmdlineparser.o codeconvert.o core.o coreerrors.o corestrings.o crc32.o debug.o displayencoder.o displayutil.o error.o errorbucketimpl.o errortable.o errorutil.o fileerror.o fileheader.o fsservices.o growheap.o hashtable.o haval.o msystem.o ntmbs.o objectpool.o refcountobj.o serializable.o serializer.o serializerimpl.o serializerutil.o serstring.o srefcountobj.o srefcounttbl.o stdcore.o stringutil.o timebomb.o timeconvert.o tw_signal.o twlimits.o twlocale.o unixexcept.o usernotify.o usernotifystdout.o utf8.o wchar16.o ar: creating ../../lib/libtripwire.a make[3]: Leaving directory '/builddir/build/BUILD/tripwire-open-source-2.4.3.1/src/core' Making all in db make[3]: Entering directory '/builddir/build/BUILD/tripwire-open-source-2.4.3.1/src/db' g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o blockfile.o blockfile.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o blockrecordarray.o blockrecordarray.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o blockrecordfile.o blockrecordfile.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o db.o db.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o hierdatabase.o hierdatabase.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o hierdbpath.o hierdbpath.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o stddb.o stddb.cpp rm -f libdb.a ar cru libdb.a blockfile.o blockrecordarray.o blockrecordfile.o db.o hierdatabase.o hierdbpath.o stddb.o ranlib libdb.a ar ru ../../lib/libtripwire.a blockfile.o blockrecordarray.o blockrecordfile.o db.o hierdatabase.o hierdbpath.o stddb.o make[3]: Leaving directory '/builddir/build/BUILD/tripwire-open-source-2.4.3.1/src/db' Making all in fco make[3]: Entering directory '/builddir/build/BUILD/tripwire-open-source-2.4.3.1/src/fco' g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o fco.o fco.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o fcocompare.o fcocompare.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o fcodatasourceiter.o fcodatasourceiter.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o fcodatasourceiterimpl.o fcodatasourceiterimpl.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o fcoerrors.o fcoerrors.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o fconame.o fconame.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o fconametbl.o fconametbl.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o fcopropimpl.o fcopropimpl.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o fcopropvector.o fcopropvector.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o fcosetimpl.o fcosetimpl.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o fcospec.o fcospec.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o fcospecattr.o fcospecattr.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o fcospechelper.o fcospechelper.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o fcospecimpl.o fcospecimpl.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o fcospeclist.o fcospeclist.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o fcospecutil.o fcospecutil.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o fcostrings.o fcostrings.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o fcoundefprop.o fcoundefprop.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o genreinfo.o genreinfo.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o genrespeclist.o genrespeclist.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o genreswitcher.o genreswitcher.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o signature.o signature.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o stdfco.o stdfco.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o twfactory.o twfactory.cpp rm -f libfco.a ar cru libfco.a fco.o fcocompare.o fcodatasourceiter.o fcodatasourceiterimpl.o fcoerrors.o fconame.o fconametbl.o fcopropimpl.o fcopropvector.o fcosetimpl.o fcospec.o fcospecattr.o fcospechelper.o fcospecimpl.o fcospeclist.o fcospecutil.o fcostrings.o fcoundefprop.o genreinfo.o genrespeclist.o genreswitcher.o signature.o stdfco.o twfactory.o ranlib libfco.a ar ru ../../lib/libtripwire.a fco.o fcocompare.o fcodatasourceiter.o fcodatasourceiterimpl.o fcoerrors.o fconame.o fconametbl.o fcopropimpl.o fcopropvector.o fcosetimpl.o fcospec.o fcospecattr.o fcospechelper.o fcospecimpl.o fcospeclist.o fcospecutil.o fcostrings.o fcoundefprop.o genreinfo.o genrespeclist.o genreswitcher.o signature.o stdfco.o twfactory.o make[3]: Leaving directory '/builddir/build/BUILD/tripwire-open-source-2.4.3.1/src/fco' Making all in fs make[3]: Entering directory '/builddir/build/BUILD/tripwire-open-source-2.4.3.1/src/fs' g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o fs.o fs.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o fsdatasourceiter.o fsdatasourceiter.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o fserrors.o fserrors.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o fsfactory.o fsfactory.cpp In file included from fsdatasourceiter.cpp:45:0: ../core/fsservices.h:243:83: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void Stat( const TSTRING& strFileName, cFSStatArgs& pStat ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:245:63: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void GetTempDirName( TSTRING& strName ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:250:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual TSTRING& MakeTempFilename( TSTRING& strName ) const throw( eFSServices ) = 0; ^~~~~ In file included from fsdatasourceiter.cpp:45:0: ../core/fsservices.h:271:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void GetMachineName( TSTRING& name ) const throw(eFSServices) = 0; ^~~~~ ../core/fsservices.h:283:123: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void ReadDir( const TSTRING& strName, std::vector &vDirContents, bool bFullPaths = true ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:287:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void GetCurrentDir( TSTRING& strCurDir ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:289:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void ChangeDir( const TSTRING& strName ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:291:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void Mkdir( const TSTRING& strName ) const throw( eFSServices ) = 0; ^~~~~ g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o fsnametranslator.o fsnametranslator.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o fsobject.o fsobject.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o fsparserutil.o fsparserutil.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o fspropcalc.o fspropcalc.cpp In file included from fsparserutil.cpp:43:0: ../core/fsservices.h:243:83: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void Stat( const TSTRING& strFileName, cFSStatArgs& pStat ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:245:63: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void GetTempDirName( TSTRING& strName ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:250:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual TSTRING& MakeTempFilename( TSTRING& strName ) const throw( eFSServices ) = 0; ^~~~~ In file included from fsparserutil.cpp:43:0: ../core/fsservices.h:271:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void GetMachineName( TSTRING& name ) const throw(eFSServices) = 0; ^~~~~ ../core/fsservices.h:283:123: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void ReadDir( const TSTRING& strName, std::vector &vDirContents, bool bFullPaths = true ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:287:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void GetCurrentDir( TSTRING& strCurDir ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:289:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void ChangeDir( const TSTRING& strName ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:291:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void Mkdir( const TSTRING& strName ) const throw( eFSServices ) = 0; ^~~~~ In file included from fspropcalc.cpp:38:0: ../core/fsservices.h:243:83: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void Stat( const TSTRING& strFileName, cFSStatArgs& pStat ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:245:63: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void GetTempDirName( TSTRING& strName ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:250:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual TSTRING& MakeTempFilename( TSTRING& strName ) const throw( eFSServices ) = 0; ^~~~~ In file included from fspropcalc.cpp:38:0: ../core/fsservices.h:271:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void GetMachineName( TSTRING& name ) const throw(eFSServices) = 0; ^~~~~ ../core/fsservices.h:283:123: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void ReadDir( const TSTRING& strName, std::vector &vDirContents, bool bFullPaths = true ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:287:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void GetCurrentDir( TSTRING& strCurDir ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:289:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void ChangeDir( const TSTRING& strName ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:291:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void Mkdir( const TSTRING& strName ) const throw( eFSServices ) = 0; ^~~~~ g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o fspropdisplayer.o fspropdisplayer.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o fspropset.o fspropset.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o fsstrings.o fsstrings.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o fsvisitor.o fsvisitor.cpp In file included from fspropdisplayer.cpp:44:0: ../core/fsservices.h:243:83: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void Stat( const TSTRING& strFileName, cFSStatArgs& pStat ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:245:63: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void GetTempDirName( TSTRING& strName ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:250:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual TSTRING& MakeTempFilename( TSTRING& strName ) const throw( eFSServices ) = 0; ^~~~~ In file included from fspropdisplayer.cpp:44:0: ../core/fsservices.h:271:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void GetMachineName( TSTRING& name ) const throw(eFSServices) = 0; ^~~~~ ../core/fsservices.h:283:123: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void ReadDir( const TSTRING& strName, std::vector &vDirContents, bool bFullPaths = true ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:287:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void GetCurrentDir( TSTRING& strCurDir ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:289:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void ChangeDir( const TSTRING& strName ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:291:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void Mkdir( const TSTRING& strName ) const throw( eFSServices ) = 0; ^~~~~ g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o stdfs.o stdfs.cpp rm -f libfs.a ar cru libfs.a fs.o fsdatasourceiter.o fserrors.o fsfactory.o fsnametranslator.o fsobject.o fsparserutil.o fspropcalc.o fspropdisplayer.o fspropset.o fsstrings.o fsvisitor.o stdfs.o ranlib libfs.a ar ru ../../lib/libtripwire.a fs.o fsdatasourceiter.o fserrors.o fsfactory.o fsnametranslator.o fsobject.o fsparserutil.o fspropcalc.o fspropdisplayer.o fspropset.o fsstrings.o fsvisitor.o stdfs.o make[3]: Leaving directory '/builddir/build/BUILD/tripwire-open-source-2.4.3.1/src/fs' Making all in tw make[3]: Entering directory '/builddir/build/BUILD/tripwire-open-source-2.4.3.1/src/tw' g++ -DHAVE_CONFIG_H -DCONFIG_DIR=\"/etc/tripwire\" -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o configfile.o configfile.cpp g++ -DHAVE_CONFIG_H -DCONFIG_DIR=\"/etc/tripwire\" -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o dbdatasource.o dbdatasource.cpp g++ -DHAVE_CONFIG_H -DCONFIG_DIR=\"/etc/tripwire\" -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o dbdebug.o dbdebug.cpp g++ -DHAVE_CONFIG_H -DCONFIG_DIR=\"/etc/tripwire\" -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o dbexplore.o dbexplore.cpp In file included from configfile.h:56:0, from configfile.cpp:41: ../core/fsservices.h:243:83: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void Stat( const TSTRING& strFileName, cFSStatArgs& pStat ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:245:63: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void GetTempDirName( TSTRING& strName ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:250:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual TSTRING& MakeTempFilename( TSTRING& strName ) const throw( eFSServices ) = 0; ^~~~~ In file included from configfile.h:56:0, from configfile.cpp:41: ../core/fsservices.h:271:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void GetMachineName( TSTRING& name ) const throw(eFSServices) = 0; ^~~~~ ../core/fsservices.h:283:123: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void ReadDir( const TSTRING& strName, std::vector &vDirContents, bool bFullPaths = true ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:287:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void GetCurrentDir( TSTRING& strCurDir ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:289:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void ChangeDir( const TSTRING& strName ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:291:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void Mkdir( const TSTRING& strName ) const throw( eFSServices ) = 0; ^~~~~ g++ -DHAVE_CONFIG_H -DCONFIG_DIR=\"/etc/tripwire\" -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o fcodatabasefile.o fcodatabasefile.cpp g++ -DHAVE_CONFIG_H -DCONFIG_DIR=\"/etc/tripwire\" -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o fcodatabaseutil.o fcodatabaseutil.cpp g++ -DHAVE_CONFIG_H -DCONFIG_DIR=\"/etc/tripwire\" -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o fcoreport.o fcoreport.cpp g++ -DHAVE_CONFIG_H -DCONFIG_DIR=\"/etc/tripwire\" -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o fcoreportutil.o fcoreportutil.cpp In file included from fcodatabasefile.cpp:46:0: ../core/fsservices.h:243:83: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void Stat( const TSTRING& strFileName, cFSStatArgs& pStat ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:245:63: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void GetTempDirName( TSTRING& strName ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:250:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual TSTRING& MakeTempFilename( TSTRING& strName ) const throw( eFSServices ) = 0; ^~~~~ In file included from fcodatabasefile.cpp:46:0: ../core/fsservices.h:271:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void GetMachineName( TSTRING& name ) const throw(eFSServices) = 0; ^~~~~ ../core/fsservices.h:283:123: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void ReadDir( const TSTRING& strName, std::vector &vDirContents, bool bFullPaths = true ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:287:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void GetCurrentDir( TSTRING& strCurDir ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:289:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void ChangeDir( const TSTRING& strName ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:291:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void Mkdir( const TSTRING& strName ) const throw( eFSServices ) = 0; ^~~~~ In file included from fcodatabaseutil.cpp:46:0: ../core/fsservices.h:243:83: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void Stat( const TSTRING& strFileName, cFSStatArgs& pStat ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:245:63: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void GetTempDirName( TSTRING& strName ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:250:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual TSTRING& MakeTempFilename( TSTRING& strName ) const throw( eFSServices ) = 0; ^~~~~ In file included from fcodatabaseutil.cpp:46:0: ../core/fsservices.h:271:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void GetMachineName( TSTRING& name ) const throw(eFSServices) = 0; ^~~~~ ../core/fsservices.h:283:123: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void ReadDir( const TSTRING& strName, std::vector &vDirContents, bool bFullPaths = true ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:287:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void GetCurrentDir( TSTRING& strCurDir ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:289:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void ChangeDir( const TSTRING& strName ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:291:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void Mkdir( const TSTRING& strName ) const throw( eFSServices ) = 0; ^~~~~ In file included from fcoreport.cpp:49:0: ../core/fsservices.h:243:83: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void Stat( const TSTRING& strFileName, cFSStatArgs& pStat ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:245:63: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void GetTempDirName( TSTRING& strName ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:250:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual TSTRING& MakeTempFilename( TSTRING& strName ) const throw( eFSServices ) = 0; ^~~~~ In file included from fcoreport.cpp:49:0: ../core/fsservices.h:271:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void GetMachineName( TSTRING& name ) const throw(eFSServices) = 0; ^~~~~ ../core/fsservices.h:283:123: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void ReadDir( const TSTRING& strName, std::vector &vDirContents, bool bFullPaths = true ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:287:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void GetCurrentDir( TSTRING& strCurDir ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:289:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void ChangeDir( const TSTRING& strName ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:291:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void Mkdir( const TSTRING& strName ) const throw( eFSServices ) = 0; ^~~~~ g++ -DHAVE_CONFIG_H -DCONFIG_DIR=\"/etc/tripwire\" -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o filemanipulator.o filemanipulator.cpp g++ -DHAVE_CONFIG_H -DCONFIG_DIR=\"/etc/tripwire\" -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o headerinfo.o headerinfo.cpp In file included from fcoreportutil.cpp:46:0: ../core/fsservices.h:243:83: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void Stat( const TSTRING& strFileName, cFSStatArgs& pStat ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:245:63: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void GetTempDirName( TSTRING& strName ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:250:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual TSTRING& MakeTempFilename( TSTRING& strName ) const throw( eFSServices ) = 0; ^~~~~ In file included from fcoreportutil.cpp:46:0: ../core/fsservices.h:271:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void GetMachineName( TSTRING& name ) const throw(eFSServices) = 0; ^~~~~ ../core/fsservices.h:283:123: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void ReadDir( const TSTRING& strName, std::vector &vDirContents, bool bFullPaths = true ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:287:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void GetCurrentDir( TSTRING& strCurDir ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:289:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void ChangeDir( const TSTRING& strName ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:291:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void Mkdir( const TSTRING& strName ) const throw( eFSServices ) = 0; ^~~~~ g++ -DHAVE_CONFIG_H -DCONFIG_DIR=\"/etc/tripwire\" -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o policyfile.o policyfile.cpp In file included from configfile.h:56:0, from filemanipulator.cpp:44: ../core/fsservices.h:243:83: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void Stat( const TSTRING& strFileName, cFSStatArgs& pStat ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:245:63: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void GetTempDirName( TSTRING& strName ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:250:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual TSTRING& MakeTempFilename( TSTRING& strName ) const throw( eFSServices ) = 0; ^~~~~ In file included from configfile.h:56:0, from filemanipulator.cpp:44: ../core/fsservices.h:271:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void GetMachineName( TSTRING& name ) const throw(eFSServices) = 0; ^~~~~ ../core/fsservices.h:283:123: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void ReadDir( const TSTRING& strName, std::vector &vDirContents, bool bFullPaths = true ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:287:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void GetCurrentDir( TSTRING& strCurDir ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:289:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void ChangeDir( const TSTRING& strName ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:291:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void Mkdir( const TSTRING& strName ) const throw( eFSServices ) = 0; ^~~~~ g++ -DHAVE_CONFIG_H -DCONFIG_DIR=\"/etc/tripwire\" -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o stdtw.o stdtw.cpp g++ -DHAVE_CONFIG_H -DCONFIG_DIR=\"/etc/tripwire\" -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o systeminfo.o systeminfo.cpp g++ -DHAVE_CONFIG_H -DCONFIG_DIR=\"/etc/tripwire\" -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o textdbviewer.o textdbviewer.cpp g++ -DHAVE_CONFIG_H -DCONFIG_DIR=\"/etc/tripwire\" -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o textreportviewer.o textreportviewer.cpp g++ -DHAVE_CONFIG_H -DCONFIG_DIR=\"/etc/tripwire\" -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o tw.o tw.cpp g++ -DHAVE_CONFIG_H -DCONFIG_DIR=\"/etc/tripwire\" -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o twerrors.o twerrors.cpp In file included from textdbviewer.cpp:59:0: ../core/fsservices.h:243:83: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void Stat( const TSTRING& strFileName, cFSStatArgs& pStat ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:245:63: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void GetTempDirName( TSTRING& strName ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:250:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual TSTRING& MakeTempFilename( TSTRING& strName ) const throw( eFSServices ) = 0; ^~~~~ In file included from textdbviewer.cpp:59:0: ../core/fsservices.h:271:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void GetMachineName( TSTRING& name ) const throw(eFSServices) = 0; ^~~~~ ../core/fsservices.h:283:123: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void ReadDir( const TSTRING& strName, std::vector &vDirContents, bool bFullPaths = true ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:287:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void GetCurrentDir( TSTRING& strCurDir ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:289:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void ChangeDir( const TSTRING& strName ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:291:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void Mkdir( const TSTRING& strName ) const throw( eFSServices ) = 0; ^~~~~ In file included from textreportviewer.cpp:51:0: ../core/fsservices.h:243:83: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void Stat( const TSTRING& strFileName, cFSStatArgs& pStat ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:245:63: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void GetTempDirName( TSTRING& strName ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:250:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual TSTRING& MakeTempFilename( TSTRING& strName ) const throw( eFSServices ) = 0; ^~~~~ In file included from textreportviewer.cpp:51:0: ../core/fsservices.h:271:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void GetMachineName( TSTRING& name ) const throw(eFSServices) = 0; ^~~~~ ../core/fsservices.h:283:123: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void ReadDir( const TSTRING& strName, std::vector &vDirContents, bool bFullPaths = true ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:287:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void GetCurrentDir( TSTRING& strCurDir ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:289:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void ChangeDir( const TSTRING& strName ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:291:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void Mkdir( const TSTRING& strName ) const throw( eFSServices ) = 0; ^~~~~ g++ -DHAVE_CONFIG_H -DCONFIG_DIR=\"/etc/tripwire\" -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o twinit.o twinit.cpp In file included from configfile.h:56:0, from twerrors.cpp:40: ../core/fsservices.h:243:83: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void Stat( const TSTRING& strFileName, cFSStatArgs& pStat ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:245:63: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void GetTempDirName( TSTRING& strName ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:250:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual TSTRING& MakeTempFilename( TSTRING& strName ) const throw( eFSServices ) = 0; ^~~~~ In file included from configfile.h:56:0, from twerrors.cpp:40: ../core/fsservices.h:271:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void GetMachineName( TSTRING& name ) const throw(eFSServices) = 0; ^~~~~ ../core/fsservices.h:283:123: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void ReadDir( const TSTRING& strName, std::vector &vDirContents, bool bFullPaths = true ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:287:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void GetCurrentDir( TSTRING& strCurDir ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:289:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void ChangeDir( const TSTRING& strName ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:291:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void Mkdir( const TSTRING& strName ) const throw( eFSServices ) = 0; ^~~~~ g++ -DHAVE_CONFIG_H -DCONFIG_DIR=\"/etc/tripwire\" -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o twstrings.o twstrings.cpp twstrings.cpp:255:95: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix] TSS_StringEntry( tw::STR_VERSION, TSS_PRODUCT_NAME BUILD_NUM UNICODE_STR DEBUG_STR _T(" built for "TARGET_OS"\n\n") TSS_COPYRIGHT_NOTICE ), ^ twstrings.cpp:256:94: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix] TSS_StringEntry( tw::STR_VERSION_LONG, TSS_PRODUCT_NAME BUILD_NUM UNICODE_STR DEBUG_STR _T(" built for "TARGET_OS"\n\n") TSS_COPYRIGHT_NOTICE_LONG ), ^ In file included from twinit.cpp:42:0: ../core/fsservices.h:243:83: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void Stat( const TSTRING& strFileName, cFSStatArgs& pStat ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:245:63: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void GetTempDirName( TSTRING& strName ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:250:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual TSTRING& MakeTempFilename( TSTRING& strName ) const throw( eFSServices ) = 0; ^~~~~ In file included from twinit.cpp:42:0: ../core/fsservices.h:271:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void GetMachineName( TSTRING& name ) const throw(eFSServices) = 0; ^~~~~ ../core/fsservices.h:283:123: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void ReadDir( const TSTRING& strName, std::vector &vDirContents, bool bFullPaths = true ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:287:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void GetCurrentDir( TSTRING& strCurDir ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:289:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void ChangeDir( const TSTRING& strName ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:291:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void Mkdir( const TSTRING& strName ) const throw( eFSServices ) = 0; ^~~~~ In file included from twinit.cpp:78:0: ../core/unixfsservices.h:116:83: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void Stat( const TSTRING& strFileName, cFSStatArgs& pStat ) const throw( eFSServices ); ^~~~~ ../core/unixfsservices.h:119:64: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void GetTempDirName( TSTRING& strName ) const throw( eFSServices ); ^~~~~ ../core/unixfsservices.h:125:66: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual TSTRING& MakeTempFilename( TSTRING& strName ) const throw( eFSServices ); ^~~~~ ../core/unixfsservices.h:140:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void GetMachineName( TSTRING& name) const throw(eFSServices); ^~~~~ ../core/unixfsservices.h:152:123: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void ReadDir( const TSTRING& strName, std::vector &vDirContents, bool bFullPaths = true ) const throw( eFSServices ); ^~~~~ ../core/unixfsservices.h:154:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void GetCurrentDir( TSTRING& strCurDir ) const throw( eFSServices ); ^~~~~ ../core/unixfsservices.h:156:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void ChangeDir( const TSTRING& strName ) const throw( eFSServices ); ^~~~~ ../core/unixfsservices.h:158:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void Mkdir( const TSTRING& strName ) const throw( eFSServices ); ^~~~~ g++ -DHAVE_CONFIG_H -DCONFIG_DIR=\"/etc/tripwire\" -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o twutil.o twutil.cpp In file included from configfile.h:56:0, from twutil.cpp:49: ../core/fsservices.h:243:83: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void Stat( const TSTRING& strFileName, cFSStatArgs& pStat ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:245:63: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void GetTempDirName( TSTRING& strName ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:250:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual TSTRING& MakeTempFilename( TSTRING& strName ) const throw( eFSServices ) = 0; ^~~~~ In file included from configfile.h:56:0, from twutil.cpp:49: ../core/fsservices.h:271:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void GetMachineName( TSTRING& name ) const throw(eFSServices) = 0; ^~~~~ ../core/fsservices.h:283:123: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void ReadDir( const TSTRING& strName, std::vector &vDirContents, bool bFullPaths = true ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:287:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void GetCurrentDir( TSTRING& strCurDir ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:289:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void ChangeDir( const TSTRING& strName ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:291:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void Mkdir( const TSTRING& strName ) const throw( eFSServices ) = 0; ^~~~~ twutil.cpp: In static member function 'static void cTWUtil::ParseObjectList(cTWUtil::GenreObjList&, const ObjList&)': twutil.cpp:1234:22: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr pParseUtil (iTWFactory::GetInstance()->CreateParserGenreUtil()); ^~~~~~~~ In file included from /usr/include/c++/7/memory:80:0, from ../core/stdcore.h:96, from stdtw.h:38, from twutil.cpp:36: /usr/include/c++/7/bits/unique_ptr.h:51:28: note: declared here template class auto_ptr; ^~~~~~~~ twutil.cpp: In static member function 'static cFCOName cTWUtil::ParseObjectName(const TSTRING&)': twutil.cpp:1297:10: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr pParseUtil (iTWFactory::GetInstance()->CreateParserGenreUtil()); ^~~~~~~~ In file included from /usr/include/c++/7/memory:80:0, from ../core/stdcore.h:96, from stdtw.h:38, from twutil.cpp:36: /usr/include/c++/7/bits/unique_ptr.h:51:28: note: declared here template class auto_ptr; ^~~~~~~~ rm -f libtw.a ar cru libtw.a configfile.o dbdatasource.o dbdebug.o dbexplore.o fcodatabasefile.o fcodatabaseutil.o fcoreport.o fcoreportutil.o filemanipulator.o headerinfo.o policyfile.o stdtw.o systeminfo.o textdbviewer.o textreportviewer.o tw.o twerrors.o twinit.o twstrings.o twutil.o ranlib libtw.a ar ru ../../lib/libtripwire.a configfile.o dbdatasource.o dbdebug.o dbexplore.o fcodatabasefile.o fcodatabaseutil.o fcoreport.o fcoreportutil.o filemanipulator.o headerinfo.o policyfile.o stdtw.o systeminfo.o textdbviewer.o textreportviewer.o tw.o twerrors.o twinit.o twstrings.o twutil.o make[3]: Leaving directory '/builddir/build/BUILD/tripwire-open-source-2.4.3.1/src/tw' Making all in twcrypto make[3]: Entering directory '/builddir/build/BUILD/tripwire-open-source-2.4.3.1/src/twcrypto' g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o bytequeue.o bytequeue.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o crypto.o crypto.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o cryptoarchive.o cryptoarchive.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o keyfile.o keyfile.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o stdtwcrypto.o stdtwcrypto.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o twcrypto.o twcrypto.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o twcryptoerrors.o twcryptoerrors.cpp rm -f libtwcrypto.a ar cru libtwcrypto.a bytequeue.o crypto.o cryptoarchive.o keyfile.o stdtwcrypto.o twcrypto.o twcryptoerrors.o ranlib libtwcrypto.a ar ru ../../lib/libtripwire.a bytequeue.o crypto.o cryptoarchive.o keyfile.o stdtwcrypto.o twcrypto.o twcryptoerrors.o make[3]: Leaving directory '/builddir/build/BUILD/tripwire-open-source-2.4.3.1/src/twcrypto' Making all in twparser make[3]: Entering directory '/builddir/build/BUILD/tripwire-open-source-2.4.3.1/src/twparser' g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o genreparseinfo.o genreparseinfo.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o parserhelper.o parserhelper.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o parserobjects.o parserobjects.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o policyparser.o policyparser.cpp In file included from parserhelper.cpp:47:0: ../core/fsservices.h:243:83: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void Stat( const TSTRING& strFileName, cFSStatArgs& pStat ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:245:63: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void GetTempDirName( TSTRING& strName ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:250:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual TSTRING& MakeTempFilename( TSTRING& strName ) const throw( eFSServices ) = 0; ^~~~~ In file included from parserhelper.cpp:47:0: ../core/fsservices.h:271:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void GetMachineName( TSTRING& name ) const throw(eFSServices) = 0; ^~~~~ ../core/fsservices.h:283:123: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void ReadDir( const TSTRING& strName, std::vector &vDirContents, bool bFullPaths = true ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:287:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void GetCurrentDir( TSTRING& strCurDir ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:289:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void ChangeDir( const TSTRING& strName ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:291:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void Mkdir( const TSTRING& strName ) const throw( eFSServices ) = 0; ^~~~~ g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o stdtwparser.o stdtwparser.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o twparser.o twparser.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o twparsererrors.o twparsererrors.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o twparserstrings.o twparserstrings.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o yylex.o yylex.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o yyparse.o yyparse.cpp ..\..\mkslexyacc\etc\yylex.cpp: In member function 'int yy_scan::yylex()': ..\..\mkslexyacc\etc\yylex.cpp:444:35: warning: suggest parentheses around '&&' within '||' [-Wparentheses] ..\..\mkslexyacc\etc\yylex.cpp:493:3: warning: label 'yy_reject' defined but not used [-Wunused-label] ..\..\mkslexyacc\etc\yylex.cpp:501:3: warning: label 'yy_more' defined but not used [-Wunused-label] ..\..\mkslexyacc\etc\yyparse.cpp: In member function 'int yy_parse::yyparse(yy_scan*)': ..\..\mkslexyacc\etc\yyparse.cpp:365:1: warning: label 'yyerrlabel' defined but not used [-Wunused-label] rm -f libtwparser.a ar cru libtwparser.a genreparseinfo.o parserhelper.o parserobjects.o policyparser.o stdtwparser.o twparser.o twparsererrors.o twparserstrings.o yylex.o yyparse.o ranlib libtwparser.a ar ru ../../lib/libtripwire.a genreparseinfo.o parserhelper.o parserobjects.o policyparser.o stdtwparser.o twparser.o twparsererrors.o twparserstrings.o yylex.o yyparse.o make[3]: Leaving directory '/builddir/build/BUILD/tripwire-open-source-2.4.3.1/src/twparser' Making all in util make[3]: Entering directory '/builddir/build/BUILD/tripwire-open-source-2.4.3.1/src/util' g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o fileutil.o fileutil.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o stdutil.o stdutil.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o stringencoder.o stringencoder.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o util.o util.cpp In file included from fileutil.cpp:42:0: ../core/fsservices.h:243:83: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void Stat( const TSTRING& strFileName, cFSStatArgs& pStat ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:245:63: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void GetTempDirName( TSTRING& strName ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:250:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual TSTRING& MakeTempFilename( TSTRING& strName ) const throw( eFSServices ) = 0; ^~~~~ In file included from fileutil.cpp:42:0: ../core/fsservices.h:271:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void GetMachineName( TSTRING& name ) const throw(eFSServices) = 0; ^~~~~ ../core/fsservices.h:283:123: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void ReadDir( const TSTRING& strName, std::vector &vDirContents, bool bFullPaths = true ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:287:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void GetCurrentDir( TSTRING& strCurDir ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:289:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void ChangeDir( const TSTRING& strName ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:291:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void Mkdir( const TSTRING& strName ) const throw( eFSServices ) = 0; ^~~~~ g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o utilerrors.o utilerrors.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o utilstrings.o utilstrings.cpp fileutil.cpp: In static member function 'static bool cFileUtil::Copy(const TSTRING&, const TSTRING&)': fileutil.cpp:265:10: warning: ignoring return value of 'int chown(const char*, __uid_t, __gid_t)', declared with attribute warn_unused_result [-Wunused-result] chown( dest_path.c_str(), srcStat.st_uid, srcStat.st_gid ); ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ rm -f libutil.a ar cru libutil.a fileutil.o stdutil.o stringencoder.o util.o utilerrors.o utilstrings.o ranlib libutil.a ar ru ../../lib/libtripwire.a fileutil.o stdutil.o stringencoder.o util.o utilerrors.o utilstrings.o ranlib ../../lib/libtripwire.a make[3]: Leaving directory '/builddir/build/BUILD/tripwire-open-source-2.4.3.1/src/util' Making all in twprint make[3]: Entering directory '/builddir/build/BUILD/tripwire-open-source-2.4.3.1/src/twprint' g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o stdtwprint.o stdtwprint.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o twprint.o twprint.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o twprintcmdline.o twprintcmdline.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o twprinterrors.o twprinterrors.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o twprintmain.o twprintmain.cpp In file included from ../tw/configfile.h:56:0, from twprintcmdline.cpp:48: ../core/fsservices.h:243:83: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void Stat( const TSTRING& strFileName, cFSStatArgs& pStat ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:245:63: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void GetTempDirName( TSTRING& strName ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:250:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual TSTRING& MakeTempFilename( TSTRING& strName ) const throw( eFSServices ) = 0; ^~~~~ In file included from ../tw/configfile.h:56:0, from twprintcmdline.cpp:48: ../core/fsservices.h:271:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void GetMachineName( TSTRING& name ) const throw(eFSServices) = 0; ^~~~~ ../core/fsservices.h:283:123: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void ReadDir( const TSTRING& strName, std::vector &vDirContents, bool bFullPaths = true ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:287:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void GetCurrentDir( TSTRING& strCurDir ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:289:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void ChangeDir( const TSTRING& strName ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:291:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void Mkdir( const TSTRING& strName ) const throw( eFSServices ) = 0; ^~~~~ g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o twprintstrings.o twprintstrings.cpp In file included from ../tw/configfile.h:56:0, from twprintmain.cpp:50: ../core/fsservices.h:243:83: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void Stat( const TSTRING& strFileName, cFSStatArgs& pStat ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:245:63: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void GetTempDirName( TSTRING& strName ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:250:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual TSTRING& MakeTempFilename( TSTRING& strName ) const throw( eFSServices ) = 0; ^~~~~ In file included from ../tw/configfile.h:56:0, from twprintmain.cpp:50: ../core/fsservices.h:271:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void GetMachineName( TSTRING& name ) const throw(eFSServices) = 0; ^~~~~ ../core/fsservices.h:283:123: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void ReadDir( const TSTRING& strName, std::vector &vDirContents, bool bFullPaths = true ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:287:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void GetCurrentDir( TSTRING& strCurDir ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:289:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void ChangeDir( const TSTRING& strName ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:291:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void Mkdir( const TSTRING& strName ) const throw( eFSServices ) = 0; ^~~~~ In file included from twprintmain.cpp:57:0: ../core/unixfsservices.h:116:83: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void Stat( const TSTRING& strFileName, cFSStatArgs& pStat ) const throw( eFSServices ); ^~~~~ ../core/unixfsservices.h:119:64: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void GetTempDirName( TSTRING& strName ) const throw( eFSServices ); ^~~~~ ../core/unixfsservices.h:125:66: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual TSTRING& MakeTempFilename( TSTRING& strName ) const throw( eFSServices ); ^~~~~ ../core/unixfsservices.h:140:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void GetMachineName( TSTRING& name) const throw(eFSServices); ^~~~~ ../core/unixfsservices.h:152:123: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void ReadDir( const TSTRING& strName, std::vector &vDirContents, bool bFullPaths = true ) const throw( eFSServices ); ^~~~~ ../core/unixfsservices.h:154:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void GetCurrentDir( TSTRING& strCurDir ) const throw( eFSServices ); ^~~~~ ../core/unixfsservices.h:156:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void ChangeDir( const TSTRING& strName ) const throw( eFSServices ); ^~~~~ ../core/unixfsservices.h:158:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void Mkdir( const TSTRING& strName ) const throw( eFSServices ); ^~~~~ twprintmain.cpp: In function 'int main(int, const char**)': twprintmain.cpp:133:14: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr pMode(cTWPrintCmdLine::GetMode(argc, argv)); ^~~~~~~~ In file included from /usr/include/c++/7/memory:80:0, from ../core/stdcore.h:96, from stdtwprint.h:38, from twprintmain.cpp:36: /usr/include/c++/7/bits/unique_ptr.h:51:28: note: declared here template class auto_ptr; ^~~~~~~~ g++ -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -L../../lib -o twprint stdtwprint.o twprint.o twprintcmdline.o twprinterrors.o twprintmain.o twprintstrings.o -ltripwire -lcryptlib -lcrypto make[3]: Leaving directory '/builddir/build/BUILD/tripwire-open-source-2.4.3.1/src/twprint' Making all in twadmin make[3]: Entering directory '/builddir/build/BUILD/tripwire-open-source-2.4.3.1/src/twadmin' g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o keygeneration.o keygeneration.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o stdtwadmin.o stdtwadmin.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o twadmin.o twadmin.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o twadmincl.o twadmincl.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o twadminerrors.o twadminerrors.cpp In file included from ../tw/configfile.h:56:0, from twadmincl.cpp:49: ../core/fsservices.h:243:83: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void Stat( const TSTRING& strFileName, cFSStatArgs& pStat ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:245:63: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void GetTempDirName( TSTRING& strName ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:250:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual TSTRING& MakeTempFilename( TSTRING& strName ) const throw( eFSServices ) = 0; ^~~~~ In file included from ../tw/configfile.h:56:0, from twadmincl.cpp:49: ../core/fsservices.h:271:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void GetMachineName( TSTRING& name ) const throw(eFSServices) = 0; ^~~~~ ../core/fsservices.h:283:123: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void ReadDir( const TSTRING& strName, std::vector &vDirContents, bool bFullPaths = true ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:287:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void GetCurrentDir( TSTRING& strCurDir ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:289:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void ChangeDir( const TSTRING& strName ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:291:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void Mkdir( const TSTRING& strName ) const throw( eFSServices ) = 0; ^~~~~ g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o twadminmain.o twadminmain.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o twadminstrings.o twadminstrings.cpp twadmincl.cpp: In member function 'virtual int cTWAModeExamine::Execute(cErrorQueue*)': twadmincl.cpp:1560:22: warning: variable 'siteDecrypts' set but not used [-Wunused-but-set-variable] bool siteDecrypts = false, localDecrypts = false; ^~~~~~~~~~~~ twadmincl.cpp:1560:44: warning: variable 'localDecrypts' set but not used [-Wunused-but-set-variable] bool siteDecrypts = false, localDecrypts = false; ^~~~~~~~~~~~~ In file included from ../tw/configfile.h:56:0, from twadminmain.cpp:41: ../core/fsservices.h:243:83: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void Stat( const TSTRING& strFileName, cFSStatArgs& pStat ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:245:63: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void GetTempDirName( TSTRING& strName ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:250:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual TSTRING& MakeTempFilename( TSTRING& strName ) const throw( eFSServices ) = 0; ^~~~~ In file included from ../tw/configfile.h:56:0, from twadminmain.cpp:41: ../core/fsservices.h:271:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void GetMachineName( TSTRING& name ) const throw(eFSServices) = 0; ^~~~~ ../core/fsservices.h:283:123: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void ReadDir( const TSTRING& strName, std::vector &vDirContents, bool bFullPaths = true ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:287:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void GetCurrentDir( TSTRING& strCurDir ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:289:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void ChangeDir( const TSTRING& strName ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:291:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void Mkdir( const TSTRING& strName ) const throw( eFSServices ) = 0; ^~~~~ twadminmain.cpp: In function 'int main(int, const char**, const char**)': twadminmain.cpp:100:14: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr pMode(cTWAdminCmdLine::GetMode(argc, argv)); ^~~~~~~~ In file included from /usr/include/c++/7/memory:80:0, from ../core/stdcore.h:96, from stdtwadmin.h:38, from twadminmain.cpp:36: /usr/include/c++/7/bits/unique_ptr.h:51:28: note: declared here template class auto_ptr; ^~~~~~~~ g++ -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -L../../lib -o twadmin keygeneration.o stdtwadmin.o twadmin.o twadmincl.o twadminerrors.o twadminmain.o twadminstrings.o -ltripwire -lcryptlib -lcrypto make[3]: Leaving directory '/builddir/build/BUILD/tripwire-open-source-2.4.3.1/src/twadmin' Making all in siggen make[3]: Entering directory '/builddir/build/BUILD/tripwire-open-source-2.4.3.1/src/siggen' g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o siggen.o siggen.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o siggencmdline.o siggencmdline.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o siggenmain.o siggenmain.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o siggenstrings.o siggenstrings.cpp In file included from ../core/unixfsservices.h:50:0, from siggenmain.cpp:59: ../core/fsservices.h:243:83: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void Stat( const TSTRING& strFileName, cFSStatArgs& pStat ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:245:63: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void GetTempDirName( TSTRING& strName ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:250:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual TSTRING& MakeTempFilename( TSTRING& strName ) const throw( eFSServices ) = 0; ^~~~~ In file included from ../core/unixfsservices.h:50:0, from siggenmain.cpp:59: ../core/fsservices.h:271:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void GetMachineName( TSTRING& name ) const throw(eFSServices) = 0; ^~~~~ ../core/fsservices.h:283:123: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void ReadDir( const TSTRING& strName, std::vector &vDirContents, bool bFullPaths = true ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:287:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void GetCurrentDir( TSTRING& strCurDir ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:289:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void ChangeDir( const TSTRING& strName ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:291:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void Mkdir( const TSTRING& strName ) const throw( eFSServices ) = 0; ^~~~~ In file included from siggenmain.cpp:59:0: ../core/unixfsservices.h:116:83: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void Stat( const TSTRING& strFileName, cFSStatArgs& pStat ) const throw( eFSServices ); ^~~~~ ../core/unixfsservices.h:119:64: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void GetTempDirName( TSTRING& strName ) const throw( eFSServices ); ^~~~~ ../core/unixfsservices.h:125:66: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual TSTRING& MakeTempFilename( TSTRING& strName ) const throw( eFSServices ); ^~~~~ ../core/unixfsservices.h:140:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void GetMachineName( TSTRING& name) const throw(eFSServices); ^~~~~ ../core/unixfsservices.h:152:123: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void ReadDir( const TSTRING& strName, std::vector &vDirContents, bool bFullPaths = true ) const throw( eFSServices ); ^~~~~ In file included from siggenmain.cpp:59:0: ../core/unixfsservices.h:154:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void GetCurrentDir( TSTRING& strCurDir ) const throw( eFSServices ); ^~~~~ ../core/unixfsservices.h:156:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void ChangeDir( const TSTRING& strName ) const throw( eFSServices ); ^~~~~ ../core/unixfsservices.h:158:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void Mkdir( const TSTRING& strName ) const throw( eFSServices ); ^~~~~ g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o stdsiggen.o stdsiggen.cpp In file included from siggencmdline.cpp:42:0: ../core/fsservices.h:243:83: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void Stat( const TSTRING& strFileName, cFSStatArgs& pStat ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:245:63: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void GetTempDirName( TSTRING& strName ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:250:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual TSTRING& MakeTempFilename( TSTRING& strName ) const throw( eFSServices ) = 0; ^~~~~ In file included from siggencmdline.cpp:42:0: ../core/fsservices.h:271:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void GetMachineName( TSTRING& name ) const throw(eFSServices) = 0; ^~~~~ ../core/fsservices.h:283:123: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void ReadDir( const TSTRING& strName, std::vector &vDirContents, bool bFullPaths = true ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:287:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void GetCurrentDir( TSTRING& strCurDir ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:289:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void ChangeDir( const TSTRING& strName ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:291:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void Mkdir( const TSTRING& strName ) const throw( eFSServices ) = 0; ^~~~~ g++ -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -L../../lib -o siggen siggen.o siggencmdline.o siggenmain.o siggenstrings.o stdsiggen.o -ltripwire -lcryptlib -lcrypto make[3]: Leaving directory '/builddir/build/BUILD/tripwire-open-source-2.4.3.1/src/siggen' Making all in tripwire make[3]: Entering directory '/builddir/build/BUILD/tripwire-open-source-2.4.3.1/src/tripwire' g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o generatedb.o generatedb.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o integritycheck.o integritycheck.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o mailmessage.o mailmessage.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o pipedmailmessage.o pipedmailmessage.cpp In file included from pipedmailmessage.cpp:35:0: ../core/fsservices.h:243:83: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void Stat( const TSTRING& strFileName, cFSStatArgs& pStat ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:245:63: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void GetTempDirName( TSTRING& strName ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:250:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual TSTRING& MakeTempFilename( TSTRING& strName ) const throw( eFSServices ) = 0; ^~~~~ In file included from pipedmailmessage.cpp:35:0: ../core/fsservices.h:271:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void GetMachineName( TSTRING& name ) const throw(eFSServices) = 0; ^~~~~ ../core/fsservices.h:283:123: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void ReadDir( const TSTRING& strName, std::vector &vDirContents, bool bFullPaths = true ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:287:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void GetCurrentDir( TSTRING& strCurDir ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:289:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void ChangeDir( const TSTRING& strName ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:291:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void Mkdir( const TSTRING& strName ) const throw( eFSServices ) = 0; ^~~~~ pipedmailmessage.cpp: In member function 'virtual bool cPipedMailMessage::Send()': pipedmailmessage.cpp:83:11: warning: unused variable 'sendPipe' [-Wunused-variable] FILE* sendPipe = GetFilePointer(); ^~~~~~~~ integritycheck.cpp: In member function 'void cIntegrityCheck::ProcessAddedFCO(cDbDataSourceIter, iFCODataSourceIter*, bool)': integritycheck.cpp:93:22: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr pCopy( pIter->CreateCopy() ); ^~~~~~~~ In file included from /usr/include/c++/7/memory:80:0, from ../core/stdcore.h:96, from stdtripwire.h:38, from integritycheck.cpp:33: /usr/include/c++/7/bits/unique_ptr.h:51:28: note: declared here template class auto_ptr; ^~~~~~~~ integritycheck.cpp: In member function 'void cIntegrityCheck::ProcessChangedFCO(cDbDataSourceIter, iFCODataSourceIter*, bool)': integritycheck.cpp:234:18: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr pCopy( pIter->CreateCopy() ); ^~~~~~~~ In file included from /usr/include/c++/7/memory:80:0, from ../core/stdcore.h:96, from stdtripwire.h:38, from integritycheck.cpp:33: /usr/include/c++/7/bits/unique_ptr.h:51:28: note: declared here template class auto_ptr; ^~~~~~~~ integritycheck.cpp: In member function 'void cIntegrityCheck::Execute(uint32)': integritycheck.cpp:453:10: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr pDSIter(iTWFactory::GetInstance()->CreateDataSourceIter()); ^~~~~~~~ In file included from /usr/include/c++/7/memory:80:0, from ../core/stdcore.h:96, from stdtripwire.h:38, from integritycheck.cpp:33: /usr/include/c++/7/bits/unique_ptr.h:51:28: note: declared here template class auto_ptr; ^~~~~~~~ integritycheck.cpp: In member function 'void cIntegrityCheck::ExecuteOnObjectList(const std::__cxx11::list&, uint32)': integritycheck.cpp:555:10: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr pDSIter(iTWFactory::GetInstance()->CreateDataSourceIter()); ^~~~~~~~ In file included from /usr/include/c++/7/memory:80:0, from ../core/stdcore.h:96, from stdtripwire.h:38, from integritycheck.cpp:33: /usr/include/c++/7/bits/unique_ptr.h:51:28: note: declared here template class auto_ptr; ^~~~~~~~ generatedb.cpp: In function 'void util_ProcessDir(cDbDataSourceIter, iFCODataSourceIter*, iFCOSpec*, iFCOPropCalc*, iFCOPropDisplayer*)': generatedb.cpp:103:22: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr pCopy( pIter->CreateCopy() ); ^~~~~~~~ In file included from /usr/include/c++/7/memory:80:0, from ../core/stdcore.h:96, from stdtripwire.h:38, from generatedb.cpp:34: /usr/include/c++/7/bits/unique_ptr.h:51:28: note: declared here template class auto_ptr; ^~~~~~~~ generatedb.cpp: In static member function 'static void cGenerateDb::Execute(const cFCOSpecList&, cHierDatabase&, iFCOPropDisplayer*, cErrorBucket*, uint32)': generatedb.cpp:125:10: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr pDSIter(iTWFactory::GetInstance()->CreateDataSourceIter()); ^~~~~~~~ In file included from /usr/include/c++/7/memory:80:0, from ../core/stdcore.h:96, from stdtripwire.h:38, from generatedb.cpp:34: /usr/include/c++/7/bits/unique_ptr.h:51:28: note: declared here template class auto_ptr; ^~~~~~~~ generatedb.cpp:142:10: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr pPC(iTWFactory::GetInstance()->CreatePropCalc()); ^~~~~~~~ In file included from /usr/include/c++/7/memory:80:0, from ../core/stdcore.h:96, from stdtripwire.h:38, from generatedb.cpp:34: /usr/include/c++/7/bits/unique_ptr.h:51:28: note: declared here template class auto_ptr; ^~~~~~~~ generatedb.cpp:191:26: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr pCopy( pDSIter->CreateCopy() ); ^~~~~~~~ In file included from /usr/include/c++/7/memory:80:0, from ../core/stdcore.h:96, from stdtripwire.h:38, from generatedb.cpp:34: /usr/include/c++/7/bits/unique_ptr.h:51:28: note: declared here template class auto_ptr; ^~~~~~~~ g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o policyupdate.o policyupdate.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o smtpmailmessage.o smtpmailmessage.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o stdtripwire.o stdtripwire.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o syslog_trip.o syslog_trip.cpp In file included from ../tw/configfile.h:56:0, from smtpmailmessage.cpp:35: ../core/fsservices.h:243:83: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void Stat( const TSTRING& strFileName, cFSStatArgs& pStat ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:245:63: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void GetTempDirName( TSTRING& strName ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:250:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual TSTRING& MakeTempFilename( TSTRING& strName ) const throw( eFSServices ) = 0; ^~~~~ In file included from ../tw/configfile.h:56:0, from smtpmailmessage.cpp:35: ../core/fsservices.h:271:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void GetMachineName( TSTRING& name ) const throw(eFSServices) = 0; ^~~~~ ../core/fsservices.h:283:123: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void ReadDir( const TSTRING& strName, std::vector &vDirContents, bool bFullPaths = true ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:287:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void GetCurrentDir( TSTRING& strCurDir ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:289:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void ChangeDir( const TSTRING& strName ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:291:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void Mkdir( const TSTRING& strName ) const throw( eFSServices ) = 0; ^~~~~ g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o tripwire.o tripwire.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o tripwireerrors.o tripwireerrors.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o tripwiremain.o tripwiremain.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o tripwirestrings.o tripwirestrings.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o tripwireutil.o tripwireutil.cpp In file included from ../tw/configfile.h:56:0, from tripwiremain.cpp:43: ../core/fsservices.h:243:83: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void Stat( const TSTRING& strFileName, cFSStatArgs& pStat ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:245:63: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void GetTempDirName( TSTRING& strName ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:250:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual TSTRING& MakeTempFilename( TSTRING& strName ) const throw( eFSServices ) = 0; ^~~~~ In file included from ../tw/configfile.h:56:0, from tripwiremain.cpp:43: ../core/fsservices.h:271:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void GetMachineName( TSTRING& name ) const throw(eFSServices) = 0; ^~~~~ ../core/fsservices.h:283:123: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void ReadDir( const TSTRING& strName, std::vector &vDirContents, bool bFullPaths = true ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:287:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void GetCurrentDir( TSTRING& strCurDir ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:289:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void ChangeDir( const TSTRING& strName ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:291:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void Mkdir( const TSTRING& strName ) const throw( eFSServices ) = 0; ^~~~~ In file included from tripwiremain.cpp:59:0: ../core/unixfsservices.h:116:83: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void Stat( const TSTRING& strFileName, cFSStatArgs& pStat ) const throw( eFSServices ); ^~~~~ ../core/unixfsservices.h:119:64: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void GetTempDirName( TSTRING& strName ) const throw( eFSServices ); ^~~~~ ../core/unixfsservices.h:125:66: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual TSTRING& MakeTempFilename( TSTRING& strName ) const throw( eFSServices ); ^~~~~ ../core/unixfsservices.h:140:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void GetMachineName( TSTRING& name) const throw(eFSServices); ^~~~~ ../core/unixfsservices.h:152:123: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void ReadDir( const TSTRING& strName, std::vector &vDirContents, bool bFullPaths = true ) const throw( eFSServices ); ^~~~~ ../core/unixfsservices.h:154:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void GetCurrentDir( TSTRING& strCurDir ) const throw( eFSServices ); ^~~~~ ../core/unixfsservices.h:156:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void ChangeDir( const TSTRING& strName ) const throw( eFSServices ); ^~~~~ ../core/unixfsservices.h:158:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void Mkdir( const TSTRING& strName ) const throw( eFSServices ); ^~~~~ tripwiremain.cpp: In function 'int main(int, const char**, const char**)': tripwiremain.cpp:140:14: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr pMode(cTWCmdLine::GetMode(argc, argv)); ^~~~~~~~ In file included from /usr/include/c++/7/memory:80:0, from ../core/stdcore.h:96, from stdtripwire.h:38, from tripwiremain.cpp:34: /usr/include/c++/7/bits/unique_ptr.h:51:28: note: declared here template class auto_ptr; ^~~~~~~~ g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o twcmdline.o twcmdline.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o twcmdlineutil.o twcmdlineutil.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o updatedb.o updatedb.cpp In file included from ../tw/configfile.h:56:0, from twcmdline.cpp:37: ../core/fsservices.h:243:83: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void Stat( const TSTRING& strFileName, cFSStatArgs& pStat ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:245:63: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void GetTempDirName( TSTRING& strName ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:250:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual TSTRING& MakeTempFilename( TSTRING& strName ) const throw( eFSServices ) = 0; ^~~~~ In file included from ../tw/configfile.h:56:0, from twcmdline.cpp:37: ../core/fsservices.h:271:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void GetMachineName( TSTRING& name ) const throw(eFSServices) = 0; ^~~~~ ../core/fsservices.h:283:123: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void ReadDir( const TSTRING& strName, std::vector &vDirContents, bool bFullPaths = true ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:287:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void GetCurrentDir( TSTRING& strCurDir ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:289:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void ChangeDir( const TSTRING& strName ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:291:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void Mkdir( const TSTRING& strName ) const throw( eFSServices ) = 0; ^~~~~ In file included from twcmdlineutil.cpp:42:0: ../core/fsservices.h:243:83: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void Stat( const TSTRING& strFileName, cFSStatArgs& pStat ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:245:63: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void GetTempDirName( TSTRING& strName ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:250:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual TSTRING& MakeTempFilename( TSTRING& strName ) const throw( eFSServices ) = 0; ^~~~~ In file included from twcmdlineutil.cpp:42:0: ../core/fsservices.h:271:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void GetMachineName( TSTRING& name ) const throw(eFSServices) = 0; ^~~~~ ../core/fsservices.h:283:123: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void ReadDir( const TSTRING& strName, std::vector &vDirContents, bool bFullPaths = true ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:287:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void GetCurrentDir( TSTRING& strCurDir ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:289:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void ChangeDir( const TSTRING& strName ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:291:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void Mkdir( const TSTRING& strName ) const throw( eFSServices ) = 0; ^~~~~ twcmdline.cpp: In member function 'virtual int cTWModeIC::Execute(cErrorQueue*)': twcmdline.cpp:1200:21: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr pParseUtil (iTWFactory::GetInstance()->CreateParserGenreUtil()); ^~~~~~~~ In file included from /usr/include/c++/7/memory:80:0, from ../core/stdcore.h:96, from stdtripwire.h:38, from twcmdline.cpp:34: /usr/include/c++/7/bits/unique_ptr.h:51:28: note: declared here template class auto_ptr; ^~~~~~~~ twcmdlineutil.cpp: In function 'bool EmailReportTo(const TSTRING&, const cFCOReportHeader&, const cFCOReport&, const cTWModeCommon*, bool)': twcmdlineutil.cpp:543:8: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr reportMail; ^~~~~~~~ In file included from /usr/include/c++/7/memory:80:0, from ../core/stdcore.h:96, from stdtripwire.h:38, from twcmdlineutil.cpp:33: /usr/include/c++/7/bits/unique_ptr.h:51:28: note: declared here template class auto_ptr; ^~~~~~~~ twcmdlineutil.cpp:552:25: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] reportMail = std::auto_ptr(new cSMTPMailMessage(modeCommon->mSmtpHost, modeCommon->mSmtpPort)); ^~~~~~~~ In file included from /usr/include/c++/7/memory:80:0, from ../core/stdcore.h:96, from stdtripwire.h:38, from twcmdlineutil.cpp:33: /usr/include/c++/7/bits/unique_ptr.h:51:28: note: declared here template class auto_ptr; ^~~~~~~~ twcmdlineutil.cpp:555:25: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] reportMail = std::auto_ptr(new cPipedMailMessage(modeCommon->mMailProgram)); ^~~~~~~~ In file included from /usr/include/c++/7/memory:80:0, from ../core/stdcore.h:96, from stdtripwire.h:38, from twcmdlineutil.cpp:33: /usr/include/c++/7/bits/unique_ptr.h:51:28: note: declared here template class auto_ptr; ^~~~~~~~ twcmdlineutil.cpp: In static member function 'static bool cTWCmdLineUtil::SendEmailTestMessage(const TSTRING&, const cTWModeCommon*)': twcmdlineutil.cpp:705:9: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr reportMail; ^~~~~~~~ In file included from /usr/include/c++/7/memory:80:0, from ../core/stdcore.h:96, from stdtripwire.h:38, from twcmdlineutil.cpp:33: /usr/include/c++/7/bits/unique_ptr.h:51:28: note: declared here template class auto_ptr; ^~~~~~~~ twcmdlineutil.cpp:714:25: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] reportMail = std::auto_ptr(new cSMTPMailMessage(modeCommon->mSmtpHost, modeCommon->mSmtpPort)); ^~~~~~~~ In file included from /usr/include/c++/7/memory:80:0, from ../core/stdcore.h:96, from stdtripwire.h:38, from twcmdlineutil.cpp:33: /usr/include/c++/7/bits/unique_ptr.h:51:28: note: declared here template class auto_ptr; ^~~~~~~~ twcmdlineutil.cpp:717:25: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] reportMail = std::auto_ptr(new cPipedMailMessage(modeCommon->mMailProgram)); ^~~~~~~~ In file included from /usr/include/c++/7/memory:80:0, from ../core/stdcore.h:96, from stdtripwire.h:38, from twcmdlineutil.cpp:33: /usr/include/c++/7/bits/unique_ptr.h:51:28: note: declared here template class auto_ptr; ^~~~~~~~ g++ -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -L../../lib -o tripwire generatedb.o integritycheck.o mailmessage.o pipedmailmessage.o policyupdate.o smtpmailmessage.o stdtripwire.o syslog_trip.o tripwire.o tripwireerrors.o tripwiremain.o tripwirestrings.o tripwireutil.o twcmdline.o twcmdlineutil.o updatedb.o -ltripwire -lcryptlib -lcrypto make[3]: Leaving directory '/builddir/build/BUILD/tripwire-open-source-2.4.3.1/src/tripwire' Making all in twtest make[3]: Entering directory '/builddir/build/BUILD/tripwire-open-source-2.4.3.1/src/twtest' g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o archive_t.o archive_t.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o charutil_t.o charutil_t.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o cmdlineparser_t.o cmdlineparser_t.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o codeconvert_t.o codeconvert_t.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o configfile_t.o configfile_t.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o cryptoarchive_t.o cryptoarchive_t.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o crytpo_t.o crytpo_t.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o dbdatasource_t.o dbdatasource_t.cpp In file included from ../tw/configfile.h:56:0, from configfile_t.cpp:39: ../core/fsservices.h:243:83: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void Stat( const TSTRING& strFileName, cFSStatArgs& pStat ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:245:63: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void GetTempDirName( TSTRING& strName ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:250:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual TSTRING& MakeTempFilename( TSTRING& strName ) const throw( eFSServices ) = 0; ^~~~~ In file included from ../tw/configfile.h:56:0, from configfile_t.cpp:39: ../core/fsservices.h:271:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void GetMachineName( TSTRING& name ) const throw(eFSServices) = 0; ^~~~~ ../core/fsservices.h:283:123: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void ReadDir( const TSTRING& strName, std::vector &vDirContents, bool bFullPaths = true ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:287:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void GetCurrentDir( TSTRING& strCurDir ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:289:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void ChangeDir( const TSTRING& strName ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:291:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void Mkdir( const TSTRING& strName ) const throw( eFSServices ) = 0; ^~~~~ In file included from dbdatasource_t.cpp:36:0: ../core/fsservices.h:243:83: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void Stat( const TSTRING& strFileName, cFSStatArgs& pStat ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:245:63: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void GetTempDirName( TSTRING& strName ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:250:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual TSTRING& MakeTempFilename( TSTRING& strName ) const throw( eFSServices ) = 0; ^~~~~ In file included from dbdatasource_t.cpp:36:0: ../core/fsservices.h:271:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void GetMachineName( TSTRING& name ) const throw(eFSServices) = 0; ^~~~~ ../core/fsservices.h:283:123: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void ReadDir( const TSTRING& strName, std::vector &vDirContents, bool bFullPaths = true ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:287:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void GetCurrentDir( TSTRING& strCurDir ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:289:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void ChangeDir( const TSTRING& strName ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:291:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void Mkdir( const TSTRING& strName ) const throw( eFSServices ) = 0; ^~~~~ crytpo_t.cpp: In function 'void TestCrypto()': crytpo_t.cpp:298:27: warning: variable 'pPublic2' set but not used [-Wunused-but-set-variable] cElGamalSigPublicKey* pPublic2; ^~~~~~~~ crytpo_t.cpp:299:28: warning: variable 'pPrivate2' set but not used [-Wunused-but-set-variable] cElGamalSigPrivateKey* pPrivate2; ^~~~~~~~~ g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o debug_t.o debug_t.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o displayencoder_t.o displayencoder_t.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o error_t.o error_t.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o errorbucketimpl_t.o errorbucketimpl_t.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o fcocompare_t.o fcocompare_t.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o fcodatabasefile_t.o fcodatabasefile_t.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o fconame_t.o fconame_t.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o fconametbl_t.o fconametbl_t.cpp fcocompare_t.cpp: In function 'void TestFCOCompare()': fcocompare_t.cpp:64:66: note: #pragma message: fcocompare_t.cpp(1) : TODO - implement this test file #pragma message( __FILE__ "(1) : TODO - implement this test file") ^ g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o fconametranslator_t.o fconametranslator_t.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o fcopropimpl_t.o fcopropimpl_t.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o fcopropvector_t.o fcopropvector_t.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o fcoreport_t.o fcoreport_t.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o fcosetimpl_t.o fcosetimpl_t.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o fcospec_t.o fcospec_t.cpp fcopropvector_t.cpp:117:13: warning: 'bool addRemove(cFCOPropVector&, cFCOPropVector&, cDebug&)' defined but not used [-Wunused-function] static bool addRemove (cFCOPropVector &test1, cFCOPropVector &test2, cDebug& d) ^~~~~~~~~ fcoreport_t.cpp: In function 'void TestFCOReport()': fcoreport_t.cpp:107:13: warning: variable 'time_finish' set but not used [-Wunused-but-set-variable] time_t time_finish; ^~~~~~~~~~~ g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o fcospecattr_t.o fcospecattr_t.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o fcospechelper_t.o fcospechelper_t.cpp fcospec_t.cpp: In function 'void TestFCOSpec()': fcospec_t.cpp:45:25: warning: unused variable 'pDefMask' [-Wunused-variable] const iFCOSpecMask* pDefMask = iFCOSpecMask::GetDefaultMask(); ^~~~~~~~ fcospec_t.cpp:47:11: warning: unused variable 'pf1' [-Wunused-variable] iFCO* pf1 = (iFCO*)0xbad, *pf2 = (iFCO*)0xcab; ^~~ fcospec_t.cpp:47:32: warning: unused variable 'pf2' [-Wunused-variable] iFCO* pf1 = (iFCO*)0xbad, *pf2 = (iFCO*)0xcab; ^~~ g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o fcospeclist_t.o fcospeclist_t.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o fcospecutil_t.o fcospecutil_t.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o file_t.o file_t.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o fileheader_t.o fileheader_t.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o fileutil_t.o fileutil_t.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o fsdatasourceiter_t.o fsdatasourceiter_t.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o fsobject_t.o fsobject_t.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o fspropcalc_t.o fspropcalc_t.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o fspropdisplayer_t.o fspropdisplayer_t.cpp In file included from fsdatasourceiter_t.cpp:35:0: ../core/fsservices.h:243:83: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void Stat( const TSTRING& strFileName, cFSStatArgs& pStat ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:245:63: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void GetTempDirName( TSTRING& strName ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:250:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual TSTRING& MakeTempFilename( TSTRING& strName ) const throw( eFSServices ) = 0; ^~~~~ In file included from fsdatasourceiter_t.cpp:35:0: ../core/fsservices.h:271:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void GetMachineName( TSTRING& name ) const throw(eFSServices) = 0; ^~~~~ ../core/fsservices.h:283:123: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void ReadDir( const TSTRING& strName, std::vector &vDirContents, bool bFullPaths = true ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:287:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void GetCurrentDir( TSTRING& strCurDir ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:289:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void ChangeDir( const TSTRING& strName ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:291:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void Mkdir( const TSTRING& strName ) const throw( eFSServices ) = 0; ^~~~~ g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o fspropset_t.o fspropset_t.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o fsspec_t.o fsspec_t.cpp fspropcalc_t.cpp: In function 'void TestFSPropCalc()': fspropcalc_t.cpp:64:66: note: #pragma message: fspropcalc_t.cpp(1) : TODO - implement this test file #pragma message( __FILE__ "(1) : TODO - implement this test file") ^ g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o genre_t.o genre_t.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o genrespeclist_t.o genrespeclist_t.cpp In file included from fsspec_t.cpp:42:0: ../core/fsservices.h:243:83: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void Stat( const TSTRING& strFileName, cFSStatArgs& pStat ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:245:63: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void GetTempDirName( TSTRING& strName ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:250:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual TSTRING& MakeTempFilename( TSTRING& strName ) const throw( eFSServices ) = 0; ^~~~~ In file included from fsspec_t.cpp:42:0: ../core/fsservices.h:271:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void GetMachineName( TSTRING& name ) const throw(eFSServices) = 0; ^~~~~ ../core/fsservices.h:283:123: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void ReadDir( const TSTRING& strName, std::vector &vDirContents, bool bFullPaths = true ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:287:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void GetCurrentDir( TSTRING& strCurDir ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:289:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void ChangeDir( const TSTRING& strName ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:291:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void Mkdir( const TSTRING& strName ) const throw( eFSServices ) = 0; ^~~~~ g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o genreswitcher_t.o genreswitcher_t.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o growheap_t.o growheap_t.cpp genre_t.cpp: In function 'void TestGenreSwitcher()': genre_t.cpp:47:66: note: #pragma message: genre_t.cpp(1) : TODO - implement this test file #pragma message( __FILE__ "(1) : TODO - implement this test file") ^ g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o hashtable_t.o hashtable_t.cpp genrespeclist_t.cpp: In function 'void TestGenreSpecList()': genrespeclist_t.cpp:43:66: note: #pragma message: genrespeclist_t.cpp(1) : TODO - implement this test file #pragma message( __FILE__ "(1) : TODO - implement this test file") ^ g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o keyfile_t.o keyfile_t.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o objectpool_t.o objectpool_t.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o platform_t.o platform_t.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o policyparser_t.o policyparser_t.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o refcountobj_t.o refcountobj_t.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o resources_t.o resources_t.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o serializer_t.o serializer_t.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o serializerimpl_t.o serializerimpl_t.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o signature_t.o signature_t.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o srefcountobj_t.o srefcountobj_t.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o stdtest.o stdtest.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o stringencoder_t.o stringencoder_t.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o tasktimer_t.o tasktimer_t.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o tchar_t.o tchar_t.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o test.o test.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o textreportviewer_t.o textreportviewer_t.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o twlocale_t.o twlocale_t.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o twutil_t.o twutil_t.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o types_t.o types_t.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o unixfsservices_t.o unixfsservices_t.cpp In file included from textreportviewer_t.cpp:51:0: ../core/fsservices.h:243:83: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void Stat( const TSTRING& strFileName, cFSStatArgs& pStat ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:245:63: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void GetTempDirName( TSTRING& strName ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:250:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual TSTRING& MakeTempFilename( TSTRING& strName ) const throw( eFSServices ) = 0; ^~~~~ In file included from textreportviewer_t.cpp:51:0: ../core/fsservices.h:271:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void GetMachineName( TSTRING& name ) const throw(eFSServices) = 0; ^~~~~ ../core/fsservices.h:283:123: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void ReadDir( const TSTRING& strName, std::vector &vDirContents, bool bFullPaths = true ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:287:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void GetCurrentDir( TSTRING& strCurDir ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:289:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void ChangeDir( const TSTRING& strName ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:291:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void Mkdir( const TSTRING& strName ) const throw( eFSServices ) = 0; ^~~~~ g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o usernotifystdout_t.o usernotifystdout_t.cpp twutil_t.cpp: In function 'void TestTWUtil()': twutil_t.cpp:52:66: note: #pragma message: twutil_t.cpp(1) : TODO - implement this test file #pragma message( __FILE__ "(1) : TODO - implement this test file") ^ g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o wchar16_t.o wchar16_t.cpp In file included from ../core/unixfsservices.h:50:0, from unixfsservices_t.cpp:36: ../core/fsservices.h:243:83: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void Stat( const TSTRING& strFileName, cFSStatArgs& pStat ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:245:63: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void GetTempDirName( TSTRING& strName ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:250:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual TSTRING& MakeTempFilename( TSTRING& strName ) const throw( eFSServices ) = 0; ^~~~~ In file included from ../core/unixfsservices.h:50:0, from unixfsservices_t.cpp:36: ../core/fsservices.h:271:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void GetMachineName( TSTRING& name ) const throw(eFSServices) = 0; ^~~~~ ../core/fsservices.h:283:123: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void ReadDir( const TSTRING& strName, std::vector &vDirContents, bool bFullPaths = true ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:287:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void GetCurrentDir( TSTRING& strCurDir ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:289:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void ChangeDir( const TSTRING& strName ) const throw( eFSServices ) = 0; ^~~~~ ../core/fsservices.h:291:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void Mkdir( const TSTRING& strName ) const throw( eFSServices ) = 0; ^~~~~ In file included from unixfsservices_t.cpp:36:0: ../core/unixfsservices.h:116:83: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void Stat( const TSTRING& strFileName, cFSStatArgs& pStat ) const throw( eFSServices ); ^~~~~ ../core/unixfsservices.h:119:64: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void GetTempDirName( TSTRING& strName ) const throw( eFSServices ); ^~~~~ ../core/unixfsservices.h:125:66: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual TSTRING& MakeTempFilename( TSTRING& strName ) const throw( eFSServices ); ^~~~~ ../core/unixfsservices.h:140:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void GetMachineName( TSTRING& name) const throw(eFSServices); ^~~~~ ../core/unixfsservices.h:152:123: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void ReadDir( const TSTRING& strName, std::vector &vDirContents, bool bFullPaths = true ) const throw( eFSServices ); ^~~~~ In file included from unixfsservices_t.cpp:36:0: ../core/unixfsservices.h:154:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void GetCurrentDir( TSTRING& strCurDir ) const throw( eFSServices ); ^~~~~ ../core/unixfsservices.h:156:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void ChangeDir( const TSTRING& strName ) const throw( eFSServices ); ^~~~~ ../core/unixfsservices.h:158:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void Mkdir( const TSTRING& strName ) const throw( eFSServices ); ^~~~~ In file included from unixfsservices_t.cpp:44:0: unixfsservices_t.cpp: In function 'void TestUnixFSServices()': unixfsservices_t.cpp:79:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] TEST(n == v.size()); ~~^~~~~~~~~~~ ../twtest/test.h:74:27: note: in definition of macro 'TEST' #define TEST(exp) if (!(exp)) \ ^~~ g++ -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -L../../lib -o twtest archive_t.o charutil_t.o cmdlineparser_t.o codeconvert_t.o configfile_t.o cryptoarchive_t.o crytpo_t.o dbdatasource_t.o debug_t.o displayencoder_t.o error_t.o errorbucketimpl_t.o fcocompare_t.o fcodatabasefile_t.o fconame_t.o fconametbl_t.o fconametranslator_t.o fcopropimpl_t.o fcopropvector_t.o fcoreport_t.o fcosetimpl_t.o fcospec_t.o fcospecattr_t.o fcospechelper_t.o fcospeclist_t.o fcospecutil_t.o file_t.o fileheader_t.o fileutil_t.o fsdatasourceiter_t.o fsobject_t.o fspropcalc_t.o fspropdisplayer_t.o fspropset_t.o fsspec_t.o genre_t.o genrespeclist_t.o genreswitcher_t.o growheap_t.o hashtable_t.o keyfile_t.o objectpool_t.o platform_t.o policyparser_t.o refcountobj_t.o resources_t.o serializer_t.o serializerimpl_t.o signature_t.o srefcountobj_t.o stdtest.o stringencoder_t.o tasktimer_t.o tchar_t.o test.o textreportviewer_t.o twlocale_t.o twutil_t.o types_t.o unixfsservices_t.o usernotifystdout_t.o wchar16_t.o -ltripwire -lcryptlib -lcrypto make[3]: Leaving directory '/builddir/build/BUILD/tripwire-open-source-2.4.3.1/src/twtest' make[3]: Entering directory '/builddir/build/BUILD/tripwire-open-source-2.4.3.1/src' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/builddir/build/BUILD/tripwire-open-source-2.4.3.1/src' make[2]: Leaving directory '/builddir/build/BUILD/tripwire-open-source-2.4.3.1/src' make[2]: Entering directory '/builddir/build/BUILD/tripwire-open-source-2.4.3.1' make[2]: Leaving directory '/builddir/build/BUILD/tripwire-open-source-2.4.3.1' make[1]: Leaving directory '/builddir/build/BUILD/tripwire-open-source-2.4.3.1' + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.dvaTFQ + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/tripwire-2.4.3.1-10.fc28.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/tripwire-2.4.3.1-10.fc28.riscv64 ++ dirname /builddir/build/BUILDROOT/tripwire-2.4.3.1-10.fc28.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/tripwire-2.4.3.1-10.fc28.riscv64 + cd tripwire-open-source-2.4.3.1 + /usr/bin/rm -fr /builddir/build/BUILDROOT/tripwire-2.4.3.1-10.fc28.riscv64 + /usr/bin/mkdir -p /builddir/build/BUILDROOT/tripwire-2.4.3.1-10.fc28.riscv64/usr/sbin + /usr/bin/install -p -m755 bin/siggen /builddir/build/BUILDROOT/tripwire-2.4.3.1-10.fc28.riscv64/usr/sbin + /usr/bin/install -p -m755 bin/tripwire /builddir/build/BUILDROOT/tripwire-2.4.3.1-10.fc28.riscv64/usr/sbin + /usr/bin/install -p -m755 bin/twadmin /builddir/build/BUILDROOT/tripwire-2.4.3.1-10.fc28.riscv64/usr/sbin + /usr/bin/install -p -m755 bin/twprint /builddir/build/BUILDROOT/tripwire-2.4.3.1-10.fc28.riscv64/usr/sbin + /usr/bin/mkdir -p /builddir/build/BUILDROOT/tripwire-2.4.3.1-10.fc28.riscv64/usr/share/man/man4 /builddir/build/BUILDROOT/tripwire-2.4.3.1-10.fc28.riscv64/usr/share/man/man5 /builddir/build/BUILDROOT/tripwire-2.4.3.1-10.fc28.riscv64/usr/share/man/man8 + /usr/bin/install -p -m644 man/man4/twconfig.4 man/man4/twpolicy.4 /builddir/build/BUILDROOT/tripwire-2.4.3.1-10.fc28.riscv64/usr/share/man/man4/ + /usr/bin/install -p -m644 man/man5/twfiles.5 /builddir/build/BUILDROOT/tripwire-2.4.3.1-10.fc28.riscv64/usr/share/man/man5/ + /usr/bin/install -p -m644 man/man8/siggen.8 man/man8/tripwire.8 man/man8/twadmin.8 man/man8/twintro.8 man/man8/twprint.8 /builddir/build/BUILDROOT/tripwire-2.4.3.1-10.fc28.riscv64/usr/share/man/man8/ + /usr/bin/rm -fr _tmpcfg + /usr/bin/mkdir _tmpcfg + for infile in /builddir/build/SOURCES/tripwire.cron.in /builddir/build/SOURCES/twcfg.txt.in /builddir/build/SOURCES/tripwire-setup-keyfiles.in /builddir/build/SOURCES/twpol.txt.in /builddir/build/SOURCES/README.Fedora.in + outfile=tripwire.cron.in + outfile=tripwire.cron + cat /builddir/build/SOURCES/tripwire.cron.in + /usr/bin/sed -e 's|@path_to_vi@|/bin/vi|g' + /usr/bin/sed -e 's|@path_to_sendmail@|/usr/sbin/sendmail|g' + /usr/bin/sed -e 's|@sbindir@|/usr/sbin|g' + /usr/bin/sed -e 's|@sysconfdir@|/etc|g' + /usr/bin/sed -e 's|@vardir@|/var|g' + for infile in /builddir/build/SOURCES/tripwire.cron.in /builddir/build/SOURCES/twcfg.txt.in /builddir/build/SOURCES/tripwire-setup-keyfiles.in /builddir/build/SOURCES/twpol.txt.in /builddir/build/SOURCES/README.Fedora.in + outfile=twcfg.txt.in + outfile=twcfg.txt + cat /builddir/build/SOURCES/twcfg.txt.in + /usr/bin/sed -e 's|@path_to_vi@|/bin/vi|g' + /usr/bin/sed -e 's|@path_to_sendmail@|/usr/sbin/sendmail|g' + /usr/bin/sed -e 's|@sysconfdir@|/etc|g' + /usr/bin/sed -e 's|@sbindir@|/usr/sbin|g' + /usr/bin/sed -e 's|@vardir@|/var|g' + for infile in /builddir/build/SOURCES/tripwire.cron.in /builddir/build/SOURCES/twcfg.txt.in /builddir/build/SOURCES/tripwire-setup-keyfiles.in /builddir/build/SOURCES/twpol.txt.in /builddir/build/SOURCES/README.Fedora.in + outfile=tripwire-setup-keyfiles.in + outfile=tripwire-setup-keyfiles + cat /builddir/build/SOURCES/tripwire-setup-keyfiles.in + /usr/bin/sed -e 's|@path_to_vi@|/bin/vi|g' + /usr/bin/sed -e 's|@path_to_sendmail@|/usr/sbin/sendmail|g' + /usr/bin/sed -e 's|@sysconfdir@|/etc|g' + /usr/bin/sed -e 's|@sbindir@|/usr/sbin|g' + /usr/bin/sed -e 's|@vardir@|/var|g' + for infile in /builddir/build/SOURCES/tripwire.cron.in /builddir/build/SOURCES/twcfg.txt.in /builddir/build/SOURCES/tripwire-setup-keyfiles.in /builddir/build/SOURCES/twpol.txt.in /builddir/build/SOURCES/README.Fedora.in + outfile=twpol.txt.in + outfile=twpol.txt + cat /builddir/build/SOURCES/twpol.txt.in + /usr/bin/sed -e 's|@path_to_vi@|/bin/vi|g' + /usr/bin/sed -e 's|@path_to_sendmail@|/usr/sbin/sendmail|g' + /usr/bin/sed -e 's|@sysconfdir@|/etc|g' + /usr/bin/sed -e 's|@sbindir@|/usr/sbin|g' + /usr/bin/sed -e 's|@vardir@|/var|g' + for infile in /builddir/build/SOURCES/tripwire.cron.in /builddir/build/SOURCES/twcfg.txt.in /builddir/build/SOURCES/tripwire-setup-keyfiles.in /builddir/build/SOURCES/twpol.txt.in /builddir/build/SOURCES/README.Fedora.in + outfile=README.Fedora.in + outfile=README.Fedora + cat /builddir/build/SOURCES/README.Fedora.in + /usr/bin/sed -e 's|@path_to_vi@|/bin/vi|g' + /usr/bin/sed -e 's|@path_to_sendmail@|/usr/sbin/sendmail|g' + /usr/bin/sed -e 's|@sbindir@|/usr/sbin|g' + /usr/bin/sed -e 's|@sysconfdir@|/etc|g' + /usr/bin/sed -e 's|@vardir@|/var|g' + /usr/bin/mv _tmpcfg/tripwire-setup-keyfiles _tmpcfg/README.Fedora . + /usr/bin/install -d -m700 /builddir/build/BUILDROOT/tripwire-2.4.3.1-10.fc28.riscv64/var/lib/tripwire/report + /usr/bin/install -d -m755 /builddir/build/BUILDROOT/tripwire-2.4.3.1-10.fc28.riscv64/etc/cron.daily + /usr/bin/install -p -m755 _tmpcfg/tripwire.cron /builddir/build/BUILDROOT/tripwire-2.4.3.1-10.fc28.riscv64/etc/cron.daily/tripwire-check + /usr/bin/rm _tmpcfg/tripwire.cron + /usr/bin/mkdir -p /builddir/build/BUILDROOT/tripwire-2.4.3.1-10.fc28.riscv64/etc/tripwire + for file in _tmpcfg/* + /usr/bin/install -p -m644 _tmpcfg/twcfg.txt /builddir/build/BUILDROOT/tripwire-2.4.3.1-10.fc28.riscv64/etc/tripwire + for file in _tmpcfg/* + /usr/bin/install -p -m644 _tmpcfg/twpol.txt /builddir/build/BUILDROOT/tripwire-2.4.3.1-10.fc28.riscv64/etc/tripwire + /usr/bin/install -p -m755 tripwire-setup-keyfiles /builddir/build/BUILDROOT/tripwire-2.4.3.1-10.fc28.riscv64/usr/sbin + /usr/bin/cp -p /builddir/build/SOURCES/License-Issues . + /usr/bin/chmod 644 ChangeLog COMMERCIAL COPYING TRADEMARK tripwire.gif README.Fedora policy/policyguide.txt License-Issues + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /builddir/build/BUILDROOT/tripwire-2.4.3.1-10.fc28.riscv64/etc/ld.so.conf: No such file or directory + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip /usr/bin/strip + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: tripwire-2.4.3.1-10.fc28.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.AdiCSt + umask 022 + cd /builddir/build/BUILD + cd tripwire-open-source-2.4.3.1 + DOCDIR=/builddir/build/BUILDROOT/tripwire-2.4.3.1-10.fc28.riscv64/usr/share/doc/tripwire + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/tripwire-2.4.3.1-10.fc28.riscv64/usr/share/doc/tripwire + cp -pr ChangeLog /builddir/build/BUILDROOT/tripwire-2.4.3.1-10.fc28.riscv64/usr/share/doc/tripwire + cp -pr COMMERCIAL /builddir/build/BUILDROOT/tripwire-2.4.3.1-10.fc28.riscv64/usr/share/doc/tripwire + cp -pr COPYING /builddir/build/BUILDROOT/tripwire-2.4.3.1-10.fc28.riscv64/usr/share/doc/tripwire + cp -pr TRADEMARK /builddir/build/BUILDROOT/tripwire-2.4.3.1-10.fc28.riscv64/usr/share/doc/tripwire + cp -pr tripwire.gif /builddir/build/BUILDROOT/tripwire-2.4.3.1-10.fc28.riscv64/usr/share/doc/tripwire + cp -pr README.Fedora /builddir/build/BUILDROOT/tripwire-2.4.3.1-10.fc28.riscv64/usr/share/doc/tripwire + cp -pr policy/policyguide.txt /builddir/build/BUILDROOT/tripwire-2.4.3.1-10.fc28.riscv64/usr/share/doc/tripwire + cp -pr License-Issues /builddir/build/BUILDROOT/tripwire-2.4.3.1-10.fc28.riscv64/usr/share/doc/tripwire + exit 0 Provides: config(tripwire) = 2.4.3.1-10.fc28 tripwire = 2.4.3.1-10.fc28 tripwire(riscv-64) = 2.4.3.1-10.fc28 Requires(interp): /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /bin/sh sed Requires: /bin/sh 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) libcrypto.so.1.1()(64bit) libcrypto.so.1.1(OPENSSL_1_1_0)(64bit) libgcc_s.so.1()(64bit) libgcc_s.so.1(GCC_3.0)(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.27)(64bit) 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.8)(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) Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/tripwire-2.4.3.1-10.fc28.riscv64 Wrote: /builddir/build/SRPMS/tripwire-2.4.3.1-10.fc28.src.rpm Wrote: /builddir/build/RPMS/riscv64/tripwire-2.4.3.1-10.fc28.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.N6gNBQ + umask 022 + cd /builddir/build/BUILD + cd tripwire-open-source-2.4.3.1 + /usr/bin/rm -rf /builddir/build/BUILDROOT/tripwire-2.4.3.1-10.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