Mock Version: 1.4.21 Mock Version: 1.4.21 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/sleuthkit.spec'], chrootPath='/var/lib/mock/f33-build-301633-56798/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=432000uid=987gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/sleuthkit.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False Building target platforms: riscv64 Building for target riscv64 setting SOURCE_DATE_EPOCH=1595980800 Wrote: /builddir/build/SRPMS/sleuthkit-4.9.0-2.fc33.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/sleuthkit.spec'], chrootPath='/var/lib/mock/f33-build-301633-56798/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=432000uid=987gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/sleuthkit.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False Building target platforms: riscv64 Building for target riscv64 setting SOURCE_DATE_EPOCH=1595980800 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.mgeqJD + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf sleuthkit-4.9.0 + /usr/bin/gzip -dc /builddir/build/SOURCES/sleuthkit-4.9.0.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd sleuthkit-4.9.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.NGhIED + umask 022 + cd /builddir/build/BUILD + cd sleuthkit-4.9.0 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection' + export CFLAGS + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection' + export CXXFLAGS + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules' + export FFLAGS + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules' + export FCFLAGS + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib64: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + '[' '-flto=auto -ffat-lto-objectsx' '!=' x ']' ++ find . -type f -name configure -print + for file in $(find . -type f -name configure -print) + /usr/bin/sed -r --in-place=.backup 's/^char \(\*f\) \(\) = /__attribute__ ((used)) char (*f) () = /g' ./configure + diff -u ./configure.backup ./configure + mv ./configure.backup ./configure + /usr/bin/sed -r --in-place=.backup 's/^char \(\*f\) \(\);/__attribute__ ((used)) char (*f) ();/g' ./configure + diff -u ./configure.backup ./configure + mv ./configure.backup ./configure + /usr/bin/sed -r --in-place=.backup 's/^char \$2 \(\);/__attribute__ ((used)) char \$2 ();/g' ./configure + diff -u ./configure.backup ./configure --- ./configure.backup 2020-04-30 22:06:27.000000000 -0400 +++ ./configure 2020-08-15 04:49:27.738328152 -0400 @@ -1816,7 +1816,7 @@ #ifdef __cplusplus extern "C" #endif -char $2 (); +__attribute__ ((used)) char $2 (); /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ + /usr/bin/sed --in-place=.backup '1{$!N;$!N};$!N;s/int x = 1;\nint y = 0;\nint z;\nint nan;/volatile int x = 1; volatile int y = 0; volatile int z, nan;/;P;D' ./configure + diff -u ./configure.backup ./configure + mv ./configure.backup ./configure + /usr/bin/sed --in-place=.backup 's#^lt_cv_sys_global_symbol_to_cdecl=.*#lt_cv_sys_global_symbol_to_cdecl="sed -n -e '\''s/^T .* \\(.*\\)$/extern int \\1();/p'\'' -e '\''s/^$symcode* .* \\(.*\\)$/extern char \\1;/p'\''"#' ./configure + diff -u ./configure.backup ./configure --- ./configure.backup 2020-08-15 04:49:27.738328152 -0400 +++ ./configure 2020-08-15 04:49:28.738328544 -0400 @@ -6729,7 +6729,7 @@ # Transform an extracted symbol line into a proper C declaration. # Some systems (esp. on ia64) link data and code symbols differently, # so use this general approach. -lt_cv_sys_global_symbol_to_cdecl="sed -n"\ +lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'" $lt_cdecl_hook\ " -e 's/^T .* \(.*\)$/extern int \1();/p'"\ " -e 's/^$symcode$symcode* .* \(.*\)$/extern char \1;/p'" @@ -22071,7 +22071,7 @@ compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`' GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`' lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`' -lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`' +lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'" lt_cv_sys_global_symbol_to_import='`$ECHO "$lt_cv_sys_global_symbol_to_import" | $SED "$delay_single_quote_subst"`' lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`' lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`' + '[' 1 = 1 ']' +++ dirname ./configure ++ find . -name config.guess -o -name config.sub + for i in $(find $(dirname ./configure) -name config.guess -o -name config.sub) ++ basename ./config/config.sub + '[' -f /usr/lib/rpm/redhat/config.sub ']' + /usr/bin/rm -f ./config/config.sub ++ basename ./config/config.sub + /usr/bin/cp -fv /usr/lib/rpm/redhat/config.sub ./config/config.sub '/usr/lib/rpm/redhat/config.sub' -> './config/config.sub' + for i in $(find $(dirname ./configure) -name config.guess -o -name config.sub) ++ basename ./config/config.guess + '[' -f /usr/lib/rpm/redhat/config.guess ']' + /usr/bin/rm -f ./config/config.guess ++ basename ./config/config.guess + /usr/bin/cp -fv /usr/lib/rpm/redhat/config.guess ./config/config.guess '/usr/lib/rpm/redhat/config.guess' -> './config/config.guess' + '[' 1 = 1 ']' + '[' x '!=' 'x-Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' ']' ++ find . -name ltmain.sh + for i in $(find . -name ltmain.sh) + /usr/bin/sed -i.backup -e 's~compiler_flags=$~compiler_flags="-Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld"~' ./config/ltmain.sh + ./configure --build=riscv64-redhat-linux-gnu --host=riscv64-redhat-linux-gnu --program-prefix= --disable-dependency-tracking --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info --disable-static --disable-java checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether UID '987' is supported by ustar format... yes checking whether GID '135' is supported by ustar format... yes checking how to create a ustar tar archive... gnutar checking for cppunit-config... no checking for Cppunit - version >= 1.12.1... no checking build system type... riscv64-redhat-linux-gnu checking host system type... riscv64-redhat-linux-gnu checking how to print strings... printf checking for style of include used by make... GNU checking for riscv64-redhat-linux-gnu-gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking dependency style of gcc... none checking for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... /usr/bin/grep -F checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking how to convert riscv64-redhat-linux-gnu file names to riscv64-redhat-linux-gnu format... func_convert_file_noop checking how to convert riscv64-redhat-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for riscv64-redhat-linux-gnu-objdump... no checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for riscv64-redhat-linux-gnu-dlltool... no checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for riscv64-redhat-linux-gnu-ar... no checking for ar... ar checking for archiver @FILE support... @ checking for riscv64-redhat-linux-gnu-strip... no checking for strip... strip checking for riscv64-redhat-linux-gnu-ranlib... no checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from gcc object... ./configure: line 6683: -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p': No such file or directory ok checking for sysroot... no checking for a working dd... /usr/bin/dd checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1 checking for riscv64-redhat-linux-gnu-mt... no checking for mt... no checking if : is a manifest tool... no checking how to run the C preprocessor... gcc -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... no checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking whether to enable maintainer-specific portions of Makefiles... no checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... none checking how to run the C++ preprocessor... g++ -E checking for ld used by g++... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC -DPIC checking if g++ PIC flag -fPIC -DPIC works... yes checking if g++ static flag -static works... no checking if g++ supports -c -o file.o... yes checking if g++ supports -c -o file.o... (cached) yes checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether g++ supports C++14 features with -std=c++14... yes checking for riscv64-redhat-linux-gnu-gcc... (cached) gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking whether gcc understands -c and -o together... (cached) yes checking dependency style of gcc... (cached) none checking how to run the C preprocessor... gcc -E checking whether ln -s works... yes checking whether make sets $(MAKE)... (cached) yes checking for perl... /usr/bin/perl checking for ANSI C header files... (cached) yes checking err.h usability... yes checking err.h presence... yes checking for err.h... yes checking for inttypes.h... (cached) yes checking for unistd.h... (cached) yes checking for stdint.h... (cached) yes checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking sys/resource.h usability... yes checking sys/resource.h presence... yes checking for sys/resource.h... yes checking for stdbool.h that conforms to C99... yes checking for _Bool... yes checking for an ANSI C-conforming const... yes checking for uid_t in sys/types.h... yes checking for mode_t... yes checking for off_t... yes checking for size_t... yes checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking for working alloca.h... yes checking for alloca... yes checking for error_at_line... yes checking for _LARGEFILE_SOURCE value needed for large files... no checking whether gcc needs -traditional... no checking whether lstat correctly handles trailing slash... yes checking whether lstat accepts an empty string... no checking whether lstat correctly handles trailing slash... (cached) yes checking sys/select.h usability... yes checking sys/select.h presence... yes checking for sys/select.h... yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking types of arguments for select... int,fd_set *,struct timeval * checking for utime.h... yes checking whether utime accepts a null argument... yes checking for vprintf... yes checking for _doprnt... no checking for ishexnumber... no checking for err... yes checking for errx... yes checking for warn... yes checking for warnx... yes checking for vasprintf... yes checking for getrusage... yes checking for strlcpy... no checking for strlcat... no checking for the pthreads library -lpthreads... no checking whether pthreads work without any flags... no checking whether pthreads work with -Kthread... no checking whether pthreads work with -kthread... no checking for the pthreads library -llthread... no checking whether pthreads work with -pthread... yes checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE checking if more special flags are required for pthreads... no checking for main in -lstdc++... yes checking for list... no checking for map... no checking for queue... no checking for set... no checking for stack... no checking for streambuf... no checking for string... no checking for vector... no checking sqlite3.h usability... yes checking sqlite3.h presence... yes checking for sqlite3.h... yes checking for dlopen in -ldl... yes checking for sqlite3_open in -lsqlite3... yes checking which sqlite3 to use... system checking postgresql/libpq-fe.h usability... no checking postgresql/libpq-fe.h presence... no checking for postgresql/libpq-fe.h... no checking libpq-fe.h usability... no checking libpq-fe.h presence... no checking for libpq-fe.h... no checking afflib/afflib.h usability... yes checking afflib/afflib.h presence... yes checking for afflib/afflib.h... yes checking for af_open in -lafflib... yes configure: checking for zlib checking zlib.h usability... yes checking zlib.h presence... yes checking for zlib.h... yes checking for inflate in -lz... yes checking for dlopen in -ldl... (cached) yes checking libewf.h usability... yes checking libewf.h presence... yes checking for libewf.h... yes checking for libewf_get_version in -lewf... yes checking libvhdi.h usability... no checking libvhdi.h presence... no checking for libvhdi.h... no checking libvmdk.h usability... no checking libvmdk.h presence... no checking for libvmdk.h... no checking if libtool needs -no-undefined flag to build shared libraries... no checking for getline... yes checking for library containing regexec... none required checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating tsk/Makefile config.status: creating tsk/base/Makefile config.status: creating tsk/img/Makefile config.status: creating tsk/vs/Makefile config.status: creating tsk/fs/Makefile config.status: creating tsk/hashdb/Makefile config.status: creating tsk/auto/Makefile config.status: creating tsk/pool/Makefile config.status: creating tsk/util/Makefile config.status: creating tools/Makefile config.status: creating tools/imgtools/Makefile config.status: creating tools/vstools/Makefile config.status: creating tools/fstools/Makefile config.status: creating tools/hashtools/Makefile config.status: creating tools/srchtools/Makefile config.status: creating tools/autotools/Makefile config.status: creating tools/pooltools/Makefile config.status: creating tools/sorter/Makefile config.status: creating tools/timeline/Makefile config.status: creating tools/fiwalk/Makefile config.status: creating tools/fiwalk/src/Makefile config.status: creating tools/fiwalk/plugins/Makefile config.status: creating tests/Makefile config.status: creating samples/Makefile config.status: creating man/Makefile config.status: creating bindings/java/Makefile config.status: creating bindings/java/jni/Makefile config.status: creating unit_tests/Makefile config.status: creating unit_tests/base/Makefile config.status: creating tsk/tsk_config.h config.status: executing depfiles commands config.status: executing libtool commands config.status: executing tsk/tsk_incs.h commands configure: Building: afflib support: yes libewf support: yes zlib support: yes libvhdi support: no libvmdk support: no postgresql support: no Features: Java/JNI support: no Multithreading: yes + sed -i.rpath 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool + sed -i.rpath 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool + /usr/bin/make -O -j4 V=1 VERBOSE=1 Making all in tsk /usr/bin/make all-recursive Making all in base make[3]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/base' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o mymalloc.lo mymalloc.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c mymalloc.c -fPIC -DPIC -o .libs/mymalloc.o make[3]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/base' make[3]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/base' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o crc.lo crc.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c crc.c -fPIC -DPIC -o .libs/crc.o make[3]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/base' make[3]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/base' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o md5c.lo md5c.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c md5c.c -fPIC -DPIC -o .libs/md5c.o make[3]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/base' make[3]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/base' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o tsk_endian.lo tsk_endian.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c tsk_endian.c -fPIC -DPIC -o .libs/tsk_endian.o make[3]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/base' make[3]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/base' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o tsk_error.lo tsk_error.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c tsk_error.c -fPIC -DPIC -o .libs/tsk_error.o make[3]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/base' make[3]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/base' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o tsk_list.lo tsk_list.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c tsk_list.c -fPIC -DPIC -o .libs/tsk_list.o make[3]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/base' make[3]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/base' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o tsk_parse.lo tsk_parse.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c tsk_parse.c -fPIC -DPIC -o .libs/tsk_parse.o make[3]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/base' make[3]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/base' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o sha1c.lo sha1c.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c sha1c.c -fPIC -DPIC -o .libs/sha1c.o make[3]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/base' make[3]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/base' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o tsk_printf.lo tsk_printf.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c tsk_printf.c -fPIC -DPIC -o .libs/tsk_printf.o make[3]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/base' make[3]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/base' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o tsk_version.lo tsk_version.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c tsk_version.c -fPIC -DPIC -o .libs/tsk_version.o make[3]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/base' make[3]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/base' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o tsk_stack.lo tsk_stack.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c tsk_stack.c -fPIC -DPIC -o .libs/tsk_stack.o make[3]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/base' make[3]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/base' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o tsk_unicode.lo tsk_unicode.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c tsk_unicode.c -fPIC -DPIC -o .libs/tsk_unicode.o make[3]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/base' tsk_unicode.c: In function 'tsk_UTF16toUTF8': tsk_unicode.c:230:16: warning: this statement may fall through [-Wimplicit-fallthrough=] 230 | ch >>= 6; | ~~~^~~~~ tsk_unicode.c:231:9: note: here 231 | case 3: | ^~~~ tsk_unicode.c:233:16: warning: this statement may fall through [-Wimplicit-fallthrough=] 233 | ch >>= 6; | ~~~^~~~~ tsk_unicode.c:234:9: note: here 234 | case 2: | ^~~~ tsk_unicode.c:236:16: warning: this statement may fall through [-Wimplicit-fallthrough=] 236 | ch >>= 6; | ~~~^~~~~ tsk_unicode.c:237:9: note: here 237 | case 1: | ^~~~ tsk_unicode.c: In function 'tsk_UTF16toUTF8_lclorder': tsk_unicode.c:341:16: warning: this statement may fall through [-Wimplicit-fallthrough=] 341 | ch >>= 6; | ~~~^~~~~ tsk_unicode.c:342:9: note: here 342 | case 3: | ^~~~ tsk_unicode.c:344:16: warning: this statement may fall through [-Wimplicit-fallthrough=] 344 | ch >>= 6; | ~~~^~~~~ tsk_unicode.c:345:9: note: here 345 | case 2: | ^~~~ tsk_unicode.c:347:16: warning: this statement may fall through [-Wimplicit-fallthrough=] 347 | ch >>= 6; | ~~~^~~~~ tsk_unicode.c:348:9: note: here 348 | case 1: | ^~~~ tsk_unicode.c: In function 'tsk_UTF16WtoUTF8_lclorder': tsk_unicode.c:441:16: warning: this statement may fall through [-Wimplicit-fallthrough=] 441 | ch >>= 6; | ~~~^~~~~ tsk_unicode.c:442:9: note: here 442 | case 3: | ^~~~ tsk_unicode.c:444:16: warning: this statement may fall through [-Wimplicit-fallthrough=] 444 | ch >>= 6; | ~~~^~~~~ tsk_unicode.c:445:9: note: here 445 | case 2: | ^~~~ tsk_unicode.c:447:16: warning: this statement may fall through [-Wimplicit-fallthrough=] 447 | ch >>= 6; | ~~~^~~~~ tsk_unicode.c:448:9: note: here 448 | case 1: | ^~~~ tsk_unicode.c: In function 'isLegalUTF8': tsk_unicode.c:481:38: warning: this statement may fall through [-Wimplicit-fallthrough=] 481 | if ((a = (*--srcptr)) < 0x80 || a > 0xBF) | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ tsk_unicode.c:483:5: note: here 483 | case 3: | ^~~~ tsk_unicode.c:484:38: warning: this statement may fall through [-Wimplicit-fallthrough=] 484 | if ((a = (*--srcptr)) < 0x80 || a > 0xBF) | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ tsk_unicode.c:486:5: note: here 486 | case 2: | ^~~~ tsk_unicode.c:490:9: warning: this statement may fall through [-Wimplicit-fallthrough=] 490 | switch (*source) { | ^~~~~~ tsk_unicode.c:513:5: note: here 513 | case 1: | ^~~~ tsk_unicode.c: In function 'tsk_UTF8toUTF16': tsk_unicode.c:609:16: warning: this statement may fall through [-Wimplicit-fallthrough=] 609 | ch <<= 6; /* remember, illegal UTF-8 */ | ~~~^~~~~ tsk_unicode.c:610:9: note: here 610 | case 4: | ^~~~ tsk_unicode.c:612:16: warning: this statement may fall through [-Wimplicit-fallthrough=] 612 | ch <<= 6; /* remember, illegal UTF-8 */ | ~~~^~~~~ tsk_unicode.c:613:9: note: here 613 | case 3: | ^~~~ tsk_unicode.c:615:16: warning: this statement may fall through [-Wimplicit-fallthrough=] 615 | ch <<= 6; | ~~~^~~~~ tsk_unicode.c:616:9: note: here 616 | case 2: | ^~~~ tsk_unicode.c:618:16: warning: this statement may fall through [-Wimplicit-fallthrough=] 618 | ch <<= 6; | ~~~^~~~~ tsk_unicode.c:619:9: note: here 619 | case 1: | ^~~~ tsk_unicode.c:621:16: warning: this statement may fall through [-Wimplicit-fallthrough=] 621 | ch <<= 6; | ~~~^~~~~ tsk_unicode.c:622:9: note: here 622 | case 0: | ^~~~ make[3]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/base' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o XGetopt.lo XGetopt.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c XGetopt.c -fPIC -DPIC -o .libs/XGetopt.o make[3]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/base' make[3]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/base' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o tsk_lock.lo tsk_lock.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c tsk_lock.c -fPIC -DPIC -o .libs/tsk_lock.o make[3]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/base' make[3]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/base' /bin/sh ../../libtool --tag=CXX --mode=compile g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o tsk_error_win32.lo tsk_error_win32.cpp libtool: compile: g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c tsk_error_win32.cpp -fPIC -DPIC -o .libs/tsk_error_win32.o make[3]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/base' make[3]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/base' /bin/sh ../../libtool --tag=CXX --mode=link g++ -std=c++14 -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -L/usr/local/lib -o libtskbase.la md5c.lo mymalloc.lo sha1c.lo crc.lo tsk_endian.lo tsk_error.lo tsk_list.lo tsk_parse.lo tsk_printf.lo tsk_unicode.lo tsk_version.lo tsk_stack.lo XGetopt.lo tsk_lock.lo tsk_error_win32.lo -lewf -ldl -lz -lafflib -lsqlite3 -ldl -lstdc++ libtool: link: ar cru .libs/libtskbase.a .libs/md5c.o .libs/mymalloc.o .libs/sha1c.o .libs/crc.o .libs/tsk_endian.o .libs/tsk_error.o .libs/tsk_list.o .libs/tsk_parse.o .libs/tsk_printf.o .libs/tsk_unicode.o .libs/tsk_version.o .libs/tsk_stack.o .libs/XGetopt.o .libs/tsk_lock.o .libs/tsk_error_win32.o libtool: link: ranlib .libs/libtskbase.a libtool: link: ( cd ".libs" && rm -f "libtskbase.la" && ln -s "../libtskbase.la" "libtskbase.la" ) make[3]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/base' Making all in img make[3]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/img' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o img_types.lo img_types.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c img_types.c -fPIC -DPIC -o .libs/img_types.o make[3]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/img' make[3]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/img' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o aff.lo aff.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c aff.c -fPIC -DPIC -o .libs/aff.o make[3]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/img' In file included from /usr/include/string.h:519, from ../../tsk/base/tsk_base_i.h:29, from tsk_img_i.h:18, from aff.c:13: In function 'strncpy', inlined from 'aff_open' at aff.c:278:5: /usr/include/bits/string_fortified.h:106:10: warning: 'strncpy' specified bound depends on the length of the source argument [-Wstringop-overflow=] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ aff.c: In function 'aff_open': aff.c:278:31: note: length computed here 278 | strncpy(image, images[0], strlen(images[0]) + 1); | ^~~~~~~~~~~~~~~~~ make[3]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/img' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o raw.lo raw.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c raw.c -fPIC -DPIC -o .libs/raw.o make[3]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/img' raw.c:50:1: warning: 'is_windows_device_path' defined but not used [-Wunused-function] 50 | is_windows_device_path(const TSK_TCHAR * image_name) { | ^~~~~~~~~~~~~~~~~~~~~~ make[3]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/img' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o img_io.lo img_io.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c img_io.c -fPIC -DPIC -o .libs/img_io.o make[3]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/img' make[3]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/img' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o mult_files.lo mult_files.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c mult_files.c -fPIC -DPIC -o .libs/mult_files.o make[3]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/img' make[3]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/img' /bin/sh ../../libtool --tag=CXX --mode=compile g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o img_open.lo img_open.cpp libtool: compile: g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c img_open.cpp -fPIC -DPIC -o .libs/img_open.o make[3]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/img' make[3]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/img' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o vhd.lo vhd.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c vhd.c -fPIC -DPIC -o .libs/vhd.o make[3]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/img' make[3]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/img' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o vmdk.lo vmdk.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c vmdk.c -fPIC -DPIC -o .libs/vmdk.o make[3]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/img' make[3]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/img' /bin/sh ../../libtool --tag=CXX --mode=compile g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o img_writer.lo img_writer.cpp libtool: compile: g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c img_writer.cpp -fPIC -DPIC -o .libs/img_writer.o make[3]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/img' make[3]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/img' /bin/sh ../../libtool --tag=CXX --mode=compile g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o ewf.lo ewf.cpp libtool: compile: g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c ewf.cpp -fPIC -DPIC -o .libs/ewf.o make[3]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/img' In file included from /usr/include/string.h:519, from ../../tsk/base/tsk_base_i.h:29, from tsk_img_i.h:18, from ewf.cpp:16: In function 'strncpy', inlined from 'ewf_open' at ewf.cpp:298:21: /usr/include/bits/string_fortified.h:106:34: warning: 'strncpy' specified bound depends on the length of the source argument [-Wstringop-overflow=] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ewf.cpp: In function 'ewf_open': ewf.cpp:299:24: note: length computed here 299 | TSTRLEN(a_images[i]) + 1); make[3]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/img' /bin/sh ../../libtool --tag=CXX --mode=link g++ -std=c++14 -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -L/usr/local/lib -o libtskimg.la img_open.lo img_types.lo raw.lo aff.lo ewf.lo img_io.lo mult_files.lo vhd.lo vmdk.lo img_writer.lo -lewf -ldl -lz -lafflib -lsqlite3 -ldl -lstdc++ libtool: link: ar cru .libs/libtskimg.a .libs/img_open.o .libs/img_types.o .libs/raw.o .libs/aff.o .libs/ewf.o .libs/img_io.o .libs/mult_files.o .libs/vhd.o .libs/vmdk.o .libs/img_writer.o libtool: link: ranlib .libs/libtskimg.a libtool: link: ( cd ".libs" && rm -f "libtskimg.la" && ln -s "../libtskimg.la" "libtskimg.la" ) make[3]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/img' Making all in vs make[3]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/vs' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o mm_io.lo mm_io.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c mm_io.c -fPIC -DPIC -o .libs/mm_io.o make[3]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/vs' make[3]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/vs' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o mm_part.lo mm_part.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c mm_part.c -fPIC -DPIC -o .libs/mm_part.o make[3]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/vs' make[3]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/vs' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o mm_open.lo mm_open.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c mm_open.c -fPIC -DPIC -o .libs/mm_open.o make[3]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/vs' make[3]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/vs' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o mm_types.lo mm_types.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c mm_types.c -fPIC -DPIC -o .libs/mm_types.o make[3]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/vs' make[3]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/vs' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o bsd.lo bsd.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c bsd.c -fPIC -DPIC -o .libs/bsd.o make[3]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/vs' make[3]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/vs' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o mac.lo mac.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c mac.c -fPIC -DPIC -o .libs/mac.o make[3]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/vs' make[3]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/vs' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o dos.lo dos.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c dos.c -fPIC -DPIC -o .libs/dos.o make[3]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/vs' make[3]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/vs' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o gpt.lo gpt.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c gpt.c -fPIC -DPIC -o .libs/gpt.o make[3]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/vs' make[3]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/vs' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o sun.lo sun.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c sun.c -fPIC -DPIC -o .libs/sun.o make[3]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/vs' make[3]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/vs' /bin/sh ../../libtool --tag=CC --mode=link gcc -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -L/usr/local/lib -o libtskvs.la mm_open.lo mm_part.lo mm_types.lo mm_io.lo bsd.lo dos.lo gpt.lo mac.lo sun.lo -lewf -ldl -lz -lafflib -lsqlite3 -ldl -lstdc++ libtool: link: ar cru .libs/libtskvs.a .libs/mm_open.o .libs/mm_part.o .libs/mm_types.o .libs/mm_io.o .libs/bsd.o .libs/dos.o .libs/gpt.o .libs/mac.o .libs/sun.o libtool: link: ranlib .libs/libtskvs.a libtool: link: ( cd ".libs" && rm -f "libtskvs.la" && ln -s "../libtskvs.la" "libtskvs.la" ) make[3]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/vs' Making all in fs make[3]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/fs' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o fs_inode.lo fs_inode.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c fs_inode.c -fPIC -DPIC -o .libs/fs_inode.o make[3]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/fs' make[3]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/fs' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o fs_block.lo fs_block.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c fs_block.c -fPIC -DPIC -o .libs/fs_block.o make[3]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/fs' make[3]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/fs' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o fs_io.lo fs_io.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c fs_io.c -fPIC -DPIC -o .libs/fs_io.o make[3]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/fs' make[3]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/fs' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o fs_open.lo fs_open.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c fs_open.c -fPIC -DPIC -o .libs/fs_open.o make[3]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/fs' make[3]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/fs' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o fs_types.lo fs_types.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c fs_types.c -fPIC -DPIC -o .libs/fs_types.o make[3]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/fs' make[3]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/fs' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o fs_name.lo fs_name.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c fs_name.c -fPIC -DPIC -o .libs/fs_name.o make[3]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/fs' make[3]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/fs' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o fs_dir.lo fs_dir.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c fs_dir.c -fPIC -DPIC -o .libs/fs_dir.o make[3]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/fs' make[3]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/fs' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o fs_attr.lo fs_attr.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c fs_attr.c -fPIC -DPIC -o .libs/fs_attr.o make[3]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/fs' make[3]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/fs' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o fs_attrlist.lo fs_attrlist.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c fs_attrlist.c -fPIC -DPIC -o .libs/fs_attrlist.o make[3]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/fs' make[3]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/fs' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o fs_load.lo fs_load.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c fs_load.c -fPIC -DPIC -o .libs/fs_load.o make[3]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/fs' make[3]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/fs' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o fs_parse.lo fs_parse.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c fs_parse.c -fPIC -DPIC -o .libs/fs_parse.o make[3]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/fs' In file included from /usr/include/string.h:519, from ../../tsk/base/tsk_base_i.h:29, from tsk_fs_i.h:35, from fs_parse.c:9: In function 'strncpy', inlined from 'tsk_fs_parse_inum' at fs_parse.c:63:5, inlined from 'tsk_fs_parse_inum' at fs_parse.c:37:1: /usr/include/bits/string_fortified.h:106:10: warning: 'strncpy' specified bound depends on the length of the source argument [-Wstringop-overflow=] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../../tsk/base/tsk_base.h:57, from ../../tsk/base/tsk_base_i.h:26, from tsk_fs_i.h:35, from fs_parse.c:9: fs_parse.c: In function 'tsk_fs_parse_inum': ../../tsk/base/tsk_os.h:187:17: note: length computed here 187 | #define TSTRLEN strlen make[3]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/fs' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o fs_file.lo fs_file.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c fs_file.c -fPIC -DPIC -o .libs/fs_file.o make[3]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/fs' make[3]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/fs' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o nofs_misc.lo nofs_misc.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c nofs_misc.c -fPIC -DPIC -o .libs/nofs_misc.o make[3]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/fs' make[3]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/fs' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o unix_misc.lo unix_misc.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c unix_misc.c -fPIC -DPIC -o .libs/unix_misc.o make[3]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/fs' make[3]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/fs' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o ffs_dent.lo ffs_dent.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c ffs_dent.c -fPIC -DPIC -o .libs/ffs_dent.o make[3]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/fs' make[3]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/fs' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o ext2fs_dent.lo ext2fs_dent.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c ext2fs_dent.c -fPIC -DPIC -o .libs/ext2fs_dent.o make[3]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/fs' make[3]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/fs' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o ext2fs_journal.lo ext2fs_journal.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c ext2fs_journal.c -fPIC -DPIC -o .libs/ext2fs_journal.o make[3]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/fs' make[3]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/fs' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o fatfs.lo fatfs.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c fatfs.c -fPIC -DPIC -o .libs/fatfs.o make[3]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/fs' make[3]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/fs' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o fatfs_meta.lo fatfs_meta.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c fatfs_meta.c -fPIC -DPIC -o .libs/fatfs_meta.o make[3]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/fs' make[3]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/fs' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o ffs.lo ffs.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c ffs.c -fPIC -DPIC -o .libs/ffs.o make[3]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/fs' make[3]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/fs' /bin/sh ../../libtool --tag=CXX --mode=compile g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o fatfs_dent.lo fatfs_dent.cpp libtool: compile: g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c fatfs_dent.cpp -fPIC -DPIC -o .libs/fatfs_dent.o make[3]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/fs' make[3]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/fs' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o fatxxfs.lo fatxxfs.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c fatxxfs.c -fPIC -DPIC -o .libs/fatxxfs.o make[3]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/fs' make[3]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/fs' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o fatxxfs_dent.lo fatxxfs_dent.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c fatxxfs_dent.c -fPIC -DPIC -o .libs/fatxxfs_dent.o make[3]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/fs' make[3]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/fs' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o fatxxfs_meta.lo fatxxfs_meta.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c fatxxfs_meta.c -fPIC -DPIC -o .libs/fatxxfs_meta.o make[3]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/fs' make[3]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/fs' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o ext2fs.lo ext2fs.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c ext2fs.c -fPIC -DPIC -o .libs/ext2fs.o make[3]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/fs' In file included from /usr/include/string.h:519, from ../../tsk/base/tsk_base_i.h:29, from tsk_fs_i.h:35, from ext2fs.c:30: In function 'strncpy', inlined from 'ext2fs_istat' at ext2fs.c:2850:17: /usr/include/bits/string_fortified.h:106:10: warning: 'strncpy' specified bound 256 equals destination size [-Wstringop-truncation] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/bits/string_fortified.h:106:10: warning: 'strncpy' specified bound 256 equals destination size [-Wstringop-truncation] make[3]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/fs' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o exfatfs.lo exfatfs.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c exfatfs.c -fPIC -DPIC -o .libs/exfatfs.o make[3]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/fs' make[3]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/fs' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o fatfs_utils.lo fatfs_utils.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c fatfs_utils.c -fPIC -DPIC -o .libs/fatfs_utils.o make[3]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/fs' make[3]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/fs' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o exfatfs_dent.lo exfatfs_dent.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c exfatfs_dent.c -fPIC -DPIC -o .libs/exfatfs_dent.o make[3]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/fs' make[3]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/fs' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o swapfs.lo swapfs.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c swapfs.c -fPIC -DPIC -o .libs/swapfs.o make[3]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/fs' make[3]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/fs' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o exfatfs_meta.lo exfatfs_meta.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c exfatfs_meta.c -fPIC -DPIC -o .libs/exfatfs_meta.o make[3]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/fs' make[3]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/fs' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o rawfs.lo rawfs.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c rawfs.c -fPIC -DPIC -o .libs/rawfs.o make[3]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/fs' make[3]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/fs' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o iso9660_dent.lo iso9660_dent.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c iso9660_dent.c -fPIC -DPIC -o .libs/iso9660_dent.o make[3]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/fs' In file included from /usr/include/string.h:519, from ../../tsk/base/tsk_base_i.h:29, from tsk_fs_i.h:35, from iso9660_dent.c:72: In function 'strncpy', inlined from 'iso9660_proc_dir' at iso9660_dent.c:173:13, inlined from 'iso9660_dir_open_meta' at iso9660_dent.c:298:14, inlined from 'iso9660_dir_open_meta' at iso9660_dent.c:226:1: /usr/include/bits/string_fortified.h:106:10: warning: 'strncpy' output may be truncated copying 256 bytes from a string of length 256 [-Wstringop-truncation] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ make[3]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/fs' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o iso9660.lo iso9660.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c iso9660.c -fPIC -DPIC -o .libs/iso9660.o make[3]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/fs' iso9660.c: In function 'iso9660_fsstat': iso9660.c:1685:40: warning: 'snprintf' output truncated before the last format character [-Wformat-truncation=] 1685 | snprintf(str, 8, "In file\n"); | ^ In file included from /usr/include/stdio.h:866, from ../../tsk/base/tsk_base.h:27, from ../../tsk/base/tsk_base_i.h:26, from tsk_fs_i.h:35, from iso9660.c:65: /usr/include/bits/stdio2.h:70:10: note: 'snprintf' output 9 bytes into a destination of size 8 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ iso9660.c:1701:40: warning: 'snprintf' output truncated before the last format character [-Wformat-truncation=] 1701 | snprintf(str, 8, "In file\n"); | ^ In file included from /usr/include/stdio.h:866, from ../../tsk/base/tsk_base.h:27, from ../../tsk/base/tsk_base_i.h:26, from tsk_fs_i.h:35, from iso9660.c:65: /usr/include/bits/stdio2.h:70:10: note: 'snprintf' output 9 bytes into a destination of size 8 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ iso9660.c:1716:40: warning: 'snprintf' output truncated before the last format character [-Wformat-truncation=] 1716 | snprintf(str, 8, "In file\n"); | ^ In file included from /usr/include/stdio.h:866, from ../../tsk/base/tsk_base.h:27, from ../../tsk/base/tsk_base_i.h:26, from tsk_fs_i.h:35, from iso9660.c:65: /usr/include/bits/stdio2.h:70:10: note: 'snprintf' output 9 bytes into a destination of size 8 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ iso9660.c:1730:40: warning: 'snprintf' output truncated before the last format character [-Wformat-truncation=] 1730 | snprintf(str, 8, "In file\n"); | ^ In file included from /usr/include/stdio.h:866, from ../../tsk/base/tsk_base.h:27, from ../../tsk/base/tsk_base_i.h:26, from tsk_fs_i.h:35, from iso9660.c:65: /usr/include/bits/stdio2.h:70:10: note: 'snprintf' output 9 bytes into a destination of size 8 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ iso9660.c:1796:40: warning: 'snprintf' output truncated before the last format character [-Wformat-truncation=] 1796 | snprintf(str, 8, "In file\n"); | ^ In file included from /usr/include/stdio.h:866, from ../../tsk/base/tsk_base.h:27, from ../../tsk/base/tsk_base_i.h:26, from tsk_fs_i.h:35, from iso9660.c:65: /usr/include/bits/stdio2.h:70:10: note: 'snprintf' output 9 bytes into a destination of size 8 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ iso9660.c:1812:40: warning: 'snprintf' output truncated before the last format character [-Wformat-truncation=] 1812 | snprintf(str, 8, "In file\n"); | ^ In file included from /usr/include/stdio.h:866, from ../../tsk/base/tsk_base.h:27, from ../../tsk/base/tsk_base_i.h:26, from tsk_fs_i.h:35, from iso9660.c:65: /usr/include/bits/stdio2.h:70:10: note: 'snprintf' output 9 bytes into a destination of size 8 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ iso9660.c:1827:40: warning: 'snprintf' output truncated before the last format character [-Wformat-truncation=] 1827 | snprintf(str, 8, "In file\n"); | ^ In file included from /usr/include/stdio.h:866, from ../../tsk/base/tsk_base.h:27, from ../../tsk/base/tsk_base_i.h:26, from tsk_fs_i.h:35, from iso9660.c:65: /usr/include/bits/stdio2.h:70:10: note: 'snprintf' output 9 bytes into a destination of size 8 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ iso9660.c:1843:36: warning: '__snprintf_chk' output may be truncated before the last format character [-Wformat-truncation=] 1843 | snprintf(str, 37, "%s\n", s->svd.copy_id); | ^ In file included from /usr/include/stdio.h:866, from ../../tsk/base/tsk_base.h:27, from ../../tsk/base/tsk_base_i.h:26, from tsk_fs_i.h:35, from iso9660.c:65: /usr/include/bits/stdio2.h:70:10: note: '__snprintf_chk' output between 2 and 38 bytes into a destination of size 37 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ iso9660.c:1841:40: warning: 'snprintf' output truncated before the last format character [-Wformat-truncation=] 1841 | snprintf(str, 8, "In file\n"); | ^ In file included from /usr/include/stdio.h:866, from ../../tsk/base/tsk_base.h:27, from ../../tsk/base/tsk_base_i.h:26, from tsk_fs_i.h:35, from iso9660.c:65: /usr/include/bits/stdio2.h:70:10: note: 'snprintf' output 9 bytes into a destination of size 8 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ make[3]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/fs' /bin/sh ../../libtool --tag=CXX --mode=compile g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o ntfs_dent.lo ntfs_dent.cpp libtool: compile: g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c ntfs_dent.cpp -fPIC -DPIC -o .libs/ntfs_dent.o make[3]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/fs' ntfs_dent.cpp: In function 'TSK_RETVAL_ENUM ntfs_dir_open_meta(TSK_FS_INFO*, TSK_FS_DIR**, TSK_INUM_T)': ntfs_dent.cpp:1070:37: warning: comparison of integer expressions of different signedness: 'long unsigned int' and 'TSK_OFF_T' {aka 'long int'} [-Wsign-compare] 1070 | if (sizeof(ntfs_idxrec) > idxalloc_len - off) { | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ make[3]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/fs' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o hfs_dent.lo hfs_dent.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c hfs_dent.c -fPIC -DPIC -o .libs/hfs_dent.o make[3]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/fs' make[3]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/fs' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o hfs_journal.lo hfs_journal.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c hfs_journal.c -fPIC -DPIC -o .libs/hfs_journal.o make[3]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/fs' make[3]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/fs' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o hfs_unicompare.lo hfs_unicompare.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c hfs_unicompare.c -fPIC -DPIC -o .libs/hfs_unicompare.o make[3]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/fs' make[3]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/fs' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o ntfs.lo ntfs.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c ntfs.c -fPIC -DPIC -o .libs/ntfs.o make[3]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/fs' make[3]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/fs' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o lzvn.lo lzvn.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c lzvn.c -fPIC -DPIC -o .libs/lzvn.o make[3]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/fs' make[3]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/fs' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o decmpfs.lo decmpfs.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c decmpfs.c -fPIC -DPIC -o .libs/decmpfs.o make[3]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/fs' decmpfs.c: In function 'decmpfs_file_read_zlib_attr': decmpfs.c:1259:9: warning: passing argument 6 of 'decmpfs_file_read_compressed_attr' from incompatible pointer type [-Wincompatible-pointer-types] 1259 | decmpfs_decompress_zlib_attr | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | int (*)(char *, uint32_t, uint64_t, char **, uint64_t *, int *) {aka int (*)(char *, unsigned int, long unsigned int, char **, long unsigned int *, int *)} decmpfs.c:1161:37: note: expected 'int (*)(char *, TSK_OFF_T, uint64_t, char **, uint64_t *, int *)' {aka 'int (*)(char *, long int, long unsigned int, char **, long unsigned int *, int *)'} but argument is of type 'int (*)(char *, uint32_t, uint64_t, char **, uint64_t *, int *)' {aka 'int (*)(char *, unsigned int, long unsigned int, char **, long unsigned int *, int *)'} 1161 | int (*decompress_attr)(char* rawBuf, | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1162 | TSK_OFF_T rawSize, | ~~~~~~~~~~~~~~~~~~ 1163 | uint64_t uncSize, | ~~~~~~~~~~~~~~~~~ 1164 | char** dstBuf, | ~~~~~~~~~~~~~~ 1165 | uint64_t* dstSize, | ~~~~~~~~~~~~~~~~~~ 1166 | int* dstBufFree)) | ~~~~~~~~~~~~~~~~ decmpfs.c: In function 'decmpfs_file_read_lzvn_attr': decmpfs.c:1281:9: warning: passing argument 6 of 'decmpfs_file_read_compressed_attr' from incompatible pointer type [-Wincompatible-pointer-types] 1281 | decmpfs_decompress_lzvn_attr | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | int (*)(char *, uint32_t, uint64_t, char **, uint64_t *, int *) {aka int (*)(char *, unsigned int, long unsigned int, char **, long unsigned int *, int *)} decmpfs.c:1161:37: note: expected 'int (*)(char *, TSK_OFF_T, uint64_t, char **, uint64_t *, int *)' {aka 'int (*)(char *, long int, long unsigned int, char **, long unsigned int *, int *)'} but argument is of type 'int (*)(char *, uint32_t, uint64_t, char **, uint64_t *, int *)' {aka 'int (*)(char *, unsigned int, long unsigned int, char **, long unsigned int *, int *)'} 1161 | int (*decompress_attr)(char* rawBuf, | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1162 | TSK_OFF_T rawSize, | ~~~~~~~~~~~~~~~~~~ 1163 | uint64_t uncSize, | ~~~~~~~~~~~~~~~~~ 1164 | char** dstBuf, | ~~~~~~~~~~~~~~ 1165 | uint64_t* dstSize, | ~~~~~~~~~~~~~~~~~~ 1166 | int* dstBufFree)) | ~~~~~~~~~~~~~~~~ make[3]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/fs' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o dcalc_lib.lo dcalc_lib.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c dcalc_lib.c -fPIC -DPIC -o .libs/dcalc_lib.o make[3]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/fs' make[3]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/fs' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o dcat_lib.lo dcat_lib.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c dcat_lib.c -fPIC -DPIC -o .libs/dcat_lib.o make[3]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/fs' make[3]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/fs' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o dstat_lib.lo dstat_lib.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c dstat_lib.c -fPIC -DPIC -o .libs/dstat_lib.o make[3]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/fs' make[3]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/fs' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o dls_lib.lo dls_lib.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c dls_lib.c -fPIC -DPIC -o .libs/dls_lib.o make[3]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/fs' make[3]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/fs' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o ffind_lib.lo ffind_lib.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c ffind_lib.c -fPIC -DPIC -o .libs/ffind_lib.o make[3]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/fs' make[3]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/fs' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o icat_lib.lo icat_lib.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c icat_lib.c -fPIC -DPIC -o .libs/icat_lib.o make[3]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/fs' make[3]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/fs' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o hfs.lo hfs.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c hfs.c -fPIC -DPIC -o .libs/hfs.o make[3]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/fs' hfs.c: In function 'hfs_ext_find_extent_record_attr': hfs.c:575:22: warning: format '%u' expects argument of type 'unsigned int', but argument 5 has type 'long unsigned int' [-Wformat=] 575 | ("hfs_ext_find_extent_record_attr: record %d in leaf node %d truncated (have %d vs %" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 576 | PRIu16 " bytes)", rec, cur_node, nodesize - (int)rec_off, 577 | sizeof(hfs_btree_key_ext)); | ~~~~~~~~~~~~~~~~~~~~~~~~~ | | | long unsigned int In file included from ../../tsk/tsk_incs.h:10, from ../../tsk/base/tsk_base.h:53, from ../../tsk/base/tsk_base_i.h:26, from tsk_fs_i.h:35, from hfs.c:74: /usr/include/inttypes.h:103:19: note: format string is defined here 103 | # define PRIu16 "u" hfs.c: In function 'hfs_cat_traverse': hfs.c:841:28: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] 841 | if (keylen > nodesize - rec_off) { | ^ hfs.c:844:26: warning: format '%u' expects argument of type 'unsigned int', but argument 5 has type 'size_t' {aka 'long unsigned int'} [-Wformat=] 844 | ("hfs_cat_traverse: length of key %d in index node %d too large (%d vs %" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 845 | PRIu16 ")", rec, cur_node, keylen, (nodesize - rec_off)); | ~~~~~~~~~~~~~~~~~~~~ | | | size_t {aka long unsigned int} In file included from ../../tsk/tsk_incs.h:10, from ../../tsk/base/tsk_base.h:53, from ../../tsk/base/tsk_base_i.h:26, from tsk_fs_i.h:35, from hfs.c:74: /usr/include/inttypes.h:103:19: note: format string is defined here 103 | # define PRIu16 "u" hfs.c:878:32: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] 878 | if (keylen > nodesize - rec_off) { | ^ hfs.c:951:28: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] 951 | if (keylen > nodesize - rec_off) { | ^ At top level: hfs.c:3640:12: warning: 'hfs_file_read_lzvn_attr' defined but not used [-Wunused-function] 3640 | static int hfs_file_read_lzvn_attr(TSK_FS_FILE* fs_file, | ^~~~~~~~~~~~~~~~~~~~~~~ hfs.c:3617:12: warning: 'hfs_file_read_zlib_attr' defined but not used [-Wunused-function] 3617 | static int hfs_file_read_zlib_attr(TSK_FS_FILE* fs_file, | ^~~~~~~~~~~~~~~~~~~~~~~ hfs.c:3357:1: warning: 'hfs_file_read_lzvn_rsrc' defined but not used [-Wunused-function] 3357 | hfs_file_read_lzvn_rsrc(const TSK_FS_ATTR * a_fs_attr, | ^~~~~~~~~~~~~~~~~~~~~~~ hfs.c:3334:1: warning: 'hfs_file_read_zlib_rsrc' defined but not used [-Wunused-function] 3334 | hfs_file_read_zlib_rsrc(const TSK_FS_ATTR * a_fs_attr, | ^~~~~~~~~~~~~~~~~~~~~~~ hfs.c:3102:1: warning: 'hfs_attr_walk_lzvn_rsrc' defined but not used [-Wunused-function] 3102 | hfs_attr_walk_lzvn_rsrc(const TSK_FS_ATTR * fs_attr, | ^~~~~~~~~~~~~~~~~~~~~~~ hfs.c:3080:1: warning: 'hfs_attr_walk_zlib_rsrc' defined but not used [-Wunused-function] 3080 | hfs_attr_walk_zlib_rsrc(const TSK_FS_ATTR * fs_attr, | ^~~~~~~~~~~~~~~~~~~~~~~ make[3]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/fs' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o fls_lib.lo fls_lib.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c fls_lib.c -fPIC -DPIC -o .libs/fls_lib.o make[3]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/fs' make[3]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/fs' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o ifind_lib.lo ifind_lib.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c ifind_lib.c -fPIC -DPIC -o .libs/ifind_lib.o make[3]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/fs' make[3]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/fs' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o ils_lib.lo ils_lib.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c ils_lib.c -fPIC -DPIC -o .libs/ils_lib.o make[3]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/fs' make[3]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/fs' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o usnjls_lib.lo usnjls_lib.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c usnjls_lib.c -fPIC -DPIC -o .libs/usnjls_lib.o make[3]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/fs' usnjls_lib.c: In function 'print_usnjent_act': usnjls_lib.c:294:13: warning: this statement may fall through [-Wimplicit-fallthrough=] 294 | case 2: { | ^ usnjls_lib.c:306:5: note: here 306 | default: return TSK_WALK_ERROR; | ^~~~~~~ make[3]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/fs' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o usn_journal.lo usn_journal.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c usn_journal.c -fPIC -DPIC -o .libs/usn_journal.o make[3]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/fs' make[3]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/fs' /bin/sh ../../libtool --tag=CXX --mode=compile g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o walk_cpp.lo walk_cpp.cpp libtool: compile: g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c walk_cpp.cpp -fPIC -DPIC -o .libs/walk_cpp.o make[3]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/fs' make[3]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/fs' /bin/sh ../../libtool --tag=CXX --mode=compile g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o yaffs.lo yaffs.cpp libtool: compile: g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c yaffs.cpp -fPIC -DPIC -o .libs/yaffs.o make[3]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/fs' In file included from /usr/include/string.h:519, from yaffs.cpp:35: In function 'strncpy', inlined from 'yaffs_make_directory(YAFFSFS_INFO*, TSK_FS_FILE*, unsigned long, char const*)' at yaffs.cpp:1692:12: /usr/include/bits/string_fortified.h:106:34: warning: 'strncpy' specified bound 512 equals destination size [-Wstringop-truncation] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'strncpy', inlined from 'yaffs_make_regularfile(YAFFSFS_INFO*, TSK_FS_FILE*, unsigned long, char const*) [clone .isra.0]' at yaffs.cpp:1741:12: /usr/include/bits/string_fortified.h:106:34: warning: 'strncpy' specified bound 512 equals destination size [-Wstringop-truncation] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'strncpy', inlined from 'yaffs_load_config_file(TSK_IMG_INFO*, std::map, std::allocator >, std::__cxx11::basic_string, std::allocator >, std::less, std::allocator > >, std::allocator, std::allocator > const, std::__cxx11::basic_string, std::allocator > > > >&)' at yaffs.cpp:759:13: /usr/include/bits/string_fortified.h:106:34: warning: 'strncpy' specified bound depends on the length of the source argument [-Wstringop-overflow=] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ yaffs.cpp: In function 'yaffs_load_config_file(TSK_IMG_INFO*, std::map, std::allocator >, std::__cxx11::basic_string, std::allocator >, std::less, std::allocator > >, std::allocator, std::allocator > const, std::__cxx11::basic_string, std::allocator > > > >&)': yaffs.cpp:759:62: note: length computed here 759 | TSTRNCPY(config_file_name, a_img_info->images[0], TSTRLEN(a_img_info->images[0]) + 1); make[3]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/fs' /bin/sh ../../libtool --tag=CXX --mode=compile g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o apfs_fs.lo apfs_fs.cpp libtool: compile: g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c apfs_fs.cpp -fPIC -DPIC -o .libs/apfs_fs.o make[3]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/fs' make[3]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/fs' /bin/sh ../../libtool --tag=CXX --mode=compile g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o apfs_compat.lo apfs_compat.cpp libtool: compile: g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c apfs_compat.cpp -fPIC -DPIC -o .libs/apfs_compat.o make[3]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/fs' apfs_compat.cpp: In member function 'uint8_t APFSFSCompat::inode_walk(TSK_FS_INFO*, TSK_INUM_T, TSK_INUM_T, TSK_FS_META_FLAG_ENUM, TSK_FS_META_WALK_CB, void*)': apfs_compat.cpp:561:30: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'TSK_INUM_T' {aka 'long unsigned int'} [-Wformat=] 561 | tsk_error_set_errstr("inode_walk: end object id must be >= start object id: " | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 562 | "%" PRIx32 " must be >= %" PRIx32 "", | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 563 | end_inum, start_inum); | ~~~~~~~~ | | | TSK_INUM_T {aka long unsigned int} apfs_compat.cpp:561:30: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'TSK_INUM_T' {aka 'long unsigned int'} [-Wformat=] apfs_compat.cpp: In member function 'TSK_FS_BLOCK_FLAG_ENUM APFSFSCompat::block_getflags(TSK_FS_INFO*, TSK_DADDR_T)': apfs_compat.cpp:1423:18: warning: unused variable 'fs_file' [-Wunused-variable] 1423 | TSK_FS_FILE *fs_file; | ^~~~~~~ apfs_compat.cpp:1424:9: warning: unused variable 'result' [-Wunused-variable] 1424 | int result; | ^~~~~~ apfs_compat.cpp: In function 'uint8_t tsk_apfs_free_snapshot_list(apfs_snapshot_list*)': apfs_compat.cpp:1634:22: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] 1634 | for (auto i = 0; i < list->num_snapshots; i++) { | ~~^~~~~~~~~~~~~~~~~~~~~ make[3]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/fs' /bin/sh ../../libtool --tag=CXX --mode=compile g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o apfs.lo apfs.cpp libtool: compile: g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c apfs.cpp -fPIC -DPIC -o .libs/apfs.o make[3]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/fs' make[3]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/fs' /bin/sh ../../libtool --tag=CXX --mode=compile g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o apfs_open.lo apfs_open.cpp libtool: compile: g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c apfs_open.cpp -fPIC -DPIC -o .libs/apfs_open.o make[3]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/fs' make[3]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/fs' /bin/sh ../../libtool --tag=CXX --mode=link g++ -std=c++14 -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -L/usr/local/lib -o libtskfs.la fs_inode.lo fs_io.lo fs_block.lo fs_open.lo fs_name.lo fs_dir.lo fs_types.lo fs_attr.lo fs_attrlist.lo fs_load.lo fs_parse.lo fs_file.lo unix_misc.lo nofs_misc.lo ffs.lo ffs_dent.lo ext2fs.lo ext2fs_dent.lo ext2fs_journal.lo fatfs.lo fatfs_meta.lo fatfs_dent.lo fatxxfs.lo fatxxfs_meta.lo fatxxfs_dent.lo exfatfs.lo exfatfs_meta.lo exfatfs_dent.lo fatfs_utils.lo ntfs.lo ntfs_dent.lo swapfs.lo rawfs.lo iso9660.lo iso9660_dent.lo hfs.lo hfs_dent.lo hfs_journal.lo hfs_unicompare.lo decmpfs.lo lzvn.lo dcalc_lib.lo dcat_lib.lo dls_lib.lo dstat_lib.lo ffind_lib.lo fls_lib.lo icat_lib.lo ifind_lib.lo ils_lib.lo usn_journal.lo usnjls_lib.lo walk_cpp.lo yaffs.lo apfs.lo apfs_compat.lo apfs_fs.lo apfs_open.lo -lewf -ldl -lz -lafflib -lsqlite3 -ldl -lstdc++ libtool: link: ar cru .libs/libtskfs.a .libs/fs_inode.o .libs/fs_io.o .libs/fs_block.o .libs/fs_open.o .libs/fs_name.o .libs/fs_dir.o .libs/fs_types.o .libs/fs_attr.o .libs/fs_attrlist.o .libs/fs_load.o .libs/fs_parse.o .libs/fs_file.o .libs/unix_misc.o .libs/nofs_misc.o .libs/ffs.o .libs/ffs_dent.o .libs/ext2fs.o .libs/ext2fs_dent.o .libs/ext2fs_journal.o .libs/fatfs.o .libs/fatfs_meta.o .libs/fatfs_dent.o .libs/fatxxfs.o .libs/fatxxfs_meta.o .libs/fatxxfs_dent.o .libs/exfatfs.o .libs/exfatfs_meta.o .libs/exfatfs_dent.o .libs/fatfs_utils.o .libs/ntfs.o .libs/ntfs_dent.o .libs/swapfs.o .libs/rawfs.o .libs/iso9660.o .libs/iso9660_dent.o .libs/hfs.o .libs/hfs_dent.o .libs/hfs_journal.o .libs/hfs_unicompare.o .libs/decmpfs.o .libs/lzvn.o .libs/dcalc_lib.o .libs/dcat_lib.o .libs/dls_lib.o .libs/dstat_lib.o .libs/ffind_lib.o .libs/fls_lib.o .libs/icat_lib.o .libs/ifind_lib.o .libs/ils_lib.o .libs/usn_journal.o .libs/usnjls_lib.o .libs/walk_cpp.o .libs/yaffs.o .libs/apfs.o .libs/apfs_compat.o .libs/apfs_fs.o .libs/apfs_open.o libtool: link: ranlib .libs/libtskfs.a libtool: link: ( cd ".libs" && rm -f "libtskfs.la" && ln -s "../libtskfs.la" "libtskfs.la" ) make[3]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/fs' Making all in hashdb make[3]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/hashdb' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o idxonly.lo idxonly.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c idxonly.c -fPIC -DPIC -o .libs/idxonly.o make[3]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/hashdb' make[3]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/hashdb' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o encase.lo encase.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c encase.c -fPIC -DPIC -o .libs/encase.o make[3]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/hashdb' encase.c: In function 'encase_name': encase.c:62:5: warning: 'memset' used with length equal to number of elements without multiplication by element size [-Wmemset-elt-size] 62 | memset(buf, '\0', 40); | ^~~~~~ make[3]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/hashdb' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o md5sum.lo md5sum.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c md5sum.c -fPIC -DPIC -o .libs/md5sum.o make[3]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/hashdb' In file included from /usr/include/string.h:519, from ../../tsk/base/tsk_base_i.h:29, from tsk_hashdb_i.h:18, from md5sum.c:16: In function 'strncpy', inlined from 'md5sum_makeindex' at md5sum.c:255:13: /usr/include/bits/string_fortified.h:106:10: warning: 'strncpy' specified bound 33 equals destination size [-Wstringop-truncation] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'strncpy', inlined from 'md5sum_getentry' at md5sum.c:384:13: /usr/include/bits/string_fortified.h:106:10: warning: 'strncpy' specified bound 512 equals destination size [-Wstringop-truncation] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ make[3]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/hashdb' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o hashkeeper.lo hashkeeper.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c hashkeeper.c -fPIC -DPIC -o .libs/hashkeeper.o make[3]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/hashdb' In file included from /usr/include/string.h:519, from ../../tsk/base/tsk_base_i.h:29, from tsk_hashdb_i.h:18, from hashkeeper.c:12: In function 'strncpy', inlined from 'hk_makeindex' at hashkeeper.c:324:13: /usr/include/bits/string_fortified.h:106:10: warning: 'strncpy' specified bound 33 equals destination size [-Wstringop-truncation] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ make[3]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/hashdb' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o nsrl.lo nsrl.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c nsrl.c -fPIC -DPIC -o .libs/nsrl.o make[3]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/hashdb' nsrl.c: In function 'nsrl_parse_sha1': nsrl.c:178:17: warning: '%s' directive argument is null [-Wformat-overflow=] 178 | tsk_error_set_errstr( | ^~~~~~~~~~~~~~~~~~~~~ 179 | "nsrl_parse_sha1: Invalid string to parse (commas after name): %s", | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 180 | ptr); | ~~~~ In file included from /usr/include/string.h:519, from ../../tsk/base/tsk_base_i.h:29, from tsk_hashdb_i.h:18, from nsrl.c:11: In function 'strncpy', inlined from 'nsrl_getentry' at nsrl.c:624:13: /usr/include/bits/string_fortified.h:106:10: warning: 'strncpy' specified bound 512 equals destination size [-Wstringop-truncation] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ make[3]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/hashdb' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o tsk_hashdb.lo tsk_hashdb.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c tsk_hashdb.c -fPIC -DPIC -o .libs/tsk_hashdb.o make[3]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/hashdb' In file included from /usr/include/string.h:519, from ../../tsk/base/tsk_base_i.h:29, from tsk_hashdb_i.h:18, from tsk_hashdb.c:11: In function 'strncpy', inlined from 'tsk_hdb_open' at tsk_hashdb.c:168:9: /usr/include/bits/string_fortified.h:106:10: warning: 'strncpy' output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../../tsk/base/tsk_base.h:57, from ../../tsk/base/tsk_base_i.h:26, from tsk_hashdb_i.h:18, from tsk_hashdb.c:11: tsk_hashdb.c: In function 'tsk_hdb_open': ../../tsk/base/tsk_os.h:191:18: note: length computed here 191 | #define TSTRNCPY strncpy make[3]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/hashdb' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o hdb_base.lo hdb_base.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c hdb_base.c -fPIC -DPIC -o .libs/hdb_base.o make[3]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/hashdb' In file included from /usr/include/string.h:519, from ../../tsk/base/tsk_base_i.h:29, from tsk_hashdb_i.h:18, from hdb_base.c:11: In function 'strncpy', inlined from 'hdb_info_base_open' at hdb_base.c:89:5: /usr/include/bits/string_fortified.h:106:10: warning: 'strncpy' output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../../tsk/base/tsk_base.h:57, from ../../tsk/base/tsk_base_i.h:26, from tsk_hashdb_i.h:18, from hdb_base.c:11: hdb_base.c: In function 'hdb_info_base_open': ../../tsk/base/tsk_os.h:187:17: note: length computed here 187 | #define TSTRLEN strlen make[3]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/hashdb' /bin/sh ../../libtool --tag=CXX --mode=compile g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o binsrch_index.lo binsrch_index.cpp libtool: compile: g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c binsrch_index.cpp -fPIC -DPIC -o .libs/binsrch_index.o make[3]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/hashdb' binsrch_index.cpp: In function 'int8_t hdb_binsrch_lookup_str(TSK_HDB_INFO*, const char*, TSK_HDB_FLAG_ENUM, TSK_HDB_LOOKUP_FN, void*)': binsrch_index.cpp:1153:13: warning: too many arguments for format [-Wformat-extra-args] 1153 | "%s: Error: Index line length is zero", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ make[3]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/hashdb' /bin/sh ../../libtool --tag=CXX --mode=compile g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o sqlite_hdb.lo sqlite_hdb.cpp libtool: compile: g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c sqlite_hdb.cpp -fPIC -DPIC -o .libs/sqlite_hdb.o make[3]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/hashdb' make[3]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/hashdb' /bin/sh ../../libtool --tag=CXX --mode=link g++ -std=c++14 -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -L/usr/local/lib -o libtskhashdb.la encase.lo hashkeeper.lo idxonly.lo md5sum.lo nsrl.lo sqlite_hdb.lo binsrch_index.lo tsk_hashdb.lo hdb_base.lo -lewf -ldl -lz -lafflib -lsqlite3 -ldl -lstdc++ libtool: link: ar cru .libs/libtskhashdb.a .libs/encase.o .libs/hashkeeper.o .libs/idxonly.o .libs/md5sum.o .libs/nsrl.o .libs/sqlite_hdb.o .libs/binsrch_index.o .libs/tsk_hashdb.o .libs/hdb_base.o libtool: link: ranlib .libs/libtskhashdb.a libtool: link: ( cd ".libs" && rm -f "libtskhashdb.la" && ln -s "../libtskhashdb.la" "libtskhashdb.la" ) make[3]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/hashdb' Making all in auto make[3]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/auto' /bin/sh ../../libtool --tag=CXX --mode=compile g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wmultichar -Wsign-promo -Wno-overloaded-virtual -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o db_postgresql.lo db_postgresql.cpp libtool: compile: g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wmultichar -Wsign-promo -Wno-overloaded-virtual -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c db_postgresql.cpp -fPIC -DPIC -o .libs/db_postgresql.o make[3]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/auto' make[3]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/auto' /bin/sh ../../libtool --tag=CXX --mode=compile g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wmultichar -Wsign-promo -Wno-overloaded-virtual -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o auto.lo auto.cpp libtool: compile: g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wmultichar -Wsign-promo -Wno-overloaded-virtual -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c auto.cpp -fPIC -DPIC -o .libs/auto.o make[3]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/auto' auto.cpp: In member function 'virtual void TskAuto::closeImage()': auto.cpp:149:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 149 | for (int i = 0; i < m_poolInfos.size(); i++) { | ~~^~~~~~~~~~~~~~~~~~~~ make[3]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/auto' /bin/sh ../../libtool --tag=CXX --mode=compile g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wmultichar -Wsign-promo -Wno-overloaded-virtual -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o case_db.lo case_db.cpp libtool: compile: g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wmultichar -Wsign-promo -Wno-overloaded-virtual -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c case_db.cpp -fPIC -DPIC -o .libs/case_db.o make[3]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/auto' make[3]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/auto' /bin/sh ../../libtool --tag=CXX --mode=compile g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wmultichar -Wsign-promo -Wno-overloaded-virtual -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o auto_db.lo auto_db.cpp libtool: compile: g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wmultichar -Wsign-promo -Wno-overloaded-virtual -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c auto_db.cpp -fPIC -DPIC -o .libs/auto_db.o make[3]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/auto' auto_db.cpp: In member function 'TSK_RETVAL_ENUM TskAutoDb::addUnallocatedPoolBlocksToDb(size_t&)': auto_db.cpp:347:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 347 | for (int i = 0; i < m_poolInfos.size(); i++) { | ~~^~~~~~~~~~~~~~~~~~~~ auto_db.cpp:352:135: warning: format '%lld' expects argument of type 'long long int', but argument 2 has type 'long unsigned int' [-Wformat=] 352 | tsk_error_set_errstr("Error addUnallocatedPoolBlocksToDb() - could not find volume system object ID for pool at offset %lld", pool_info->img_offset); | ~~~^ ~~~~~~~~~~~~~~~~~~~~~ | | | | long long int long unsigned int | %ld auto_db.cpp:387:60: warning: passing NULL to non-pointer argument 2 of 'virtual TSK_RETVAL_ENUM TskDb::addUnallocBlockFile(int64_t, int64_t, uint64_t, std::vector<_TSK_DB_FILE_LAYOUT_RANGE>&, int64_t&, int64_t)' [-Wconversion-null] 387 | if (m_db->addUnallocBlockFile(unallocVolObjId, NULL, current_run->len * pool_info->block_size, ranges, fileObjId, m_curImgId)) { | ^~~~ In file included from tsk_db_sqlite.h:22, from tsk_case_db.h:24, from auto_db.cpp:16: tsk_db.h:195:90: note: declared here 195 | virtual TSK_RETVAL_ENUM addUnallocBlockFile(const int64_t parentObjId, const int64_t fsObjId, const uint64_t size, | ~~~~~~~~~~~~~~^~~~~~~ make[3]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/auto' /bin/sh ../../libtool --tag=CXX --mode=compile g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wmultichar -Wsign-promo -Wno-overloaded-virtual -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o tsk_db.lo tsk_db.cpp libtool: compile: g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wmultichar -Wsign-promo -Wno-overloaded-virtual -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c tsk_db.cpp -fPIC -DPIC -o .libs/tsk_db.o make[3]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/auto' make[3]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/auto' /bin/sh ../../libtool --tag=CXX --mode=compile g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wmultichar -Wsign-promo -Wno-overloaded-virtual -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o guid.lo guid.cpp libtool: compile: g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wmultichar -Wsign-promo -Wno-overloaded-virtual -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c guid.cpp -fPIC -DPIC -o .libs/guid.o make[3]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/auto' make[3]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/auto' /bin/sh ../../libtool --tag=CXX --mode=compile g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wmultichar -Wsign-promo -Wno-overloaded-virtual -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o is_image_supported.lo is_image_supported.cpp libtool: compile: g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wmultichar -Wsign-promo -Wno-overloaded-virtual -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c is_image_supported.cpp -fPIC -DPIC -o .libs/is_image_supported.o make[3]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/auto' make[3]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/auto' /bin/sh ../../libtool --tag=CXX --mode=compile g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wmultichar -Wsign-promo -Wno-overloaded-virtual -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o db_sqlite.lo db_sqlite.cpp libtool: compile: g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wmultichar -Wsign-promo -Wno-overloaded-virtual -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c db_sqlite.cpp -fPIC -DPIC -o .libs/db_sqlite.o make[3]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/auto' db_sqlite.cpp: In member function 'virtual int TskDbSqlite::addUnallocatedPoolVolume(int, int64_t, int64_t&)': db_sqlite.cpp:815:18: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 815 | char* desc = "Unallocated Blocks"; | ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/string.h:519, from ../../tsk/base/tsk_base_i.h:29, from tsk_auto_i.h:23, from tsk_db.h:24, from tsk_db_sqlite.h:22, from db_sqlite.cpp:16: In function 'strncpy', inlined from 'TskDbSqlite::TskDbSqlite(char const*, bool)' at db_sqlite.cpp:35:12: /usr/include/bits/string_fortified.h:106:34: warning: 'strncpy' specified bound 1024 equals destination size [-Wstringop-truncation] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ make[3]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/auto' /bin/sh ../../libtool --tag=CXX --mode=link g++ -std=c++14 -Wall -Wextra -Wno-unused-parameter -Wmultichar -Wsign-promo -Wno-overloaded-virtual -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -L/usr/local/lib -o libtskauto.la auto.lo auto_db.lo db_sqlite.lo db_postgresql.lo case_db.lo guid.lo tsk_db.lo is_image_supported.lo -lewf -ldl -lz -lafflib -lsqlite3 -ldl -lstdc++ libtool: link: ar cru .libs/libtskauto.a .libs/auto.o .libs/auto_db.o .libs/db_sqlite.o .libs/db_postgresql.o .libs/case_db.o .libs/guid.o .libs/tsk_db.o .libs/is_image_supported.o libtool: link: ranlib .libs/libtskauto.a libtool: link: ( cd ".libs" && rm -f "libtskauto.la" && ln -s "../libtskauto.la" "libtskauto.la" ) make[3]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/auto' Making all in pool make[3]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/pool' /bin/sh ../../libtool --tag=CXX --mode=compile g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -Wall -pthread -I/usr/local/include -Wall -Wextra -Werror -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o pool_types.lo pool_types.cpp libtool: compile: g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -Wall -pthread -I/usr/local/include -Wall -Wextra -Werror -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c pool_types.cpp -fPIC -DPIC -o .libs/pool_types.o make[3]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/pool' make[3]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/pool' /bin/sh ../../libtool --tag=CXX --mode=compile g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -Wall -pthread -I/usr/local/include -Wall -Wextra -Werror -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o pool_read.lo pool_read.cpp libtool: compile: g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -Wall -pthread -I/usr/local/include -Wall -Wextra -Werror -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c pool_read.cpp -fPIC -DPIC -o .libs/pool_read.o make[3]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/pool' make[3]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/pool' /bin/sh ../../libtool --tag=CXX --mode=compile g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -Wall -pthread -I/usr/local/include -Wall -Wextra -Werror -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o pool_open.lo pool_open.cpp libtool: compile: g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -Wall -pthread -I/usr/local/include -Wall -Wextra -Werror -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c pool_open.cpp -fPIC -DPIC -o .libs/pool_open.o make[3]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/pool' make[3]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/pool' /bin/sh ../../libtool --tag=CXX --mode=compile g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -Wall -pthread -I/usr/local/include -Wall -Wextra -Werror -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o apfs_pool.lo apfs_pool.cpp libtool: compile: g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -Wall -pthread -I/usr/local/include -Wall -Wextra -Werror -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c apfs_pool.cpp -fPIC -DPIC -o .libs/apfs_pool.o make[3]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/pool' make[3]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/pool' /bin/sh ../../libtool --tag=CXX --mode=compile g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -Wall -pthread -I/usr/local/include -Wall -Wextra -Werror -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o apfs_pool_compat.lo apfs_pool_compat.cpp libtool: compile: g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -Wall -pthread -I/usr/local/include -Wall -Wextra -Werror -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c apfs_pool_compat.cpp -fPIC -DPIC -o .libs/apfs_pool_compat.o make[3]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/pool' make[3]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/pool' /bin/sh ../../libtool --tag=CXX --mode=link g++ -std=c++14 -Wall -Wextra -Werror -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -L/usr/local/lib -o libtskpool.la pool_open.lo pool_read.lo pool_types.lo apfs_pool_compat.lo apfs_pool.lo -lewf -ldl -lz -lafflib -lsqlite3 -ldl -lstdc++ libtool: link: ar cru .libs/libtskpool.a .libs/pool_open.o .libs/pool_read.o .libs/pool_types.o .libs/apfs_pool_compat.o .libs/apfs_pool.o libtool: link: ranlib .libs/libtskpool.a libtool: link: ( cd ".libs" && rm -f "libtskpool.la" && ln -s "../libtskpool.la" "libtskpool.la" ) make[3]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/pool' Making all in util make[3]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/util' /bin/sh ../../libtool --tag=CXX --mode=compile g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -Wall -pthread -I/usr/local/include -Wall -Wextra -Werror -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o crypto.lo crypto.cpp libtool: compile: g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -Wall -pthread -I/usr/local/include -Wall -Wextra -Werror -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c crypto.cpp -fPIC -DPIC -o .libs/crypto.o make[3]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/util' make[3]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/util' /bin/sh ../../libtool --tag=CXX --mode=link g++ -std=c++14 -Wall -Wextra -Werror -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -L/usr/local/lib -o libtskutil.la crypto.lo -lewf -ldl -lz -lafflib -lsqlite3 -ldl -lstdc++ libtool: link: ar cru .libs/libtskutil.a .libs/crypto.o libtool: link: ranlib .libs/libtskutil.a libtool: link: ( cd ".libs" && rm -f "libtskutil.la" && ln -s "../libtskutil.la" "libtskutil.la" ) make[3]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/util' make[3]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk' /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -version-info 20:1:1 -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -L/usr/local/lib -o libtsk.la -rpath /usr/lib64 base/libtskbase.la img/libtskimg.la vs/libtskvs.la fs/libtskfs.la hashdb/libtskhashdb.la auto/libtskauto.la pool/libtskpool.la util/libtskutil.la -lewf -ldl -lz -lafflib -lsqlite3 -ldl -lstdc++ libtool: link: gcc -shared -fPIC -DPIC -Wl,--whole-archive base/.libs/libtskbase.a img/.libs/libtskimg.a vs/.libs/libtskvs.a fs/.libs/libtskfs.a hashdb/.libs/libtskhashdb.a auto/.libs/libtskauto.a pool/.libs/libtskpool.a util/.libs/libtskutil.a -Wl,--no-whole-archive -L/usr/local/lib -lewf -lz -lafflib -lsqlite3 -ldl -lstdc++ -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -flto=auto -g -grecord-gcc-switches -fstack-protector-strong -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -pthread -pthread -Wl,-soname -Wl,libtsk.so.19 -o .libs/libtsk.so.19.1.1 libtool: link: (cd ".libs" && rm -f "libtsk.so.19" && ln -s "libtsk.so.19.1.1" "libtsk.so.19") libtool: link: (cd ".libs" && rm -f "libtsk.so" && ln -s "libtsk.so.19.1.1" "libtsk.so") libtool: link: ( cd ".libs" && rm -f "libtsk.la" && ln -s "../libtsk.la" "libtsk.la" ) make[3]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk' In function 'strncpy', inlined from 'tsk_fs_parse_inum' at fs_parse.c:63:5, inlined from 'tsk_fs_parse_inum' at fs_parse.c:37:1: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' specified bound depends on the length of the source argument [-Wstringop-overflow=] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^ fs_parse.c: In function 'tsk_fs_parse_inum': fs_parse.c:63:27: note: length computed here In function 'strncpy', inlined from 'aff_open' at aff.c:278:5: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' specified bound depends on the length of the source argument [-Wstringop-overflow=] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^ aff.c: In function 'aff_open': aff.c:278:31: note: length computed here In function 'strncpy', inlined from 'ewf_open' at ewf.cpp:298:21: /usr/include/bits/string_fortified.h:106:34: warning: '__builtin_strncpy' specified bound depends on the length of the source argument [-Wstringop-overflow=] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^ ewf.cpp: In function 'ewf_open': ewf.cpp:299:24: note: length computed here In function 'strncpy', inlined from 'tsk_hdb_open' at tsk_hashdb.c:168:9: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' specified bound depends on the length of the source argument [-Wstringop-overflow=] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^ tsk_hashdb.c: In function 'tsk_hdb_open': tsk_hashdb.c:168:9: note: length computed here In function 'strncpy', inlined from 'yaffs_load_config_file' at yaffs.cpp:759:13, inlined from 'yaffs2_open' at yaffs.cpp:3057:48: /usr/include/bits/string_fortified.h:106:34: warning: '__builtin_strncpy' specified bound depends on the length of the source argument [-Wstringop-overflow=] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^ yaffs.cpp: In function 'yaffs2_open': yaffs.cpp:759:62: note: length computed here Making all in tools Making all in imgtools make[2]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/imgtools' g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o img_cat.o img_cat.cpp make[2]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/imgtools' img_cat.cpp: In function 'int main(int, char**)': img_cat.cpp:73:18: warning: this statement may fall through [-Wimplicit-fallthrough=] 73 | usage(); | ~~~~~^~ img_cat.cpp:74:9: note: here 74 | case _TSK_T('b'): | ^~~~ img_cat.cpp: At top level: cc1plus: note: unrecognized command-line option '-Wno-unused-command-line-argument' may have been intended to silence earlier diagnostics make[2]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/imgtools' g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o img_stat.o img_stat.cpp make[2]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/imgtools' img_stat.cpp: In function 'int main(int, char**)': img_stat.cpp:64:18: warning: this statement may fall through [-Wimplicit-fallthrough=] 64 | usage(); | ~~~~~^~ img_stat.cpp:65:9: note: here 65 | case _TSK_T('b'): | ^~~~ img_stat.cpp: At top level: cc1plus: note: unrecognized command-line option '-Wno-unused-command-line-argument' may have been intended to silence earlier diagnostics make[2]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/imgtools' /bin/sh ../../libtool --tag=CXX --mode=link g++ -std=c++14 -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -L/usr/local/lib -static -o img_stat img_stat.o ../../tsk/libtsk.la -lewf -ldl -lz -lafflib -lsqlite3 -ldl -lstdc++ libtool: link: g++ -std=c++14 -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -o img_stat img_stat.o -L/usr/local/lib ../../tsk/.libs/libtsk.so -lewf -lz -lafflib -lsqlite3 -ldl -lstdc++ -pthread make[2]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/imgtools' make[2]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/imgtools' /bin/sh ../../libtool --tag=CXX --mode=link g++ -std=c++14 -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -L/usr/local/lib -static -o img_cat img_cat.o ../../tsk/libtsk.la -lewf -ldl -lz -lafflib -lsqlite3 -ldl -lstdc++ libtool: link: g++ -std=c++14 -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -o img_cat img_cat.o -L/usr/local/lib ../../tsk/.libs/libtsk.so -lewf -lz -lafflib -lsqlite3 -ldl -lstdc++ -pthread make[2]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/imgtools' Making all in vstools make[2]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/vstools' g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o mmstat.o mmstat.cpp make[2]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/vstools' make[2]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/vstools' g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o mmcat.o mmcat.cpp make[2]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/vstools' make[2]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/vstools' g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o mmls.o mmls.cpp make[2]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/vstools' make[2]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/vstools' /bin/sh ../../libtool --tag=CXX --mode=link g++ -std=c++14 -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -L/usr/local/lib -static -o mmstat mmstat.o ../../tsk/libtsk.la -lewf -ldl -lz -lafflib -lsqlite3 -ldl -lstdc++ libtool: link: g++ -std=c++14 -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -o mmstat mmstat.o -L/usr/local/lib ../../tsk/.libs/libtsk.so -lewf -lz -lafflib -lsqlite3 -ldl -lstdc++ -pthread make[2]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/vstools' make[2]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/vstools' /bin/sh ../../libtool --tag=CXX --mode=link g++ -std=c++14 -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -L/usr/local/lib -static -o mmcat mmcat.o ../../tsk/libtsk.la -lewf -ldl -lz -lafflib -lsqlite3 -ldl -lstdc++ libtool: link: g++ -std=c++14 -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -o mmcat mmcat.o -L/usr/local/lib ../../tsk/.libs/libtsk.so -lewf -lz -lafflib -lsqlite3 -ldl -lstdc++ -pthread make[2]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/vstools' make[2]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/vstools' /bin/sh ../../libtool --tag=CXX --mode=link g++ -std=c++14 -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -L/usr/local/lib -static -o mmls mmls.o ../../tsk/libtsk.la -lewf -ldl -lz -lafflib -lsqlite3 -ldl -lstdc++ libtool: link: g++ -std=c++14 -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -o mmls mmls.o -L/usr/local/lib ../../tsk/.libs/libtsk.so -lewf -lz -lafflib -lsqlite3 -ldl -lstdc++ -pthread make[2]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/vstools' Making all in fstools make[2]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/fstools' g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o blkstat.o blkstat.cpp make[2]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/fstools' blkstat.cpp: In function 'int main(int, char**)': blkstat.cpp:139:57: warning: comparison of integer expressions of different signedness: 'TSK_DADDR_T' {aka 'long unsigned int'} and 'int' [-Wsign-compare] 139 | if ((pvol_block = tsk_parse_offset(OPTARG)) == -1) { | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ blkstat.cpp: At top level: cc1plus: note: unrecognized command-line option '-Wno-unused-command-line-argument' may have been intended to silence earlier diagnostics make[2]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/fstools' g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o blkcalc.o blkcalc.cpp make[2]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/fstools' blkcalc.cpp: In function 'int main(int, char**)': blkcalc.cpp:178:57: warning: comparison of integer expressions of different signedness: 'TSK_DADDR_T' {aka 'long unsigned int'} and 'int' [-Wsign-compare] 178 | if ((pvol_block = tsk_parse_offset(OPTARG)) == -1) { | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ blkcalc.cpp:108:18: warning: this statement may fall through [-Wimplicit-fallthrough=] 108 | usage(); | ~~~~~^~ blkcalc.cpp:110:9: note: here 110 | case _TSK_T('b'): | ^~~~ blkcalc.cpp: At top level: cc1plus: note: unrecognized command-line option '-Wno-unused-command-line-argument' may have been intended to silence earlier diagnostics make[2]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/fstools' g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o blkcat.o blkcat.cpp make[2]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/fstools' blkcat.cpp: In function 'int main(int, char**)': blkcat.cpp:172:57: warning: comparison of integer expressions of different signedness: 'TSK_DADDR_T' {aka 'long unsigned int'} and 'int' [-Wsign-compare] 172 | if ((pvol_block = tsk_parse_offset(OPTARG)) == -1) { | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ blkcat.cpp: At top level: cc1plus: note: unrecognized command-line option '-Wno-unused-command-line-argument' may have been intended to silence earlier diagnostics make[2]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/fstools' g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o blkls.o blkls.cpp make[2]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/fstools' blkls.cpp: In function 'int main(int, char**)': blkls.cpp:185:57: warning: comparison of integer expressions of different signedness: 'TSK_DADDR_T' {aka 'long unsigned int'} and 'int' [-Wsign-compare] 185 | if ((pvol_block = tsk_parse_offset(OPTARG)) == -1) { | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ blkls.cpp:117:18: warning: this statement may fall through [-Wimplicit-fallthrough=] 117 | usage(); | ~~~~~^~ blkls.cpp:118:9: note: here 118 | case _TSK_T('a'): | ^~~~ blkls.cpp: At top level: cc1plus: note: unrecognized command-line option '-Wno-unused-command-line-argument' may have been intended to silence earlier diagnostics make[2]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/fstools' g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o ffind.o ffind.cpp make[2]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/fstools' ffind.cpp: In function 'int main(int, char**)': ffind.cpp:156:57: warning: comparison of integer expressions of different signedness: 'TSK_DADDR_T' {aka 'long unsigned int'} and 'int' [-Wsign-compare] 156 | if ((pvol_block = tsk_parse_offset(OPTARG)) == -1) { | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ffind.cpp: At top level: cc1plus: note: unrecognized command-line option '-Wno-unused-command-line-argument' may have been intended to silence earlier diagnostics make[2]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/fstools' g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o fsstat.o fsstat.cpp make[2]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/fstools' fsstat.cpp: In function 'int main(int, char**)': fsstat.cpp:150:57: warning: comparison of integer expressions of different signedness: 'TSK_DADDR_T' {aka 'long unsigned int'} and 'int' [-Wsign-compare] 150 | if ((pvol_block = tsk_parse_offset(OPTARG)) == -1) { | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ fsstat.cpp:88:18: warning: this statement may fall through [-Wimplicit-fallthrough=] 88 | usage(); | ~~~~~^~ fsstat.cpp:89:9: note: here 89 | case _TSK_T('b'): | ^~~~ fsstat.cpp: At top level: cc1plus: note: unrecognized command-line option '-Wno-unused-command-line-argument' may have been intended to silence earlier diagnostics make[2]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/fstools' g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o fcat.o fcat.cpp make[2]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/fstools' fcat.cpp: In function 'int main(int, char**)': fcat.cpp:149:57: warning: comparison of integer expressions of different signedness: 'TSK_DADDR_T' {aka 'long unsigned int'} and 'int' [-Wsign-compare] 149 | if ((pvol_block = tsk_parse_offset(OPTARG)) == -1) { | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ fcat.cpp:92:18: warning: this statement may fall through [-Wimplicit-fallthrough=] 92 | usage(); | ~~~~~^~ fcat.cpp:93:9: note: here 93 | case _TSK_T('b'): | ^~~~ In file included from /usr/include/string.h:519, from ../../tsk/base/tsk_base_i.h:29, from ../../tsk/tsk_tools_i.h:8, from fcat.cpp:11: In function 'strncpy', inlined from 'main' at fcat.cpp:182:13: /usr/include/bits/string_fortified.h:106:34: warning: 'strncpy' specified bound depends on the length of the source argument [-Wstringop-overflow=] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ fcat.cpp: In function 'main': fcat.cpp:182:41: note: length computed here 182 | TSTRNCPY(path, argv[OPTIND], TSTRLEN(argv[OPTIND]) + 1); fcat.cpp: At top level: cc1plus: note: unrecognized command-line option '-Wno-unused-command-line-argument' may have been intended to silence earlier diagnostics make[2]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/fstools' g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o fls.o fls.cpp make[2]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/fstools' fls.cpp: In function 'int main(int, char**)': fls.cpp:203:57: warning: comparison of integer expressions of different signedness: 'TSK_DADDR_T' {aka 'long unsigned int'} and 'int' [-Wsign-compare] 203 | if ((pvol_block = tsk_parse_offset(OPTARG)) == -1) { | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ fls.cpp:209:54: warning: comparison of integer expressions of different signedness: 'TSK_DADDR_T' {aka 'long unsigned int'} and 'int' [-Wsign-compare] 209 | if ((snap_id = tsk_parse_offset(OPTARG)) == -1) { | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ fls.cpp:125:18: warning: this statement may fall through [-Wimplicit-fallthrough=] 125 | usage(); | ~~~~~^~ fls.cpp:126:9: note: here 126 | case _TSK_T('a'): | ^~~~ In file included from /usr/include/string.h:519, from ../../tsk/base/tsk_base_i.h:29, from ../../tsk/tsk_tools_i.h:8, from fls.cpp:22: In function 'strncpy', inlined from 'main' at fls.cpp:284:21: /usr/include/bits/string_fortified.h:106:34: warning: 'strncpy' specified bound depends on the length of the source argument [-Wstringop-overflow=] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ fls.cpp: In function 'main': fls.cpp:280:29: note: length computed here 280 | size_t len = TSTRLEN(macpre); fls.cpp: At top level: cc1plus: note: unrecognized command-line option '-Wno-unused-command-line-argument' may have been intended to silence earlier diagnostics make[2]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/fstools' g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o ifind.o ifind.cpp make[2]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/fstools' ifind.cpp: In function 'int main(int, char**)': ifind.cpp:200:57: warning: comparison of integer expressions of different signedness: 'TSK_DADDR_T' {aka 'long unsigned int'} and 'int' [-Wsign-compare] 200 | if ((pvol_block = tsk_parse_offset(OPTARG)) == -1) { | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ In file included from /usr/include/string.h:519, from ../../tsk/base/tsk_base_i.h:29, from ../../tsk/tsk_tools_i.h:8, from ifind.cpp:22: In function 'strncpy', inlined from 'main' at ifind.cpp:178:25: /usr/include/bits/string_fortified.h:106:34: warning: 'strncpy' specified bound depends on the length of the source argument [-Wstringop-overflow=] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ifind.cpp: In function 'main': ifind.cpp:178:47: note: length computed here 178 | TSTRNCPY(path, OPTARG, TSTRLEN(OPTARG) + 1); ifind.cpp: At top level: cc1plus: note: unrecognized command-line option '-Wno-unused-command-line-argument' may have been intended to silence earlier diagnostics make[2]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/fstools' g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o icat.o icat.cpp make[2]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/fstools' icat.cpp: In function 'int main(int, char**)': icat.cpp:171:57: warning: comparison of integer expressions of different signedness: 'TSK_DADDR_T' {aka 'long unsigned int'} and 'int' [-Wsign-compare] 171 | if ((pvol_block = tsk_parse_offset(OPTARG)) == -1) { | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ icat.cpp:177:54: warning: comparison of integer expressions of different signedness: 'TSK_DADDR_T' {aka 'long unsigned int'} and 'int' [-Wsign-compare] 177 | if ((snap_id = tsk_parse_offset(OPTARG)) == -1) { | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ icat.cpp:111:18: warning: this statement may fall through [-Wimplicit-fallthrough=] 111 | usage(); | ~~~~~^~ icat.cpp:112:9: note: here 112 | case _TSK_T('b'): | ^~~~ icat.cpp: At top level: cc1plus: note: unrecognized command-line option '-Wno-unused-command-line-argument' may have been intended to silence earlier diagnostics make[2]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/fstools' g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o ils.o ils.cpp make[2]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/fstools' ils.cpp: In function 'int main(int, char**)': ils.cpp:184:57: warning: comparison of integer expressions of different signedness: 'TSK_DADDR_T' {aka 'long unsigned int'} and 'int' [-Wsign-compare] 184 | if ((pvol_block = tsk_parse_offset(OPTARG)) == -1) { | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ils.cpp:123:18: warning: this statement may fall through [-Wimplicit-fallthrough=] 123 | usage(); | ~~~~~^~ ils.cpp:124:9: note: here 124 | case _TSK_T('b'): | ^~~~ ils.cpp: At top level: cc1plus: note: unrecognized command-line option '-Wno-unused-command-line-argument' may have been intended to silence earlier diagnostics make[2]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/fstools' g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o istat.o istat.cpp make[2]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/fstools' istat.cpp: In function 'int main(int, char**)': istat.cpp:176:57: warning: comparison of integer expressions of different signedness: 'TSK_DADDR_T' {aka 'long unsigned int'} and 'int' [-Wsign-compare] 176 | if ((pvol_block = tsk_parse_offset(OPTARG)) == -1) { | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ istat.cpp:182:54: warning: comparison of integer expressions of different signedness: 'TSK_DADDR_T' {aka 'long unsigned int'} and 'int' [-Wsign-compare] 182 | if ((snap_id = tsk_parse_offset(OPTARG)) == -1) { | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ istat.cpp:109:18: warning: this statement may fall through [-Wimplicit-fallthrough=] 109 | usage(); | ~~~~~^~ istat.cpp:110:9: note: here 110 | case _TSK_T('N'): | ^~~~ istat.cpp: At top level: cc1plus: note: unrecognized command-line option '-Wno-unused-command-line-argument' may have been intended to silence earlier diagnostics make[2]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/fstools' g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o usnjls.o usnjls.cpp make[2]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/fstools' usnjls.cpp: In function 'int main(int, char**)': usnjls.cpp:91:22: warning: this statement may fall through [-Wimplicit-fallthrough=] 91 | usage(); | ~~~~~^~ usnjls.cpp:93:9: note: here 93 | case _TSK_T('b'): | ^~~~ usnjls.cpp: At top level: cc1plus: note: unrecognized command-line option '-Wno-unused-command-line-argument' may have been intended to silence earlier diagnostics make[2]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/fstools' g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o jcat.o jcat.cpp make[2]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/fstools' jcat.cpp: In function 'int main(int, char**)': jcat.cpp:83:18: warning: this statement may fall through [-Wimplicit-fallthrough=] 83 | usage(); | ~~~~~^~ jcat.cpp:84:9: note: here 84 | case _TSK_T('b'): | ^~~~ jcat.cpp: At top level: cc1plus: note: unrecognized command-line option '-Wno-unused-command-line-argument' may have been intended to silence earlier diagnostics make[2]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/fstools' g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o jls.o jls.cpp make[2]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/fstools' jls.cpp: In function 'int main(int, char**)': jls.cpp:75:18: warning: this statement may fall through [-Wimplicit-fallthrough=] 75 | usage(); | ~~~~~^~ jls.cpp:76:9: note: here 76 | case _TSK_T('b'): | ^~~~ jls.cpp: At top level: cc1plus: note: unrecognized command-line option '-Wno-unused-command-line-argument' may have been intended to silence earlier diagnostics make[2]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/fstools' /bin/sh ../../libtool --tag=CXX --mode=link g++ -std=c++14 -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -L/usr/local/lib -static -o blkcalc blkcalc.o ../../tsk/libtsk.la -lewf -ldl -lz -lafflib -lsqlite3 -ldl -lstdc++ libtool: link: g++ -std=c++14 -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -o blkcalc blkcalc.o -L/usr/local/lib ../../tsk/.libs/libtsk.so -lewf -lz -lafflib -lsqlite3 -ldl -lstdc++ -pthread make[2]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/fstools' make[2]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/fstools' /bin/sh ../../libtool --tag=CXX --mode=link g++ -std=c++14 -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -L/usr/local/lib -static -o blkcat blkcat.o ../../tsk/libtsk.la -lewf -ldl -lz -lafflib -lsqlite3 -ldl -lstdc++ libtool: link: g++ -std=c++14 -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -o blkcat blkcat.o -L/usr/local/lib ../../tsk/.libs/libtsk.so -lewf -lz -lafflib -lsqlite3 -ldl -lstdc++ -pthread make[2]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/fstools' make[2]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/fstools' /bin/sh ../../libtool --tag=CXX --mode=link g++ -std=c++14 -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -L/usr/local/lib -static -o blkstat blkstat.o ../../tsk/libtsk.la -lewf -ldl -lz -lafflib -lsqlite3 -ldl -lstdc++ libtool: link: g++ -std=c++14 -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -o blkstat blkstat.o -L/usr/local/lib ../../tsk/.libs/libtsk.so -lewf -lz -lafflib -lsqlite3 -ldl -lstdc++ -pthread make[2]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/fstools' make[2]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/fstools' /bin/sh ../../libtool --tag=CXX --mode=link g++ -std=c++14 -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -L/usr/local/lib -static -o blkls blkls.o ../../tsk/libtsk.la -lewf -ldl -lz -lafflib -lsqlite3 -ldl -lstdc++ libtool: link: g++ -std=c++14 -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -o blkls blkls.o -L/usr/local/lib ../../tsk/.libs/libtsk.so -lewf -lz -lafflib -lsqlite3 -ldl -lstdc++ -pthread make[2]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/fstools' make[2]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/fstools' /bin/sh ../../libtool --tag=CXX --mode=link g++ -std=c++14 -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -L/usr/local/lib -static -o ffind ffind.o ../../tsk/libtsk.la -lewf -ldl -lz -lafflib -lsqlite3 -ldl -lstdc++ libtool: link: g++ -std=c++14 -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -o ffind ffind.o -L/usr/local/lib ../../tsk/.libs/libtsk.so -lewf -lz -lafflib -lsqlite3 -ldl -lstdc++ -pthread make[2]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/fstools' make[2]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/fstools' /bin/sh ../../libtool --tag=CXX --mode=link g++ -std=c++14 -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -L/usr/local/lib -static -o fls fls.o ../../tsk/libtsk.la -lewf -ldl -lz -lafflib -lsqlite3 -ldl -lstdc++ libtool: link: g++ -std=c++14 -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -o fls fls.o -L/usr/local/lib ../../tsk/.libs/libtsk.so -lewf -lz -lafflib -lsqlite3 -ldl -lstdc++ -pthread make[2]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/fstools' In function 'strncpy', inlined from 'main' at fls.cpp:284:21: /usr/include/bits/string_fortified.h:106:34: warning: '__builtin_strncpy' specified bound depends on the length of the source argument [-Wstringop-overflow=] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^ fls.cpp: In function 'main': fls.cpp:280:29: note: length computed here 280 | size_t len = TSTRLEN(macpre); | ^ make[2]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/fstools' /bin/sh ../../libtool --tag=CXX --mode=link g++ -std=c++14 -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -L/usr/local/lib -static -o fcat fcat.o ../../tsk/libtsk.la -lewf -ldl -lz -lafflib -lsqlite3 -ldl -lstdc++ libtool: link: g++ -std=c++14 -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -o fcat fcat.o -L/usr/local/lib ../../tsk/.libs/libtsk.so -lewf -lz -lafflib -lsqlite3 -ldl -lstdc++ -pthread make[2]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/fstools' In function 'strncpy', inlined from 'main' at fcat.cpp:182:13: /usr/include/bits/string_fortified.h:106:34: warning: '__builtin_strncpy' specified bound depends on the length of the source argument [-Wstringop-overflow=] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^ fcat.cpp: In function 'main': fcat.cpp:182:41: note: length computed here 182 | TSTRNCPY(path, argv[OPTIND], TSTRLEN(argv[OPTIND]) + 1); | ^ make[2]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/fstools' /bin/sh ../../libtool --tag=CXX --mode=link g++ -std=c++14 -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -L/usr/local/lib -static -o fsstat fsstat.o ../../tsk/libtsk.la -lewf -ldl -lz -lafflib -lsqlite3 -ldl -lstdc++ libtool: link: g++ -std=c++14 -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -o fsstat fsstat.o -L/usr/local/lib ../../tsk/.libs/libtsk.so -lewf -lz -lafflib -lsqlite3 -ldl -lstdc++ -pthread make[2]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/fstools' make[2]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/fstools' /bin/sh ../../libtool --tag=CXX --mode=link g++ -std=c++14 -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -L/usr/local/lib -static -o icat icat.o ../../tsk/libtsk.la -lewf -ldl -lz -lafflib -lsqlite3 -ldl -lstdc++ libtool: link: g++ -std=c++14 -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -o icat icat.o -L/usr/local/lib ../../tsk/.libs/libtsk.so -lewf -lz -lafflib -lsqlite3 -ldl -lstdc++ -pthread make[2]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/fstools' make[2]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/fstools' /bin/sh ../../libtool --tag=CXX --mode=link g++ -std=c++14 -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -L/usr/local/lib -static -o ifind ifind.o ../../tsk/libtsk.la -lewf -ldl -lz -lafflib -lsqlite3 -ldl -lstdc++ libtool: link: g++ -std=c++14 -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -o ifind ifind.o -L/usr/local/lib ../../tsk/.libs/libtsk.so -lewf -lz -lafflib -lsqlite3 -ldl -lstdc++ -pthread make[2]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/fstools' In function 'strncpy', inlined from 'main' at ifind.cpp:178:25: /usr/include/bits/string_fortified.h:106:34: warning: '__builtin_strncpy' specified bound depends on the length of the source argument [-Wstringop-overflow=] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^ ifind.cpp: In function 'main': ifind.cpp:178:47: note: length computed here 178 | TSTRNCPY(path, OPTARG, TSTRLEN(OPTARG) + 1); | ^ make[2]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/fstools' /bin/sh ../../libtool --tag=CXX --mode=link g++ -std=c++14 -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -L/usr/local/lib -static -o ils ils.o ../../tsk/libtsk.la -lewf -ldl -lz -lafflib -lsqlite3 -ldl -lstdc++ libtool: link: g++ -std=c++14 -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -o ils ils.o -L/usr/local/lib ../../tsk/.libs/libtsk.so -lewf -lz -lafflib -lsqlite3 -ldl -lstdc++ -pthread make[2]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/fstools' make[2]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/fstools' /bin/sh ../../libtool --tag=CXX --mode=link g++ -std=c++14 -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -L/usr/local/lib -static -o istat istat.o ../../tsk/libtsk.la -lewf -ldl -lz -lafflib -lsqlite3 -ldl -lstdc++ libtool: link: g++ -std=c++14 -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -o istat istat.o -L/usr/local/lib ../../tsk/.libs/libtsk.so -lewf -lz -lafflib -lsqlite3 -ldl -lstdc++ -pthread make[2]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/fstools' make[2]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/fstools' /bin/sh ../../libtool --tag=CXX --mode=link g++ -std=c++14 -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -L/usr/local/lib -static -o jcat jcat.o ../../tsk/libtsk.la -lewf -ldl -lz -lafflib -lsqlite3 -ldl -lstdc++ libtool: link: g++ -std=c++14 -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -o jcat jcat.o -L/usr/local/lib ../../tsk/.libs/libtsk.so -lewf -lz -lafflib -lsqlite3 -ldl -lstdc++ -pthread make[2]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/fstools' make[2]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/fstools' /bin/sh ../../libtool --tag=CXX --mode=link g++ -std=c++14 -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -L/usr/local/lib -static -o jls jls.o ../../tsk/libtsk.la -lewf -ldl -lz -lafflib -lsqlite3 -ldl -lstdc++ libtool: link: g++ -std=c++14 -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -o jls jls.o -L/usr/local/lib ../../tsk/.libs/libtsk.so -lewf -lz -lafflib -lsqlite3 -ldl -lstdc++ -pthread make[2]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/fstools' make[2]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/fstools' /bin/sh ../../libtool --tag=CXX --mode=link g++ -std=c++14 -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -L/usr/local/lib -static -o usnjls usnjls.o ../../tsk/libtsk.la -lewf -ldl -lz -lafflib -lsqlite3 -ldl -lstdc++ libtool: link: g++ -std=c++14 -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -o usnjls usnjls.o -L/usr/local/lib ../../tsk/.libs/libtsk.so -lewf -lz -lafflib -lsqlite3 -ldl -lstdc++ -pthread make[2]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/fstools' Making all in hashtools make[2]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/hashtools' g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o hfind.o hfind.cpp make[2]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/hashtools' make[2]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/hashtools' /bin/sh ../../libtool --tag=CXX --mode=link g++ -std=c++14 -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -L/usr/local/lib -static -o hfind hfind.o ../../tsk/libtsk.la -lewf -ldl -lz -lafflib -lsqlite3 -ldl -lstdc++ libtool: link: g++ -std=c++14 -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -o hfind hfind.o -L/usr/local/lib ../../tsk/.libs/libtsk.so -lewf -lz -lafflib -lsqlite3 -ldl -lstdc++ -pthread make[2]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/hashtools' Making all in srchtools make[2]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/srchtools' gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o srch_strings.o srch_strings.c make[2]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/srchtools' srch_strings.c: In function 'main': srch_strings.c:284:25: warning: this statement may fall through [-Wimplicit-fallthrough=] 284 | usage(stdout, 0); | ^~~~~~~~~~~~~~~~ srch_strings.c:286:17: note: here 286 | case 'n': | ^~~~ srch_strings.c:338:25: warning: this statement may fall through [-Wimplicit-fallthrough=] 338 | usage(stderr, 1); | ^~~~~~~~~~~~~~~~ srch_strings.c:340:17: note: here 340 | default: | ^~~~~~~ srch_strings.c: At top level: cc1: note: unrecognized command-line option '-Wno-unused-command-line-argument' may have been intended to silence earlier diagnostics make[2]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/srchtools' g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o sigfind.o sigfind.cpp make[2]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/srchtools' make[2]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/srchtools' /bin/sh ../../libtool --tag=CC --mode=link gcc -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -L/usr/local/lib -o srch_strings srch_strings.o -lewf -ldl -lz -lafflib -lsqlite3 -ldl -lstdc++ libtool: link: gcc -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -o srch_strings srch_strings.o -L/usr/local/lib -lewf -lz -lafflib -lsqlite3 -ldl -lstdc++ -pthread make[2]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/srchtools' make[2]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/srchtools' /bin/sh ../../libtool --tag=CXX --mode=link g++ -std=c++14 -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -static -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -L/usr/local/lib -o sigfind sigfind.o ../../tsk/libtsk.la -lewf -ldl -lz -lafflib -lsqlite3 -ldl -lstdc++ libtool: link: g++ -std=c++14 -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -o sigfind sigfind.o -L/usr/local/lib ../../tsk/.libs/libtsk.so -lewf -lz -lafflib -lsqlite3 -ldl -lstdc++ -pthread make[2]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/srchtools' Making all in sorter Making all in timeline Making all in autotools make[2]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/autotools' g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-overloaded-virtual -Wno-unused-command-line-argument -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o tsk_gettimes.o tsk_gettimes.cpp make[2]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/autotools' tsk_gettimes.cpp: In function 'int main(int, char**)': tsk_gettimes.cpp:168:18: warning: this statement may fall through [-Wimplicit-fallthrough=] 168 | usage(); | ~~~~~^~ tsk_gettimes.cpp:171:9: note: here 171 | case _TSK_T('b'): | ^~~~ In file included from /usr/include/string.h:519, from ../../tsk/base/tsk_base_i.h:29, from ../../tsk/tsk_tools_i.h:8, from tsk_gettimes.cpp:12: In function 'strncat', inlined from 'TskGetTimes::filterFs(TSK_FS_INFO*)' at tsk_gettimes.cpp:105:17: /usr/include/bits/string_fortified.h:137:34: warning: '__strncat_chk' output may be truncated copying 32 bytes from a string of length 32 [-Wstringop-truncation] 137 | return __builtin___strncat_chk (__dest, __src, __len, __bos (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tsk_gettimes.cpp: At top level: cc1plus: note: unrecognized command-line option '-Wno-unused-command-line-argument' may have been intended to silence earlier diagnostics make[2]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/autotools' g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-overloaded-virtual -Wno-unused-command-line-argument -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o tsk_recover.o tsk_recover.cpp make[2]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/autotools' tsk_recover.cpp: In function 'int main(int, char**)': tsk_recover.cpp:527:57: warning: comparison of integer expressions of different signedness: 'TSK_DADDR_T' {aka 'long unsigned int'} and 'int' [-Wsign-compare] 527 | if ((pvol_block = tsk_parse_offset(OPTARG)) == -1) { | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ tsk_recover.cpp:447:18: warning: this statement may fall through [-Wimplicit-fallthrough=] 447 | usage(); | ~~~~~^~ tsk_recover.cpp:449:9: note: here 449 | case _TSK_T('a'): | ^~~~ tsk_recover.cpp: In member function 'TskRecover::writeFile(TSK_FS_FILE*, char const*)': tsk_recover.cpp:253:36: warning: '/' directive output may be truncated writing 1 byte into a region of size between 0 and 4095 [-Wformat-truncation=] 253 | snprintf(fbuf, PATH_MAX, "%s/%s/%s", (char *) m_base_dir, m_vsName, | ^ In file included from /usr/include/stdio.h:866, from ../../tsk/base/tsk_base.h:27, from ../../tsk/base/tsk_base_i.h:26, from ../../tsk/tsk_tools_i.h:8, from tsk_recover.cpp:12: /usr/include/bits/stdio2.h:70:35: note: '__snprintf_chk' output 3 or more bytes (assuming 4098) into a destination of size 4096 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tsk_recover.cpp: At top level: cc1plus: note: unrecognized command-line option '-Wno-unused-command-line-argument' may have been intended to silence earlier diagnostics make[2]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/autotools' g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-overloaded-virtual -Wno-unused-command-line-argument -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o tsk_comparedir.o tsk_comparedir.cpp make[2]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/autotools' tsk_comparedir.cpp: In function 'int main(int, char**)': tsk_comparedir.cpp:446:57: warning: comparison of integer expressions of different signedness: 'TSK_DADDR_T' {aka 'long unsigned int'} and 'int' [-Wsign-compare] 446 | if ((pvol_block = tsk_parse_offset(OPTARG)) == -1) { | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ tsk_comparedir.cpp:351:18: warning: unused variable 'password' [-Wunused-variable] 351 | const char * password = ""; | ^~~~~~~~ tsk_comparedir.cpp:377:18: warning: this statement may fall through [-Wimplicit-fallthrough=] 377 | usage(); | ~~~~~^~ tsk_comparedir.cpp:379:9: note: here 379 | case _TSK_T('b'): | ^~~~ In file included from /usr/include/string.h:519, from ../../tsk/base/tsk_base_i.h:29, from ../../tsk/tsk_tools_i.h:8, from tsk_comparedir.cpp:12: In function 'strncpy', inlined from 'TskCompareDir::processLclDir(char const*)' at tsk_comparedir.cpp:168:12: /usr/include/bits/string_fortified.h:106:34: warning: 'strncpy' specified bound 1024 equals destination size [-Wstringop-truncation] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'strncpy', inlined from 'TskCompareDir::processLclDir(char const*)' at tsk_comparedir.cpp:175:16: /usr/include/bits/string_fortified.h:106:34: warning: 'strncpy' specified bound 1024 equals destination size [-Wstringop-truncation] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'strncpy', inlined from 'TskCompareDir::processLclDir(char const*)' at tsk_comparedir.cpp:179:16: /usr/include/bits/string_fortified.h:106:34: warning: 'strncpy' specified bound 1024 equals destination size [-Wstringop-truncation] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tsk_comparedir.cpp: At top level: cc1plus: note: unrecognized command-line option '-Wno-unused-command-line-argument' may have been intended to silence earlier diagnostics make[2]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/autotools' g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-overloaded-virtual -Wno-unused-command-line-argument -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o tsk_loaddb.o tsk_loaddb.cpp make[2]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/autotools' tsk_loaddb.cpp: In function 'int main(int, char**)': tsk_loaddb.cpp:77:18: warning: this statement may fall through [-Wimplicit-fallthrough=] 77 | usage(); | ~~~~~^~ tsk_loaddb.cpp:79:9: note: here 79 | case _TSK_T('a'): | ^~~~ tsk_loaddb.cpp: At top level: cc1plus: note: unrecognized command-line option '-Wno-unused-command-line-argument' may have been intended to silence earlier diagnostics make[2]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/autotools' /bin/sh ../../libtool --tag=CXX --mode=link g++ -std=c++14 -Wall -Wextra -Wno-unused-parameter -Wno-overloaded-virtual -Wno-unused-command-line-argument -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -L/usr/local/lib -static -o tsk_gettimes tsk_gettimes.o ../../tsk/libtsk.la -lewf -ldl -lz -lafflib -lsqlite3 -ldl -lstdc++ libtool: link: g++ -std=c++14 -Wall -Wextra -Wno-unused-parameter -Wno-overloaded-virtual -Wno-unused-command-line-argument -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -o tsk_gettimes tsk_gettimes.o -L/usr/local/lib ../../tsk/.libs/libtsk.so -lewf -lz -lafflib -lsqlite3 -ldl -lstdc++ -pthread make[2]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/autotools' make[2]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/autotools' /bin/sh ../../libtool --tag=CXX --mode=link g++ -std=c++14 -Wall -Wextra -Wno-unused-parameter -Wno-overloaded-virtual -Wno-unused-command-line-argument -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -L/usr/local/lib -static -o tsk_recover tsk_recover.o ../../tsk/libtsk.la -lewf -ldl -lz -lafflib -lsqlite3 -ldl -lstdc++ libtool: link: g++ -std=c++14 -Wall -Wextra -Wno-unused-parameter -Wno-overloaded-virtual -Wno-unused-command-line-argument -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -o tsk_recover tsk_recover.o -L/usr/local/lib ../../tsk/.libs/libtsk.so -lewf -lz -lafflib -lsqlite3 -ldl -lstdc++ -pthread make[2]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/autotools' make[2]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/autotools' /bin/sh ../../libtool --tag=CXX --mode=link g++ -std=c++14 -Wall -Wextra -Wno-unused-parameter -Wno-overloaded-virtual -Wno-unused-command-line-argument -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -L/usr/local/lib -static -o tsk_loaddb tsk_loaddb.o ../../tsk/libtsk.la -lewf -ldl -lz -lafflib -lsqlite3 -ldl -lstdc++ libtool: link: g++ -std=c++14 -Wall -Wextra -Wno-unused-parameter -Wno-overloaded-virtual -Wno-unused-command-line-argument -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -o tsk_loaddb tsk_loaddb.o -L/usr/local/lib ../../tsk/.libs/libtsk.so -lewf -lz -lafflib -lsqlite3 -ldl -lstdc++ -pthread make[2]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/autotools' make[2]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/autotools' /bin/sh ../../libtool --tag=CXX --mode=link g++ -std=c++14 -Wall -Wextra -Wno-unused-parameter -Wno-overloaded-virtual -Wno-unused-command-line-argument -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -L/usr/local/lib -static -o tsk_comparedir tsk_comparedir.o ../../tsk/libtsk.la -lewf -ldl -lz -lafflib -lsqlite3 -ldl -lstdc++ libtool: link: g++ -std=c++14 -Wall -Wextra -Wno-unused-parameter -Wno-overloaded-virtual -Wno-unused-command-line-argument -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -o tsk_comparedir tsk_comparedir.o -L/usr/local/lib ../../tsk/.libs/libtsk.so -lewf -lz -lafflib -lsqlite3 -ldl -lstdc++ -pthread make[2]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/autotools' Making all in fiwalk Making all in src make[3]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/fiwalk/src' g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../../tsk -I../../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o content.o content.cpp In file included from fiwalk.h:97, from content.cpp:39: hash_t.h: In instantiation of 'hash_generator__::hash_generator__() [with T = md5_]': content.h:71:15: required from here hash_t.h:196:15: warning: cast between incompatible function types from 'void (*)(TSK_MD5_CTX*)' to 'int (*)(void*)' [-Wcast-function-type] 196 | md_init = (int(*)(void *))&TSK_MD5_Init; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ hash_t.h:197:18: warning: cast between incompatible function types from 'void (*)(TSK_MD5_CTX*, unsigned char*, unsigned int)' to 'int (*)(void*, const void*, uint32_t)' {aka 'int (*)(void*, const void*, unsigned int)'} [-Wcast-function-type] 197 | md_update = (int (*)(void *, const void *, uint32_t))&TSK_MD5_Update; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ hash_t.h:198:14: warning: cast between incompatible function types from 'void (*)(unsigned char*, TSK_MD5_CTX*)' to 'int (*)(unsigned char*, void*)' [-Wcast-function-type] 198 | md_final = (int (*)(unsigned char*, void *))&TSK_MD5_Final; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ hash_t.h:205:14: warning: cast between incompatible function types from 'void (*)(TSK_SHA_CTX*)' to 'int (*)(void*)' [-Wcast-function-type] 205 | md_init = (int(*)(void *))&TSK_SHA_Init; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ hash_t.h:207:14: warning: cast between incompatible function types from 'void (*)(BYTE*, TSK_SHA_CTX*)' {aka 'void (*)(unsigned char*, TSK_SHA_CTX*)'} to 'int (*)(unsigned char*, void*)' [-Wcast-function-type] 207 | md_final = (int (*)(unsigned char*, void*))&TSK_SHA_Final; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ hash_t.h:212:14: warning: cast between incompatible function types from 'void (*)(SHA256_CTX*)' to 'int (*)(void*)' [-Wcast-function-type] 212 | md_init = (int(*)(void *))&SHA256_Init; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ hash_t.h:214:14: warning: cast between incompatible function types from 'void (*)(SHA256_CTX*, unsigned char*)' to 'int (*)(unsigned char*, void*)' [-Wcast-function-type] 214 | md_final = (int (*)(unsigned char*, void*))&SHA256_Final; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ hash_t.h:219:14: warning: cast between incompatible function types from 'void (*)(SHA512_CTX*)' to 'int (*)(void*)' [-Wcast-function-type] 219 | md_init = (int(*)(void *))&SHA512_Init; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ hash_t.h:221:14: warning: cast between incompatible function types from 'void (*)(SHA512_CTX*, unsigned char*)' to 'int (*)(unsigned char*, void*)' [-Wcast-function-type] 221 | md_final = (int (*)(unsigned char*, void*))&SHA512_Final; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ hash_t.h: In instantiation of 'hash_generator__::hash_generator__() [with T = sha1_]': content.h:71:15: required from here hash_t.h:196:15: warning: cast between incompatible function types from 'void (*)(TSK_MD5_CTX*)' to 'int (*)(void*)' [-Wcast-function-type] 196 | md_init = (int(*)(void *))&TSK_MD5_Init; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ hash_t.h:197:18: warning: cast between incompatible function types from 'void (*)(TSK_MD5_CTX*, unsigned char*, unsigned int)' to 'int (*)(void*, const void*, uint32_t)' {aka 'int (*)(void*, const void*, unsigned int)'} [-Wcast-function-type] 197 | md_update = (int (*)(void *, const void *, uint32_t))&TSK_MD5_Update; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ hash_t.h:198:14: warning: cast between incompatible function types from 'void (*)(unsigned char*, TSK_MD5_CTX*)' to 'int (*)(unsigned char*, void*)' [-Wcast-function-type] 198 | md_final = (int (*)(unsigned char*, void *))&TSK_MD5_Final; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ hash_t.h:205:14: warning: cast between incompatible function types from 'void (*)(TSK_SHA_CTX*)' to 'int (*)(void*)' [-Wcast-function-type] 205 | md_init = (int(*)(void *))&TSK_SHA_Init; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ hash_t.h:207:14: warning: cast between incompatible function types from 'void (*)(BYTE*, TSK_SHA_CTX*)' {aka 'void (*)(unsigned char*, TSK_SHA_CTX*)'} to 'int (*)(unsigned char*, void*)' [-Wcast-function-type] 207 | md_final = (int (*)(unsigned char*, void*))&TSK_SHA_Final; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ hash_t.h:212:14: warning: cast between incompatible function types from 'void (*)(SHA256_CTX*)' to 'int (*)(void*)' [-Wcast-function-type] 212 | md_init = (int(*)(void *))&SHA256_Init; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ hash_t.h:214:14: warning: cast between incompatible function types from 'void (*)(SHA256_CTX*, unsigned char*)' to 'int (*)(unsigned char*, void*)' [-Wcast-function-type] 214 | md_final = (int (*)(unsigned char*, void*))&SHA256_Final; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ hash_t.h:219:14: warning: cast between incompatible function types from 'void (*)(SHA512_CTX*)' to 'int (*)(void*)' [-Wcast-function-type] 219 | md_init = (int(*)(void *))&SHA512_Init; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ hash_t.h:221:14: warning: cast between incompatible function types from 'void (*)(SHA512_CTX*, unsigned char*)' to 'int (*)(unsigned char*, void*)' [-Wcast-function-type] 221 | md_final = (int (*)(unsigned char*, void*))&SHA512_Final; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cc1plus: note: unrecognized command-line option '-Wno-unused-command-line-argument' may have been intended to silence earlier diagnostics make[3]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/fiwalk/src' make[3]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/fiwalk/src' g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../../tsk -I../../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o fiwalk_tsk.o fiwalk_tsk.cpp make[3]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/fiwalk/src' In file included from fiwalk.h:97, from fiwalk_tsk.cpp:22: hash_t.h: In instantiation of 'hash_generator__::hash_generator__() [with T = md5_]': content.h:71:15: required from here hash_t.h:196:15: warning: cast between incompatible function types from 'void (*)(TSK_MD5_CTX*)' to 'int (*)(void*)' [-Wcast-function-type] 196 | md_init = (int(*)(void *))&TSK_MD5_Init; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ hash_t.h:197:18: warning: cast between incompatible function types from 'void (*)(TSK_MD5_CTX*, unsigned char*, unsigned int)' to 'int (*)(void*, const void*, uint32_t)' {aka 'int (*)(void*, const void*, unsigned int)'} [-Wcast-function-type] 197 | md_update = (int (*)(void *, const void *, uint32_t))&TSK_MD5_Update; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ hash_t.h:198:14: warning: cast between incompatible function types from 'void (*)(unsigned char*, TSK_MD5_CTX*)' to 'int (*)(unsigned char*, void*)' [-Wcast-function-type] 198 | md_final = (int (*)(unsigned char*, void *))&TSK_MD5_Final; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ hash_t.h:205:14: warning: cast between incompatible function types from 'void (*)(TSK_SHA_CTX*)' to 'int (*)(void*)' [-Wcast-function-type] 205 | md_init = (int(*)(void *))&TSK_SHA_Init; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ hash_t.h:207:14: warning: cast between incompatible function types from 'void (*)(BYTE*, TSK_SHA_CTX*)' {aka 'void (*)(unsigned char*, TSK_SHA_CTX*)'} to 'int (*)(unsigned char*, void*)' [-Wcast-function-type] 207 | md_final = (int (*)(unsigned char*, void*))&TSK_SHA_Final; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ hash_t.h:212:14: warning: cast between incompatible function types from 'void (*)(SHA256_CTX*)' to 'int (*)(void*)' [-Wcast-function-type] 212 | md_init = (int(*)(void *))&SHA256_Init; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ hash_t.h:214:14: warning: cast between incompatible function types from 'void (*)(SHA256_CTX*, unsigned char*)' to 'int (*)(unsigned char*, void*)' [-Wcast-function-type] 214 | md_final = (int (*)(unsigned char*, void*))&SHA256_Final; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ hash_t.h:219:14: warning: cast between incompatible function types from 'void (*)(SHA512_CTX*)' to 'int (*)(void*)' [-Wcast-function-type] 219 | md_init = (int(*)(void *))&SHA512_Init; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ hash_t.h:221:14: warning: cast between incompatible function types from 'void (*)(SHA512_CTX*, unsigned char*)' to 'int (*)(unsigned char*, void*)' [-Wcast-function-type] 221 | md_final = (int (*)(unsigned char*, void*))&SHA512_Final; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ hash_t.h: In instantiation of 'hash_generator__::hash_generator__() [with T = sha1_]': content.h:71:15: required from here hash_t.h:196:15: warning: cast between incompatible function types from 'void (*)(TSK_MD5_CTX*)' to 'int (*)(void*)' [-Wcast-function-type] 196 | md_init = (int(*)(void *))&TSK_MD5_Init; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ hash_t.h:197:18: warning: cast between incompatible function types from 'void (*)(TSK_MD5_CTX*, unsigned char*, unsigned int)' to 'int (*)(void*, const void*, uint32_t)' {aka 'int (*)(void*, const void*, unsigned int)'} [-Wcast-function-type] 197 | md_update = (int (*)(void *, const void *, uint32_t))&TSK_MD5_Update; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ hash_t.h:198:14: warning: cast between incompatible function types from 'void (*)(unsigned char*, TSK_MD5_CTX*)' to 'int (*)(unsigned char*, void*)' [-Wcast-function-type] 198 | md_final = (int (*)(unsigned char*, void *))&TSK_MD5_Final; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ hash_t.h:205:14: warning: cast between incompatible function types from 'void (*)(TSK_SHA_CTX*)' to 'int (*)(void*)' [-Wcast-function-type] 205 | md_init = (int(*)(void *))&TSK_SHA_Init; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ hash_t.h:207:14: warning: cast between incompatible function types from 'void (*)(BYTE*, TSK_SHA_CTX*)' {aka 'void (*)(unsigned char*, TSK_SHA_CTX*)'} to 'int (*)(unsigned char*, void*)' [-Wcast-function-type] 207 | md_final = (int (*)(unsigned char*, void*))&TSK_SHA_Final; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ hash_t.h:212:14: warning: cast between incompatible function types from 'void (*)(SHA256_CTX*)' to 'int (*)(void*)' [-Wcast-function-type] 212 | md_init = (int(*)(void *))&SHA256_Init; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ hash_t.h:214:14: warning: cast between incompatible function types from 'void (*)(SHA256_CTX*, unsigned char*)' to 'int (*)(unsigned char*, void*)' [-Wcast-function-type] 214 | md_final = (int (*)(unsigned char*, void*))&SHA256_Final; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ hash_t.h:219:14: warning: cast between incompatible function types from 'void (*)(SHA512_CTX*)' to 'int (*)(void*)' [-Wcast-function-type] 219 | md_init = (int(*)(void *))&SHA512_Init; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ hash_t.h:221:14: warning: cast between incompatible function types from 'void (*)(SHA512_CTX*, unsigned char*)' to 'int (*)(unsigned char*, void*)' [-Wcast-function-type] 221 | md_final = (int (*)(unsigned char*, void*))&SHA512_Final; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cc1plus: note: unrecognized command-line option '-Wno-unused-command-line-argument' may have been intended to silence earlier diagnostics make[3]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/fiwalk/src' gcc -DHAVE_CONFIG_H -I. -I../../../tsk -I../../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o utils.o utils.c make[3]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/fiwalk/src' make[3]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/fiwalk/src' g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../../tsk -I../../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o arff.o arff.cpp make[3]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/fiwalk/src' In file included from fiwalk.h:97, from arff.cpp:21: hash_t.h: In instantiation of 'hash_generator__::hash_generator__() [with T = md5_]': content.h:71:15: required from here hash_t.h:196:15: warning: cast between incompatible function types from 'void (*)(TSK_MD5_CTX*)' to 'int (*)(void*)' [-Wcast-function-type] 196 | md_init = (int(*)(void *))&TSK_MD5_Init; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ hash_t.h:197:18: warning: cast between incompatible function types from 'void (*)(TSK_MD5_CTX*, unsigned char*, unsigned int)' to 'int (*)(void*, const void*, uint32_t)' {aka 'int (*)(void*, const void*, unsigned int)'} [-Wcast-function-type] 197 | md_update = (int (*)(void *, const void *, uint32_t))&TSK_MD5_Update; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ hash_t.h:198:14: warning: cast between incompatible function types from 'void (*)(unsigned char*, TSK_MD5_CTX*)' to 'int (*)(unsigned char*, void*)' [-Wcast-function-type] 198 | md_final = (int (*)(unsigned char*, void *))&TSK_MD5_Final; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ hash_t.h:205:14: warning: cast between incompatible function types from 'void (*)(TSK_SHA_CTX*)' to 'int (*)(void*)' [-Wcast-function-type] 205 | md_init = (int(*)(void *))&TSK_SHA_Init; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ hash_t.h:207:14: warning: cast between incompatible function types from 'void (*)(BYTE*, TSK_SHA_CTX*)' {aka 'void (*)(unsigned char*, TSK_SHA_CTX*)'} to 'int (*)(unsigned char*, void*)' [-Wcast-function-type] 207 | md_final = (int (*)(unsigned char*, void*))&TSK_SHA_Final; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ hash_t.h:212:14: warning: cast between incompatible function types from 'void (*)(SHA256_CTX*)' to 'int (*)(void*)' [-Wcast-function-type] 212 | md_init = (int(*)(void *))&SHA256_Init; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ hash_t.h:214:14: warning: cast between incompatible function types from 'void (*)(SHA256_CTX*, unsigned char*)' to 'int (*)(unsigned char*, void*)' [-Wcast-function-type] 214 | md_final = (int (*)(unsigned char*, void*))&SHA256_Final; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ hash_t.h:219:14: warning: cast between incompatible function types from 'void (*)(SHA512_CTX*)' to 'int (*)(void*)' [-Wcast-function-type] 219 | md_init = (int(*)(void *))&SHA512_Init; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ hash_t.h:221:14: warning: cast between incompatible function types from 'void (*)(SHA512_CTX*, unsigned char*)' to 'int (*)(unsigned char*, void*)' [-Wcast-function-type] 221 | md_final = (int (*)(unsigned char*, void*))&SHA512_Final; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ hash_t.h: In instantiation of 'hash_generator__::hash_generator__() [with T = sha1_]': content.h:71:15: required from here hash_t.h:196:15: warning: cast between incompatible function types from 'void (*)(TSK_MD5_CTX*)' to 'int (*)(void*)' [-Wcast-function-type] 196 | md_init = (int(*)(void *))&TSK_MD5_Init; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ hash_t.h:197:18: warning: cast between incompatible function types from 'void (*)(TSK_MD5_CTX*, unsigned char*, unsigned int)' to 'int (*)(void*, const void*, uint32_t)' {aka 'int (*)(void*, const void*, unsigned int)'} [-Wcast-function-type] 197 | md_update = (int (*)(void *, const void *, uint32_t))&TSK_MD5_Update; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ hash_t.h:198:14: warning: cast between incompatible function types from 'void (*)(unsigned char*, TSK_MD5_CTX*)' to 'int (*)(unsigned char*, void*)' [-Wcast-function-type] 198 | md_final = (int (*)(unsigned char*, void *))&TSK_MD5_Final; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ hash_t.h:205:14: warning: cast between incompatible function types from 'void (*)(TSK_SHA_CTX*)' to 'int (*)(void*)' [-Wcast-function-type] 205 | md_init = (int(*)(void *))&TSK_SHA_Init; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ hash_t.h:207:14: warning: cast between incompatible function types from 'void (*)(BYTE*, TSK_SHA_CTX*)' {aka 'void (*)(unsigned char*, TSK_SHA_CTX*)'} to 'int (*)(unsigned char*, void*)' [-Wcast-function-type] 207 | md_final = (int (*)(unsigned char*, void*))&TSK_SHA_Final; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ hash_t.h:212:14: warning: cast between incompatible function types from 'void (*)(SHA256_CTX*)' to 'int (*)(void*)' [-Wcast-function-type] 212 | md_init = (int(*)(void *))&SHA256_Init; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ hash_t.h:214:14: warning: cast between incompatible function types from 'void (*)(SHA256_CTX*, unsigned char*)' to 'int (*)(unsigned char*, void*)' [-Wcast-function-type] 214 | md_final = (int (*)(unsigned char*, void*))&SHA256_Final; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ hash_t.h:219:14: warning: cast between incompatible function types from 'void (*)(SHA512_CTX*)' to 'int (*)(void*)' [-Wcast-function-type] 219 | md_init = (int(*)(void *))&SHA512_Init; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ hash_t.h:221:14: warning: cast between incompatible function types from 'void (*)(SHA512_CTX*, unsigned char*)' to 'int (*)(unsigned char*, void*)' [-Wcast-function-type] 221 | md_final = (int (*)(unsigned char*, void*))&SHA512_Final; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cc1plus: note: unrecognized command-line option '-Wno-unused-command-line-argument' may have been intended to silence earlier diagnostics make[3]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/fiwalk/src' gcc -DHAVE_CONFIG_H -I. -I../../../tsk -I../../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o hexbuf.o hexbuf.c make[3]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/fiwalk/src' make[3]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/fiwalk/src' g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../../tsk -I../../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o fiwalk.o fiwalk.cpp make[3]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/fiwalk/src' In file included from fiwalk.h:97, from fiwalk.cpp:39: hash_t.h: In instantiation of 'hash_generator__::hash_generator__() [with T = md5_]': content.h:71:15: required from here hash_t.h:196:15: warning: cast between incompatible function types from 'void (*)(TSK_MD5_CTX*)' to 'int (*)(void*)' [-Wcast-function-type] 196 | md_init = (int(*)(void *))&TSK_MD5_Init; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ hash_t.h:197:18: warning: cast between incompatible function types from 'void (*)(TSK_MD5_CTX*, unsigned char*, unsigned int)' to 'int (*)(void*, const void*, uint32_t)' {aka 'int (*)(void*, const void*, unsigned int)'} [-Wcast-function-type] 197 | md_update = (int (*)(void *, const void *, uint32_t))&TSK_MD5_Update; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ hash_t.h:198:14: warning: cast between incompatible function types from 'void (*)(unsigned char*, TSK_MD5_CTX*)' to 'int (*)(unsigned char*, void*)' [-Wcast-function-type] 198 | md_final = (int (*)(unsigned char*, void *))&TSK_MD5_Final; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ hash_t.h:205:14: warning: cast between incompatible function types from 'void (*)(TSK_SHA_CTX*)' to 'int (*)(void*)' [-Wcast-function-type] 205 | md_init = (int(*)(void *))&TSK_SHA_Init; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ hash_t.h:207:14: warning: cast between incompatible function types from 'void (*)(BYTE*, TSK_SHA_CTX*)' {aka 'void (*)(unsigned char*, TSK_SHA_CTX*)'} to 'int (*)(unsigned char*, void*)' [-Wcast-function-type] 207 | md_final = (int (*)(unsigned char*, void*))&TSK_SHA_Final; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ hash_t.h:212:14: warning: cast between incompatible function types from 'void (*)(SHA256_CTX*)' to 'int (*)(void*)' [-Wcast-function-type] 212 | md_init = (int(*)(void *))&SHA256_Init; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ hash_t.h:214:14: warning: cast between incompatible function types from 'void (*)(SHA256_CTX*, unsigned char*)' to 'int (*)(unsigned char*, void*)' [-Wcast-function-type] 214 | md_final = (int (*)(unsigned char*, void*))&SHA256_Final; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ hash_t.h:219:14: warning: cast between incompatible function types from 'void (*)(SHA512_CTX*)' to 'int (*)(void*)' [-Wcast-function-type] 219 | md_init = (int(*)(void *))&SHA512_Init; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ hash_t.h:221:14: warning: cast between incompatible function types from 'void (*)(SHA512_CTX*, unsigned char*)' to 'int (*)(unsigned char*, void*)' [-Wcast-function-type] 221 | md_final = (int (*)(unsigned char*, void*))&SHA512_Final; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ hash_t.h: In instantiation of 'hash_generator__::hash_generator__() [with T = sha1_]': content.h:71:15: required from here hash_t.h:196:15: warning: cast between incompatible function types from 'void (*)(TSK_MD5_CTX*)' to 'int (*)(void*)' [-Wcast-function-type] 196 | md_init = (int(*)(void *))&TSK_MD5_Init; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ hash_t.h:197:18: warning: cast between incompatible function types from 'void (*)(TSK_MD5_CTX*, unsigned char*, unsigned int)' to 'int (*)(void*, const void*, uint32_t)' {aka 'int (*)(void*, const void*, unsigned int)'} [-Wcast-function-type] 197 | md_update = (int (*)(void *, const void *, uint32_t))&TSK_MD5_Update; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ hash_t.h:198:14: warning: cast between incompatible function types from 'void (*)(unsigned char*, TSK_MD5_CTX*)' to 'int (*)(unsigned char*, void*)' [-Wcast-function-type] 198 | md_final = (int (*)(unsigned char*, void *))&TSK_MD5_Final; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ hash_t.h:205:14: warning: cast between incompatible function types from 'void (*)(TSK_SHA_CTX*)' to 'int (*)(void*)' [-Wcast-function-type] 205 | md_init = (int(*)(void *))&TSK_SHA_Init; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ hash_t.h:207:14: warning: cast between incompatible function types from 'void (*)(BYTE*, TSK_SHA_CTX*)' {aka 'void (*)(unsigned char*, TSK_SHA_CTX*)'} to 'int (*)(unsigned char*, void*)' [-Wcast-function-type] 207 | md_final = (int (*)(unsigned char*, void*))&TSK_SHA_Final; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ hash_t.h:212:14: warning: cast between incompatible function types from 'void (*)(SHA256_CTX*)' to 'int (*)(void*)' [-Wcast-function-type] 212 | md_init = (int(*)(void *))&SHA256_Init; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ hash_t.h:214:14: warning: cast between incompatible function types from 'void (*)(SHA256_CTX*, unsigned char*)' to 'int (*)(unsigned char*, void*)' [-Wcast-function-type] 214 | md_final = (int (*)(unsigned char*, void*))&SHA256_Final; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ hash_t.h:219:14: warning: cast between incompatible function types from 'void (*)(SHA512_CTX*)' to 'int (*)(void*)' [-Wcast-function-type] 219 | md_init = (int(*)(void *))&SHA512_Init; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ hash_t.h:221:14: warning: cast between incompatible function types from 'void (*)(SHA512_CTX*, unsigned char*)' to 'int (*)(unsigned char*, void*)' [-Wcast-function-type] 221 | md_final = (int (*)(unsigned char*, void*))&SHA512_Final; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ fiwalk.cpp: In function 'int main(int, char* const*)': fiwalk.cpp:525:28: warning: this statement may fall through [-Wimplicit-fallthrough=] 525 | case _TSK_T('M'): opt_md5 = true; | ~~~~~~~~^~~~~~ fiwalk.cpp:526:2: note: here 526 | case _TSK_T('O'): opt_allocated_only=true; break; | ^~~~ fiwalk.cpp: At top level: cc1plus: note: unrecognized command-line option '-Wno-unused-command-line-argument' may have been intended to silence earlier diagnostics make[3]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/fiwalk/src' g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../../tsk -I../../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o base64.o base64.cpp make[3]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/fiwalk/src' make[3]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/fiwalk/src' g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../../tsk -I../../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o unicode_escape.o unicode_escape.cpp make[3]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/fiwalk/src' make[3]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/fiwalk/src' gcc -DHAVE_CONFIG_H -I. -I../../../tsk -I../../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o sha2.o sha2.c make[3]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/fiwalk/src' make[3]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/fiwalk/src' g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../../tsk -I../../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o plugin.o plugin.cpp make[3]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/fiwalk/src' In file included from fiwalk.h:97, from plugin.cpp:49: hash_t.h: In instantiation of 'hash_generator__::hash_generator__() [with T = md5_]': content.h:71:15: required from here hash_t.h:196:15: warning: cast between incompatible function types from 'void (*)(TSK_MD5_CTX*)' to 'int (*)(void*)' [-Wcast-function-type] 196 | md_init = (int(*)(void *))&TSK_MD5_Init; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ hash_t.h:197:18: warning: cast between incompatible function types from 'void (*)(TSK_MD5_CTX*, unsigned char*, unsigned int)' to 'int (*)(void*, const void*, uint32_t)' {aka 'int (*)(void*, const void*, unsigned int)'} [-Wcast-function-type] 197 | md_update = (int (*)(void *, const void *, uint32_t))&TSK_MD5_Update; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ hash_t.h:198:14: warning: cast between incompatible function types from 'void (*)(unsigned char*, TSK_MD5_CTX*)' to 'int (*)(unsigned char*, void*)' [-Wcast-function-type] 198 | md_final = (int (*)(unsigned char*, void *))&TSK_MD5_Final; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ hash_t.h:205:14: warning: cast between incompatible function types from 'void (*)(TSK_SHA_CTX*)' to 'int (*)(void*)' [-Wcast-function-type] 205 | md_init = (int(*)(void *))&TSK_SHA_Init; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ hash_t.h:207:14: warning: cast between incompatible function types from 'void (*)(BYTE*, TSK_SHA_CTX*)' {aka 'void (*)(unsigned char*, TSK_SHA_CTX*)'} to 'int (*)(unsigned char*, void*)' [-Wcast-function-type] 207 | md_final = (int (*)(unsigned char*, void*))&TSK_SHA_Final; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ hash_t.h:212:14: warning: cast between incompatible function types from 'void (*)(SHA256_CTX*)' to 'int (*)(void*)' [-Wcast-function-type] 212 | md_init = (int(*)(void *))&SHA256_Init; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ hash_t.h:214:14: warning: cast between incompatible function types from 'void (*)(SHA256_CTX*, unsigned char*)' to 'int (*)(unsigned char*, void*)' [-Wcast-function-type] 214 | md_final = (int (*)(unsigned char*, void*))&SHA256_Final; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ hash_t.h:219:14: warning: cast between incompatible function types from 'void (*)(SHA512_CTX*)' to 'int (*)(void*)' [-Wcast-function-type] 219 | md_init = (int(*)(void *))&SHA512_Init; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ hash_t.h:221:14: warning: cast between incompatible function types from 'void (*)(SHA512_CTX*, unsigned char*)' to 'int (*)(unsigned char*, void*)' [-Wcast-function-type] 221 | md_final = (int (*)(unsigned char*, void*))&SHA512_Final; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ hash_t.h: In instantiation of 'hash_generator__::hash_generator__() [with T = sha1_]': content.h:71:15: required from here hash_t.h:196:15: warning: cast between incompatible function types from 'void (*)(TSK_MD5_CTX*)' to 'int (*)(void*)' [-Wcast-function-type] 196 | md_init = (int(*)(void *))&TSK_MD5_Init; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ hash_t.h:197:18: warning: cast between incompatible function types from 'void (*)(TSK_MD5_CTX*, unsigned char*, unsigned int)' to 'int (*)(void*, const void*, uint32_t)' {aka 'int (*)(void*, const void*, unsigned int)'} [-Wcast-function-type] 197 | md_update = (int (*)(void *, const void *, uint32_t))&TSK_MD5_Update; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ hash_t.h:198:14: warning: cast between incompatible function types from 'void (*)(unsigned char*, TSK_MD5_CTX*)' to 'int (*)(unsigned char*, void*)' [-Wcast-function-type] 198 | md_final = (int (*)(unsigned char*, void *))&TSK_MD5_Final; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ hash_t.h:205:14: warning: cast between incompatible function types from 'void (*)(TSK_SHA_CTX*)' to 'int (*)(void*)' [-Wcast-function-type] 205 | md_init = (int(*)(void *))&TSK_SHA_Init; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ hash_t.h:207:14: warning: cast between incompatible function types from 'void (*)(BYTE*, TSK_SHA_CTX*)' {aka 'void (*)(unsigned char*, TSK_SHA_CTX*)'} to 'int (*)(unsigned char*, void*)' [-Wcast-function-type] 207 | md_final = (int (*)(unsigned char*, void*))&TSK_SHA_Final; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ hash_t.h:212:14: warning: cast between incompatible function types from 'void (*)(SHA256_CTX*)' to 'int (*)(void*)' [-Wcast-function-type] 212 | md_init = (int(*)(void *))&SHA256_Init; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ hash_t.h:214:14: warning: cast between incompatible function types from 'void (*)(SHA256_CTX*, unsigned char*)' to 'int (*)(unsigned char*, void*)' [-Wcast-function-type] 214 | md_final = (int (*)(unsigned char*, void*))&SHA256_Final; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ hash_t.h:219:14: warning: cast between incompatible function types from 'void (*)(SHA512_CTX*)' to 'int (*)(void*)' [-Wcast-function-type] 219 | md_init = (int(*)(void *))&SHA512_Init; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ hash_t.h:221:14: warning: cast between incompatible function types from 'void (*)(SHA512_CTX*, unsigned char*)' to 'int (*)(unsigned char*, void*)' [-Wcast-function-type] 221 | md_final = (int (*)(unsigned char*, void*))&SHA512_Final; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cc1plus: note: unrecognized command-line option '-Wno-unused-command-line-argument' may have been intended to silence earlier diagnostics make[3]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/fiwalk/src' g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../../tsk -I../../.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o dfxml.o dfxml.cpp make[3]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/fiwalk/src' make[3]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/fiwalk/src' /bin/sh ../../../libtool --tag=CXX --mode=link g++ -std=c++14 -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -L/usr/local/lib -o fiwalk fiwalk.o fiwalk_tsk.o content.o arff.o plugin.o utils.o dfxml.o hexbuf.o unicode_escape.o base64.o sha2.o ../../../tsk/libtsk.la -lewf -ldl -lz -lafflib -lsqlite3 -ldl -lstdc++ libtool: link: g++ -std=c++14 -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -o .libs/fiwalk fiwalk.o fiwalk_tsk.o content.o arff.o plugin.o utils.o dfxml.o hexbuf.o unicode_escape.o base64.o sha2.o -L/usr/local/lib ../../../tsk/.libs/libtsk.so -lewf -lz -lafflib -lsqlite3 -ldl -lstdc++ -pthread make[3]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/fiwalk/src' Making all in plugins make[3]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/fiwalk/plugins' g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../../tsk -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o jpeg_extract.o jpeg_extract.cpp make[3]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/fiwalk/plugins' make[3]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/fiwalk/plugins' /bin/sh ../../../libtool --tag=CXX --mode=link g++ -std=c++14 -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -L/usr/local/lib -o jpeg_extract jpeg_extract.o -lewf -ldl -lz -lafflib -lsqlite3 -ldl -lstdc++ libtool: link: g++ -std=c++14 -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -o jpeg_extract jpeg_extract.o -L/usr/local/lib -lewf -lz -lafflib -lsqlite3 -ldl -lstdc++ -pthread make[3]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/fiwalk/plugins' make[3]: Nothing to be done for 'all-am'. Making all in pooltools make[2]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/pooltools' g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -Wall -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o pstat.o pstat.cpp make[2]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/pooltools' pstat.cpp: In function 'int main(int, char**)': pstat.cpp:62:18: warning: this statement may fall through [-Wimplicit-fallthrough=] 62 | usage(); | ~~~~~^~ pstat.cpp:63:9: note: here 63 | case _TSK_T('b'): | ^~~~ make[2]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/pooltools' /bin/sh ../../libtool --tag=CXX --mode=link g++ -std=c++14 -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -L/usr/local/lib -static -o pstat pstat.o ../../tsk/libtsk.la -lewf -ldl -lz -lafflib -lsqlite3 -ldl -lstdc++ libtool: link: g++ -std=c++14 -Wall -Wextra -Wno-unused-parameter -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -o pstat pstat.o -L/usr/local/lib ../../tsk/.libs/libtsk.so -lewf -lz -lafflib -lsqlite3 -ldl -lstdc++ -pthread make[2]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/pooltools' make[2]: Nothing to be done for 'all-am'. Making all in tests make[1]: Nothing to be done for 'all'. Making all in samples make[1]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/samples' g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../tsk -I.. -I./.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o posix-style.o posix-style.cpp make[1]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/samples' make[1]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/samples' g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../tsk -I.. -I./.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o callback-style.o callback-style.cpp make[1]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/samples' make[1]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/samples' g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../tsk -I.. -I./.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o posix-cpp-style.o posix-cpp-style.cpp make[1]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/samples' make[1]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/samples' g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../tsk -I.. -I./.. -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o callback-cpp-style.o callback-cpp-style.cpp make[1]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/samples' make[1]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/samples' /bin/sh ../libtool --tag=CXX --mode=link g++ -std=c++14 -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -static -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -L/usr/local/lib -o posix_style posix-style.o ../tsk/libtsk.la -lewf -ldl -lz -lafflib -lsqlite3 -ldl -lstdc++ libtool: link: g++ -std=c++14 -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -o posix_style posix-style.o -L/usr/local/lib ../tsk/.libs/libtsk.so -lewf -lz -lafflib -lsqlite3 -ldl -lstdc++ -pthread make[1]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/samples' make[1]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/samples' /bin/sh ../libtool --tag=CXX --mode=link g++ -std=c++14 -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -static -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -L/usr/local/lib -o callback_style callback-style.o ../tsk/libtsk.la -lewf -ldl -lz -lafflib -lsqlite3 -ldl -lstdc++ libtool: link: g++ -std=c++14 -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -o callback_style callback-style.o -L/usr/local/lib ../tsk/.libs/libtsk.so -lewf -lz -lafflib -lsqlite3 -ldl -lstdc++ -pthread make[1]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/samples' make[1]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/samples' /bin/sh ../libtool --tag=CXX --mode=link g++ -std=c++14 -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -static -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -L/usr/local/lib -o callback_cpp_style callback-cpp-style.o ../tsk/libtsk.la -lewf -ldl -lz -lafflib -lsqlite3 -ldl -lstdc++ libtool: link: g++ -std=c++14 -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -o callback_cpp_style callback-cpp-style.o -L/usr/local/lib ../tsk/.libs/libtsk.so -lewf -lz -lafflib -lsqlite3 -ldl -lstdc++ -pthread make[1]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/samples' make[1]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/samples' /bin/sh ../libtool --tag=CXX --mode=link g++ -std=c++14 -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -static -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -L/usr/local/lib -o posix_cpp_style posix-cpp-style.o ../tsk/libtsk.la -lewf -ldl -lz -lafflib -lsqlite3 -ldl -lstdc++ libtool: link: g++ -std=c++14 -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -o posix_cpp_style posix-cpp-style.o -L/usr/local/lib ../tsk/.libs/libtsk.so -lewf -lz -lafflib -lsqlite3 -ldl -lstdc++ -pthread make[1]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/samples' Making all in man make[1]: Nothing to be done for 'all'. make[1]: Nothing to be done for 'all-am'. + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.BK21xC + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/sleuthkit-4.9.0-2.fc33.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/sleuthkit-4.9.0-2.fc33.riscv64 ++ dirname /builddir/build/BUILDROOT/sleuthkit-4.9.0-2.fc33.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/sleuthkit-4.9.0-2.fc33.riscv64 + cd sleuthkit-4.9.0 + /usr/bin/make install DESTDIR=/builddir/build/BUILDROOT/sleuthkit-4.9.0-2.fc33.riscv64 'INSTALL=/usr/bin/install -p' 'INSTALL=install -p' Making install in tsk make[1]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk' Making install in base make[2]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/base' make[3]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/base' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/base' make[2]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/base' Making install in img make[2]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/img' make[3]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/img' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/img' make[2]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/img' Making install in vs make[2]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/vs' make[3]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/vs' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/vs' make[2]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/vs' Making install in fs make[2]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/fs' make[3]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/fs' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/fs' make[2]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/fs' Making install in hashdb make[2]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/hashdb' make[3]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/hashdb' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/hashdb' make[2]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/hashdb' Making install in auto make[2]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/auto' make[3]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/auto' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/auto' make[2]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/auto' Making install in pool make[2]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/pool' make[3]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/pool' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/pool' make[2]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/pool' Making install in util make[2]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/util' make[3]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/util' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/util' make[2]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk/util' make[2]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk' make[3]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/sleuthkit-4.9.0-2.fc33.riscv64/usr/lib64' /bin/sh ../libtool --mode=install install -p libtsk.la '/builddir/build/BUILDROOT/sleuthkit-4.9.0-2.fc33.riscv64/usr/lib64' libtool: install: install -p .libs/libtsk.so.19.1.1 /builddir/build/BUILDROOT/sleuthkit-4.9.0-2.fc33.riscv64/usr/lib64/libtsk.so.19.1.1 libtool: install: (cd /builddir/build/BUILDROOT/sleuthkit-4.9.0-2.fc33.riscv64/usr/lib64 && { ln -s -f libtsk.so.19.1.1 libtsk.so.19 || { rm -f libtsk.so.19 && ln -s libtsk.so.19.1.1 libtsk.so.19; }; }) libtool: install: (cd /builddir/build/BUILDROOT/sleuthkit-4.9.0-2.fc33.riscv64/usr/lib64 && { ln -s -f libtsk.so.19.1.1 libtsk.so || { rm -f libtsk.so && ln -s libtsk.so.19.1.1 libtsk.so; }; }) libtool: install: install -p .libs/libtsk.lai /builddir/build/BUILDROOT/sleuthkit-4.9.0-2.fc33.riscv64/usr/lib64/libtsk.la libtool: warning: remember to run 'libtool --finish /usr/lib64' make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk' make[2]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk' make[1]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tsk' Making install in tools make[1]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools' Making install in imgtools make[2]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/imgtools' make[3]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/imgtools' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/sleuthkit-4.9.0-2.fc33.riscv64/usr/bin' /bin/sh ../../libtool --mode=install install -p img_cat img_stat '/builddir/build/BUILDROOT/sleuthkit-4.9.0-2.fc33.riscv64/usr/bin' libtool: install: install -p img_cat /builddir/build/BUILDROOT/sleuthkit-4.9.0-2.fc33.riscv64/usr/bin/img_cat libtool: install: install -p img_stat /builddir/build/BUILDROOT/sleuthkit-4.9.0-2.fc33.riscv64/usr/bin/img_stat make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/imgtools' make[2]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/imgtools' Making install in vstools make[2]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/vstools' make[3]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/vstools' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/sleuthkit-4.9.0-2.fc33.riscv64/usr/bin' /bin/sh ../../libtool --mode=install install -p mmls mmstat mmcat '/builddir/build/BUILDROOT/sleuthkit-4.9.0-2.fc33.riscv64/usr/bin' libtool: install: install -p mmls /builddir/build/BUILDROOT/sleuthkit-4.9.0-2.fc33.riscv64/usr/bin/mmls libtool: install: install -p mmstat /builddir/build/BUILDROOT/sleuthkit-4.9.0-2.fc33.riscv64/usr/bin/mmstat libtool: install: install -p mmcat /builddir/build/BUILDROOT/sleuthkit-4.9.0-2.fc33.riscv64/usr/bin/mmcat make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/vstools' make[2]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/vstools' Making install in fstools make[2]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/fstools' make[3]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/fstools' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/sleuthkit-4.9.0-2.fc33.riscv64/usr/bin' /bin/sh ../../libtool --mode=install install -p blkcalc blkcat blkls blkstat ffind fls fcat fsstat icat ifind ils istat jcat jls usnjls '/builddir/build/BUILDROOT/sleuthkit-4.9.0-2.fc33.riscv64/usr/bin' libtool: install: install -p blkcalc /builddir/build/BUILDROOT/sleuthkit-4.9.0-2.fc33.riscv64/usr/bin/blkcalc libtool: install: install -p blkcat /builddir/build/BUILDROOT/sleuthkit-4.9.0-2.fc33.riscv64/usr/bin/blkcat libtool: install: install -p blkls /builddir/build/BUILDROOT/sleuthkit-4.9.0-2.fc33.riscv64/usr/bin/blkls libtool: install: install -p blkstat /builddir/build/BUILDROOT/sleuthkit-4.9.0-2.fc33.riscv64/usr/bin/blkstat libtool: install: install -p ffind /builddir/build/BUILDROOT/sleuthkit-4.9.0-2.fc33.riscv64/usr/bin/ffind libtool: install: install -p fls /builddir/build/BUILDROOT/sleuthkit-4.9.0-2.fc33.riscv64/usr/bin/fls libtool: install: install -p fcat /builddir/build/BUILDROOT/sleuthkit-4.9.0-2.fc33.riscv64/usr/bin/fcat libtool: install: install -p fsstat /builddir/build/BUILDROOT/sleuthkit-4.9.0-2.fc33.riscv64/usr/bin/fsstat libtool: install: install -p icat /builddir/build/BUILDROOT/sleuthkit-4.9.0-2.fc33.riscv64/usr/bin/icat libtool: install: install -p ifind /builddir/build/BUILDROOT/sleuthkit-4.9.0-2.fc33.riscv64/usr/bin/ifind libtool: install: install -p ils /builddir/build/BUILDROOT/sleuthkit-4.9.0-2.fc33.riscv64/usr/bin/ils libtool: install: install -p istat /builddir/build/BUILDROOT/sleuthkit-4.9.0-2.fc33.riscv64/usr/bin/istat libtool: install: install -p jcat /builddir/build/BUILDROOT/sleuthkit-4.9.0-2.fc33.riscv64/usr/bin/jcat libtool: install: install -p jls /builddir/build/BUILDROOT/sleuthkit-4.9.0-2.fc33.riscv64/usr/bin/jls libtool: install: install -p usnjls /builddir/build/BUILDROOT/sleuthkit-4.9.0-2.fc33.riscv64/usr/bin/usnjls make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/fstools' make[2]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/fstools' Making install in hashtools make[2]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/hashtools' make[3]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/hashtools' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/sleuthkit-4.9.0-2.fc33.riscv64/usr/bin' /bin/sh ../../libtool --mode=install install -p hfind '/builddir/build/BUILDROOT/sleuthkit-4.9.0-2.fc33.riscv64/usr/bin' libtool: install: install -p hfind /builddir/build/BUILDROOT/sleuthkit-4.9.0-2.fc33.riscv64/usr/bin/hfind make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/hashtools' make[2]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/hashtools' Making install in srchtools make[2]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/srchtools' make[3]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/srchtools' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/sleuthkit-4.9.0-2.fc33.riscv64/usr/bin' /bin/sh ../../libtool --mode=install install -p srch_strings sigfind '/builddir/build/BUILDROOT/sleuthkit-4.9.0-2.fc33.riscv64/usr/bin' libtool: install: install -p srch_strings /builddir/build/BUILDROOT/sleuthkit-4.9.0-2.fc33.riscv64/usr/bin/srch_strings libtool: install: install -p sigfind /builddir/build/BUILDROOT/sleuthkit-4.9.0-2.fc33.riscv64/usr/bin/sigfind make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/srchtools' make[2]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/srchtools' Making install in sorter make[2]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/sorter' make[3]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/sorter' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/sleuthkit-4.9.0-2.fc33.riscv64/usr/bin' install -p sorter '/builddir/build/BUILDROOT/sleuthkit-4.9.0-2.fc33.riscv64/usr/bin' make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/sorter' make[2]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/sorter' Making install in timeline make[2]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/timeline' make[3]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/timeline' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/sleuthkit-4.9.0-2.fc33.riscv64/usr/bin' install -p mactime '/builddir/build/BUILDROOT/sleuthkit-4.9.0-2.fc33.riscv64/usr/bin' make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/timeline' make[2]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/timeline' Making install in autotools make[2]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/autotools' make[3]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/autotools' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/sleuthkit-4.9.0-2.fc33.riscv64/usr/bin' /bin/sh ../../libtool --mode=install install -p tsk_recover tsk_loaddb tsk_comparedir tsk_gettimes '/builddir/build/BUILDROOT/sleuthkit-4.9.0-2.fc33.riscv64/usr/bin' libtool: install: install -p tsk_recover /builddir/build/BUILDROOT/sleuthkit-4.9.0-2.fc33.riscv64/usr/bin/tsk_recover libtool: install: install -p tsk_loaddb /builddir/build/BUILDROOT/sleuthkit-4.9.0-2.fc33.riscv64/usr/bin/tsk_loaddb libtool: install: install -p tsk_comparedir /builddir/build/BUILDROOT/sleuthkit-4.9.0-2.fc33.riscv64/usr/bin/tsk_comparedir libtool: install: install -p tsk_gettimes /builddir/build/BUILDROOT/sleuthkit-4.9.0-2.fc33.riscv64/usr/bin/tsk_gettimes make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/autotools' make[2]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/autotools' Making install in fiwalk make[2]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/fiwalk' Making install in src make[3]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/fiwalk/src' make[4]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/fiwalk/src' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/sleuthkit-4.9.0-2.fc33.riscv64/usr/bin' /bin/sh ../../../libtool --mode=install install -p fiwalk '/builddir/build/BUILDROOT/sleuthkit-4.9.0-2.fc33.riscv64/usr/bin' libtool: warning: '../../../tsk/libtsk.la' has not been installed in '/usr/lib64' libtool: install: install -p .libs/fiwalk /builddir/build/BUILDROOT/sleuthkit-4.9.0-2.fc33.riscv64/usr/bin/fiwalk make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/fiwalk/src' make[3]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/fiwalk/src' Making install in plugins make[3]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/fiwalk/plugins' make[4]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/fiwalk/plugins' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/sleuthkit-4.9.0-2.fc33.riscv64/usr/bin' /bin/sh ../../../libtool --mode=install install -p jpeg_extract '/builddir/build/BUILDROOT/sleuthkit-4.9.0-2.fc33.riscv64/usr/bin' libtool: install: install -p jpeg_extract /builddir/build/BUILDROOT/sleuthkit-4.9.0-2.fc33.riscv64/usr/bin/jpeg_extract make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/fiwalk/plugins' make[3]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/fiwalk/plugins' make[3]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/fiwalk' make[4]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/fiwalk' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/fiwalk' make[3]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/fiwalk' make[2]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/fiwalk' Making install in pooltools make[2]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/pooltools' make[3]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/pooltools' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/sleuthkit-4.9.0-2.fc33.riscv64/usr/bin' /bin/sh ../../libtool --mode=install install -p pstat '/builddir/build/BUILDROOT/sleuthkit-4.9.0-2.fc33.riscv64/usr/bin' libtool: install: install -p pstat /builddir/build/BUILDROOT/sleuthkit-4.9.0-2.fc33.riscv64/usr/bin/pstat make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/pooltools' make[2]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools/pooltools' make[2]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools' make[3]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools' make[2]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools' make[1]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tools' Making install in tests make[1]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tests' make[2]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/tests' make[2]: Nothing to be done for 'install-exec-am'. make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tests' make[1]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/tests' Making install in samples make[1]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/samples' make[2]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/samples' make[2]: Nothing to be done for 'install-exec-am'. make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/samples' make[1]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/samples' Making install in man make[1]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/man' make[2]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0/man' make[2]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/sleuthkit-4.9.0-2.fc33.riscv64/usr/share/man/man1' install -p -m 644 blkcalc.1 blkcat.1 blkls.1 blkstat.1 fcat.1 ffind.1 fls.1 fsstat.1 hfind.1 icat.1 ifind.1 ils.1 img_cat.1 img_stat.1 istat.1 jcat.1 jls.1 mactime.1 mmls.1 mmstat.1 mmcat.1 sigfind.1 sorter.1 usnjls.1 tsk_recover.1 tsk_gettimes.1 tsk_comparedir.1 tsk_loaddb.1 '/builddir/build/BUILDROOT/sleuthkit-4.9.0-2.fc33.riscv64/usr/share/man/man1' make[2]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/man' make[1]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0/man' make[1]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0' make[2]: Entering directory '/builddir/build/BUILD/sleuthkit-4.9.0' make[2]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/sleuthkit-4.9.0-2.fc33.riscv64/usr/share' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/sleuthkit-4.9.0-2.fc33.riscv64/usr/share/tsk/sorter' install -p -m 644 tsk/sorter/default.sort tsk/sorter/freebsd.sort tsk/sorter/images.sort tsk/sorter/linux.sort tsk/sorter/openbsd.sort tsk/sorter/solaris.sort tsk/sorter/windows.sort '/builddir/build/BUILDROOT/sleuthkit-4.9.0-2.fc33.riscv64/usr/share/tsk/sorter' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/sleuthkit-4.9.0-2.fc33.riscv64/usr/include' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/sleuthkit-4.9.0-2.fc33.riscv64/usr/include/tsk/img' install -p -m 644 tsk/img/tsk_img.h tsk/img/pool.hpp '/builddir/build/BUILDROOT/sleuthkit-4.9.0-2.fc33.riscv64/usr/include/tsk/img' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/sleuthkit-4.9.0-2.fc33.riscv64/usr/include/tsk/vs' install -p -m 644 tsk/vs/tsk_vs.h tsk/vs/tsk_bsd.h tsk/vs/tsk_dos.h tsk/vs/tsk_gpt.h tsk/vs/tsk_mac.h tsk/vs/tsk_sun.h '/builddir/build/BUILDROOT/sleuthkit-4.9.0-2.fc33.riscv64/usr/include/tsk/vs' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/sleuthkit-4.9.0-2.fc33.riscv64/usr/include/tsk/base' install -p -m 644 tsk/base/tsk_base.h tsk/base/tsk_os.h '/builddir/build/BUILDROOT/sleuthkit-4.9.0-2.fc33.riscv64/usr/include/tsk/base' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/sleuthkit-4.9.0-2.fc33.riscv64/usr/include/tsk/util' install -p -m 644 tsk/util/crypto.hpp tsk/util/lw_shared_ptr.hpp tsk/util/span.hpp '/builddir/build/BUILDROOT/sleuthkit-4.9.0-2.fc33.riscv64/usr/include/tsk/util' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/sleuthkit-4.9.0-2.fc33.riscv64/usr/include/tsk/auto' install -p -m 644 tsk/auto/tsk_auto.h tsk/auto/tsk_is_image_supported.h tsk/auto/guid.h '/builddir/build/BUILDROOT/sleuthkit-4.9.0-2.fc33.riscv64/usr/include/tsk/auto' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/sleuthkit-4.9.0-2.fc33.riscv64/usr/include/tsk/hashdb' install -p -m 644 tsk/hashdb/tsk_hashdb.h '/builddir/build/BUILDROOT/sleuthkit-4.9.0-2.fc33.riscv64/usr/include/tsk/hashdb' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/sleuthkit-4.9.0-2.fc33.riscv64/usr/include/tsk' install -p -m 644 tsk/libtsk.h tsk/tsk_incs.h '/builddir/build/BUILDROOT/sleuthkit-4.9.0-2.fc33.riscv64/usr/include/tsk' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/sleuthkit-4.9.0-2.fc33.riscv64/usr/include/tsk/pool' install -p -m 644 tsk/pool/tsk_pool.h tsk/pool/tsk_pool.hpp tsk/pool/tsk_apfs.h tsk/pool/tsk_apfs.hpp tsk/pool/pool_compat.hpp tsk/pool/apfs_pool_compat.hpp '/builddir/build/BUILDROOT/sleuthkit-4.9.0-2.fc33.riscv64/usr/include/tsk/pool' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/sleuthkit-4.9.0-2.fc33.riscv64/usr/include/tsk/fs' install -p -m 644 tsk/fs/tsk_fs.h tsk/fs/tsk_ffs.h tsk/fs/tsk_ext2fs.h tsk/fs/tsk_fatfs.h tsk/fs/tsk_ntfs.h tsk/fs/tsk_iso9660.h tsk/fs/tsk_hfs.h tsk/fs/tsk_yaffs.h tsk/fs/tsk_apfs.h tsk/fs/tsk_apfs.hpp tsk/fs/apfs_fs.h tsk/fs/apfs_fs.hpp tsk/fs/apfs_compat.hpp tsk/fs/decmpfs.h tsk/fs/tsk_exfatfs.h tsk/fs/tsk_fatxxfs.h '/builddir/build/BUILDROOT/sleuthkit-4.9.0-2.fc33.riscv64/usr/include/tsk/fs' make[2]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0' make[1]: Leaving directory '/builddir/build/BUILD/sleuthkit-4.9.0' + find /builddir/build/BUILDROOT/sleuthkit-4.9.0-2.fc33.riscv64 -name '*.la' -exec rm -f '{}' ';' + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 4.9.0-2.fc33 --unique-debug-suffix -4.9.0-2.fc33.riscv64 --unique-debug-src-base sleuthkit-4.9.0-2.fc33.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/sleuthkit-4.9.0 explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/sleuthkit-4.9.0-2.fc33.riscv64/usr/bin/blkcat explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/sleuthkit-4.9.0-2.fc33.riscv64/usr/bin/blkcalc explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/sleuthkit-4.9.0-2.fc33.riscv64/usr/bin/blkls explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/sleuthkit-4.9.0-2.fc33.riscv64/usr/bin/blkstat extracting debug info from /builddir/build/BUILDROOT/sleuthkit-4.9.0-2.fc33.riscv64/usr/bin/blkstat extracting debug info from /builddir/build/BUILDROOT/sleuthkit-4.9.0-2.fc33.riscv64/usr/bin/blkcat extracting debug info from /builddir/build/BUILDROOT/sleuthkit-4.9.0-2.fc33.riscv64/usr/bin/blkls extracting debug info from /builddir/build/BUILDROOT/sleuthkit-4.9.0-2.fc33.riscv64/usr/bin/blkcalc explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/sleuthkit-4.9.0-2.fc33.riscv64/usr/bin/fcat extracting debug info from /builddir/build/BUILDROOT/sleuthkit-4.9.0-2.fc33.riscv64/usr/bin/fcat explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/sleuthkit-4.9.0-2.fc33.riscv64/usr/bin/ffind extracting debug info from /builddir/build/BUILDROOT/sleuthkit-4.9.0-2.fc33.riscv64/usr/bin/ffind explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/sleuthkit-4.9.0-2.fc33.riscv64/usr/bin/fiwalk explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/sleuthkit-4.9.0-2.fc33.riscv64/usr/bin/fls extracting debug info from /builddir/build/BUILDROOT/sleuthkit-4.9.0-2.fc33.riscv64/usr/bin/fiwalk extracting debug info from /builddir/build/BUILDROOT/sleuthkit-4.9.0-2.fc33.riscv64/usr/bin/fls explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/sleuthkit-4.9.0-2.fc33.riscv64/usr/bin/fsstat extracting debug info from /builddir/build/BUILDROOT/sleuthkit-4.9.0-2.fc33.riscv64/usr/bin/fsstat explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/sleuthkit-4.9.0-2.fc33.riscv64/usr/bin/hfind extracting debug info from /builddir/build/BUILDROOT/sleuthkit-4.9.0-2.fc33.riscv64/usr/bin/hfind explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/sleuthkit-4.9.0-2.fc33.riscv64/usr/bin/icat extracting debug info from /builddir/build/BUILDROOT/sleuthkit-4.9.0-2.fc33.riscv64/usr/bin/icat explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/sleuthkit-4.9.0-2.fc33.riscv64/usr/bin/ifind explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/sleuthkit-4.9.0-2.fc33.riscv64/usr/bin/ils extracting debug info from /builddir/build/BUILDROOT/sleuthkit-4.9.0-2.fc33.riscv64/usr/bin/ifind extracting debug info from /builddir/build/BUILDROOT/sleuthkit-4.9.0-2.fc33.riscv64/usr/bin/ils explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/sleuthkit-4.9.0-2.fc33.riscv64/usr/bin/img_cat extracting debug info from /builddir/build/BUILDROOT/sleuthkit-4.9.0-2.fc33.riscv64/usr/bin/img_cat explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/sleuthkit-4.9.0-2.fc33.riscv64/usr/bin/img_stat extracting debug info from /builddir/build/BUILDROOT/sleuthkit-4.9.0-2.fc33.riscv64/usr/bin/img_stat explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/sleuthkit-4.9.0-2.fc33.riscv64/usr/bin/istat explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/sleuthkit-4.9.0-2.fc33.riscv64/usr/bin/jcat extracting debug info from /builddir/build/BUILDROOT/sleuthkit-4.9.0-2.fc33.riscv64/usr/bin/istat explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/sleuthkit-4.9.0-2.fc33.riscv64/usr/bin/jls extracting debug info from /builddir/build/BUILDROOT/sleuthkit-4.9.0-2.fc33.riscv64/usr/bin/jcat extracting debug info from /builddir/build/BUILDROOT/sleuthkit-4.9.0-2.fc33.riscv64/usr/bin/jls explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/sleuthkit-4.9.0-2.fc33.riscv64/usr/bin/jpeg_extract explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/sleuthkit-4.9.0-2.fc33.riscv64/usr/bin/mmcat extracting debug info from /builddir/build/BUILDROOT/sleuthkit-4.9.0-2.fc33.riscv64/usr/bin/jpeg_extract explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/sleuthkit-4.9.0-2.fc33.riscv64/usr/bin/mmls extracting debug info from /builddir/build/BUILDROOT/sleuthkit-4.9.0-2.fc33.riscv64/usr/bin/mmls extracting debug info from /builddir/build/BUILDROOT/sleuthkit-4.9.0-2.fc33.riscv64/usr/bin/mmcat explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/sleuthkit-4.9.0-2.fc33.riscv64/usr/bin/mmstat extracting debug info from /builddir/build/BUILDROOT/sleuthkit-4.9.0-2.fc33.riscv64/usr/bin/mmstat explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/sleuthkit-4.9.0-2.fc33.riscv64/usr/bin/pstat extracting debug info from /builddir/build/BUILDROOT/sleuthkit-4.9.0-2.fc33.riscv64/usr/bin/pstat explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/sleuthkit-4.9.0-2.fc33.riscv64/usr/bin/sigfind explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/sleuthkit-4.9.0-2.fc33.riscv64/usr/bin/tsk_comparedir explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/sleuthkit-4.9.0-2.fc33.riscv64/usr/bin/srch_strings extracting debug info from /builddir/build/BUILDROOT/sleuthkit-4.9.0-2.fc33.riscv64/usr/bin/sigfind extracting debug info from /builddir/build/BUILDROOT/sleuthkit-4.9.0-2.fc33.riscv64/usr/bin/tsk_comparedir extracting debug info from /builddir/build/BUILDROOT/sleuthkit-4.9.0-2.fc33.riscv64/usr/bin/srch_strings explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/sleuthkit-4.9.0-2.fc33.riscv64/usr/bin/tsk_gettimes extracting debug info from /builddir/build/BUILDROOT/sleuthkit-4.9.0-2.fc33.riscv64/usr/bin/tsk_gettimes explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/sleuthkit-4.9.0-2.fc33.riscv64/usr/bin/tsk_loaddb explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/sleuthkit-4.9.0-2.fc33.riscv64/usr/bin/tsk_recover extracting debug info from /builddir/build/BUILDROOT/sleuthkit-4.9.0-2.fc33.riscv64/usr/bin/tsk_recover extracting debug info from /builddir/build/BUILDROOT/sleuthkit-4.9.0-2.fc33.riscv64/usr/bin/tsk_loaddb explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/sleuthkit-4.9.0-2.fc33.riscv64/usr/bin/usnjls extracting debug info from /builddir/build/BUILDROOT/sleuthkit-4.9.0-2.fc33.riscv64/usr/bin/usnjls explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/sleuthkit-4.9.0-2.fc33.riscv64/usr/lib64/libtsk.so.19.1.1 extracting debug info from /builddir/build/BUILDROOT/sleuthkit-4.9.0-2.fc33.riscv64/usr/lib64/libtsk.so.19.1.1 original debug info size: 23680kB, size after compression: 21408kB /usr/lib/rpm/sepdebugcrcfix: Updated 31 CRC32s, 0 CRC32s did match. cpio: auto/guid.h: Cannot stat: No such file or directory cpio: fs/apfs_fs.hpp: Cannot stat: No such file or directory cpio: fs/tsk_apfs.hpp: Cannot stat: No such file or directory cpio: pool/tsk_apfs.hpp: Cannot stat: No such file or directory cpio: pool/tsk_pool.hpp: Cannot stat: No such file or directory cpio: tsk/aff.c: Cannot stat: No such file or directory cpio: tsk/apfs.cpp: Cannot stat: No such file or directory cpio: tsk/apfs_compat.cpp: Cannot stat: No such file or directory cpio: tsk/apfs_compat.hpp: Cannot stat: No such file or directory cpio: tsk/apfs_fs.cpp: Cannot stat: No such file or directory cpio: tsk/apfs_fs.hpp: Cannot stat: No such file or directory cpio: tsk/apfs_open.cpp: Cannot stat: No such file or directory cpio: tsk/apfs_pool.cpp: Cannot stat: No such file or directory cpio: tsk/apfs_pool_compat.cpp: Cannot stat: No such file or directory cpio: tsk/apfs_pool_compat.hpp: Cannot stat: No such file or directory cpio: tsk/auto.cpp: Cannot stat: No such file or directory cpio: tsk/auto_db.cpp: Cannot stat: No such file or directory cpio: tsk/binsrch_index.cpp: Cannot stat: No such file or directory cpio: tsk/bsd.c: Cannot stat: No such file or directory cpio: tsk/case_db.cpp: Cannot stat: No such file or directory cpio: tsk/crc.c: Cannot stat: No such file or directory cpio: tsk/db_sqlite.cpp: Cannot stat: No such file or directory cpio: tsk/dcalc_lib.c: Cannot stat: No such file or directory cpio: tsk/dcat_lib.c: Cannot stat: No such file or directory cpio: tsk/decmpfs.c: Cannot stat: No such file or directory cpio: tsk/dls_lib.c: Cannot stat: No such file or directory cpio: tsk/dos.c: Cannot stat: No such file or directory cpio: tsk/dstat_lib.c: Cannot stat: No such file or directory cpio: tsk/encase.c: Cannot stat: No such file or directory cpio: tsk/ewf.cpp: Cannot stat: No such file or directory cpio: tsk/exfatfs.c: Cannot stat: No such file or directory cpio: tsk/exfatfs_dent.c: Cannot stat: No such file or directory cpio: tsk/exfatfs_meta.c: Cannot stat: No such file or directory cpio: tsk/ext2fs.c: Cannot stat: No such file or directory cpio: tsk/ext2fs_dent.c: Cannot stat: No such file or directory cpio: tsk/ext2fs_journal.c: Cannot stat: No such file or directory cpio: tsk/fatfs.c: Cannot stat: No such file or directory cpio: tsk/fatfs_dent.cpp: Cannot stat: No such file or directory cpio: tsk/fatfs_meta.c: Cannot stat: No such file or directory cpio: tsk/fatfs_utils.c: Cannot stat: No such file or directory cpio: tsk/fatxxfs.c: Cannot stat: No such file or directory cpio: tsk/fatxxfs_dent.c: Cannot stat: No such file or directory cpio: tsk/fatxxfs_meta.c: Cannot stat: No such file or directory cpio: tsk/ffind_lib.c: Cannot stat: No such file or directory cpio: tsk/ffs.c: Cannot stat: No such file or directory cpio: tsk/ffs_dent.c: Cannot stat: No such file or directory cpio: tsk/fls_lib.c: Cannot stat: No such file or directory cpio: tsk/fs_attr.c: Cannot stat: No such file or directory cpio: tsk/fs_attrlist.c: Cannot stat: No such file or directory cpio: tsk/fs_block.c: Cannot stat: No such file or directory cpio: tsk/fs_dir.c: Cannot stat: No such file or directory cpio: tsk/fs_file.c: Cannot stat: No such file or directory cpio: tsk/fs_inode.c: Cannot stat: No such file or directory cpio: tsk/fs_io.c: Cannot stat: No such file or directory cpio: tsk/fs_load.c: Cannot stat: No such file or directory cpio: tsk/fs_name.c: Cannot stat: No such file or directory cpio: tsk/fs_open.c: Cannot stat: No such file or directory cpio: tsk/fs_parse.c: Cannot stat: No such file or directory cpio: tsk/fs_types.c: Cannot stat: No such file or directory cpio: tsk/gpt.c: Cannot stat: No such file or directory cpio: tsk/guid.cpp: Cannot stat: No such file or directory cpio: tsk/hashkeeper.c: Cannot stat: No such file or directory cpio: tsk/hdb_base.c: Cannot stat: No such file or directory cpio: tsk/hfs.c: Cannot stat: No such file or directory cpio: tsk/hfs_dent.c: Cannot stat: No such file or directory cpio: tsk/hfs_journal.c: Cannot stat: No such file or directory cpio: tsk/hfs_unicompare.c: Cannot stat: No such file or directory cpio: tsk/icat_lib.c: Cannot stat: No such file or directory cpio: tsk/idxonly.c: Cannot stat: No such file or directory cpio: tsk/ifind_lib.c: Cannot stat: No such file or directory cpio: tsk/ils_lib.c: Cannot stat: No such file or directory cpio: tsk/img_io.c: Cannot stat: No such file or directory cpio: tsk/img_open.cpp: Cannot stat: No such file or directory cpio: tsk/img_types.c: Cannot stat: No such file or directory cpio: tsk/img_writer.cpp: Cannot stat: No such file or directory cpio: tsk/is_image_supported.cpp: Cannot stat: No such file or directory cpio: tsk/iso9660.c: Cannot stat: No such file or directory cpio: tsk/iso9660_dent.c: Cannot stat: No such file or directory cpio: tsk/lzvn.c: Cannot stat: No such file or directory cpio: tsk/mac.c: Cannot stat: No such file or directory cpio: tsk/md5c.c: Cannot stat: No such file or directory cpio: tsk/md5sum.c: Cannot stat: No such file or directory cpio: tsk/mm_io.c: Cannot stat: No such file or directory cpio: tsk/mm_open.c: Cannot stat: No such file or directory cpio: tsk/mm_part.c: Cannot stat: No such file or directory cpio: tsk/mm_types.c: Cannot stat: No such file or directory cpio: tsk/mult_files.c: Cannot stat: No such file or directory cpio: tsk/mymalloc.c: Cannot stat: No such file or directory cpio: tsk/nofs_misc.c: Cannot stat: No such file or directory cpio: tsk/nsrl.c: Cannot stat: No such file or directory cpio: tsk/ntfs.c: Cannot stat: No such file or directory cpio: tsk/ntfs_dent.cpp: Cannot stat: No such file or directory cpio: tsk/pool_compat.hpp: Cannot stat: No such file or directory cpio: tsk/pool_open.cpp: Cannot stat: No such file or directory cpio: tsk/pool_read.cpp: Cannot stat: No such file or directory cpio: tsk/pool_types.cpp: Cannot stat: No such file or directory cpio: tsk/raw.c: Cannot stat: No such file or directory cpio: tsk/rawfs.c: Cannot stat: No such file or directory cpio: tsk/sha1c.c: Cannot stat: No such file or directory cpio: tsk/sqlite_hdb.cpp: Cannot stat: No such file or directory cpio: tsk/sun.c: Cannot stat: No such file or directory cpio: tsk/swapfs.c: Cannot stat: No such file or directory cpio: tsk/tsk_apfs.hpp: Cannot stat: No such file or directory cpio: tsk/tsk_auto.h: Cannot stat: No such file or directory cpio: tsk/tsk_case_db.h: Cannot stat: No such file or directory cpio: tsk/tsk_db.cpp: Cannot stat: No such file or directory cpio: tsk/tsk_db.h: Cannot stat: No such file or directory cpio: tsk/tsk_endian.c: Cannot stat: No such file or directory cpio: tsk/tsk_error.c: Cannot stat: No such file or directory cpio: tsk/tsk_fs.h: Cannot stat: No such file or directory cpio: tsk/tsk_hash_info.h: Cannot stat: No such file or directory cpio: tsk/tsk_hashdb.c: Cannot stat: No such file or directory cpio: tsk/tsk_is_image_supported.h: Cannot stat: No such file or directory cpio: tsk/tsk_list.c: Cannot stat: No such file or directory cpio: tsk/tsk_lock.c: Cannot stat: No such file or directory cpio: tsk/tsk_parse.c: Cannot stat: No such file or directory cpio: tsk/tsk_pool.hpp: Cannot stat: No such file or directory cpio: tsk/tsk_printf.c: Cannot stat: No such file or directory cpio: tsk/tsk_stack.c: Cannot stat: No such file or directory cpio: tsk/tsk_unicode.c: Cannot stat: No such file or directory cpio: tsk/tsk_version.c: Cannot stat: No such file or directory cpio: tsk/unix_misc.c: Cannot stat: No such file or directory cpio: tsk/usn_journal.c: Cannot stat: No such file or directory cpio: tsk/usnjls_lib.c: Cannot stat: No such file or directory cpio: tsk/walk_cpp.cpp: Cannot stat: No such file or directory cpio: tsk/yaffs.cpp: Cannot stat: No such file or directory cpio: util/lw_shared_ptr.hpp: Cannot stat: No such file or directory cpio: util/span.hpp: Cannot stat: No such file or directory 7425 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs *** WARNING: ./usr/src/debug/sleuthkit-4.9.0-2.fc33.riscv64/tsk/img/raw.c is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/sleuthkit-4.9.0-2.fc33.riscv64/tsk/img/ewf.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/sleuthkit-4.9.0-2.fc33.riscv64/tsk/img/img_io.c is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/sleuthkit-4.9.0-2.fc33.riscv64/tsk/img/aff.c is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/sleuthkit-4.9.0-2.fc33.riscv64/tsk/img/tsk_img_i.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/sleuthkit-4.9.0-2.fc33.riscv64/tsk/img/img_writer.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/sleuthkit-4.9.0-2.fc33.riscv64/tsk/img/ewf.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/sleuthkit-4.9.0-2.fc33.riscv64/tsk/base/tsk_os.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/sleuthkit-4.9.0-2.fc33.riscv64/tsk/auto/tsk_db_sqlite.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/sleuthkit-4.9.0-2.fc33.riscv64/tsk/auto/tsk_db.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/sleuthkit-4.9.0-2.fc33.riscv64/tsk/auto/guid.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/sleuthkit-4.9.0-2.fc33.riscv64/tsk/auto/tsk_db.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/sleuthkit-4.9.0-2.fc33.riscv64/tsk/auto/auto_db.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/sleuthkit-4.9.0-2.fc33.riscv64/tsk/auto/guid.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/sleuthkit-4.9.0-2.fc33.riscv64/tsk/auto/auto.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/sleuthkit-4.9.0-2.fc33.riscv64/tsk/pool/tsk_apfs.hpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/sleuthkit-4.9.0-2.fc33.riscv64/tsk/pool/apfs_pool_compat.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/sleuthkit-4.9.0-2.fc33.riscv64/tsk/pool/apfs_pool.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/sleuthkit-4.9.0-2.fc33.riscv64/tsk/pool/pool_open.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/sleuthkit-4.9.0-2.fc33.riscv64/tsk/pool/pool_read.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/sleuthkit-4.9.0-2.fc33.riscv64/tsk/fs/fatxxfs.c is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/sleuthkit-4.9.0-2.fc33.riscv64/tsk/fs/exfatfs_dent.c is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/sleuthkit-4.9.0-2.fc33.riscv64/tsk/fs/apfs_compat.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/sleuthkit-4.9.0-2.fc33.riscv64/tsk/fs/tsk_apfs.hpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/sleuthkit-4.9.0-2.fc33.riscv64/tsk/fs/dcalc_lib.c is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/sleuthkit-4.9.0-2.fc33.riscv64/tsk/fs/dcat_lib.c is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/sleuthkit-4.9.0-2.fc33.riscv64/tsk/fs/yaffs.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/sleuthkit-4.9.0-2.fc33.riscv64/tsk/fs/fs_attr.c is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/sleuthkit-4.9.0-2.fc33.riscv64/tsk/fs/fs_name.c is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/sleuthkit-4.9.0-2.fc33.riscv64/tsk/fs/tsk_exfatfs.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/sleuthkit-4.9.0-2.fc33.riscv64/tsk/fs/fatxxfs_meta.c is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/sleuthkit-4.9.0-2.fc33.riscv64/tsk/fs/exfatfs_meta.c is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/sleuthkit-4.9.0-2.fc33.riscv64/tsk/fs/fatxxfs_dent.c is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/sleuthkit-4.9.0-2.fc33.riscv64/tsk/fs/ffs.c is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/sleuthkit-4.9.0-2.fc33.riscv64/tsk/fs/fatfs_utils.c is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/sleuthkit-4.9.0-2.fc33.riscv64/tsk/fs/ext2fs.c is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/sleuthkit-4.9.0-2.fc33.riscv64/tsk/fs/ntfs.c is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/sleuthkit-4.9.0-2.fc33.riscv64/tsk/fs/tsk_fatxxfs.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/sleuthkit-4.9.0-2.fc33.riscv64/tsk/fs/fatfs_meta.c is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/sleuthkit-4.9.0-2.fc33.riscv64/tsk/fs/apfs_open.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/sleuthkit-4.9.0-2.fc33.riscv64/tsk/fs/fs_open.c is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/sleuthkit-4.9.0-2.fc33.riscv64/tsk/fs/exfatfs.c is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/sleuthkit-4.9.0-2.fc33.riscv64/tsk/fs/ils_lib.c is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/sleuthkit-4.9.0-2.fc33.riscv64/tsk/fs/tsk_apfs.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/sleuthkit-4.9.0-2.fc33.riscv64/tsk/fs/fs_io.c is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/sleuthkit-4.9.0-2.fc33.riscv64/tsk/fs/dls_lib.c is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/sleuthkit-4.9.0-2.fc33.riscv64/tsk/fs/iso9660.c is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/sleuthkit-4.9.0-2.fc33.riscv64/tsk/hashdb/encase.c is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/sleuthkit-4.9.0-2.fc33.riscv64/tsk/hashdb/hashkeeper.c is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/sleuthkit-4.9.0-2.fc33.riscv64/tsk/hashdb/md5sum.c is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/sleuthkit-4.9.0-2.fc33.riscv64/tsk/hashdb/hdb_base.c is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/sleuthkit-4.9.0-2.fc33.riscv64/tsk/hashdb/binsrch_index.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/sleuthkit-4.9.0-2.fc33.riscv64/tsk/hashdb/nsrl.c is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/sleuthkit-4.9.0-2.fc33.riscv64/tsk/util/span.hpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/sleuthkit-4.9.0-2.fc33.riscv64/tsk/util/lw_shared_ptr.hpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/sleuthkit-4.9.0-2.fc33.riscv64/tools/vstools/mmls.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/sleuthkit-4.9.0-2.fc33.riscv64/tools/autotools/tsk_recover.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/sleuthkit-4.9.0-2.fc33.riscv64/tools/imgtools/img_cat.cpp is executable but has no shebang, removing executable bit Processing files: sleuthkit-4.9.0-2.fc33.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.FLVnRD + umask 022 + cd /builddir/build/BUILD + cd sleuthkit-4.9.0 + DOCDIR=/builddir/build/BUILDROOT/sleuthkit-4.9.0-2.fc33.riscv64/usr/share/doc/sleuthkit + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/sleuthkit-4.9.0-2.fc33.riscv64/usr/share/doc/sleuthkit + cp -pr ChangeLog.txt /builddir/build/BUILDROOT/sleuthkit-4.9.0-2.fc33.riscv64/usr/share/doc/sleuthkit + cp -pr NEWS.txt /builddir/build/BUILDROOT/sleuthkit-4.9.0-2.fc33.riscv64/usr/share/doc/sleuthkit + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.Zvo5LD + umask 022 + cd /builddir/build/BUILD + cd sleuthkit-4.9.0 + LICENSEDIR=/builddir/build/BUILDROOT/sleuthkit-4.9.0-2.fc33.riscv64/usr/share/licenses/sleuthkit + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/sleuthkit-4.9.0-2.fc33.riscv64/usr/share/licenses/sleuthkit + cp -pr licenses/GNU-COPYING licenses/IBM-LICENSE licenses/bsd.txt licenses/cpl1.0.txt licenses/mit.txt /builddir/build/BUILDROOT/sleuthkit-4.9.0-2.fc33.riscv64/usr/share/licenses/sleuthkit + RPM_EC=0 ++ jobs -p + exit 0 Provides: sleuthkit = 4.9.0-2.fc33 sleuthkit(riscv-64) = 4.9.0-2.fc33 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/perl ld-linux-riscv64-lp64d.so.1()(64bit) ld-linux-riscv64-lp64d.so.1(GLIBC_2.27)(64bit) libafflib.so.0()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libewf.so.2()(64bit) libgcc_s.so.1()(64bit) libgcc_s.so.1(GCC_3.0)(64bit) libgcc_s.so.1(GCC_3.3.1)(64bit) libstdc++.so.6()(64bit) libstdc++.so.6(CXXABI_1.3)(64bit) libstdc++.so.6(CXXABI_1.3.9)(64bit) libstdc++.so.6(GLIBCXX_3.4)(64bit) libstdc++.so.6(GLIBCXX_3.4.20)(64bit) libstdc++.so.6(GLIBCXX_3.4.9)(64bit) libtsk.so.19()(64bit) perl(POSIX) perl(integer) perl(strict) rtld(GNU_HASH) Processing files: sleuthkit-libs-4.9.0-2.fc33.riscv64 Provides: libtsk.so.19()(64bit) sleuthkit-libs = 4.9.0-2.fc33 sleuthkit-libs(riscv-64) = 4.9.0-2.fc33 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-riscv64-lp64d.so.1()(64bit) ld-linux-riscv64-lp64d.so.1(GLIBC_2.27)(64bit) libafflib.so.0()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libdl.so.2()(64bit) libewf.so.2()(64bit) libgcc_s.so.1()(64bit) libgcc_s.so.1(GCC_3.0)(64bit) libgcc_s.so.1(GCC_3.3.1)(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.27)(64bit) libsqlite3.so.0()(64bit) libstdc++.so.6()(64bit) libstdc++.so.6(CXXABI_1.3)(64bit) libstdc++.so.6(CXXABI_1.3.8)(64bit) libstdc++.so.6(CXXABI_1.3.9)(64bit) libstdc++.so.6(GLIBCXX_3.4)(64bit) libstdc++.so.6(GLIBCXX_3.4.11)(64bit) libstdc++.so.6(GLIBCXX_3.4.18)(64bit) libstdc++.so.6(GLIBCXX_3.4.21)(64bit) libstdc++.so.6(GLIBCXX_3.4.9)(64bit) libz.so.1()(64bit) rtld(GNU_HASH) Processing files: sleuthkit-devel-4.9.0-2.fc33.riscv64 Provides: sleuthkit-devel = 4.9.0-2.fc33 sleuthkit-devel(riscv-64) = 4.9.0-2.fc33 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libtsk.so.19()(64bit) Processing files: sleuthkit-debugsource-4.9.0-2.fc33.riscv64 Provides: sleuthkit-debugsource = 4.9.0-2.fc33 sleuthkit-debugsource(riscv-64) = 4.9.0-2.fc33 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: sleuthkit-debuginfo-4.9.0-2.fc33.riscv64 Provides: debuginfo(build-id) = 0726ff5ce822d53cab01696387da360559d54a49 debuginfo(build-id) = 12dfde92c516b42056aced3d17dc8eab93decd57 debuginfo(build-id) = 148cb4c4fbbfffade3de794ee5211c6ec19cfb86 debuginfo(build-id) = 18265daa9050c3914aad7e07790cbf6fd33c6347 debuginfo(build-id) = 1a914c611487c8e2153d3560b89ea1704e19570c debuginfo(build-id) = 25e83152fb2f07469f411c85693909bfec24b39e debuginfo(build-id) = 3cd34d429351ed3851b1ef8fe06e121cd8603995 debuginfo(build-id) = 483561f920fe58b879f13836e38c6d3cd657be75 debuginfo(build-id) = 5bde88ebdb58b2f6454f7f737097ce23927bd065 debuginfo(build-id) = 680d86c45c9e2ce759a99dcd578d7836383577c6 debuginfo(build-id) = 6bf65b4af98c881e1a37937b81a2573f8318ba12 debuginfo(build-id) = 6c0a32f3fd4fdc76d5d62079923a1c3bc9618a99 debuginfo(build-id) = 6e42e76f1c5ac7bf8bfd0c2006e7e72ff57c9ee2 debuginfo(build-id) = 704c6137065c92624404cf426d841ba282f26306 debuginfo(build-id) = 79c0d9d8056cff5986b75dbb6fda49ba48b1164d debuginfo(build-id) = 7d4c68277f202f226224a81e67cc95f07da562cd debuginfo(build-id) = 802899e58a83e578e00c9dadb3d7704ee63a9514 debuginfo(build-id) = 8b2c59b8bb095de6b3fa718eda9216dab8b22d14 debuginfo(build-id) = 97af3a066c471b3458ac5a1a953e278a109e6f60 debuginfo(build-id) = 98c424aa798fb02d69417c5d7eebb06208588a85 debuginfo(build-id) = a3c743f35f9a2299469f42574fb4321aaa7e9b00 debuginfo(build-id) = ac26991453599f6378bd0499e8cf096453a0837a debuginfo(build-id) = b8a3dcca0780651a14c7067a103b033b7cc49245 debuginfo(build-id) = c00f299a3cffda5acaae3657d2599e95e5ef1396 debuginfo(build-id) = c6ab92f0fc894a0f046cad2341684922797cf33e debuginfo(build-id) = d1c19acd9c9965fef4b876c0c7879671bcb0a7f4 debuginfo(build-id) = e02c9a6ac8089c07288d620cfe725427d09cc320 debuginfo(build-id) = e142ef7d6738341f06d26c8aed714dde967327b0 debuginfo(build-id) = f5a1dc736b760b80debaad5383293ce8603715d7 debuginfo(build-id) = f67abfc3be52742e70f793af3409d9d05597df96 sleuthkit-debuginfo = 4.9.0-2.fc33 sleuthkit-debuginfo(riscv-64) = 4.9.0-2.fc33 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: sleuthkit-debugsource(riscv-64) = 4.9.0-2.fc33 Processing files: sleuthkit-libs-debuginfo-4.9.0-2.fc33.riscv64 Provides: debuginfo(build-id) = 28d9d2340f69b312fcf32887f07d30f5bce2fb3b sleuthkit-libs-debuginfo = 4.9.0-2.fc33 sleuthkit-libs-debuginfo(riscv-64) = 4.9.0-2.fc33 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: sleuthkit-debugsource(riscv-64) = 4.9.0-2.fc33 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/sleuthkit-4.9.0-2.fc33.riscv64 Wrote: /builddir/build/RPMS/sleuthkit-libs-4.9.0-2.fc33.riscv64.rpm Wrote: /builddir/build/RPMS/sleuthkit-4.9.0-2.fc33.riscv64.rpm Wrote: /builddir/build/RPMS/sleuthkit-devel-4.9.0-2.fc33.riscv64.rpm Wrote: /builddir/build/RPMS/sleuthkit-debuginfo-4.9.0-2.fc33.riscv64.rpm Wrote: /builddir/build/RPMS/sleuthkit-debugsource-4.9.0-2.fc33.riscv64.rpm Wrote: /builddir/build/RPMS/sleuthkit-libs-debuginfo-4.9.0-2.fc33.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.qEkfzB + umask 022 + cd /builddir/build/BUILD + cd sleuthkit-4.9.0 + /usr/bin/rm -rf /builddir/build/BUILDROOT/sleuthkit-4.9.0-2.fc33.riscv64 + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0