Package Details: sleuthkit-java 4.14.0-2

Git Clone URL: https://aur.archlinux.org/sleuthkit-java.git (read-only, click to copy)
Package Base: sleuthkit-java
Description: Java bindings for The Sleuth Kit.
Upstream URL: http://www.sleuthkit.org/sleuthkit
Licenses: GPL-2.0-only, CPL-1.0, IPL-1.0
Submitter: jarylc
Maintainer: mh4ckwascut
Last Packager: mh4ckwascut
Votes: 10
Popularity: 0.029720
First Submitted: 2018-05-18 05:27 (UTC)
Last Updated: 2025-05-04 21:50 (UTC)

Dependencies (6)

Required by (1)

Sources (1)

Latest Comments

1 2 3 4 Next › Last »

mh4ckwascut commented on 2023-10-20 20:16 (UTC)

@bader I cannot reproduce on a fresh Arch or EndeavourOS VM. Are you sure you're using the java-17-openjdk as stated below ?

bader commented on 2023-10-16 13:50 (UTC)

The package fails to build on my local arch Linux instance and in a fresh Endeavouros vm.

log:

 ==> Making package: sleuthkit-java 4.12.1-2 (Mon 16 Oct 2023 09:47:55 AM EDT) ==> Retrieving sources...   -> Downloading sleuthkit-4.12.1.tar.gz...   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current                                  Dload  Upload   Total   Spent    Left  Speed   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0 100 3680k  100 3680k    0     0  8993k      0 --:--:-- --:--:-- --:--:-- 8993k ==> WARNING: Skipping verification of source file PGP signatures. ==> Validating source files with sha512sums...     sleuthkit-4.12.1.tar.gz ... Passed :: (1/1) Parsing SRCINFO: sleuthkit-java ==> Making package: sleuthkit-java 4.12.1-2 (Mon 16 Oct 2023 09:47:56 AM EDT) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources...   -> Found sleuthkit-4.12.1.tar.gz ==> Validating source files with sha512sums...     sleuthkit-4.12.1.tar.gz ... Passed ==> Removing existing $srcdir/ directory... ==> Extracting sources...   -> Extracting sleuthkit-4.12.1.tar.gz with bsdtar ==> Sources are ready. ==> Making package: sleuthkit-java 4.12.1-2 (Mon 16 Oct 2023 09:47:57 AM EDT) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> WARNING: Using existing $srcdir/ tree ==> Starting build()... checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a race-free mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether UID '1000' is supported by ustar format... yes checking whether GID '984' 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... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking how to print strings... printf checking whether make supports the include directive... yes (GNU style) checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables...  checking whether we are cross compiling... no checking for suffix of object files... o checking whether the compiler supports GNU C... yes checking whether gcc accepts -g... yes checking for gcc option to enable C11 features... none needed checking whether gcc understands -c and -o together... yes checking dependency style of gcc... gcc3 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 x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for ar... ar checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from gcc object... ok checking for sysroot... no checking for a working dd... /usr/bin/dd checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1 checking for mt... no checking if : is a manifest tool... no checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for sys/select.h... yes checking for sys/socket.h... yes checking for utime.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... yes 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 -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking whether to enable maintainer-specific portions of Makefiles... no checking for g++... g++ checking whether the compiler supports GNU C++... yes checking whether g++ accepts -g... yes checking for g++ option to enable C++11 features... none needed checking dependency style of g++... gcc3 checking how to run the C++ preprocessor... g++ -E checking for ld used by g++... /usr/bin/ld -m elf_x86_64 checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) 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... yes 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 -m elf_x86_64) 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 gcc... (cached) gcc checking whether the compiler supports GNU C... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to enable C11 features... (cached) none needed checking whether gcc understands -c and -o together... (cached) yes checking dependency style of gcc... (cached) gcc3 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 pkg-config... yes checking for egrep... (cached) /usr/bin/grep -E checking for err.h... yes checking for inttypes.h... (cached) yes checking for unistd.h... (cached) yes checking for stdint.h... (cached) yes checking for sys/param.h... yes checking for sys/resource.h... yes checking for _Bool... yes checking for stdbool.h that conforms to C99... 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 types of arguments for select... int,fd_set *,struct timeval * checking whether utime accepts a null argument... yes checking for vprintf... yes 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... yes checking for strlcat... yes checking for the pthreads library -lpthreads... no checking whether pthreads work without any flags... 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 for dlopen in -ldl... yes checking for sqlite3.h... yes checking for sqlite3_open in -lsqlite3... yes checking which sqlite3 to use... system checking for afflib/afflib.h... no checking for zlib.h... yes checking for inflate in -lz... yes checking for libbfio.h... no checking for libewf.h... yes checking for libewf_get_version in -lewf... yes checking for libvhdi.h... no checking for libvmdk.h... no checking for cppunit-config... (cached) no checking for Cppunit - version >= 1.12.1... no checking for TestRunner in -lcppunit... no checking for gcj... no checking for guavac... no checking for jikes... no checking for javac... javac checking if javac works... yes checking for javac... /usr/bin/javac checking symlink for /usr/bin/javac... /usr/lib/jvm/default/bin/javac checking for /usr/lib/jvm/default/bin/include/jni.h... no checking for /usr/lib/jvm/default/include/jni.h... yes checking for kaffe... no checking for java... java checking for uudecode... no configure: WARNING: I have to compile Test.class from scratch checking if java works... yes checking for ant... /usr/bin/ant ./configure: 22945: test: xyes: unexpected operator 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 case-uco/java/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:                        no    libewf support:                        yes    zlib support:                          yes     libbfio support:                       no    libvhdi support:                       no    libvmdk support:                       no    libvslvm support:                      no Features:    Java/JNI support:                      yes    Multithreading:                        yes  Making all in tsk make[1]: Entering directory '/home/chell/.cache/yay/sleuthkit-java/src/sleuthkit-4.12.1/tsk' make  all-recursive make[2]: Entering directory '/home/chell/.cache/yay/sleuthkit-java/src/sleuthkit-4.12.1/tsk' Making all in base make[3]: Entering directory '/home/chell/.cache/yay/sleuthkit-java/src/sleuthkit-4.12.1/tsk/base' /bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk  -I../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -MT md5c.lo -MD -MP -MF .deps/md5c.Tpo -c -o md5c.lo md5c.c /bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk  -I../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -MT mymalloc.lo -MD -MP -MF .deps/mymalloc.Tpo -c -o mymalloc.lo mymalloc.c /bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk  -I../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -MT sha1c.lo -MD -MP -MF .deps/sha1c.Tpo -c -o sha1c.lo sha1c.c /bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk  -I../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -MT crc.lo -MD -MP -MF .deps/crc.Tpo -c -o crc.lo crc.c /bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk  -I../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -MT tsk_endian.lo -MD -MP -MF .deps/tsk_endian.Tpo -c -o tsk_endian.lo tsk_endian.c /bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk  -I../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -MT tsk_error.lo -MD -MP -MF .deps/tsk_error.Tpo -c -o tsk_error.lo tsk_error.c /bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk  -I../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -MT tsk_list.lo -MD -MP -MF .deps/tsk_list.Tpo -c -o tsk_list.lo tsk_list.c /bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk  -I../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -MT tsk_parse.lo -MD -MP -MF .deps/tsk_parse.Tpo -c -o tsk_parse.lo tsk_parse.c /bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk  -I../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -MT tsk_printf.lo -MD -MP -MF .deps/tsk_printf.Tpo -c -o tsk_printf.lo tsk_printf.c /bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk  -I../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -MT tsk_unicode.lo -MD -MP -MF .deps/tsk_unicode.Tpo -c -o tsk_unicode.lo tsk_unicode.c /bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk  -I../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -MT tsk_version.lo -MD -MP -MF .deps/tsk_version.Tpo -c -o tsk_version.lo tsk_version.c /bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk  -I../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -MT tsk_stack.lo -MD -MP -MF .deps/tsk_stack.Tpo -c -o tsk_stack.lo tsk_stack.c libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT md5c.lo -MD -MP -MF .deps/md5c.Tpo -c md5c.c  -fPIC -DPIC -o .libs/md5c.o libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT sha1c.lo -MD -MP -MF .deps/sha1c.Tpo -c sha1c.c  -fPIC -DPIC -o .libs/sha1c.o libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT tsk_unicode.lo -MD -MP -MF .deps/tsk_unicode.Tpo -c tsk_unicode.c  -fPIC -DPIC -o .libs/tsk_unicode.o libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT tsk_endian.lo -MD -MP -MF .deps/tsk_endian.Tpo -c tsk_endian.c  -fPIC -DPIC -o .libs/tsk_endian.o libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT crc.lo -MD -MP -MF .deps/crc.Tpo -c crc.c  -fPIC -DPIC -o .libs/crc.o libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT tsk_error.lo -MD -MP -MF .deps/tsk_error.Tpo -c tsk_error.c  -fPIC -DPIC -o .libs/tsk_error.o libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT mymalloc.lo -MD -MP -MF .deps/mymalloc.Tpo -c mymalloc.c  -fPIC -DPIC -o .libs/mymalloc.o libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT tsk_version.lo -MD -MP -MF .deps/tsk_version.Tpo -c tsk_version.c  -fPIC -DPIC -o .libs/tsk_version.o libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT tsk_list.lo -MD -MP -MF .deps/tsk_list.Tpo -c tsk_list.c  -fPIC -DPIC -o .libs/tsk_list.o libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT tsk_stack.lo -MD -MP -MF .deps/tsk_stack.Tpo -c tsk_stack.c  -fPIC -DPIC -o .libs/tsk_stack.o libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT tsk_parse.lo -MD -MP -MF .deps/tsk_parse.Tpo -c tsk_parse.c  -fPIC -DPIC -o .libs/tsk_parse.o libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT tsk_printf.lo -MD -MP -MF .deps/tsk_printf.Tpo -c tsk_printf.c  -fPIC -DPIC -o .libs/tsk_printf.o sha1c.c:357:20: warning: argument 1 of type ‘BYTE[20]’ {aka ‘unsigned char[20]’} with mismatched bound [-Warray-parameter=]   357 | TSK_SHA_Final(BYTE output[SHS_DIGESTSIZE], TSK_SHA_CTX * shsInfo)       |               ~~~~~^~~~~~~~~~~~~~~~~~~~~~ In file included from tsk_base_i.h:31,                  from sha1c.c:40: tsk_base.h:488:31: note: previously declared as ‘BYTE *’ {aka ‘unsigned char *’}   488 |     void TSK_SHA_Final(BYTE * output, TSK_SHA_CTX *);       |                        ~~~~~~~^~~~~~ libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT crc.lo -MD -MP -MF .deps/crc.Tpo -c crc.c -o crc.o >/dev/null 2>&1 tsk_unicode.c: In function ‘tsk_UTF16toUTF8’: tsk_unicode.c:235:16: warning: this statement may fall through [-Wimplicit-fallthrough=]   235 |             ch >>= 6;       |             ~~~^~~~~ tsk_unicode.c:236:9: note: here   236 |         case 3:       |         ^~~~ tsk_unicode.c:238:16: warning: this statement may fall through [-Wimplicit-fallthrough=]   238 |             ch >>= 6;       |             ~~~^~~~~ tsk_unicode.c:239:9: note: here   239 |         case 2:       |         ^~~~ tsk_unicode.c:241:16: warning: this statement may fall through [-Wimplicit-fallthrough=]   241 |             ch >>= 6;       |             ~~~^~~~~ tsk_unicode.c:242:9: note: here   242 |         case 1:       |         ^~~~ tsk_unicode.c: In function ‘tsk_UTF16toUTF8_lclorder’: tsk_unicode.c:346:16: warning: this statement may fall through [-Wimplicit-fallthrough=]   346 |             ch >>= 6;       |             ~~~^~~~~ tsk_unicode.c:347:9: note: here   347 |         case 3:       |         ^~~~ tsk_unicode.c:349:16: warning: this statement may fall through [-Wimplicit-fallthrough=]   349 |             ch >>= 6;       |             ~~~^~~~~ tsk_unicode.c:350:9: note: here   350 |         case 2:       |         ^~~~ tsk_unicode.c:352:16: warning: this statement may fall through [-Wimplicit-fallthrough=]   352 |             ch >>= 6;       |             ~~~^~~~~ tsk_unicode.c:353:9: note: here   353 |         case 1:       |         ^~~~ tsk_unicode.c: In function ‘tsk_UTF16WtoUTF8_lclorder’: libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT tsk_endian.lo -MD -MP -MF .deps/tsk_endian.Tpo -c tsk_endian.c -o tsk_endian.o >/dev/null 2>&1 tsk_unicode.c:446:16: warning: this statement may fall through [-Wimplicit-fallthrough=]   446 |             ch >>= 6;       |             ~~~^~~~~ libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT mymalloc.lo -MD -MP -MF .deps/mymalloc.Tpo -c mymalloc.c -o mymalloc.o >/dev/null 2>&1 tsk_unicode.c:447:9: note: here   447 |         case 3:       |         ^~~~ tsk_unicode.c:449:16: warning: this statement may fall through [-Wimplicit-fallthrough=]   449 |             ch >>= 6;       |             ~~~^~~~~ tsk_unicode.c:450:9: note: here   450 |         case 2:       |         ^~~~ tsk_unicode.c:452:16: warning: this statement may fall through [-Wimplicit-fallthrough=]   452 |             ch >>= 6;       |             ~~~^~~~~ tsk_unicode.c:453:9: note: here   453 |         case 1:       |         ^~~~ tsk_unicode.c: In function ‘isLegalUTF8’: tsk_unicode.c:486:38: warning: this statement may fall through [-Wimplicit-fallthrough=]   486 |         if ((a = (*--srcptr)) < 0x80 || a > 0xBF)       |             ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ tsk_unicode.c:488:5: note: here   488 |     case 3:       |     ^~~~ tsk_unicode.c:489:38: warning: this statement may fall through [-Wimplicit-fallthrough=]   489 |         if ((a = (*--srcptr)) < 0x80 || a > 0xBF)       |             ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ tsk_unicode.c:491:5: note: here   491 |     case 2:       |     ^~~~ tsk_unicode.c:495:9: warning: this statement may fall through [-Wimplicit-fallthrough=]   495 |         switch (*source) {       |         ^~~~~~ tsk_unicode.c:518:5: note: here   518 |     case 1:       |     ^~~~ tsk_unicode.c: In function ‘tsk_UTF8toUTF16’: tsk_unicode.c:658:16: warning: this statement may fall through [-Wimplicit-fallthrough=]   658 |             ch <<= 6;           /* remember, illegal UTF-8 */       |             ~~~^~~~~ tsk_unicode.c:659:9: note: here   659 |         case 4:       |         ^~~~ tsk_unicode.c:661:16: warning: this statement may fall through [-Wimplicit-fallthrough=]   661 |             ch <<= 6;           /* remember, illegal UTF-8 */       |             ~~~^~~~~ tsk_unicode.c:662:9: note: here   662 |         case 3:       |         ^~~~ tsk_unicode.c:664:16: warning: this statement may fall through [-Wimplicit-fallthrough=]   664 |             ch <<= 6;       |             ~~~^~~~~ libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT tsk_version.lo -MD -MP -MF .deps/tsk_version.Tpo -c tsk_version.c -o tsk_version.o >/dev/null 2>&1 tsk_unicode.c:665:9: note: here   665 |         case 2:       |         ^~~~ tsk_unicode.c:667:16: warning: this statement may fall through [-Wimplicit-fallthrough=]   667 |             ch <<= 6;       |             ~~~^~~~~ tsk_unicode.c:668:9: note: here   668 |         case 1:       |         ^~~~ tsk_unicode.c:670:16: warning: this statement may fall through [-Wimplicit-fallthrough=]   670 |             ch <<= 6;       |             ~~~^~~~~ tsk_unicode.c:671:9: note: here   671 |         case 0:       |         ^~~~ libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT tsk_stack.lo -MD -MP -MF .deps/tsk_stack.Tpo -c tsk_stack.c -o tsk_stack.o >/dev/null 2>&1 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT tsk_parse.lo -MD -MP -MF .deps/tsk_parse.Tpo -c tsk_parse.c -o tsk_parse.o >/dev/null 2>&1 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT tsk_list.lo -MD -MP -MF .deps/tsk_list.Tpo -c tsk_list.c -o tsk_list.o >/dev/null 2>&1 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT tsk_printf.lo -MD -MP -MF .deps/tsk_printf.Tpo -c tsk_printf.c -o tsk_printf.o >/dev/null 2>&1 mv -f .deps/crc.Tpo .deps/crc.Plo /bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk  -I../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -MT XGetopt.lo -MD -MP -MF .deps/XGetopt.Tpo -c -o XGetopt.lo XGetopt.c libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT tsk_error.lo -MD -MP -MF .deps/tsk_error.Tpo -c tsk_error.c -o tsk_error.o >/dev/null 2>&1 mv -f .deps/tsk_version.Tpo .deps/tsk_version.Plo /bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk  -I../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -MT tsk_lock.lo -MD -MP -MF .deps/tsk_lock.Tpo -c -o tsk_lock.lo tsk_lock.c mv -f .deps/mymalloc.Tpo .deps/mymalloc.Plo /bin/sh ../../libtool  --tag=CXX   --mode=compile g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk  -I../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT tsk_error_win32.lo -MD -MP -MF .deps/tsk_error_win32.Tpo -c -o tsk_error_win32.lo tsk_error_win32.cpp mv -f .deps/tsk_endian.Tpo .deps/tsk_endian.Plo libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT XGetopt.lo -MD -MP -MF .deps/XGetopt.Tpo -c XGetopt.c  -fPIC -DPIC -o .libs/XGetopt.o mv -f .deps/tsk_stack.Tpo .deps/tsk_stack.Plo libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT tsk_lock.lo -MD -MP -MF .deps/tsk_lock.Tpo -c tsk_lock.c  -fPIC -DPIC -o .libs/tsk_lock.o libtool: compile:  g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT tsk_error_win32.lo -MD -MP -MF .deps/tsk_error_win32.Tpo -c tsk_error_win32.cpp  -fPIC -DPIC -o .libs/tsk_error_win32.o mv -f .deps/tsk_list.Tpo .deps/tsk_list.Plo mv -f .deps/tsk_parse.Tpo .deps/tsk_parse.Plo mv -f .deps/tsk_printf.Tpo .deps/tsk_printf.Plo libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT tsk_unicode.lo -MD -MP -MF .deps/tsk_unicode.Tpo -c tsk_unicode.c -o tsk_unicode.o >/dev/null 2>&1 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT XGetopt.lo -MD -MP -MF .deps/XGetopt.Tpo -c XGetopt.c -o XGetopt.o >/dev/null 2>&1 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT md5c.lo -MD -MP -MF .deps/md5c.Tpo -c md5c.c -o md5c.o >/dev/null 2>&1 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT tsk_lock.lo -MD -MP -MF .deps/tsk_lock.Tpo -c tsk_lock.c -o tsk_lock.o >/dev/null 2>&1 libtool: compile:  g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT tsk_error_win32.lo -MD -MP -MF .deps/tsk_error_win32.Tpo -c tsk_error_win32.cpp -o tsk_error_win32.o >/dev/null 2>&1 mv -f .deps/XGetopt.Tpo .deps/XGetopt.Plo mv -f .deps/tsk_lock.Tpo .deps/tsk_lock.Plo mv -f .deps/tsk_error.Tpo .deps/tsk_error.Plo libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT sha1c.lo -MD -MP -MF .deps/sha1c.Tpo -c sha1c.c -o sha1c.o >/dev/null 2>&1 mv -f .deps/tsk_error_win32.Tpo .deps/tsk_error_win32.Plo mv -f .deps/tsk_unicode.Tpo .deps/tsk_unicode.Plo mv -f .deps/md5c.Tpo .deps/md5c.Plo mv -f .deps/sha1c.Tpo .deps/sha1c.Plo /bin/sh ../../libtool  --tag=CXX   --mode=link g++ -std=c++14 -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS  -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now  -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 -lz -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  ar: `u' modifier ignored since `D' is the default (see `U') libtool: link: ranlib .libs/libtskbase.a libtool: link: ( cd ".libs" && rm -f "libtskbase.la" && ln -s "../libtskbase.la" "libtskbase.la" ) make[3]: Leaving directory '/home/chell/.cache/yay/sleuthkit-java/src/sleuthkit-4.12.1/tsk/base' Making all in img make[3]: Entering directory '/home/chell/.cache/yay/sleuthkit-java/src/sleuthkit-4.12.1/tsk/img' /bin/sh ../../libtool  --tag=CXX   --mode=compile g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk  -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT img_open.lo -MD -MP -MF .deps/img_open.Tpo -c -o img_open.lo img_open.cpp /bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk  -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -MT img_types.lo -MD -MP -MF .deps/img_types.Tpo -c -o img_types.lo img_types.c /bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk  -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -MT raw.lo -MD -MP -MF .deps/raw.Tpo -c -o raw.lo raw.c /bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk  -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -MT logical_img.lo -MD -MP -MF .deps/logical_img.Tpo -c -o logical_img.lo logical_img.c /bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk  -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -MT aff.lo -MD -MP -MF .deps/aff.Tpo -c -o aff.lo aff.c /bin/sh ../../libtool  --tag=CXX   --mode=compile g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk  -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT ewf.lo -MD -MP -MF .deps/ewf.Tpo -c -o ewf.lo ewf.cpp /bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk  -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -MT img_io.lo -MD -MP -MF .deps/img_io.Tpo -c -o img_io.lo img_io.c /bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk  -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -MT mult_files.lo -MD -MP -MF .deps/mult_files.Tpo -c -o mult_files.lo mult_files.c /bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk  -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -MT vhd.lo -MD -MP -MF .deps/vhd.Tpo -c -o vhd.lo vhd.c /bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk  -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -MT vmdk.lo -MD -MP -MF .deps/vmdk.Tpo -c -o vmdk.lo vmdk.c /bin/sh ../../libtool  --tag=CXX   --mode=compile g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk  -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT img_writer.lo -MD -MP -MF .deps/img_writer.Tpo -c -o img_writer.lo img_writer.cpp /bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk  -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -MT unsupported_types.lo -MD -MP -MF .deps/unsupported_types.Tpo -c -o unsupported_types.lo unsupported_types.c libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT img_types.lo -MD -MP -MF .deps/img_types.Tpo -c img_types.c  -fPIC -DPIC -o .libs/img_types.o libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT raw.lo -MD -MP -MF .deps/raw.Tpo -c raw.c  -fPIC -DPIC -o .libs/raw.o libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT img_io.lo -MD -MP -MF .deps/img_io.Tpo -c img_io.c  -fPIC -DPIC -o .libs/img_io.o libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT mult_files.lo -MD -MP -MF .deps/mult_files.Tpo -c mult_files.c  -fPIC -DPIC -o .libs/mult_files.o libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT vmdk.lo -MD -MP -MF .deps/vmdk.Tpo -c vmdk.c  -fPIC -DPIC -o .libs/vmdk.o libtool: compile:  g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT ewf.lo -MD -MP -MF .deps/ewf.Tpo -c ewf.cpp  -fPIC -DPIC -o .libs/ewf.o libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT logical_img.lo -MD -MP -MF .deps/logical_img.Tpo -c logical_img.c  -fPIC -DPIC -o .libs/logical_img.o libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT vhd.lo -MD -MP -MF .deps/vhd.Tpo -c vhd.c  -fPIC -DPIC -o .libs/vhd.o libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT aff.lo -MD -MP -MF .deps/aff.Tpo -c aff.c  -fPIC -DPIC -o .libs/aff.o libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT unsupported_types.lo -MD -MP -MF .deps/unsupported_types.Tpo -c unsupported_types.c  -fPIC -DPIC -o .libs/unsupported_types.o libtool: compile:  g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT img_open.lo -MD -MP -MF .deps/img_open.Tpo -c img_open.cpp  -fPIC -DPIC -o .libs/img_open.o libtool: compile:  g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT img_writer.lo -MD -MP -MF .deps/img_writer.Tpo -c img_writer.cpp  -fPIC -DPIC -o .libs/img_writer.o libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT vhd.lo -MD -MP -MF .deps/vhd.Tpo -c vhd.c -o vhd.o >/dev/null 2>&1 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT logical_img.lo -MD -MP -MF .deps/logical_img.Tpo -c logical_img.c -o logical_img.o >/dev/null 2>&1 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT img_types.lo -MD -MP -MF .deps/img_types.Tpo -c img_types.c -o img_types.o >/dev/null 2>&1 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT vmdk.lo -MD -MP -MF .deps/vmdk.Tpo -c vmdk.c -o vmdk.o >/dev/null 2>&1 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT aff.lo -MD -MP -MF .deps/aff.Tpo -c aff.c -o aff.o >/dev/null 2>&1 mv -f .deps/vhd.Tpo .deps/vhd.Plo libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT img_io.lo -MD -MP -MF .deps/img_io.Tpo -c img_io.c -o img_io.o >/dev/null 2>&1 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT mult_files.lo -MD -MP -MF .deps/mult_files.Tpo -c mult_files.c -o mult_files.o >/dev/null 2>&1 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT unsupported_types.lo -MD -MP -MF .deps/unsupported_types.Tpo -c unsupported_types.c -o unsupported_types.o >/dev/null 2>&1 libtool: compile:  g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT img_writer.lo -MD -MP -MF .deps/img_writer.Tpo -c img_writer.cpp -o img_writer.o >/dev/null 2>&1 mv -f .deps/logical_img.Tpo .deps/logical_img.Plo mv -f .deps/vmdk.Tpo .deps/vmdk.Plo mv -f .deps/aff.Tpo .deps/aff.Plo libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT raw.lo -MD -MP -MF .deps/raw.Tpo -c raw.c -o raw.o >/dev/null 2>&1 mv -f .deps/img_types.Tpo .deps/img_types.Plo mv -f .deps/img_io.Tpo .deps/img_io.Plo mv -f .deps/unsupported_types.Tpo .deps/unsupported_types.Plo mv -f .deps/img_writer.Tpo .deps/img_writer.Plo mv -f .deps/mult_files.Tpo .deps/mult_files.Plo mv -f .deps/raw.Tpo .deps/raw.Plo ewf.cpp: In function ‘TSK_IMG_INFO* ewf_open(int, const TSK_TCHAR* const*, unsigned int)’: ewf.cpp:298:21: warning: ‘char* __builtin_strncpy(char*, const char*, long unsigned int)’ specified bound depends on the length of the source argument [-Wstringop-truncation]   298 |             TSTRNCPY(ewf_info->img_info.images[i], a_images[i],       |                     ^ ewf.cpp:299:24: note: length computed here   299 |                 TSTRLEN(a_images[i]) + 1); libtool: compile:  g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT img_open.lo -MD -MP -MF .deps/img_open.Tpo -c img_open.cpp -o img_open.o >/dev/null 2>&1 libtool: compile:  g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT ewf.lo -MD -MP -MF .deps/ewf.Tpo -c ewf.cpp -o ewf.o >/dev/null 2>&1 mv -f .deps/img_open.Tpo .deps/img_open.Plo mv -f .deps/ewf.Tpo .deps/ewf.Plo /bin/sh ../../libtool  --tag=CXX   --mode=link g++ -std=c++14 -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS  -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now  -L/usr/local/lib -o libtskimg.la  img_open.lo img_types.lo raw.lo logical_img.lo aff.lo ewf.lo img_io.lo mult_files.lo vhd.lo vmdk.lo img_writer.lo unsupported_types.lo  -lewf -lz -lsqlite3 -ldl -lstdc++  libtool: link: ar cru .libs/libtskimg.a .libs/img_open.o .libs/img_types.o .libs/raw.o .libs/logical_img.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 .libs/unsupported_types.o  ar: `u' modifier ignored since `D' is the default (see `U') libtool: link: ranlib .libs/libtskimg.a libtool: link: ( cd ".libs" && rm -f "libtskimg.la" && ln -s "../libtskimg.la" "libtskimg.la" ) make[3]: Leaving directory '/home/chell/.cache/yay/sleuthkit-java/src/sleuthkit-4.12.1/tsk/img' Making all in vs make[3]: Entering directory '/home/chell/.cache/yay/sleuthkit-java/src/sleuthkit-4.12.1/tsk/vs' /bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk  -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -MT mm_open.lo -MD -MP -MF .deps/mm_open.Tpo -c -o mm_open.lo mm_open.c /bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk  -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -MT mm_part.lo -MD -MP -MF .deps/mm_part.Tpo -c -o mm_part.lo mm_part.c /bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk  -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -MT mm_types.lo -MD -MP -MF .deps/mm_types.Tpo -c -o mm_types.lo mm_types.c /bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk  -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -MT mm_io.lo -MD -MP -MF .deps/mm_io.Tpo -c -o mm_io.lo mm_io.c /bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk  -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -MT bsd.lo -MD -MP -MF .deps/bsd.Tpo -c -o bsd.lo bsd.c /bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk  -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -MT dos.lo -MD -MP -MF .deps/dos.Tpo -c -o dos.lo dos.c /bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk  -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -MT gpt.lo -MD -MP -MF .deps/gpt.Tpo -c -o gpt.lo gpt.c /bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk  -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -MT mac.lo -MD -MP -MF .deps/mac.Tpo -c -o mac.lo mac.c /bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk  -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -MT sun.lo -MD -MP -MF .deps/sun.Tpo -c -o sun.lo sun.c libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT bsd.lo -MD -MP -MF .deps/bsd.Tpo -c bsd.c  -fPIC -DPIC -o .libs/bsd.o libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT mm_types.lo -MD -MP -MF .deps/mm_types.Tpo -c mm_types.c  -fPIC -DPIC -o .libs/mm_types.o libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT mm_open.lo -MD -MP -MF .deps/mm_open.Tpo -c mm_open.c  -fPIC -DPIC -o .libs/mm_open.o libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT mac.lo -MD -MP -MF .deps/mac.Tpo -c mac.c  -fPIC -DPIC -o .libs/mac.o libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT gpt.lo -MD -MP -MF .deps/gpt.Tpo -c gpt.c  -fPIC -DPIC -o .libs/gpt.o libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT mm_part.lo -MD -MP -MF .deps/mm_part.Tpo -c mm_part.c  -fPIC -DPIC -o .libs/mm_part.o libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT mm_io.lo -MD -MP -MF .deps/mm_io.Tpo -c mm_io.c  -fPIC -DPIC -o .libs/mm_io.o libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT dos.lo -MD -MP -MF .deps/dos.Tpo -c dos.c  -fPIC -DPIC -o .libs/dos.o libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT sun.lo -MD -MP -MF .deps/sun.Tpo -c sun.c  -fPIC -DPIC -o .libs/sun.o libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT mm_io.lo -MD -MP -MF .deps/mm_io.Tpo -c mm_io.c -o mm_io.o >/dev/null 2>&1 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT mm_part.lo -MD -MP -MF .deps/mm_part.Tpo -c mm_part.c -o mm_part.o >/dev/null 2>&1 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT mac.lo -MD -MP -MF .deps/mac.Tpo -c mac.c -o mac.o >/dev/null 2>&1 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT mm_types.lo -MD -MP -MF .deps/mm_types.Tpo -c mm_types.c -o mm_types.o >/dev/null 2>&1 mv -f .deps/mm_io.Tpo .deps/mm_io.Plo libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT mm_open.lo -MD -MP -MF .deps/mm_open.Tpo -c mm_open.c -o mm_open.o >/dev/null 2>&1 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT bsd.lo -MD -MP -MF .deps/bsd.Tpo -c bsd.c -o bsd.o >/dev/null 2>&1 mv -f .deps/mac.Tpo .deps/mac.Plo mv -f .deps/mm_part.Tpo .deps/mm_part.Plo mv -f .deps/mm_types.Tpo .deps/mm_types.Plo mv -f .deps/mm_open.Tpo .deps/mm_open.Plo libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT sun.lo -MD -MP -MF .deps/sun.Tpo -c sun.c -o sun.o >/dev/null 2>&1 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT gpt.lo -MD -MP -MF .deps/gpt.Tpo -c gpt.c -o gpt.o >/dev/null 2>&1 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT dos.lo -MD -MP -MF .deps/dos.Tpo -c dos.c -o dos.o >/dev/null 2>&1 mv -f .deps/bsd.Tpo .deps/bsd.Plo mv -f .deps/sun.Tpo .deps/sun.Plo mv -f .deps/gpt.Tpo .deps/gpt.Plo mv -f .deps/dos.Tpo .deps/dos.Plo /bin/sh ../../libtool  --tag=CC   --mode=link gcc -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection  -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now  -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 -lz -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  ar: `u' modifier ignored since `D' is the default (see `U') libtool: link: ranlib .libs/libtskvs.a libtool: link: ( cd ".libs" && rm -f "libtskvs.la" && ln -s "../libtskvs.la" "libtskvs.la" ) make[3]: Leaving directory '/home/chell/.cache/yay/sleuthkit-java/src/sleuthkit-4.12.1/tsk/vs' Making all in fs make[3]: Entering directory '/home/chell/.cache/yay/sleuthkit-java/src/sleuthkit-4.12.1/tsk/fs' /bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk   -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -MT fs_inode.lo -MD -MP -MF .deps/fs_inode.Tpo -c -o fs_inode.lo fs_inode.c /bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk   -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -MT fs_io.lo -MD -MP -MF .deps/fs_io.Tpo -c -o fs_io.lo fs_io.c /bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk   -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -MT fs_block.lo -MD -MP -MF .deps/fs_block.Tpo -c -o fs_block.lo fs_block.c /bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk   -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -MT fs_open.lo -MD -MP -MF .deps/fs_open.Tpo -c -o fs_open.lo fs_open.c /bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk   -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -MT fs_name.lo -MD -MP -MF .deps/fs_name.Tpo -c -o fs_name.lo fs_name.c /bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk   -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -MT fs_dir.lo -MD -MP -MF .deps/fs_dir.Tpo -c -o fs_dir.lo fs_dir.c /bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk   -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -MT fs_types.lo -MD -MP -MF .deps/fs_types.Tpo -c -o fs_types.lo fs_types.c /bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk   -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -MT fs_attr.lo -MD -MP -MF .deps/fs_attr.Tpo -c -o fs_attr.lo fs_attr.c /bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk   -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -MT fs_attrlist.lo -MD -MP -MF .deps/fs_attrlist.Tpo -c -o fs_attrlist.lo fs_attrlist.c /bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk   -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -MT fs_load.lo -MD -MP -MF .deps/fs_load.Tpo -c -o fs_load.lo fs_load.c /bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk   -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -MT fs_parse.lo -MD -MP -MF .deps/fs_parse.Tpo -c -o fs_parse.lo fs_parse.c /bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk   -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -MT fs_file.lo -MD -MP -MF .deps/fs_file.Tpo -c -o fs_file.lo fs_file.c libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT fs_attr.lo -MD -MP -MF .deps/fs_attr.Tpo -c fs_attr.c  -fPIC -DPIC -o .libs/fs_attr.o libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT fs_dir.lo -MD -MP -MF .deps/fs_dir.Tpo -c fs_dir.c  -fPIC -DPIC -o .libs/fs_dir.o libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT fs_open.lo -MD -MP -MF .deps/fs_open.Tpo -c fs_open.c  -fPIC -DPIC -o .libs/fs_open.o libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT fs_types.lo -MD -MP -MF .deps/fs_types.Tpo -c fs_types.c  -fPIC -DPIC -o .libs/fs_types.o libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT fs_inode.lo -MD -MP -MF .deps/fs_inode.Tpo -c fs_inode.c  -fPIC -DPIC -o .libs/fs_inode.o libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT fs_block.lo -MD -MP -MF .deps/fs_block.Tpo -c fs_block.c  -fPIC -DPIC -o .libs/fs_block.o libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT fs_io.lo -MD -MP -MF .deps/fs_io.Tpo -c fs_io.c  -fPIC -DPIC -o .libs/fs_io.o libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT fs_file.lo -MD -MP -MF .deps/fs_file.Tpo -c fs_file.c  -fPIC -DPIC -o .libs/fs_file.o libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT fs_name.lo -MD -MP -MF .deps/fs_name.Tpo -c fs_name.c  -fPIC -DPIC -o .libs/fs_name.o libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT fs_load.lo -MD -MP -MF .deps/fs_load.Tpo -c fs_load.c  -fPIC -DPIC -o .libs/fs_load.o libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT fs_attrlist.lo -MD -MP -MF .deps/fs_attrlist.Tpo -c fs_attrlist.c  -fPIC -DPIC -o .libs/fs_attrlist.o libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT fs_parse.lo -MD -MP -MF .deps/fs_parse.Tpo -c fs_parse.c  -fPIC -DPIC -o .libs/fs_parse.o libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT fs_load.lo -MD -MP -MF .deps/fs_load.Tpo -c fs_load.c -o fs_load.o >/dev/null 2>&1 In file included from ../../tsk/base/tsk_base.h:57,                  from ../../tsk/base/tsk_base_i.h:31,                  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:190:18: warning: ‘__builtin_strncpy’ specified bound depends on the length of the source argument [-Wstringop-truncation]   190 | #define TSTRNCPY strncpy       |                  ^~~~~~~ fs_parse.c:63:5: note: in expansion of macro ‘TSTRNCPY’    63 |     TSTRNCPY(tmpstr, str, TSTRLEN(str) + 1);       |     ^~~~~~~~ ../../tsk/base/tsk_os.h:186:17: note: length computed here   186 | #define TSTRLEN strlen fs_parse.c:63:27: note: in expansion of macro ‘TSTRLEN’    63 |     TSTRNCPY(tmpstr, str, TSTRLEN(str) + 1);       |                           ^~~~~~~ libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT fs_inode.lo -MD -MP -MF .deps/fs_inode.Tpo -c fs_inode.c -o fs_inode.o >/dev/null 2>&1 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT fs_types.lo -MD -MP -MF .deps/fs_types.Tpo -c fs_types.c -o fs_types.o >/dev/null 2>&1 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT fs_block.lo -MD -MP -MF .deps/fs_block.Tpo -c fs_block.c -o fs_block.o >/dev/null 2>&1 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT fs_parse.lo -MD -MP -MF .deps/fs_parse.Tpo -c fs_parse.c -o fs_parse.o >/dev/null 2>&1 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT fs_io.lo -MD -MP -MF .deps/fs_io.Tpo -c fs_io.c -o fs_io.o >/dev/null 2>&1 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT fs_open.lo -MD -MP -MF .deps/fs_open.Tpo -c fs_open.c -o fs_open.o >/dev/null 2>&1 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT fs_attrlist.lo -MD -MP -MF .deps/fs_attrlist.Tpo -c fs_attrlist.c -o fs_attrlist.o >/dev/null 2>&1 mv -f .deps/fs_load.Tpo .deps/fs_load.Plo /bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk   -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -MT unix_misc.lo -MD -MP -MF .deps/unix_misc.Tpo -c -o unix_misc.lo unix_misc.c libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT fs_file.lo -MD -MP -MF .deps/fs_file.Tpo -c fs_file.c -o fs_file.o >/dev/null 2>&1 mv -f .deps/fs_types.Tpo .deps/fs_types.Plo libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT unix_misc.lo -MD -MP -MF .deps/unix_misc.Tpo -c unix_misc.c  -fPIC -DPIC -o .libs/unix_misc.o /bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk   -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -MT nofs_misc.lo -MD -MP -MF .deps/nofs_misc.Tpo -c -o nofs_misc.lo nofs_misc.c mv -f .deps/fs_inode.Tpo .deps/fs_inode.Plo /bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk   -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -MT ffs.lo -MD -MP -MF .deps/ffs.Tpo -c -o ffs.lo ffs.c mv -f .deps/fs_parse.Tpo .deps/fs_parse.Plo /bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk   -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -MT ffs_dent.lo -MD -MP -MF .deps/ffs_dent.Tpo -c -o ffs_dent.lo ffs_dent.c mv -f .deps/fs_block.Tpo .deps/fs_block.Plo /bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk   -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -MT ext2fs.lo -MD -MP -MF .deps/ext2fs.Tpo -c -o ext2fs.lo ext2fs.c libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT nofs_misc.lo -MD -MP -MF .deps/nofs_misc.Tpo -c nofs_misc.c  -fPIC -DPIC -o .libs/nofs_misc.o libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT ffs.lo -MD -MP -MF .deps/ffs.Tpo -c ffs.c  -fPIC -DPIC -o .libs/ffs.o libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT ext2fs.lo -MD -MP -MF .deps/ext2fs.Tpo -c ext2fs.c  -fPIC -DPIC -o .libs/ext2fs.o libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT ffs_dent.lo -MD -MP -MF .deps/ffs_dent.Tpo -c ffs_dent.c  -fPIC -DPIC -o .libs/ffs_dent.o mv -f .deps/fs_io.Tpo .deps/fs_io.Plo /bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk   -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -MT ext2fs_dent.lo -MD -MP -MF .deps/ext2fs_dent.Tpo -c -o ext2fs_dent.lo ext2fs_dent.c libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT fs_name.lo -MD -MP -MF .deps/fs_name.Tpo -c fs_name.c -o fs_name.o >/dev/null 2>&1 mv -f .deps/fs_attrlist.Tpo .deps/fs_attrlist.Plo /bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk   -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -MT ext2fs_journal.lo -MD -MP -MF .deps/ext2fs_journal.Tpo -c -o ext2fs_journal.lo ext2fs_journal.c mv -f .deps/fs_open.Tpo .deps/fs_open.Plo /bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk   -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -MT fatfs.lo -MD -MP -MF .deps/fatfs.Tpo -c -o fatfs.lo fatfs.c libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT ext2fs_dent.lo -MD -MP -MF .deps/ext2fs_dent.Tpo -c ext2fs_dent.c  -fPIC -DPIC -o .libs/ext2fs_dent.o libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT fs_attr.lo -MD -MP -MF .deps/fs_attr.Tpo -c fs_attr.c -o fs_attr.o >/dev/null 2>&1 ext2fs.c: In function ‘ext2fs_dinode_load’: ext2fs.c:561:17: warning: pointer targets in assignment from ‘char *’ to ‘uint8_t *’ {aka ‘unsigned char *’} differ in signedness [-Wpointer-sign]   561 |         *ea_buf = (char*)dino_buf + EXT2_EA_INODE_OFFSET;       |                 ^ ext2fs.c: In function ‘ext4_load_attrs_inline’: ext2fs.c:634:29: warning: pointer targets in passing argument 1 of ‘strncmp’ differ in signedness [-Wpointer-sign]   634 |                 && (strncmp(&(ea_entry->name), "data", 4)) == 0) {       |                             ^~~~~~~~~~~~~~~~~       |                             |       |                             uint8_t * {aka unsigned char *} In file included from ../../tsk/base/tsk_base_i.h:35,                  from tsk_fs_i.h:35,                  from ext2fs.c:30: /usr/include/string.h:159:33: note: expected ‘const char *’ but argument is of type ‘uint8_t *’ {aka ‘unsigned char *’}   159 | extern int strncmp (const char *__s1, const char *__s2, size_t __n)       |                     ~~~~~~~~~~~~^~~~ ext2fs.c:641:36: warning: pointer targets in assignment from ‘const uint8_t *’ {aka ‘const unsigned char *’} to ‘const char *’ differ in signedness [-Wpointer-sign]   641 |                     ea_inline_data = &(ea_buf[4 + offset]);       |                                    ^ libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT ext2fs_journal.lo -MD -MP -MF .deps/ext2fs_journal.Tpo -c ext2fs_journal.c  -fPIC -DPIC -o .libs/ext2fs_journal.o libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT fatfs.lo -MD -MP -MF .deps/fatfs.Tpo -c fatfs.c  -fPIC -DPIC -o .libs/fatfs.o libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT nofs_misc.lo -MD -MP -MF .deps/nofs_misc.Tpo -c nofs_misc.c -o nofs_misc.o >/dev/null 2>&1 mv -f .deps/fs_file.Tpo .deps/fs_file.Plo /bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk   -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -MT fatfs_meta.lo -MD -MP -MF .deps/fatfs_meta.Tpo -c -o fatfs_meta.lo fatfs_meta.c libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT fatfs_meta.lo -MD -MP -MF .deps/fatfs_meta.Tpo -c fatfs_meta.c  -fPIC -DPIC -o .libs/fatfs_meta.o libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT unix_misc.lo -MD -MP -MF .deps/unix_misc.Tpo -c unix_misc.c -o unix_misc.o >/dev/null 2>&1 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT ffs_dent.lo -MD -MP -MF .deps/ffs_dent.Tpo -c ffs_dent.c -o ffs_dent.o >/dev/null 2>&1 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT fs_dir.lo -MD -MP -MF .deps/fs_dir.Tpo -c fs_dir.c -o fs_dir.o >/dev/null 2>&1 mv -f .deps/nofs_misc.Tpo .deps/nofs_misc.Plo /bin/sh ../../libtool  --tag=CXX   --mode=compile g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk   -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT fatfs_dent.lo -MD -MP -MF .deps/fatfs_dent.Tpo -c -o fatfs_dent.lo fatfs_dent.cpp libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT ext2fs_dent.lo -MD -MP -MF .deps/ext2fs_dent.Tpo -c ext2fs_dent.c -o ext2fs_dent.o >/dev/null 2>&1 mv -f .deps/fs_name.Tpo .deps/fs_name.Plo /bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk   -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -MT fatxxfs.lo -MD -MP -MF .deps/fatxxfs.Tpo -c -o fatxxfs.lo fatxxfs.c libtool: compile:  g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT fatfs_dent.lo -MD -MP -MF .deps/fatfs_dent.Tpo -c fatfs_dent.cpp  -fPIC -DPIC -o .libs/fatfs_dent.o libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT fatxxfs.lo -MD -MP -MF .deps/fatxxfs.Tpo -c fatxxfs.c  -fPIC -DPIC -o .libs/fatxxfs.o libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT ext2fs_journal.lo -MD -MP -MF .deps/ext2fs_journal.Tpo -c ext2fs_journal.c -o ext2fs_journal.o >/dev/null 2>&1 mv -f .deps/ffs_dent.Tpo .deps/ffs_dent.Plo /bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk   -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -MT fatxxfs_meta.lo -MD -MP -MF .deps/fatxxfs_meta.Tpo -c -o fatxxfs_meta.lo fatxxfs_meta.c libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT fatfs.lo -MD -MP -MF .deps/fatfs.Tpo -c fatfs.c -o fatfs.o >/dev/null 2>&1 mv -f .deps/unix_misc.Tpo .deps/unix_misc.Plo /bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk   -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -MT fatxxfs_dent.lo -MD -MP -MF .deps/fatxxfs_dent.Tpo -c -o fatxxfs_dent.lo fatxxfs_dent.c libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT fatxxfs_meta.lo -MD -MP -MF .deps/fatxxfs_meta.Tpo -c fatxxfs_meta.c  -fPIC -DPIC -o .libs/fatxxfs_meta.o mv -f .deps/ext2fs_dent.Tpo .deps/ext2fs_dent.Plo /bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk   -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -MT exfatfs.lo -MD -MP -MF .deps/exfatfs.Tpo -c -o exfatfs.lo exfatfs.c libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT fatxxfs_dent.lo -MD -MP -MF .deps/fatxxfs_dent.Tpo -c fatxxfs_dent.c  -fPIC -DPIC -o .libs/fatxxfs_dent.o mv -f .deps/fs_attr.Tpo .deps/fs_attr.Plo /bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk   -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -MT exfatfs_meta.lo -MD -MP -MF .deps/exfatfs_meta.Tpo -c -o exfatfs_meta.lo exfatfs_meta.c libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT exfatfs.lo -MD -MP -MF .deps/exfatfs.Tpo -c exfatfs.c  -fPIC -DPIC -o .libs/exfatfs.o libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT exfatfs_meta.lo -MD -MP -MF .deps/exfatfs_meta.Tpo -c exfatfs_meta.c  -fPIC -DPIC -o .libs/exfatfs_meta.o mv -f .deps/ext2fs_journal.Tpo .deps/ext2fs_journal.Plo /bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk   -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -MT exfatfs_dent.lo -MD -MP -MF .deps/exfatfs_dent.Tpo -c -o exfatfs_dent.lo exfatfs_dent.c libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT exfatfs_dent.lo -MD -MP -MF .deps/exfatfs_dent.Tpo -c exfatfs_dent.c  -fPIC -DPIC -o .libs/exfatfs_dent.o libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT fatfs_meta.lo -MD -MP -MF .deps/fatfs_meta.Tpo -c fatfs_meta.c -o fatfs_meta.o >/dev/null 2>&1 mv -f .deps/fs_dir.Tpo .deps/fs_dir.Plo /bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk   -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -MT fatfs_utils.lo -MD -MP -MF .deps/fatfs_utils.Tpo -c -o fatfs_utils.lo fatfs_utils.c mv -f .deps/fatfs.Tpo .deps/fatfs.Plo /bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk   -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -MT ntfs.lo -MD -MP -MF .deps/ntfs.Tpo -c -o ntfs.lo ntfs.c libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT fatxxfs.lo -MD -MP -MF .deps/fatxxfs.Tpo -c fatxxfs.c -o fatxxfs.o >/dev/null 2>&1 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT fatxxfs_dent.lo -MD -MP -MF .deps/fatxxfs_dent.Tpo -c fatxxfs_dent.c -o fatxxfs_dent.o >/dev/null 2>&1 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT fatfs_utils.lo -MD -MP -MF .deps/fatfs_utils.Tpo -c fatfs_utils.c  -fPIC -DPIC -o .libs/fatfs_utils.o libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT ntfs.lo -MD -MP -MF .deps/ntfs.Tpo -c ntfs.c  -fPIC -DPIC -o .libs/ntfs.o libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT exfatfs.lo -MD -MP -MF .deps/exfatfs.Tpo -c exfatfs.c -o exfatfs.o >/dev/null 2>&1 libtool: compile:  g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT fatfs_dent.lo -MD -MP -MF .deps/fatfs_dent.Tpo -c fatfs_dent.cpp -o fatfs_dent.o >/dev/null 2>&1 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT fatfs_utils.lo -MD -MP -MF .deps/fatfs_utils.Tpo -c fatfs_utils.c -o fatfs_utils.o >/dev/null 2>&1 ntfs.c: In function ‘ntfs_get_sds’: ntfs.c:3612:38: warning: format ‘%u’ expects a matching ‘unsigned int’ argument [-Wformat=]  3612 |                 tsk_error_set_errstr("ntfs_get_sds: SII entry %" PRIu32 " not found");       |                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../../tsk/tsk_incs.h:10,                  from ../../tsk/base/tsk_base.h:53,                  from ../../tsk/base/tsk_base_i.h:31,                  from tsk_fs_i.h:35,                  from ntfs.c:19: /usr/include/inttypes.h:104:26: note: format string is defined here   104 | # define PRIu32         "u" libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT exfatfs_dent.lo -MD -MP -MF .deps/exfatfs_dent.Tpo -c exfatfs_dent.c -o exfatfs_dent.o >/dev/null 2>&1 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT fatxxfs_meta.lo -MD -MP -MF .deps/fatxxfs_meta.Tpo -c fatxxfs_meta.c -o fatxxfs_meta.o >/dev/null 2>&1 mv -f .deps/fatxxfs_dent.Tpo .deps/fatxxfs_dent.Plo /bin/sh ../../libtool  --tag=CXX   --mode=compile g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk   -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT ntfs_dent.lo -MD -MP -MF .deps/ntfs_dent.Tpo -c -o ntfs_dent.lo ntfs_dent.cpp libtool: compile:  g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT ntfs_dent.lo -MD -MP -MF .deps/ntfs_dent.Tpo -c ntfs_dent.cpp  -fPIC -DPIC -o .libs/ntfs_dent.o mv -f .deps/fatfs_utils.Tpo .deps/fatfs_utils.Plo /bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk   -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -MT swapfs.lo -MD -MP -MF .deps/swapfs.Tpo -c -o swapfs.lo swapfs.c mv -f .deps/fatxxfs.Tpo .deps/fatxxfs.Plo /bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk   -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -MT rawfs.lo -MD -MP -MF .deps/rawfs.Tpo -c -o rawfs.lo rawfs.c libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT swapfs.lo -MD -MP -MF .deps/swapfs.Tpo -c swapfs.c  -fPIC -DPIC -o .libs/swapfs.o libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT rawfs.lo -MD -MP -MF .deps/rawfs.Tpo -c rawfs.c  -fPIC -DPIC -o .libs/rawfs.o libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT exfatfs_meta.lo -MD -MP -MF .deps/exfatfs_meta.Tpo -c exfatfs_meta.c -o exfatfs_meta.o >/dev/null 2>&1 mv -f .deps/exfatfs.Tpo .deps/exfatfs.Plo /bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk   -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -MT iso9660.lo -MD -MP -MF .deps/iso9660.Tpo -c -o iso9660.lo iso9660.c libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT iso9660.lo -MD -MP -MF .deps/iso9660.Tpo -c iso9660.c  -fPIC -DPIC -o .libs/iso9660.o libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT swapfs.lo -MD -MP -MF .deps/swapfs.Tpo -c swapfs.c -o swapfs.o >/dev/null 2>&1 mv -f .deps/exfatfs_dent.Tpo .deps/exfatfs_dent.Plo mv -f .deps/fatfs_meta.Tpo .deps/fatfs_meta.Plo /bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk   -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -MT iso9660_dent.lo -MD -MP -MF .deps/iso9660_dent.Tpo -c -o iso9660_dent.lo iso9660_dent.c /bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk   -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -MT hfs.lo -MD -MP -MF .deps/hfs.Tpo -c -o hfs.lo hfs.c libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT rawfs.lo -MD -MP -MF .deps/rawfs.Tpo -c rawfs.c -o rawfs.o >/dev/null 2>&1 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT iso9660_dent.lo -MD -MP -MF .deps/iso9660_dent.Tpo -c iso9660_dent.c  -fPIC -DPIC -o .libs/iso9660_dent.o libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT hfs.lo -MD -MP -MF .deps/hfs.Tpo -c hfs.c  -fPIC -DPIC -o .libs/hfs.o iso9660.c: In function ‘iso9660_load_inodes_dir’: iso9660.c:559:32: warning: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Wsign-compare]   559 |                     if (b_offs >= ISO9660_SSIZE_B - sizeof(iso9660_dentry)) {       |                                ^~ mv -f .deps/swapfs.Tpo .deps/swapfs.Plo /bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk   -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -MT hfs_dent.lo -MD -MP -MF .deps/hfs_dent.Tpo -c -o hfs_dent.lo hfs_dent.c mv -f .deps/rawfs.Tpo .deps/rawfs.Plo libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT hfs_dent.lo -MD -MP -MF .deps/hfs_dent.Tpo -c hfs_dent.c  -fPIC -DPIC -o .libs/hfs_dent.o /bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk   -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -MT hfs_journal.lo -MD -MP -MF .deps/hfs_journal.Tpo -c -o hfs_journal.lo hfs_journal.c hfs.c: In function ‘hfs_ext_find_extent_record_attr’: hfs.c:515:79: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]   515 |                     if ((nodesize < 4) || (keylen > nodesize - 4) || (rec_off >= nodesize - 4 - keylen)) {       |                                                                               ^~ hfs.c:596:22: warning: format ‘%u’ expects argument of type ‘unsigned int’, but argument 5 has type ‘long unsigned int’ [-Wformat=]   596 |                     ("hfs_ext_find_extent_record_attr: record %d in leaf node %d truncated (have %d vs %"       |                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~   597 |                         PRIu16 " bytes)", rec, cur_node, nodesize - (int)rec_off,   598 |                         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:31,                  from tsk_fs_i.h:35,                  from hfs.c:74: /usr/include/inttypes.h:103:26: note: format string is defined here   103 | # define PRIu16         "u" hfs.c: In function ‘hfs_cat_traverse’: hfs.c:867:29: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]   867 |                 if (rec_off >= nodesize - 2) {       |                             ^~ hfs.c:881:45: warning: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]   881 |                 if ((keylen < 6) || (keylen > nodesize - rec_off)) {       |                                             ^ hfs.c:884:26: warning: format ‘%u’ expects argument of type ‘unsigned int’, but argument 5 has type ‘size_t’ {aka ‘long unsigned int’} [-Wformat=]   884 |                         ("hfs_cat_traverse: length of key %d in index node %d out of bounds (6 < %d < %"       |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~   885 |                         PRIu16 ")", rec, cur_node, keylen, (nodesize - rec_off));       |                                                            ~~~~~~~~~~~~~~~~~~~~       |                                                                      |       |                                                                      size_t {aka long unsigned int} /usr/include/inttypes.h:103:26: note: format string is defined here   103 | # define PRIu16         "u" hfs.c:918:32: warning: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]   918 |                     if (keylen > nodesize - rec_off) {       |                                ^ hfs.c:990:29: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]   990 |                 if (rec_off >= nodesize - 2) {       |                             ^~ hfs.c:1004:45: warning: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]  1004 |                 if ((keylen < 6) || (keylen > nodesize - rec_off)) {       |                                             ^ iso9660_dent.c: In function ‘iso9660_dir_open_meta’: iso9660_dent.c:172:13: warning: ‘__builtin_strncpy’ output may be truncated copying 256 bytes from a string of length 256 [-Wstringop-truncation]   172 |             strncpy(fs_name->name, in->inode.fn, ISO9660_MAXNAMLEN);       |             ^ libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT hfs_journal.lo -MD -MP -MF .deps/hfs_journal.Tpo -c hfs_journal.c  -fPIC -DPIC -o .libs/hfs_journal.o libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT iso9660_dent.lo -MD -MP -MF .deps/iso9660_dent.Tpo -c iso9660_dent.c -o iso9660_dent.o >/dev/null 2>&1 hfs.c: In function ‘hfs_load_extended_attrs’: hfs.c:4135:53: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare]  4135 |             if ((attrFile.nodeSize < 2) || (recIndx > ((attrFile.nodeSize - 2) / 2))) {       |                                                     ^ ntfs_dent.cpp: In function ‘TSK_RETVAL_ENUM ntfs_dir_open_meta(TSK_FS_INFO*, TSK_FS_DIR**, TSK_INUM_T, int)’: ntfs_dent.cpp:1093:31: warning: comparison of integer expressions of different signedness: ‘TSK_OFF_T’ {aka ‘long int’} and ‘long unsigned int’ [-Wsign-compare]  1093 |             if ((idxalloc_len < sizeof(ntfs_idxrec)) || (off > idxalloc_len - sizeof(ntfs_idxrec))) {       |                  ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ hfs.c:4232:38: warning: comparison of integer expressions of different signedness: ‘uint32_t’ {aka ‘unsigned int’} and ‘int’ [-Wsign-compare]  4232 |                 if ((attributeLength > attrFile.nodeSize - 2 - 16 - keyLength) || (recOffset >= attrFile.nodeSize - 2 - 16 - keyLength - attributeLength)) {       |                                      ^ libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT ffs.lo -MD -MP -MF .deps/ffs.Tpo -c ffs.c -o ffs.o >/dev/null 2>&1 mv -f .deps/fatfs_dent.Tpo .deps/fatfs_dent.Plo /bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk   -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -MT hfs_unicompare.lo -MD -MP -MF .deps/hfs_unicompare.Tpo -c -o hfs_unicompare.lo hfs_unicompare.c libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT hfs_journal.lo -MD -MP -MF .deps/hfs_journal.Tpo -c hfs_journal.c -o hfs_journal.o >/dev/null 2>&1 mv -f .deps/fatxxfs_meta.Tpo .deps/fatxxfs_meta.Plo /bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk   -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -MT decmpfs.lo -MD -MP -MF .deps/decmpfs.Tpo -c -o decmpfs.lo decmpfs.c libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT hfs_unicompare.lo -MD -MP -MF .deps/hfs_unicompare.Tpo -c hfs_unicompare.c  -fPIC -DPIC -o .libs/hfs_unicompare.o libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT decmpfs.lo -MD -MP -MF .deps/decmpfs.Tpo -c decmpfs.c  -fPIC -DPIC -o .libs/decmpfs.o mv -f .deps/hfs_journal.Tpo .deps/hfs_journal.Plo mv -f .deps/iso9660_dent.Tpo .deps/iso9660_dent.Plo /bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk   -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -MT lzvn.lo -MD -MP -MF .deps/lzvn.Tpo -c -o lzvn.lo lzvn.c /bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk   -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -MT dcalc_lib.lo -MD -MP -MF .deps/dcalc_lib.Tpo -c -o dcalc_lib.lo dcalc_lib.c libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT hfs_dent.lo -MD -MP -MF .deps/hfs_dent.Tpo -c hfs_dent.c -o hfs_dent.o >/dev/null 2>&1 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT lzvn.lo -MD -MP -MF .deps/lzvn.Tpo -c lzvn.c  -fPIC -DPIC -o .libs/lzvn.o hfs.c: At top level: hfs.c:3701:12: warning: ‘hfs_file_read_lzvn_attr’ defined but not used [-Wunused-function]  3701 | static int hfs_file_read_lzvn_attr(TSK_FS_FILE* fs_file,       |            ^~~~~~~~~~~~~~~~~~~~~~~ hfs.c:3678:12: warning: ‘hfs_file_read_zlib_attr’ defined but not used [-Wunused-function]  3678 | static int hfs_file_read_zlib_attr(TSK_FS_FILE* fs_file,       |            ^~~~~~~~~~~~~~~~~~~~~~~ hfs.c:3418:1: warning: ‘hfs_file_read_lzvn_rsrc’ defined but not used [-Wunused-function]  3418 | hfs_file_read_lzvn_rsrc(const TSK_FS_ATTR * a_fs_attr,       | ^~~~~~~~~~~~~~~~~~~~~~~ hfs.c:3395:1: warning: ‘hfs_file_read_zlib_rsrc’ defined but not used [-Wunused-function]  3395 | hfs_file_read_zlib_rsrc(const TSK_FS_ATTR * a_fs_attr,       | ^~~~~~~~~~~~~~~~~~~~~~~ hfs.c:3163:1: warning: ‘hfs_attr_walk_lzvn_rsrc’ defined but not used [-Wunused-function]  3163 | hfs_attr_walk_lzvn_rsrc(const TSK_FS_ATTR * fs_attr,       | ^~~~~~~~~~~~~~~~~~~~~~~ libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT dcalc_lib.lo -MD -MP -MF .deps/dcalc_lib.Tpo -c dcalc_lib.c  -fPIC -DPIC -o .libs/dcalc_lib.o hfs.c:3141:1: warning: ‘hfs_attr_walk_zlib_rsrc’ defined but not used [-Wunused-function]  3141 | hfs_attr_walk_zlib_rsrc(const TSK_FS_ATTR * fs_attr,       | ^~~~~~~~~~~~~~~~~~~~~~~ libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT hfs_unicompare.lo -MD -MP -MF .deps/hfs_unicompare.Tpo -c hfs_unicompare.c -o hfs_unicompare.o >/dev/null 2>&1 mv -f .deps/exfatfs_meta.Tpo .deps/exfatfs_meta.Plo /bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk   -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -MT dcat_lib.lo -MD -MP -MF .deps/dcat_lib.Tpo -c -o dcat_lib.lo dcat_lib.c libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT dcat_lib.lo -MD -MP -MF .deps/dcat_lib.Tpo -c dcat_lib.c  -fPIC -DPIC -o .libs/dcat_lib.o libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT lzvn.lo -MD -MP -MF .deps/lzvn.Tpo -c lzvn.c -o lzvn.o >/dev/null 2>&1 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT dcalc_lib.lo -MD -MP -MF .deps/dcalc_lib.Tpo -c dcalc_lib.c -o dcalc_lib.o >/dev/null 2>&1 mv -f .deps/hfs_unicompare.Tpo .deps/hfs_unicompare.Plo /bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk   -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -MT dls_lib.lo -MD -MP -MF .deps/dls_lib.Tpo -c -o dls_lib.lo dls_lib.c mv -f .deps/hfs_dent.Tpo .deps/hfs_dent.Plo /bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk   -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -MT dstat_lib.lo -MD -MP -MF .deps/dstat_lib.Tpo -c -o dstat_lib.lo dstat_lib.c libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT dls_lib.lo -MD -MP -MF .deps/dls_lib.Tpo -c dls_lib.c  -fPIC -DPIC -o .libs/dls_lib.o libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT decmpfs.lo -MD -MP -MF .deps/decmpfs.Tpo -c decmpfs.c -o decmpfs.o >/dev/null 2>&1 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT dstat_lib.lo -MD -MP -MF .deps/dstat_lib.Tpo -c dstat_lib.c  -fPIC -DPIC -o .libs/dstat_lib.o iso9660.c: In function ‘iso9660_fsstat’: iso9660.c:1725:40: warning: ‘__builtin_snprintf’ output truncated before the last format character [-Wformat-truncation=]  1725 |             snprintf(str, 8, "In file\n");       |                                        ^ In file included from /usr/include/stdio.h:964,                  from ../../tsk/base/tsk_base.h:27,                  from ../../tsk/base/tsk_base_i.h:31,                  from tsk_fs_i.h:35,                  from iso9660.c:65: In function ‘snprintf’,     inlined from ‘iso9660_fsstat’ at iso9660.c:1725:13: /usr/include/bits/stdio2.h:54:10: note: ‘__builtin_snprintf’ output 9 bytes into a destination of size 8    54 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~    55 |                                    __glibc_objsize (__s), __fmt,       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~    56 |                                    __va_arg_pack ());       |                                    ~~~~~~~~~~~~~~~~~ iso9660.c: In function ‘iso9660_fsstat’: iso9660.c:1741:40: warning: ‘__builtin_snprintf’ output truncated before the last format character [-Wformat-truncation=]  1741 |             snprintf(str, 8, "In file\n");       |                                        ^ In function ‘snprintf’,     inlined from ‘iso9660_fsstat’ at iso9660.c:1741:13: /usr/include/bits/stdio2.h:54:10: note: ‘__builtin_snprintf’ output 9 bytes into a destination of size 8    54 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~    55 |                                    __glibc_objsize (__s), __fmt,       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~    56 |                                    __va_arg_pack ());       |                                    ~~~~~~~~~~~~~~~~~ iso9660.c: In function ‘iso9660_fsstat’: iso9660.c:1756:40: warning: ‘__builtin_snprintf’ output truncated before the last format character [-Wformat-truncation=]  1756 |             snprintf(str, 8, "In file\n");       |                                        ^ In function ‘snprintf’,     inlined from ‘iso9660_fsstat’ at iso9660.c:1756:13: /usr/include/bits/stdio2.h:54:10: note: ‘__builtin_snprintf’ output 9 bytes into a destination of size 8    54 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~    55 |                                    __glibc_objsize (__s), __fmt,       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~    56 |                                    __va_arg_pack ());       |                                    ~~~~~~~~~~~~~~~~~ iso9660.c: In function ‘iso9660_fsstat’: iso9660.c:1770:40: warning: ‘__builtin_snprintf’ output truncated before the last format character [-Wformat-truncation=]  1770 |             snprintf(str, 8, "In file\n");       |                                        ^ In function ‘snprintf’,     inlined from ‘iso9660_fsstat’ at iso9660.c:1770:13: /usr/include/bits/stdio2.h:54:10: note: ‘__builtin_snprintf’ output 9 bytes into a destination of size 8    54 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~    55 |                                    __glibc_objsize (__s), __fmt,       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~    56 |                                    __va_arg_pack ());       |                                    ~~~~~~~~~~~~~~~~~ iso9660.c: In function ‘iso9660_fsstat’: iso9660.c:1836:40: warning: ‘__builtin_snprintf’ output truncated before the last format character [-Wformat-truncation=]  1836 |             snprintf(str, 8, "In file\n");       |                                        ^ In function ‘snprintf’,     inlined from ‘iso9660_fsstat’ at iso9660.c:1836:13: /usr/include/bits/stdio2.h:54:10: note: ‘__builtin_snprintf’ output 9 bytes into a destination of size 8    54 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~    55 |                                    __glibc_objsize (__s), __fmt,       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~    56 |                                    __va_arg_pack ());       |                                    ~~~~~~~~~~~~~~~~~ iso9660.c: In function ‘iso9660_fsstat’: iso9660.c:1852:40: warning: ‘__builtin_snprintf’ output truncated before the last format character [-Wformat-truncation=]  1852 |             snprintf(str, 8, "In file\n");       |                                        ^ In function ‘snprintf’,     inlined from ‘iso9660_fsstat’ at iso9660.c:1852:13: /usr/include/bits/stdio2.h:54:10: note: ‘__builtin_snprintf’ output 9 bytes into a destination of size 8    54 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~    55 |                                    __glibc_objsize (__s), __fmt,       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~    56 |                                    __va_arg_pack ());       |                                    ~~~~~~~~~~~~~~~~~ iso9660.c: In function ‘iso9660_fsstat’: iso9660.c:1867:40: warning: ‘__builtin_snprintf’ output truncated before the last format character [-Wformat-truncation=]  1867 |             snprintf(str, 8, "In file\n");       |                                        ^ mv -f .deps/lzvn.Tpo .deps/lzvn.Plo In function ‘snprintf’,     inlined from ‘iso9660_fsstat’ at iso9660.c:1867:13: /usr/include/bits/stdio2.h:54:10: note: ‘__builtin_snprintf’ output 9 bytes into a destination of size 8    54 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~    55 |                                    __glibc_objsize (__s), __fmt,       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~    56 |                                    __va_arg_pack ());       |                                    ~~~~~~~~~~~~~~~~~ iso9660.c: In function ‘iso9660_fsstat’: /bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk   -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -MT ffind_lib.lo -MD -MP -MF .deps/ffind_lib.Tpo -c -o ffind_lib.lo ffind_lib.c iso9660.c:1883:36: warning: ‘__builtin___snprintf_chk’ output may be truncated before the last format character [-Wformat-truncation=]  1883 |             snprintf(str, 37, "%s\n", s->svd.copy_id);       |                                    ^ In function ‘snprintf’,     inlined from ‘iso9660_fsstat’ at iso9660.c:1883:13: /usr/include/bits/stdio2.h:54:10: note: ‘__builtin___snprintf_chk’ output between 2 and 38 bytes into a destination of size 37    54 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~    55 |                                    __glibc_objsize (__s), __fmt,       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~    56 |                                    __va_arg_pack ());       |                                    ~~~~~~~~~~~~~~~~~ mv -f .deps/dcalc_lib.Tpo .deps/dcalc_lib.Plo iso9660.c: In function ‘iso9660_fsstat’: iso9660.c:1881:40: warning: ‘__builtin_snprintf’ output truncated before the last format character [-Wformat-truncation=]  1881 |             snprintf(str, 8, "In file\n");       |                                        ^ In function ‘snprintf’,     inlined from ‘iso9660_fsstat’ at iso9660.c:1881:13: /usr/include/bits/stdio2.h:54:10: note: ‘__builtin_snprintf’ output 9 bytes into a destination of size 8    54 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~    55 |                                    __glibc_objsize (__s), __fmt,       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~    56 |                                    __va_arg_pack ());       |                                    ~~~~~~~~~~~~~~~~~ /bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk   -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -MT fls_lib.lo -MD -MP -MF .deps/fls_lib.Tpo -c -o fls_lib.lo fls_lib.c libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT dcat_lib.lo -MD -MP -MF .deps/dcat_lib.Tpo -c dcat_lib.c -o dcat_lib.o >/dev/null 2>&1 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT fls_lib.lo -MD -MP -MF .deps/fls_lib.Tpo -c fls_lib.c  -fPIC -DPIC -o .libs/fls_lib.o libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT ffind_lib.lo -MD -MP -MF .deps/ffind_lib.Tpo -c ffind_lib.c  -fPIC -DPIC -o .libs/ffind_lib.o libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT dstat_lib.lo -MD -MP -MF .deps/dstat_lib.Tpo -c dstat_lib.c -o dstat_lib.o >/dev/null 2>&1 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT dls_lib.lo -MD -MP -MF .deps/dls_lib.Tpo -c dls_lib.c -o dls_lib.o >/dev/null 2>&1 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT ffind_lib.lo -MD -MP -MF .deps/ffind_lib.Tpo -c ffind_lib.c -o ffind_lib.o >/dev/null 2>&1 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT fls_lib.lo -MD -MP -MF .deps/fls_lib.Tpo -c fls_lib.c -o fls_lib.o >/dev/null 2>&1 mv -f .deps/dstat_lib.Tpo .deps/dstat_lib.Plo /bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk   -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -MT icat_lib.lo -MD -MP -MF .deps/icat_lib.Tpo -c -o icat_lib.lo icat_lib.c mv -f .deps/dcat_lib.Tpo .deps/dcat_lib.Plo /bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk   -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -MT ifind_lib.lo -MD -MP -MF .deps/ifind_lib.Tpo -c -o ifind_lib.lo ifind_lib.c libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT icat_lib.lo -MD -MP -MF .deps/icat_lib.Tpo -c icat_lib.c  -fPIC -DPIC -o .libs/icat_lib.o libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT ifind_lib.lo -MD -MP -MF .deps/ifind_lib.Tpo -c ifind_lib.c  -fPIC -DPIC -o .libs/ifind_lib.o mv -f .deps/dls_lib.Tpo .deps/dls_lib.Plo /bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk   -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -MT ils_lib.lo -MD -MP -MF .deps/ils_lib.Tpo -c -o ils_lib.lo ils_lib.c mv -f .deps/ffind_lib.Tpo .deps/ffind_lib.Plo /bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk   -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -MT usn_journal.lo -MD -MP -MF .deps/usn_journal.Tpo -c -o usn_journal.lo usn_journal.c libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT ext2fs.lo -MD -MP -MF .deps/ext2fs.Tpo -c ext2fs.c -o ext2fs.o >/dev/null 2>&1 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT usn_journal.lo -MD -MP -MF .deps/usn_journal.Tpo -c usn_journal.c  -fPIC -DPIC -o .libs/usn_journal.o libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT ils_lib.lo -MD -MP -MF .deps/ils_lib.Tpo -c ils_lib.c  -fPIC -DPIC -o .libs/ils_lib.o mv -f .deps/decmpfs.Tpo .deps/decmpfs.Plo /bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk   -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -MT usnjls_lib.lo -MD -MP -MF .deps/usnjls_lib.Tpo -c -o usnjls_lib.lo usnjls_lib.c mv -f .deps/fls_lib.Tpo .deps/fls_lib.Plo libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT icat_lib.lo -MD -MP -MF .deps/icat_lib.Tpo -c icat_lib.c -o icat_lib.o >/dev/null 2>&1 /bin/sh ../../libtool  --tag=CXX   --mode=compile g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk   -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT walk_cpp.lo -MD -MP -MF .deps/walk_cpp.Tpo -c -o walk_cpp.lo walk_cpp.cpp libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT usnjls_lib.lo -MD -MP -MF .deps/usnjls_lib.Tpo -c usnjls_lib.c  -fPIC -DPIC -o .libs/usnjls_lib.o libtool: compile:  g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT walk_cpp.lo -MD -MP -MF .deps/walk_cpp.Tpo -c walk_cpp.cpp  -fPIC -DPIC -o .libs/walk_cpp.o libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT iso9660.lo -MD -MP -MF .deps/iso9660.Tpo -c iso9660.c -o iso9660.o >/dev/null 2>&1 mv -f .deps/icat_lib.Tpo .deps/icat_lib.Plo /bin/sh ../../libtool  --tag=CXX   --mode=compile g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk   -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT yaffs.lo -MD -MP -MF .deps/yaffs.Tpo -c -o yaffs.lo yaffs.cpp 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;       |     ^~~~~~~ libtool: compile:  g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT ntfs_dent.lo -MD -MP -MF .deps/ntfs_dent.Tpo -c ntfs_dent.cpp -o ntfs_dent.o >/dev/null 2>&1 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT ils_lib.lo -MD -MP -MF .deps/ils_lib.Tpo -c ils_lib.c -o ils_lib.o >/dev/null 2>&1 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT ifind_lib.lo -MD -MP -MF .deps/ifind_lib.Tpo -c ifind_lib.c -o ifind_lib.o >/dev/null 2>&1 libtool: compile:  g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT yaffs.lo -MD -MP -MF .deps/yaffs.Tpo -c yaffs.cpp  -fPIC -DPIC -o .libs/yaffs.o libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT usn_journal.lo -MD -MP -MF .deps/usn_journal.Tpo -c usn_journal.c -o usn_journal.o >/dev/null 2>&1 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT usnjls_lib.lo -MD -MP -MF .deps/usnjls_lib.Tpo -c usnjls_lib.c -o usnjls_lib.o >/dev/null 2>&1 libtool: compile:  g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT walk_cpp.lo -MD -MP -MF .deps/walk_cpp.Tpo -c walk_cpp.cpp -o walk_cpp.o >/dev/null 2>&1 mv -f .deps/ils_lib.Tpo .deps/ils_lib.Plo /bin/sh ../../libtool  --tag=CXX   --mode=compile g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk   -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT logical_fs.lo -MD -MP -MF .deps/logical_fs.Tpo -c -o logical_fs.lo logical_fs.cpp libtool: compile:  g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT logical_fs.lo -MD -MP -MF .deps/logical_fs.Tpo -c logical_fs.cpp  -fPIC -DPIC -o .libs/logical_fs.o mv -f .deps/ifind_lib.Tpo .deps/ifind_lib.Plo /bin/sh ../../libtool  --tag=CXX   --mode=compile g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk   -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT apfs.lo -MD -MP -MF .deps/apfs.Tpo -c -o apfs.lo apfs.cpp mv -f .deps/usn_journal.Tpo .deps/usn_journal.Plo /bin/sh ../../libtool  --tag=CXX   --mode=compile g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk   -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT apfs_compat.lo -MD -MP -MF .deps/apfs_compat.Tpo -c -o apfs_compat.lo apfs_compat.cpp libtool: compile:  g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT apfs.lo -MD -MP -MF .deps/apfs.Tpo -c apfs.cpp  -fPIC -DPIC -o .libs/apfs.o libtool: compile:  g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT apfs_compat.lo -MD -MP -MF .deps/apfs_compat.Tpo -c apfs_compat.cpp  -fPIC -DPIC -o .libs/apfs_compat.o mv -f .deps/usnjls_lib.Tpo .deps/usnjls_lib.Plo /bin/sh ../../libtool  --tag=CXX   --mode=compile g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk   -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT apfs_fs.lo -MD -MP -MF .deps/apfs_fs.Tpo -c -o apfs_fs.lo apfs_fs.cpp mv -f .deps/walk_cpp.Tpo .deps/walk_cpp.Plo /bin/sh ../../libtool  --tag=CXX   --mode=compile g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk   -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT apfs_open.lo -MD -MP -MF .deps/apfs_open.Tpo -c -o apfs_open.lo apfs_open.cpp libtool: compile:  g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT apfs_fs.lo -MD -MP -MF .deps/apfs_fs.Tpo -c apfs_fs.cpp  -fPIC -DPIC -o .libs/apfs_fs.o libtool: compile:  g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT apfs_open.lo -MD -MP -MF .deps/apfs_open.Tpo -c apfs_open.cpp  -fPIC -DPIC -o .libs/apfs_open.o mv -f .deps/ffs.Tpo .deps/ffs.Plo libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT ntfs.lo -MD -MP -MF .deps/ntfs.Tpo -c ntfs.c -o ntfs.o >/dev/null 2>&1 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT hfs.lo -MD -MP -MF .deps/hfs.Tpo -c hfs.c -o hfs.o >/dev/null 2>&1 mv -f .deps/iso9660.Tpo .deps/iso9660.Plo yaffs.cpp: In function ‘uint8_t yaffs_make_directory(YAFFSFS_INFO*, TSK_FS_FILE*, TSK_INUM_T, const char*)’: yaffs.cpp:1692:12: warning: ‘char* __builtin_strncpy(char*, const char*, long unsigned int)’ specified bound 512 equals destination size [-Wstringop-truncation]  1692 |     strncpy(fs_file->meta->name2->name, name,       |            ^ mv -f .deps/ntfs_dent.Tpo .deps/ntfs_dent.Plo logical_fs.cpp: In function ‘TSK_RETVAL_ENUM search_directory_recursive(LOGICALFS_INFO*, const TSK_TCHAR*, TSK_INUM_T*, LOGICALFS_SEARCH_HELPER*)’: logical_fs.cpp:647:17: warning: ‘char* __builtin_strncpy(char*, const char*, long unsigned int)’ specified bound depends on the length of the source argument [-Wstringop-truncation]   647 |         TSTRNCPY(current_path, parent_path, TSTRLEN(parent_path) + 1);       |                 ^ logical_fs.cpp:647:52: note: length computed here   647 |         TSTRNCPY(current_path, parent_path, TSTRLEN(parent_path) + 1); In function ‘TSK_TCHAR* load_path_from_inum(LOGICALFS_INFO*, TSK_INUM_T)’,     inlined from ‘ssize_t logicalfs_read_block(TSK_FS_INFO*, TSK_FS_FILE*, TSK_DADDR_T, char*)’ at logical_fs.cpp:1370:40: logical_fs.cpp:770:37: warning: pointer used after ‘void free(void*)’ [-Wuse-after-free]   770 |                 tsk_error_set_errstr("load_path_from_inum - failed to find path corresponding to inum %" PRIuINUM, search_helper->target_inum);       |                 ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function ‘void free_search_helper(LOGICALFS_SEARCH_HELPER*)’,     inlined from ‘TSK_TCHAR* load_path_from_inum(LOGICALFS_INFO*, TSK_INUM_T)’ at logical_fs.cpp:767:21,     inlined from ‘ssize_t logicalfs_read_block(TSK_FS_INFO*, TSK_FS_FILE*, TSK_DADDR_T, char*)’ at logical_fs.cpp:1370:40: logical_fs.cpp:165:13: note: call to ‘void free(void*)’ here   165 |         free(helper);       |         ~~~~^~~~~~~~ logical_fs.cpp: In function ‘ssize_t logicalfs_read_block(TSK_FS_INFO*, TSK_FS_FILE*, TSK_DADDR_T, char*)’: logical_fs.cpp:506:33: warning: ‘char* __builtin_strncpy(char*, const char*, long unsigned int)’ specified bound depends on the length of the source argument [-Wstringop-truncation]   506 |                         TSTRNCPY(target_path, logical_img_info->inum_cache[i].path, TSTRLEN(logical_img_info->inum_cache[i].path) + 1);       |                                 ^ In function ‘TSK_TCHAR* find_path_for_inum_in_cache(LOGICALFS_INFO*, TSK_INUM_T)’,     inlined from ‘TSK_TCHAR* load_path_from_inum(LOGICALFS_INFO*, TSK_INUM_T)’ at logical_fs.cpp:740:53,     inlined from ‘ssize_t logicalfs_read_block(TSK_FS_INFO*, TSK_FS_FILE*, TSK_DADDR_T, char*)’ at logical_fs.cpp:1370:40: logical_fs.cpp:506:92: note: length computed here   506 |                         TSTRNCPY(target_path, logical_img_info->inum_cache[i].path, TSTRLEN(logical_img_info->inum_cache[i].path) + 1); logical_fs.cpp: In function ‘ssize_t logicalfs_read_block(TSK_FS_INFO*, TSK_FS_FILE*, TSK_DADDR_T, char*)’: logical_fs.cpp:780:17: warning: ‘char* __builtin_strncpy(char*, const char*, long unsigned int)’ specified bound depends on the length of the source argument [-Wstringop-truncation]   780 |         TSTRNCPY(path, search_helper->found_path, TSTRLEN(search_helper->found_path) + 1);       |                 ^ In function ‘TSK_TCHAR* load_path_from_inum(LOGICALFS_INFO*, TSK_INUM_T)’,     inlined from ‘ssize_t logicalfs_read_block(TSK_FS_INFO*, TSK_FS_FILE*, TSK_DADDR_T, char*)’ at logical_fs.cpp:1370:40: logical_fs.cpp:780:58: note: length computed here   780 |         TSTRNCPY(path, search_helper->found_path, TSTRLEN(search_helper->found_path) + 1); logical_fs.cpp: In function ‘ssize_t logicalfs_read_block(TSK_FS_INFO*, TSK_FS_FILE*, TSK_DADDR_T, char*)’: logical_fs.cpp:730:25: warning: ‘char* __builtin_strncpy(char*, const char*, long unsigned int)’ specified bound depends on the length of the source argument [-Wstringop-truncation]   730 |                 TSTRNCPY(path, logical_fs_info->base_path, TSTRLEN(logical_fs_info->base_path) + 1);       |                         ^ In function ‘TSK_TCHAR* load_path_from_inum(LOGICALFS_INFO*, TSK_INUM_T)’,     inlined from ‘ssize_t logicalfs_read_block(TSK_FS_INFO*, TSK_FS_FILE*, TSK_DADDR_T, char*)’ at logical_fs.cpp:1370:40: logical_fs.cpp:730:67: note: length computed here   730 |                 TSTRNCPY(path, logical_fs_info->base_path, TSTRLEN(logical_fs_info->base_path) + 1); yaffs.cpp: In function ‘uint8_t yaffs_make_regularfile(YAFFSFS_INFO*, TSK_FS_FILE*, TSK_INUM_T, const char*)’: yaffs.cpp:1741:12: warning: ‘char* __builtin_strncpy(char*, const char*, long unsigned int)’ specified bound 512 equals destination size [-Wstringop-truncation]  1741 |     strncpy(fs_file->meta->name2->name, name,       |            ^ libtool: compile:  g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT logical_fs.lo -MD -MP -MF .deps/logical_fs.Tpo -c logical_fs.cpp -o logical_fs.o >/dev/null 2>&1 libtool: compile:  g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT apfs_open.lo -MD -MP -MF .deps/apfs_open.Tpo -c apfs_open.cpp -o apfs_open.o >/dev/null 2>&1 mv -f .deps/ext2fs.Tpo .deps/ext2fs.Plo yaffs.cpp: In function ‘TSK_FS_INFO* yaffs2_open(TSK_IMG_INFO*, TSK_OFF_T, TSK_FS_TYPE_ENUM, uint8_t)’: yaffs.cpp:759:13: warning: ‘char* __builtin_strncpy(char*, const char*, long unsigned int)’ specified bound depends on the length of the source argument [-Wstringop-truncation]   759 |     TSTRNCPY(config_file_name, a_img_info->images[0], TSTRLEN(a_img_info->images[0]) + 1);       |             ^ In function ‘YAFFS_CONFIG_STATUS yaffs_load_config_file(TSK_IMG_INFO*, std::map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >&)’,     inlined from ‘TSK_FS_INFO* yaffs2_open(TSK_IMG_INFO*, TSK_OFF_T, TSK_FS_TYPE_ENUM, uint8_t)’ at yaffs.cpp:3059:48: 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); libtool: compile:  g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT yaffs.lo -MD -MP -MF .deps/yaffs.Tpo -c yaffs.cpp -o yaffs.o >/dev/null 2>&1 mv -f .deps/logical_fs.Tpo .deps/logical_fs.Plo mv -f .deps/apfs_open.Tpo .deps/apfs_open.Plo mv -f .deps/hfs.Tpo .deps/hfs.Plo libtool: compile:  g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT apfs_fs.lo -MD -MP -MF .deps/apfs_fs.Tpo -c apfs_fs.cpp -o apfs_fs.o >/dev/null 2>&1 libtool: compile:  g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT apfs_compat.lo -MD -MP -MF .deps/apfs_compat.Tpo -c apfs_compat.cpp -o apfs_compat.o >/dev/null 2>&1 mv -f .deps/ntfs.Tpo .deps/ntfs.Plo libtool: compile:  g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT apfs.lo -MD -MP -MF .deps/apfs.Tpo -c apfs.cpp -o apfs.o >/dev/null 2>&1 mv -f .deps/yaffs.Tpo .deps/yaffs.Plo mv -f .deps/apfs_fs.Tpo .deps/apfs_fs.Plo mv -f .deps/apfs_compat.Tpo .deps/apfs_compat.Plo mv -f .deps/apfs.Tpo .deps/apfs.Plo /bin/sh ../../libtool  --tag=CXX   --mode=link g++ -std=c++14 -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS  -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now  -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 logical_fs.lo apfs.lo apfs_compat.lo apfs_fs.lo apfs_open.lo  -lewf -lz -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/logical_fs.o .libs/apfs.o .libs/apfs_compat.o .libs/apfs_fs.o .libs/apfs_open.o  ar: `u' modifier ignored since `D' is the default (see `U') libtool: link: ranlib .libs/libtskfs.a libtool: link: ( cd ".libs" && rm -f "libtskfs.la" && ln -s "../libtskfs.la" "libtskfs.la" ) make[3]: Leaving directory '/home/chell/.cache/yay/sleuthkit-java/src/sleuthkit-4.12.1/tsk/fs' Making all in hashdb make[3]: Entering directory '/home/chell/.cache/yay/sleuthkit-java/src/sleuthkit-4.12.1/tsk/hashdb' /bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk  -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -MT encase.lo -MD -MP -MF .deps/encase.Tpo -c -o encase.lo encase.c /bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk  -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -MT hashkeeper.lo -MD -MP -MF .deps/hashkeeper.Tpo -c -o hashkeeper.lo hashkeeper.c /bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk  -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -MT idxonly.lo -MD -MP -MF .deps/idxonly.Tpo -c -o idxonly.lo idxonly.c /bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk  -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -MT md5sum.lo -MD -MP -MF .deps/md5sum.Tpo -c -o md5sum.lo md5sum.c /bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk  -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -MT nsrl.lo -MD -MP -MF .deps/nsrl.Tpo -c -o nsrl.lo nsrl.c /bin/sh ../../libtool  --tag=CXX   --mode=compile g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk  -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT sqlite_hdb.lo -MD -MP -MF .deps/sqlite_hdb.Tpo -c -o sqlite_hdb.lo sqlite_hdb.cpp /bin/sh ../../libtool  --tag=CXX   --mode=compile g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk  -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT binsrch_index.lo -MD -MP -MF .deps/binsrch_index.Tpo -c -o binsrch_index.lo binsrch_index.cpp /bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk  -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -MT tsk_hashdb.lo -MD -MP -MF .deps/tsk_hashdb.Tpo -c -o tsk_hashdb.lo tsk_hashdb.c /bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk  -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -MT hdb_base.lo -MD -MP -MF .deps/hdb_base.Tpo -c -o hdb_base.lo hdb_base.c libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT idxonly.lo -MD -MP -MF .deps/idxonly.Tpo -c idxonly.c  -fPIC -DPIC -o .libs/idxonly.o libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT encase.lo -MD -MP -MF .deps/encase.Tpo -c encase.c  -fPIC -DPIC -o .libs/encase.o libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT nsrl.lo -MD -MP -MF .deps/nsrl.Tpo -c nsrl.c  -fPIC -DPIC -o .libs/nsrl.o libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT hashkeeper.lo -MD -MP -MF .deps/hashkeeper.Tpo -c hashkeeper.c  -fPIC -DPIC -o .libs/hashkeeper.o libtool: compile:  g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT binsrch_index.lo -MD -MP -MF .deps/binsrch_index.Tpo -c binsrch_index.cpp  -fPIC -DPIC -o .libs/binsrch_index.o libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT md5sum.lo -MD -MP -MF .deps/md5sum.Tpo -c md5sum.c  -fPIC -DPIC -o .libs/md5sum.o libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT hdb_base.lo -MD -MP -MF .deps/hdb_base.Tpo -c hdb_base.c  -fPIC -DPIC -o .libs/hdb_base.o libtool: compile:  g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT sqlite_hdb.lo -MD -MP -MF .deps/sqlite_hdb.Tpo -c sqlite_hdb.cpp  -fPIC -DPIC -o .libs/sqlite_hdb.o libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT tsk_hashdb.lo -MD -MP -MF .deps/tsk_hashdb.Tpo -c tsk_hashdb.c  -fPIC -DPIC -o .libs/tsk_hashdb.o 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);       |     ^~~~~~ In file included from ../../tsk/base/tsk_base.h:57,                  from ../../tsk/base/tsk_base_i.h:31,                  from tsk_hashdb_i.h:18,                  from tsk_hashdb.c:11: tsk_hashdb.c: In function ‘tsk_hdb_open’: ../../tsk/base/tsk_os.h:190:18: warning: ‘__builtin_strncpy’ output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation]   190 | #define TSTRNCPY strncpy       |                  ^~~~~~~ tsk_hashdb.c:168:9: note: in expansion of macro ‘TSTRNCPY’   168 |         TSTRNCPY(db_path, file_path, TSTRLEN(file_path));       |         ^~~~~~~~ ../../tsk/base/tsk_os.h:190:18: note: length computed here   190 | #define TSTRNCPY strncpy tsk_hashdb.c:168:9: note: in expansion of macro ‘TSTRNCPY’   168 |         TSTRNCPY(db_path, file_path, TSTRLEN(file_path));       |         ^~~~~~~~ md5sum.c: In function ‘md5sum_makeindex’: md5sum.c:255:13: warning: ‘__builtin_strncpy’ specified bound 33 equals destination size [-Wstringop-truncation]   255 |             strncpy(phash, hash, TSK_HDB_HTYPE_MD5_LEN + 1);       |             ^ libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT encase.lo -MD -MP -MF .deps/encase.Tpo -c encase.c -o encase.o >/dev/null 2>&1 In file included from ../../tsk/base/tsk_base.h:57,                  from ../../tsk/base/tsk_base_i.h:31,                  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:190:18: warning: ‘__builtin_strncpy’ output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation]   190 | #define TSTRNCPY strncpy       |                  ^~~~~~~ hdb_base.c:89:5: note: in expansion of macro ‘TSTRNCPY’    89 |     TSTRNCPY(hdb_info->db_fname, db_path, path_len);       |     ^~~~~~~~ ../../tsk/base/tsk_os.h:186:17: note: length computed here   186 | #define TSTRLEN strlen hdb_base.c:84:23: note: in expansion of macro ‘TSTRLEN’    84 |     size_t path_len = TSTRLEN(db_path);       |                       ^~~~~~~ nsrl.c: In function ‘nsrl_parse_sha1’: nsrl.c:179:84: warning: ‘%s’ directive argument is null [-Wformat-overflow=]   179 |                     "nsrl_parse_sha1: Invalid string to parse (commas after name): %s",       |                                                                                    ^~ libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT hdb_base.lo -MD -MP -MF .deps/hdb_base.Tpo -c hdb_base.c -o hdb_base.o >/dev/null 2>&1 md5sum.c: In function ‘md5sum_getentry’: md5sum.c:384:13: warning: ‘__builtin_strncpy’ specified bound 512 equals destination size [-Wstringop-truncation]   384 |             strncpy(pname, name, TSK_HDB_MAXLEN);       |             ^ libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT idxonly.lo -MD -MP -MF .deps/idxonly.Tpo -c idxonly.c -o idxonly.o >/dev/null 2>&1 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT md5sum.lo -MD -MP -MF .deps/md5sum.Tpo -c md5sum.c -o md5sum.o >/dev/null 2>&1 hashkeeper.c: In function ‘hk_makeindex’: hashkeeper.c:324:13: warning: ‘__builtin_strncpy’ specified bound 33 equals destination size [-Wstringop-truncation]   324 |             strncpy(phash, hash, TSK_HDB_HTYPE_MD5_LEN + 1);       |             ^ nsrl.c: In function ‘nsrl_getentry’: nsrl.c:624:13: warning: ‘__builtin_strncpy’ specified bound 512 equals destination size [-Wstringop-truncation]   624 |             strncpy(pname, name, TSK_HDB_MAXLEN);       |             ^ libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT tsk_hashdb.lo -MD -MP -MF .deps/tsk_hashdb.Tpo -c tsk_hashdb.c -o tsk_hashdb.o >/dev/null 2>&1 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT hashkeeper.lo -MD -MP -MF .deps/hashkeeper.Tpo -c hashkeeper.c -o hashkeeper.o >/dev/null 2>&1 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT nsrl.lo -MD -MP -MF .deps/nsrl.Tpo -c nsrl.c -o nsrl.o >/dev/null 2>&1 mv -f .deps/encase.Tpo .deps/encase.Plo mv -f .deps/idxonly.Tpo .deps/idxonly.Plo mv -f .deps/hdb_base.Tpo .deps/hdb_base.Plo mv -f .deps/md5sum.Tpo .deps/md5sum.Plo In file included from ../../tsk/base/tsk_base.h:57,                  from ../../tsk/base/tsk_base_i.h:31,                  from tsk_hashdb_i.h:18,                  from binsrch_index.cpp:11: binsrch_index.cpp: In function ‘uint8_t hdb_binsrch_idx_init_hash_type_info(TSK_HDB_BINSRCH_INFO*, TSK_HDB_HTYPE_ENUM)’: binsrch_index.cpp:114:20: warning: use of ‘h’ length modifier with ‘s’ type character has either no effect or undefined behavior [-Wformat=]   114 |             _TSK_T("%s-%") PRIcTSK _TSK_T(".idx"),       |                    ^ ../../tsk/base/tsk_os.h:181:25: note: in definition of macro ‘_TSK_T’   181 | #define _TSK_T(x)       x       |                         ^ ../../tsk/base/tsk_os.h:203:26: note: format string is defined here   203 | #define PRIcTSK _TSK_T("hs")     ///< sprintf macro to print a UTF-8 char string to TSK_TCHAR buffer       |                          ^ binsrch_index.cpp:117:20: warning: use of ‘h’ length modifier with ‘s’ type character has either no effect or undefined behavior [-Wformat=]   117 |             _TSK_T("%s-%") PRIcTSK _TSK_T(".idx2"),       |                    ^ ../../tsk/base/tsk_os.h:181:25: note: in definition of macro ‘_TSK_T’   181 | #define _TSK_T(x)       x       |                         ^ ../../tsk/base/tsk_os.h:203:26: note: format string is defined here   203 | #define PRIcTSK _TSK_T("hs")     ///< sprintf macro to print a UTF-8 char string to TSK_TCHAR buffer       |                          ^ binsrch_index.cpp:124:20: warning: use of ‘h’ length modifier with ‘s’ type character has either no effect or undefined behavior [-Wformat=]   124 |             _TSK_T("%s-%") PRIcTSK _TSK_T(".idx"),       |                    ^ ../../tsk/base/tsk_os.h:181:25: note: in definition of macro ‘_TSK_T’   181 | #define _TSK_T(x)       x       |                         ^ ../../tsk/base/tsk_os.h:203:26: note: format string is defined here   203 | #define PRIcTSK _TSK_T("hs")     ///< sprintf macro to print a UTF-8 char string to TSK_TCHAR buffer       |                          ^ binsrch_index.cpp:127:20: warning: use of ‘h’ length modifier with ‘s’ type character has either no effect or undefined behavior [-Wformat=]   127 |             _TSK_T("%s-%") PRIcTSK _TSK_T(".idx2"),       |                    ^ ../../tsk/base/tsk_os.h:181:25: note: in definition of macro ‘_TSK_T’   181 | #define _TSK_T(x)       x       |                         ^ ../../tsk/base/tsk_os.h:203:26: note: format string is defined here   203 | #define PRIcTSK _TSK_T("hs")     ///< sprintf macro to print a UTF-8 char string to TSK_TCHAR buffer       |                          ^ binsrch_index.cpp: In function ‘uint8_t hdb_binsrch_idx_initialize(TSK_HDB_BINSRCH_INFO*, TSK_TCHAR*)’: binsrch_index.cpp:705:16: warning: use of ‘h’ length modifier with ‘s’ type character has either no effect or undefined behavior [-Wformat=]   705 |         _TSK_T("%s-%") PRIcTSK _TSK_T("-ns.idx"), hdb_binsrch_info->base.db_fname,       |                ^ ../../tsk/base/tsk_os.h:181:25: note: in definition of macro ‘_TSK_T’   181 | #define _TSK_T(x)       x       |                         ^ ../../tsk/base/tsk_os.h:203:26: note: format string is defined here   203 | #define PRIcTSK _TSK_T("hs")     ///< sprintf macro to print a UTF-8 char string to TSK_TCHAR buffer       |                          ^ 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",       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mv -f .deps/hashkeeper.Tpo .deps/hashkeeper.Plo mv -f .deps/nsrl.Tpo .deps/nsrl.Plo mv -f .deps/tsk_hashdb.Tpo .deps/tsk_hashdb.Plo libtool: compile:  g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT sqlite_hdb.lo -MD -MP -MF .deps/sqlite_hdb.Tpo -c sqlite_hdb.cpp -o sqlite_hdb.o >/dev/null 2>&1 libtool: compile:  g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT binsrch_index.lo -MD -MP -MF .deps/binsrch_index.Tpo -c binsrch_index.cpp -o binsrch_index.o >/dev/null 2>&1 mv -f .deps/binsrch_index.Tpo .deps/binsrch_index.Plo mv -f .deps/sqlite_hdb.Tpo .deps/sqlite_hdb.Plo /bin/sh ../../libtool  --tag=CXX   --mode=link g++ -std=c++14 -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS  -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now  -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 -lz -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  ar: `u' modifier ignored since `D' is the default (see `U') libtool: link: ranlib .libs/libtskhashdb.a libtool: link: ( cd ".libs" && rm -f "libtskhashdb.la" && ln -s "../libtskhashdb.la" "libtskhashdb.la" ) make[3]: Leaving directory '/home/chell/.cache/yay/sleuthkit-java/src/sleuthkit-4.12.1/tsk/hashdb' Making all in auto make[3]: Entering directory '/home/chell/.cache/yay/sleuthkit-java/src/sleuthkit-4.12.1/tsk/auto' /bin/sh ../../libtool  --tag=CXX   --mode=compile g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk  -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wmultichar -Wsign-promo -Wno-overloaded-virtual -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT auto.lo -MD -MP -MF .deps/auto.Tpo -c -o auto.lo auto.cpp /bin/sh ../../libtool  --tag=CXX   --mode=compile g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk  -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wmultichar -Wsign-promo -Wno-overloaded-virtual -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT auto_db.lo -MD -MP -MF .deps/auto_db.Tpo -c -o auto_db.lo auto_db.cpp /bin/sh ../../libtool  --tag=CXX   --mode=compile g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk  -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wmultichar -Wsign-promo -Wno-overloaded-virtual -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT db_sqlite.lo -MD -MP -MF .deps/db_sqlite.Tpo -c -o db_sqlite.lo db_sqlite.cpp /bin/sh ../../libtool  --tag=CXX   --mode=compile g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk  -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wmultichar -Wsign-promo -Wno-overloaded-virtual -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT case_db.lo -MD -MP -MF .deps/case_db.Tpo -c -o case_db.lo case_db.cpp /bin/sh ../../libtool  --tag=CXX   --mode=compile g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk  -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wmultichar -Wsign-promo -Wno-overloaded-virtual -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT guid.lo -MD -MP -MF .deps/guid.Tpo -c -o guid.lo guid.cpp /bin/sh ../../libtool  --tag=CXX   --mode=compile g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk  -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wmultichar -Wsign-promo -Wno-overloaded-virtual -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT tsk_db.lo -MD -MP -MF .deps/tsk_db.Tpo -c -o tsk_db.lo tsk_db.cpp /bin/sh ../../libtool  --tag=CXX   --mode=compile g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk  -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wmultichar -Wsign-promo -Wno-overloaded-virtual -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT is_image_supported.lo -MD -MP -MF .deps/is_image_supported.Tpo -c -o is_image_supported.lo is_image_supported.cpp libtool: compile:  g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wmultichar -Wsign-promo -Wno-overloaded-virtual -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT auto.lo -MD -MP -MF .deps/auto.Tpo -c auto.cpp  -fPIC -DPIC -o .libs/auto.o libtool: compile:  g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wmultichar -Wsign-promo -Wno-overloaded-virtual -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT tsk_db.lo -MD -MP -MF .deps/tsk_db.Tpo -c tsk_db.cpp  -fPIC -DPIC -o .libs/tsk_db.o libtool: compile:  g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wmultichar -Wsign-promo -Wno-overloaded-virtual -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT auto_db.lo -MD -MP -MF .deps/auto_db.Tpo -c auto_db.cpp  -fPIC -DPIC -o .libs/auto_db.o libtool: compile:  g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wmultichar -Wsign-promo -Wno-overloaded-virtual -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT is_image_supported.lo -MD -MP -MF .deps/is_image_supported.Tpo -c is_image_supported.cpp  -fPIC -DPIC -o .libs/is_image_supported.o libtool: compile:  g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wmultichar -Wsign-promo -Wno-overloaded-virtual -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT db_sqlite.lo -MD -MP -MF .deps/db_sqlite.Tpo -c db_sqlite.cpp  -fPIC -DPIC -o .libs/db_sqlite.o libtool: compile:  g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wmultichar -Wsign-promo -Wno-overloaded-virtual -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT guid.lo -MD -MP -MF .deps/guid.Tpo -c guid.cpp  -fPIC -DPIC -o .libs/guid.o libtool: compile:  g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wmultichar -Wsign-promo -Wno-overloaded-virtual -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT case_db.lo -MD -MP -MF .deps/case_db.Tpo -c case_db.cpp  -fPIC -DPIC -o .libs/case_db.o libtool: compile:  g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wmultichar -Wsign-promo -Wno-overloaded-virtual -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT tsk_db.lo -MD -MP -MF .deps/tsk_db.Tpo -c tsk_db.cpp -o tsk_db.o >/dev/null 2>&1 is_image_supported.cpp: In member function ‘virtual uint8_t TskIsImageSupported::handleError()’: is_image_supported.cpp:125:20: warning: ‘char* __builtin_strncat(char*, const char*, long unsigned int)’ output may be truncated copying 950 bytes from a string of length 1024 [-Wstringop-truncation]   125 |             strncat(m_unsupportedDesc, lastError->errstr, 950);       |                    ^ is_image_supported.cpp:119:20: warning: ‘char* __builtin_strncat(char*, const char*, long unsigned int)’ output may be truncated copying 950 bytes from a string of length 1024 [-Wstringop-truncation]   119 |             strncat(m_unsupportedDesc, lastError->errstr, 950);       |                    ^ is_image_supported.cpp:113:20: warning: ‘char* __builtin_strncpy(char*, const char*, long unsigned int)’ output may be truncated copying 1024 bytes from a string of length 1024 [-Wstringop-truncation]   113 |             strncpy(m_unsupportedDesc, lastError->errstr, 1024);       |                    ^ is_image_supported.cpp:109:20: warning: ‘char* __builtin_strncpy(char*, const char*, long unsigned int)’ output may be truncated copying 1024 bytes from a string of length 1024 [-Wstringop-truncation]   109 |             strncpy(m_possibleEncryptionDesc, lastError->errstr, 1024);       |                    ^ is_image_supported.cpp:105:20: warning: ‘char* __builtin_strncpy(char*, const char*, long unsigned int)’ output may be truncated copying 1024 bytes from a string of length 1024 [-Wstringop-truncation]   105 |             strncpy(m_encryptionDesc, lastError->errstr, 1024);       |                    ^ libtool: compile:  g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wmultichar -Wsign-promo -Wno-overloaded-virtual -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT is_image_supported.lo -MD -MP -MF .deps/is_image_supported.Tpo -c is_image_supported.cpp -o is_image_supported.o >/dev/null 2>&1 auto_db.cpp: In member function ‘TSK_RETVAL_ENUM TskAutoDb::addUnallocatedPoolBlocksToDb(size_t&)’: 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 libtool: compile:  g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wmultichar -Wsign-promo -Wno-overloaded-virtual -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT case_db.lo -MD -MP -MF .deps/case_db.Tpo -c case_db.cpp -o case_db.o >/dev/null 2>&1 libtool: compile:  g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wmultichar -Wsign-promo -Wno-overloaded-virtual -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT guid.lo -MD -MP -MF .deps/guid.Tpo -c guid.cpp -o guid.o >/dev/null 2>&1 mv -f .deps/tsk_db.Tpo .deps/tsk_db.Plo libtool: compile:  g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wmultichar -Wsign-promo -Wno-overloaded-virtual -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT auto.lo -MD -MP -MF .deps/auto.Tpo -c auto.cpp -o auto.o >/dev/null 2>&1 mv -f .deps/is_image_supported.Tpo .deps/is_image_supported.Plo mv -f .deps/case_db.Tpo .deps/case_db.Plo libtool: compile:  g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wmultichar -Wsign-promo -Wno-overloaded-virtual -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT auto_db.lo -MD -MP -MF .deps/auto_db.Tpo -c auto_db.cpp -o auto_db.o >/dev/null 2>&1 mv -f .deps/guid.Tpo .deps/guid.Plo db_sqlite.cpp: In constructor ‘TskDbSqlite::TskDbSqlite(const char*, bool)’: db_sqlite.cpp:35:12: warning: ‘char* __builtin_strncpy(char*, const char*, long unsigned int)’ specified bound 1024 equals destination size [-Wstringop-truncation]    35 |     strncpy(m_dbFilePathUtf8, a_dbFilePathUtf8, 1024);       |            ^ mv -f .deps/auto.Tpo .deps/auto.Plo libtool: compile:  g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wmultichar -Wsign-promo -Wno-overloaded-virtual -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT db_sqlite.lo -MD -MP -MF .deps/db_sqlite.Tpo -c db_sqlite.cpp -o db_sqlite.o >/dev/null 2>&1 mv -f .deps/auto_db.Tpo .deps/auto_db.Plo mv -f .deps/db_sqlite.Tpo .deps/db_sqlite.Plo /bin/sh ../../libtool  --tag=CXX   --mode=link g++ -std=c++14 -Wall -Wextra -Wno-unused-parameter -Wmultichar -Wsign-promo -Wno-overloaded-virtual -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS  -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now  -L/usr/local/lib -o libtskauto.la  auto.lo auto_db.lo db_sqlite.lo case_db.lo guid.lo tsk_db.lo is_image_supported.lo   -lewf -lz -lsqlite3 -ldl -lstdc++  libtool: link: ar cru .libs/libtskauto.a .libs/auto.o .libs/auto_db.o .libs/db_sqlite.o .libs/case_db.o .libs/guid.o .libs/tsk_db.o .libs/is_image_supported.o  ar: `u' modifier ignored since `D' is the default (see `U') libtool: link: ranlib .libs/libtskauto.a libtool: link: ( cd ".libs" && rm -f "libtskauto.la" && ln -s "../libtskauto.la" "libtskauto.la" ) make[3]: Leaving directory '/home/chell/.cache/yay/sleuthkit-java/src/sleuthkit-4.12.1/tsk/auto' Making all in pool make[3]: Entering directory '/home/chell/.cache/yay/sleuthkit-java/src/sleuthkit-4.12.1/tsk/pool' /bin/sh ../../libtool  --tag=CXX   --mode=compile g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk   -I../.. -I./../.. -Wall -I/usr/local/include -Wall -Wextra -Werror -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT pool_open.lo -MD -MP -MF .deps/pool_open.Tpo -c -o pool_open.lo pool_open.cpp /bin/sh ../../libtool  --tag=CXX   --mode=compile g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk   -I../.. -I./../.. -Wall -I/usr/local/include -Wall -Wextra -Werror -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT pool_read.lo -MD -MP -MF .deps/pool_read.Tpo -c -o pool_read.lo pool_read.cpp /bin/sh ../../libtool  --tag=CXX   --mode=compile g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk   -I../.. -I./../.. -Wall -I/usr/local/include -Wall -Wextra -Werror -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT pool_types.lo -MD -MP -MF .deps/pool_types.Tpo -c -o pool_types.lo pool_types.cpp /bin/sh ../../libtool  --tag=CXX   --mode=compile g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk   -I../.. -I./../.. -Wall -I/usr/local/include -Wall -Wextra -Werror -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT apfs_pool_compat.lo -MD -MP -MF .deps/apfs_pool_compat.Tpo -c -o apfs_pool_compat.lo apfs_pool_compat.cpp /bin/sh ../../libtool  --tag=CXX   --mode=compile g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk   -I../.. -I./../.. -Wall -I/usr/local/include -Wall -Wextra -Werror -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT apfs_pool.lo -MD -MP -MF .deps/apfs_pool.Tpo -c -o apfs_pool.lo apfs_pool.cpp /bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk   -I../.. -I./../.. -Wall -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -MT img_bfio_handle.lo -MD -MP -MF .deps/img_bfio_handle.Tpo -c -o img_bfio_handle.lo img_bfio_handle.c /bin/sh ../../libtool  --tag=CXX   --mode=compile g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk   -I../.. -I./../.. -Wall -I/usr/local/include -Wall -Wextra -Werror -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT lvm_pool_compat.lo -MD -MP -MF .deps/lvm_pool_compat.Tpo -c -o lvm_pool_compat.lo lvm_pool_compat.cpp /bin/sh ../../libtool  --tag=CXX   --mode=compile g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk   -I../.. -I./../.. -Wall -I/usr/local/include -Wall -Wextra -Werror -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT lvm_pool.lo -MD -MP -MF .deps/lvm_pool.Tpo -c -o lvm_pool.lo lvm_pool.cpp libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -Wall -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT img_bfio_handle.lo -MD -MP -MF .deps/img_bfio_handle.Tpo -c img_bfio_handle.c  -fPIC -DPIC -o .libs/img_bfio_handle.o libtool: compile:  g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -Wall -I/usr/local/include -Wall -Wextra -Werror -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT pool_types.lo -MD -MP -MF .deps/pool_types.Tpo -c pool_types.cpp  -fPIC -DPIC -o .libs/pool_types.o libtool: compile:  g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -Wall -I/usr/local/include -Wall -Wextra -Werror -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT lvm_pool_compat.lo -MD -MP -MF .deps/lvm_pool_compat.Tpo -c lvm_pool_compat.cpp  -fPIC -DPIC -o .libs/lvm_pool_compat.o libtool: compile:  g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -Wall -I/usr/local/include -Wall -Wextra -Werror -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT apfs_pool.lo -MD -MP -MF .deps/apfs_pool.Tpo -c apfs_pool.cpp  -fPIC -DPIC -o .libs/apfs_pool.o libtool: compile:  g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -Wall -I/usr/local/include -Wall -Wextra -Werror -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT pool_read.lo -MD -MP -MF .deps/pool_read.Tpo -c pool_read.cpp  -fPIC -DPIC -o .libs/pool_read.o libtool: compile:  g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -Wall -I/usr/local/include -Wall -Wextra -Werror -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT apfs_pool_compat.lo -MD -MP -MF .deps/apfs_pool_compat.Tpo -c apfs_pool_compat.cpp  -fPIC -DPIC -o .libs/apfs_pool_compat.o libtool: compile:  g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -Wall -I/usr/local/include -Wall -Wextra -Werror -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT pool_open.lo -MD -MP -MF .deps/pool_open.Tpo -c pool_open.cpp  -fPIC -DPIC -o .libs/pool_open.o libtool: compile:  g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -Wall -I/usr/local/include -Wall -Wextra -Werror -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT lvm_pool.lo -MD -MP -MF .deps/lvm_pool.Tpo -c lvm_pool.cpp  -fPIC -DPIC -o .libs/lvm_pool.o libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -Wall -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT img_bfio_handle.lo -MD -MP -MF .deps/img_bfio_handle.Tpo -c img_bfio_handle.c -o img_bfio_handle.o >/dev/null 2>&1 libtool: compile:  g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -Wall -I/usr/local/include -Wall -Wextra -Werror -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT lvm_pool_compat.lo -MD -MP -MF .deps/lvm_pool_compat.Tpo -c lvm_pool_compat.cpp -o lvm_pool_compat.o >/dev/null 2>&1 mv -f .deps/img_bfio_handle.Tpo .deps/img_bfio_handle.Plo libtool: compile:  g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -Wall -I/usr/local/include -Wall -Wextra -Werror -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT lvm_pool.lo -MD -MP -MF .deps/lvm_pool.Tpo -c lvm_pool.cpp -o lvm_pool.o >/dev/null 2>&1 mv -f .deps/lvm_pool.Tpo .deps/lvm_pool.Plo mv -f .deps/lvm_pool_compat.Tpo .deps/lvm_pool_compat.Plo libtool: compile:  g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -Wall -I/usr/local/include -Wall -Wextra -Werror -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT pool_types.lo -MD -MP -MF .deps/pool_types.Tpo -c pool_types.cpp -o pool_types.o >/dev/null 2>&1 libtool: compile:  g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -Wall -I/usr/local/include -Wall -Wextra -Werror -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT pool_read.lo -MD -MP -MF .deps/pool_read.Tpo -c pool_read.cpp -o pool_read.o >/dev/null 2>&1 mv -f .deps/pool_types.Tpo .deps/pool_types.Plo libtool: compile:  g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -Wall -I/usr/local/include -Wall -Wextra -Werror -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT pool_open.lo -MD -MP -MF .deps/pool_open.Tpo -c pool_open.cpp -o pool_open.o >/dev/null 2>&1 mv -f .deps/pool_read.Tpo .deps/pool_read.Plo libtool: compile:  g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -Wall -I/usr/local/include -Wall -Wextra -Werror -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT apfs_pool.lo -MD -MP -MF .deps/apfs_pool.Tpo -c apfs_pool.cpp -o apfs_pool.o >/dev/null 2>&1 mv -f .deps/pool_open.Tpo .deps/pool_open.Plo libtool: compile:  g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -Wall -I/usr/local/include -Wall -Wextra -Werror -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT apfs_pool_compat.lo -MD -MP -MF .deps/apfs_pool_compat.Tpo -c apfs_pool_compat.cpp -o apfs_pool_compat.o >/dev/null 2>&1 mv -f .deps/apfs_pool.Tpo .deps/apfs_pool.Plo mv -f .deps/apfs_pool_compat.Tpo .deps/apfs_pool_compat.Plo /bin/sh ../../libtool  --tag=CXX   --mode=link g++ -std=c++14 -Wall -Wextra -Werror -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS  -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now  -L/usr/local/lib -o libtskpool.la  pool_open.lo pool_read.lo pool_types.lo apfs_pool_compat.lo apfs_pool.lo img_bfio_handle.lo lvm_pool_compat.lo lvm_pool.lo  -lewf -lz -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 .libs/img_bfio_handle.o .libs/lvm_pool_compat.o .libs/lvm_pool.o  ar: `u' modifier ignored since `D' is the default (see `U') libtool: link: ranlib .libs/libtskpool.a libtool: link: ( cd ".libs" && rm -f "libtskpool.la" && ln -s "../libtskpool.la" "libtskpool.la" ) make[3]: Leaving directory '/home/chell/.cache/yay/sleuthkit-java/src/sleuthkit-4.12.1/tsk/pool' Making all in util make[3]: Entering directory '/home/chell/.cache/yay/sleuthkit-java/src/sleuthkit-4.12.1/tsk/util' /bin/sh ../../libtool  --tag=CXX   --mode=compile g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk   -I../.. -I./../.. -Wall -I/usr/local/include -Wall -Wextra -Werror -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT crypto.lo -MD -MP -MF .deps/crypto.Tpo -c -o crypto.lo crypto.cpp /bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk   -I../.. -I./../.. -Wall -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -MT detect_encryption.lo -MD -MP -MF .deps/detect_encryption.Tpo -c -o detect_encryption.lo detect_encryption.c /bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk   -I../.. -I./../.. -Wall -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -MT file_system_utils.lo -MD -MP -MF .deps/file_system_utils.Tpo -c -o file_system_utils.lo file_system_utils.c libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -Wall -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT file_system_utils.lo -MD -MP -MF .deps/file_system_utils.Tpo -c file_system_utils.c  -fPIC -DPIC -o .libs/file_system_utils.o libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -Wall -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT detect_encryption.lo -MD -MP -MF .deps/detect_encryption.Tpo -c detect_encryption.c  -fPIC -DPIC -o .libs/detect_encryption.o libtool: compile:  g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -Wall -I/usr/local/include -Wall -Wextra -Werror -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT crypto.lo -MD -MP -MF .deps/crypto.Tpo -c crypto.cpp  -fPIC -DPIC -o .libs/crypto.o libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -Wall -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT file_system_utils.lo -MD -MP -MF .deps/file_system_utils.Tpo -c file_system_utils.c -o file_system_utils.o >/dev/null 2>&1 libtool: compile:  g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -Wall -I/usr/local/include -Wall -Wextra -Werror -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT crypto.lo -MD -MP -MF .deps/crypto.Tpo -c crypto.cpp -o crypto.o >/dev/null 2>&1 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -Wall -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT detect_encryption.lo -MD -MP -MF .deps/detect_encryption.Tpo -c detect_encryption.c -o detect_encryption.o >/dev/null 2>&1 mv -f .deps/file_system_utils.Tpo .deps/file_system_utils.Plo mv -f .deps/crypto.Tpo .deps/crypto.Plo mv -f .deps/detect_encryption.Tpo .deps/detect_encryption.Plo /bin/sh ../../libtool  --tag=CXX   --mode=link g++ -std=c++14 -Wall -Wextra -Werror -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS  -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now  -L/usr/local/lib -o libtskutil.la  crypto.lo detect_encryption.lo file_system_utils.lo  -lewf -lz -lsqlite3 -ldl -lstdc++  libtool: link: ar cru .libs/libtskutil.a .libs/crypto.o .libs/detect_encryption.o .libs/file_system_utils.o  ar: `u' modifier ignored since `D' is the default (see `U') libtool: link: ranlib .libs/libtskutil.a libtool: link: ( cd ".libs" && rm -f "libtskutil.la" && ln -s "../libtskutil.la" "libtskutil.la" ) make[3]: Leaving directory '/home/chell/.cache/yay/sleuthkit-java/src/sleuthkit-4.12.1/tsk/util' make[3]: Entering directory '/home/chell/.cache/yay/sleuthkit-java/src/sleuthkit-4.12.1/tsk' /bin/sh ../libtool  --tag=CC   --mode=link gcc -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -version-info 21:1:2  -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now  -L/usr/local/lib -o libtsk.la -rpath /usr/lib  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 -lz -lsqlite3 -ldl -lstdc++  sed -e 's![@]prefix[@]!/usr!g' \       -e 's![@]exec_prefix[@]!/usr!g' \       -e 's![@]includedir[@]!/usr/include!g' \       -e 's![@]libdir[@]!/usr/lib!g' \       -e 's![@]PACKAGE_NAME[@]!sleuthkit!g' \       -e 's![@]PACKAGE_VERSION[@]!4.12.1!g' \       -e 's![@]AX_PACKAGE_REQUIRES[@]!@AX_PACKAGE_REQUIRES@!g' \       -e 's![@]PACKAGE_LIBS_PRIVATE[@]!-lsqlite3 -lz -lewf!g' \       -e 's![@]AX_PACKAGE_REQUIRES_PRIVATE[@]!@AX_PACKAGE_REQUIRES_PRIVATE@!g' \       tsk.pc.in >tsk.pc 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 -lsqlite3 -ldl -lstdc++  -march=native -O2 -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now   -Wl,-soname -Wl,libtsk.so.19 -o .libs/libtsk.so.19.2.1 libtool: link: (cd ".libs" && rm -f "libtsk.so.19" && ln -s "libtsk.so.19.2.1" "libtsk.so.19") libtool: link: (cd ".libs" && rm -f "libtsk.so" && ln -s "libtsk.so.19.2.1" "libtsk.so") libtool: link: (cd .libs/libtsk.lax/libtskbase.a && ar x "/home/chell/.cache/yay/sleuthkit-java/src/sleuthkit-4.12.1/tsk/base/.libs/libtskbase.a") libtool: link: (cd .libs/libtsk.lax/libtskimg.a && ar x "/home/chell/.cache/yay/sleuthkit-java/src/sleuthkit-4.12.1/tsk/img/.libs/libtskimg.a") libtool: link: (cd .libs/libtsk.lax/libtskvs.a && ar x "/home/chell/.cache/yay/sleuthkit-java/src/sleuthkit-4.12.1/tsk/vs/.libs/libtskvs.a") libtool: link: (cd .libs/libtsk.lax/libtskfs.a && ar x "/home/chell/.cache/yay/sleuthkit-java/src/sleuthkit-4.12.1/tsk/fs/.libs/libtskfs.a") libtool: link: (cd .libs/libtsk.lax/libtskhashdb.a && ar x "/home/chell/.cache/yay/sleuthkit-java/src/sleuthkit-4.12.1/tsk/hashdb/.libs/libtskhashdb.a") libtool: link: (cd .libs/libtsk.lax/libtskauto.a && ar x "/home/chell/.cache/yay/sleuthkit-java/src/sleuthkit-4.12.1/tsk/auto/.libs/libtskauto.a") libtool: link: (cd .libs/libtsk.lax/libtskpool.a && ar x "/home/chell/.cache/yay/sleuthkit-java/src/sleuthkit-4.12.1/tsk/pool/.libs/libtskpool.a") libtool: link: (cd .libs/libtsk.lax/libtskutil.a && ar x "/home/chell/.cache/yay/sleuthkit-java/src/sleuthkit-4.12.1/tsk/util/.libs/libtskutil.a") libtool: link: ar cru .libs/libtsk.a   .libs/libtsk.lax/libtskbase.a/XGetopt.o .libs/libtsk.lax/libtskbase.a/crc.o .libs/libtsk.lax/libtskbase.a/md5c.o .libs/libtsk.lax/libtskbase.a/mymalloc.o .libs/libtsk.lax/libtskbase.a/sha1c.o .libs/libtsk.lax/libtskbase.a/tsk_endian.o .libs/libtsk.lax/libtskbase.a/tsk_error.o .libs/libtsk.lax/libtskbase.a/tsk_error_win32.o .libs/libtsk.lax/libtskbase.a/tsk_list.o .libs/libtsk.lax/libtskbase.a/tsk_lock.o .libs/libtsk.lax/libtskbase.a/tsk_parse.o .libs/libtsk.lax/libtskbase.a/tsk_printf.o .libs/libtsk.lax/libtskbase.a/tsk_stack.o .libs/libtsk.lax/libtskbase.a/tsk_unicode.o .libs/libtsk.lax/libtskbase.a/tsk_version.o  .libs/libtsk.lax/libtskimg.a/aff.o .libs/libtsk.lax/libtskimg.a/ewf.o .libs/libtsk.lax/libtskimg.a/img_io.o .libs/libtsk.lax/libtskimg.a/img_open.o .libs/libtsk.lax/libtskimg.a/img_types.o .libs/libtsk.lax/libtskimg.a/img_writer.o .libs/libtsk.lax/libtskimg.a/logical_img.o .libs/libtsk.lax/libtskimg.a/mult_files.o .libs/libtsk.lax/libtskimg.a/raw.o .libs/libtsk.lax/libtskimg.a/unsupported_types.o .libs/libtsk.lax/libtskimg.a/vhd.o .libs/libtsk.lax/libtskimg.a/vmdk.o  .libs/libtsk.lax/libtskvs.a/bsd.o .libs/libtsk.lax/libtskvs.a/dos.o .libs/libtsk.lax/libtskvs.a/gpt.o .libs/libtsk.lax/libtskvs.a/mac.o .libs/libtsk.lax/libtskvs.a/mm_io.o .libs/libtsk.lax/libtskvs.a/mm_open.o .libs/libtsk.lax/libtskvs.a/mm_part.o .libs/libtsk.lax/libtskvs.a/mm_types.o .libs/libtsk.lax/libtskvs.a/sun.o  .libs/libtsk.lax/libtskfs.a/apfs.o .libs/libtsk.lax/libtskfs.a/apfs_compat.o .libs/libtsk.lax/libtskfs.a/apfs_fs.o .libs/libtsk.lax/libtskfs.a/apfs_open.o .libs/libtsk.lax/libtskfs.a/dcalc_lib.o .libs/libtsk.lax/libtskfs.a/dcat_lib.o .libs/libtsk.lax/libtskfs.a/decmpfs.o .libs/libtsk.lax/libtskfs.a/dls_lib.o .libs/libtsk.lax/libtskfs.a/dstat_lib.o .libs/libtsk.lax/libtskfs.a/exfatfs.o .libs/libtsk.lax/libtskfs.a/exfatfs_dent.o .libs/libtsk.lax/libtskfs.a/exfatfs_meta.o .libs/libtsk.lax/libtskfs.a/ext2fs.o .libs/libtsk.lax/libtskfs.a/ext2fs_dent.o .libs/libtsk.lax/libtskfs.a/ext2fs_journal.o .libs/libtsk.lax/libtskfs.a/fatfs.o .libs/libtsk.lax/libtskfs.a/fatfs_dent.o .libs/libtsk.lax/libtskfs.a/fatfs_meta.o .libs/libtsk.lax/libtskfs.a/fatfs_utils.o .libs/libtsk.lax/libtskfs.a/fatxxfs.o .libs/libtsk.lax/libtskfs.a/fatxxfs_dent.o .libs/libtsk.lax/libtskfs.a/fatxxfs_meta.o .libs/libtsk.lax/libtskfs.a/ffind_lib.o .libs/libtsk.lax/libtskfs.a/ffs.o .libs/libtsk.lax/libtskfs.a/ffs_dent.o .libs/libtsk.lax/libtskfs.a/fls_lib.o .libs/libtsk.lax/libtskfs.a/fs_attr.o .libs/libtsk.lax/libtskfs.a/fs_attrlist.o .libs/libtsk.lax/libtskfs.a/fs_block.o .libs/libtsk.lax/libtskfs.a/fs_dir.o .libs/libtsk.lax/libtskfs.a/fs_file.o .libs/libtsk.lax/libtskfs.a/fs_inode.o .libs/libtsk.lax/libtskfs.a/fs_io.o .libs/libtsk.lax/libtskfs.a/fs_load.o .libs/libtsk.lax/libtskfs.a/fs_name.o .libs/libtsk.lax/libtskfs.a/fs_open.o .libs/libtsk.lax/libtskfs.a/fs_parse.o .libs/libtsk.lax/libtskfs.a/fs_types.o .libs/libtsk.lax/libtskfs.a/hfs.o .libs/libtsk.lax/libtskfs.a/hfs_dent.o .libs/libtsk.lax/libtskfs.a/hfs_journal.o .libs/libtsk.lax/libtskfs.a/hfs_unicompare.o .libs/libtsk.lax/libtskfs.a/icat_lib.o .libs/libtsk.lax/libtskfs.a/ifind_lib.o .libs/libtsk.lax/libtskfs.a/ils_lib.o .libs/libtsk.lax/libtskfs.a/iso9660.o .libs/libtsk.lax/libtskfs.a/iso9660_dent.o .libs/libtsk.lax/libtskfs.a/logical_fs.o .libs/libtsk.lax/libtskfs.a/lzvn.o .libs/libtsk.lax/libtskfs.a/nofs_misc.o .libs/libtsk.lax/libtskfs.a/ntfs.o .libs/libtsk.lax/libtskfs.a/ntfs_dent.o .libs/libtsk.lax/libtskfs.a/rawfs.o .libs/libtsk.lax/libtskfs.a/swapfs.o .libs/libtsk.lax/libtskfs.a/unix_misc.o .libs/libtsk.lax/libtskfs.a/usn_journal.o .libs/libtsk.lax/libtskfs.a/usnjls_lib.o .libs/libtsk.lax/libtskfs.a/walk_cpp.o .libs/libtsk.lax/libtskfs.a/yaffs.o  .libs/libtsk.lax/libtskhashdb.a/binsrch_index.o .libs/libtsk.lax/libtskhashdb.a/encase.o .libs/libtsk.lax/libtskhashdb.a/hashkeeper.o .libs/libtsk.lax/libtskhashdb.a/hdb_base.o .libs/libtsk.lax/libtskhashdb.a/idxonly.o .libs/libtsk.lax/libtskhashdb.a/md5sum.o .libs/libtsk.lax/libtskhashdb.a/nsrl.o .libs/libtsk.lax/libtskhashdb.a/sqlite_hdb.o .libs/libtsk.lax/libtskhashdb.a/tsk_hashdb.o  .libs/libtsk.lax/libtskauto.a/auto.o .libs/libtsk.lax/libtskauto.a/auto_db.o .libs/libtsk.lax/libtskauto.a/case_db.o .libs/libtsk.lax/libtskauto.a/db_sqlite.o .libs/libtsk.lax/libtskauto.a/guid.o .libs/libtsk.lax/libtskauto.a/is_image_supported.o .libs/libtsk.lax/libtskauto.a/tsk_db.o  .libs/libtsk.lax/libtskpool.a/apfs_pool.o .libs/libtsk.lax/libtskpool.a/apfs_pool_compat.o .libs/libtsk.lax/libtskpool.a/img_bfio_handle.o .libs/libtsk.lax/libtskpool.a/lvm_pool.o .libs/libtsk.lax/libtskpool.a/lvm_pool_compat.o .libs/libtsk.lax/libtskpool.a/pool_open.o .libs/libtsk.lax/libtskpool.a/pool_read.o .libs/libtsk.lax/libtskpool.a/pool_types.o  .libs/libtsk.lax/libtskutil.a/crypto.o .libs/libtsk.lax/libtskutil.a/detect_encryption.o .libs/libtsk.lax/libtskutil.a/file_system_utils.o  ar: `u' modifier ignored since `D' is the default (see `U') libtool: link: ranlib .libs/libtsk.a libtool: link: rm -fr .libs/libtsk.lax libtool: link: ( cd ".libs" && rm -f "libtsk.la" && ln -s "../libtsk.la" "libtsk.la" ) make[3]: Leaving directory '/home/chell/.cache/yay/sleuthkit-java/src/sleuthkit-4.12.1/tsk' make[2]: Leaving directory '/home/chell/.cache/yay/sleuthkit-java/src/sleuthkit-4.12.1/tsk' make[1]: Leaving directory '/home/chell/.cache/yay/sleuthkit-java/src/sleuthkit-4.12.1/tsk' Making all in tools make[1]: Entering directory '/home/chell/.cache/yay/sleuthkit-java/src/sleuthkit-4.12.1/tools' Making all in imgtools make[2]: Entering directory '/home/chell/.cache/yay/sleuthkit-java/src/sleuthkit-4.12.1/tools/imgtools' g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk  -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT img_cat.o -MD -MP -MF .deps/img_cat.Tpo -c -o img_cat.o img_cat.cpp g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk  -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT img_stat.o -MD -MP -MF .deps/img_stat.Tpo -c -o img_stat.o img_stat.cpp 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_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'):       |         ^~~~ At global scope: cc1plus: note: unrecognized command-line option ‘-Wno-unused-command-line-argument’ may have been intended to silence earlier diagnostics At global scope: cc1plus: note: unrecognized command-line option ‘-Wno-unused-command-line-argument’ may have been intended to silence earlier diagnostics mv -f .deps/img_cat.Tpo .deps/img_cat.Po mv -f .deps/img_stat.Tpo .deps/img_stat.Po /bin/sh ../../libtool  --tag=CXX   --mode=link g++ -std=c++14 -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS  -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now  -L/usr/local/lib -static -o img_cat img_cat.o ../../tsk/libtsk.la -lewf -lz -lsqlite3 -ldl -lstdc++  /bin/sh ../../libtool  --tag=CXX   --mode=link g++ -std=c++14 -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS  -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now  -L/usr/local/lib -static -o img_stat img_stat.o ../../tsk/libtsk.la -lewf -lz -lsqlite3 -ldl -lstdc++  libtool: link: g++ -std=c++14 -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -o img_stat img_stat.o  -L/usr/local/lib ../../tsk/.libs/libtsk.a -lewf -lz -lsqlite3 -ldl -lstdc++ libtool: link: g++ -std=c++14 -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -o img_cat img_cat.o  -L/usr/local/lib ../../tsk/.libs/libtsk.a -lewf -lz -lsqlite3 -ldl -lstdc++ make[2]: Leaving directory '/home/chell/.cache/yay/sleuthkit-java/src/sleuthkit-4.12.1/tools/imgtools' Making all in vstools make[2]: Entering directory '/home/chell/.cache/yay/sleuthkit-java/src/sleuthkit-4.12.1/tools/vstools' g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk  -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT mmls.o -MD -MP -MF .deps/mmls.Tpo -c -o mmls.o mmls.cpp g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk  -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT mmstat.o -MD -MP -MF .deps/mmstat.Tpo -c -o mmstat.o mmstat.cpp g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk  -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT mmcat.o -MD -MP -MF .deps/mmcat.Tpo -c -o mmcat.o mmcat.cpp mv -f .deps/mmstat.Tpo .deps/mmstat.Po /bin/sh ../../libtool  --tag=CXX   --mode=link g++ -std=c++14 -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS  -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now  -L/usr/local/lib -static -o mmstat mmstat.o ../../tsk/libtsk.la -lewf -lz -lsqlite3 -ldl -lstdc++  mv -f .deps/mmcat.Tpo .deps/mmcat.Po /bin/sh ../../libtool  --tag=CXX   --mode=link g++ -std=c++14 -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS  -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now  -L/usr/local/lib -static -o mmcat mmcat.o ../../tsk/libtsk.la -lewf -lz -lsqlite3 -ldl -lstdc++  libtool: link: g++ -std=c++14 -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -o mmstat mmstat.o  -L/usr/local/lib ../../tsk/.libs/libtsk.a -lewf -lz -lsqlite3 -ldl -lstdc++ mv -f .deps/mmls.Tpo .deps/mmls.Po /bin/sh ../../libtool  --tag=CXX   --mode=link g++ -std=c++14 -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS  -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now  -L/usr/local/lib -static -o mmls mmls.o ../../tsk/libtsk.la -lewf -lz -lsqlite3 -ldl -lstdc++  libtool: link: g++ -std=c++14 -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -o mmcat mmcat.o  -L/usr/local/lib ../../tsk/.libs/libtsk.a -lewf -lz -lsqlite3 -ldl -lstdc++ libtool: link: g++ -std=c++14 -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -o mmls mmls.o  -L/usr/local/lib ../../tsk/.libs/libtsk.a -lewf -lz -lsqlite3 -ldl -lstdc++ make[2]: Leaving directory '/home/chell/.cache/yay/sleuthkit-java/src/sleuthkit-4.12.1/tools/vstools' Making all in fstools make[2]: Entering directory '/home/chell/.cache/yay/sleuthkit-java/src/sleuthkit-4.12.1/tools/fstools' g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk  -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT blkcalc.o -MD -MP -MF .deps/blkcalc.Tpo -c -o blkcalc.o blkcalc.cpp g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk  -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT blkcat.o -MD -MP -MF .deps/blkcat.Tpo -c -o blkcat.o blkcat.cpp g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk  -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT blkls.o -MD -MP -MF .deps/blkls.Tpo -c -o blkls.o blkls.cpp g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk  -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT blkstat.o -MD -MP -MF .deps/blkstat.Tpo -c -o blkstat.o blkstat.cpp g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk  -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT ffind.o -MD -MP -MF .deps/ffind.Tpo -c -o ffind.o ffind.cpp g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk  -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT fls.o -MD -MP -MF .deps/fls.Tpo -c -o fls.o fls.cpp g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk  -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT fcat.o -MD -MP -MF .deps/fcat.Tpo -c -o fcat.o fcat.cpp g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk  -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT fsstat.o -MD -MP -MF .deps/fsstat.Tpo -c -o fsstat.o fsstat.cpp g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk  -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT icat.o -MD -MP -MF .deps/icat.Tpo -c -o icat.o icat.cpp g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk  -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT ifind.o -MD -MP -MF .deps/ifind.Tpo -c -o ifind.o ifind.cpp g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk  -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT ils.o -MD -MP -MF .deps/ils.Tpo -c -o ils.o ils.cpp g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk  -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT istat.o -MD -MP -MF .deps/istat.Tpo -c -o istat.o istat.cpp blkcalc.cpp: In function ‘int main(int, char**)’: 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'):       |         ^~~~ blkls.cpp: In function ‘int main(int, char**)’: 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'):       |         ^~~~ fsstat.cpp: In function ‘int main(int, char**)’: 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'):       |         ^~~~ icat.cpp: In function ‘int main(int, char**)’: 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'):       |         ^~~~ fcat.cpp: In function ‘int main(int, char**)’: 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'):       |         ^~~~ istat.cpp: In function ‘int main(int, char**)’: 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'):       |         ^~~~ At global scope: cc1plus: note: unrecognized command-line option ‘-Wno-unused-command-line-argument’ may have been intended to silence earlier diagnostics At global scope: cc1plus: note: unrecognized command-line option ‘-Wno-unused-command-line-argument’ may have been intended to silence earlier diagnostics ils.cpp: In function ‘int main(int, char**)’: 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'):       |         ^~~~ mv -f .deps/blkcalc.Tpo .deps/blkcalc.Po mv -f .deps/fsstat.Tpo .deps/fsstat.Po g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk  -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT jcat.o -MD -MP -MF .deps/jcat.Tpo -c -o jcat.o jcat.cpp fcat.cpp:182:13: warning: ‘char* __builtin_strncpy(char*, const char*, long unsigned int)’ specified bound depends on the length of the source argument [-Wstringop-truncation]   182 |     TSTRNCPY(path, argv[OPTIND], TSTRLEN(argv[OPTIND]) + 1);       |             ^ fcat.cpp:182:41: note: length computed here   182 |     TSTRNCPY(path, argv[OPTIND], TSTRLEN(argv[OPTIND]) + 1); g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk  -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT jls.o -MD -MP -MF .deps/jls.Tpo -c -o jls.o jls.cpp mv -f .deps/ffind.Tpo .deps/ffind.Po g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk  -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT usnjls.o -MD -MP -MF .deps/usnjls.Tpo -c -o usnjls.o usnjls.cpp fls.cpp: In function ‘int main(int, char**)’: fls.cpp:127:18: warning: this statement may fall through [-Wimplicit-fallthrough=]   127 |             usage();       |             ~~~~~^~ fls.cpp:128:9: note: here   128 |         case _TSK_T('a'):       |         ^~~~ mv -f .deps/blkcat.Tpo .deps/blkcat.Po /bin/sh ../../libtool  --tag=CXX   --mode=link g++ -std=c++14 -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS  -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now  -L/usr/local/lib -static -o blkcalc blkcalc.o ../../tsk/libtsk.la -lewf -lz -lsqlite3 -ldl -lstdc++  At global scope: cc1plus: note: unrecognized command-line option ‘-Wno-unused-command-line-argument’ may have been intended to silence earlier diagnostics At global scope: cc1plus: note: unrecognized command-line option ‘-Wno-unused-command-line-argument’ may have been intended to silence earlier diagnostics mv -f .deps/icat.Tpo .deps/icat.Po mv -f .deps/blkls.Tpo .deps/blkls.Po /bin/sh ../../libtool  --tag=CXX   --mode=link g++ -std=c++14 -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS  -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now  -L/usr/local/lib -static -o blkcat blkcat.o ../../tsk/libtsk.la -lewf -lz -lsqlite3 -ldl -lstdc++  At global scope: cc1plus: note: unrecognized command-line option ‘-Wno-unused-command-line-argument’ may have been intended to silence earlier diagnostics /bin/sh ../../libtool  --tag=CXX   --mode=link g++ -std=c++14 -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS  -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now  -L/usr/local/lib -static -o ffind ffind.o ../../tsk/libtsk.la -lewf -lz -lsqlite3 -ldl -lstdc++  mv -f .deps/fcat.Tpo .deps/fcat.Po /bin/sh ../../libtool  --tag=CXX   --mode=link g++ -std=c++14 -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS  -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now  -L/usr/local/lib -static -o fsstat fsstat.o ../../tsk/libtsk.la -lewf -lz -lsqlite3 -ldl -lstdc++  mv -f .deps/blkstat.Tpo .deps/blkstat.Po /bin/sh ../../libtool  --tag=CXX   --mode=link g++ -std=c++14 -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS  -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now  -L/usr/local/lib -static -o icat icat.o ../../tsk/libtsk.la -lewf -lz -lsqlite3 -ldl -lstdc++  At global scope: cc1plus: note: unrecognized command-line option ‘-Wno-unused-command-line-argument’ may have been intended to silence earlier diagnostics mv -f .deps/istat.Tpo .deps/istat.Po /bin/sh ../../libtool  --tag=CXX   --mode=link g++ -std=c++14 -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS  -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now  -L/usr/local/lib -static -o blkls blkls.o ../../tsk/libtsk.la -lewf -lz -lsqlite3 -ldl -lstdc++  At global scope: cc1plus: note: unrecognized command-line option ‘-Wno-unused-command-line-argument’ may have been intended to silence earlier diagnostics mv -f .deps/ils.Tpo .deps/ils.Po /bin/sh ../../libtool  --tag=CXX   --mode=link g++ -std=c++14 -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS  -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now  -L/usr/local/lib -static -o blkstat blkstat.o ../../tsk/libtsk.la -lewf -lz -lsqlite3 -ldl -lstdc++  At global scope: cc1plus: note: unrecognized command-line option ‘-Wno-unused-command-line-argument’ may have been intended to silence earlier diagnostics mv -f .deps/fls.Tpo .deps/fls.Po /bin/sh ../../libtool  --tag=CXX   --mode=link g++ -std=c++14 -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS  -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now  -L/usr/local/lib -static -o fcat fcat.o ../../tsk/libtsk.la -lewf -lz -lsqlite3 -ldl -lstdc++  libtool: link: g++ -std=c++14 -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -o ffind ffind.o  -L/usr/local/lib ../../tsk/.libs/libtsk.a -lewf -lz -lsqlite3 -ldl -lstdc++ libtool: link: g++ -std=c++14 -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -o fsstat fsstat.o  -L/usr/local/lib ../../tsk/.libs/libtsk.a -lewf -lz -lsqlite3 -ldl -lstdc++ libtool: link: g++ -std=c++14 -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -o blkcalc blkcalc.o  -L/usr/local/lib ../../tsk/.libs/libtsk.a -lewf -lz -lsqlite3 -ldl -lstdc++ libtool: link: g++ -std=c++14 -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -o icat icat.o  -L/usr/local/lib ../../tsk/.libs/libtsk.a -lewf -lz -lsqlite3 -ldl -lstdc++ 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'):       |         ^~~~ libtool: link: g++ -std=c++14 -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -o blkls blkls.o  -L/usr/local/lib ../../tsk/.libs/libtsk.a -lewf -lz -lsqlite3 -ldl -lstdc++ libtool: link: g++ -std=c++14 -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -o blkcat blkcat.o  -L/usr/local/lib ../../tsk/.libs/libtsk.a -lewf -lz -lsqlite3 -ldl -lstdc++ mv -f .deps/ifind.Tpo .deps/ifind.Po /bin/sh ../../libtool  --tag=CXX   --mode=link g++ -std=c++14 -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS  -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now  -L/usr/local/lib -static -o ils ils.o ../../tsk/libtsk.la -lewf -lz -lsqlite3 -ldl -lstdc++  At global scope: cc1plus: note: unrecognized command-line option ‘-Wno-unused-command-line-argument’ may have been intended to silence earlier diagnostics mv -f .deps/usnjls.Tpo .deps/usnjls.Po libtool: link: g++ -std=c++14 -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -o blkstat blkstat.o  -L/usr/local/lib ../../tsk/.libs/libtsk.a -lewf -lz -lsqlite3 -ldl -lstdc++ /bin/sh ../../libtool  --tag=CXX   --mode=link g++ -std=c++14 -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS  -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now  -L/usr/local/lib -static -o istat istat.o ../../tsk/libtsk.la -lewf -lz -lsqlite3 -ldl -lstdc++  libtool: link: g++ -std=c++14 -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -o fcat fcat.o  -L/usr/local/lib ../../tsk/.libs/libtsk.a -lewf -lz -lsqlite3 -ldl -lstdc++ /bin/sh ../../libtool  --tag=CXX   --mode=link g++ -std=c++14 -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS  -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now  -L/usr/local/lib -static -o usnjls usnjls.o ../../tsk/libtsk.la -lewf -lz -lsqlite3 -ldl -lstdc++  /bin/sh ../../libtool  --tag=CXX   --mode=link g++ -std=c++14 -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS  -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now  -L/usr/local/lib -static -o fls fls.o ../../tsk/libtsk.la -lewf -lz -lsqlite3 -ldl -lstdc++  /bin/sh ../../libtool  --tag=CXX   --mode=link g++ -std=c++14 -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS  -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now  -L/usr/local/lib -static -o ifind ifind.o ../../tsk/libtsk.la -lewf -lz -lsqlite3 -ldl -lstdc++  libtool: link: g++ -std=c++14 -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -o ils ils.o  -L/usr/local/lib ../../tsk/.libs/libtsk.a -lewf -lz -lsqlite3 -ldl -lstdc++ libtool: link: g++ -std=c++14 -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -o istat istat.o  -L/usr/local/lib ../../tsk/.libs/libtsk.a -lewf -lz -lsqlite3 -ldl -lstdc++ 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'):       |         ^~~~ libtool: link: g++ -std=c++14 -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -o usnjls usnjls.o  -L/usr/local/lib ../../tsk/.libs/libtsk.a -lewf -lz -lsqlite3 -ldl -lstdc++ libtool: link: g++ -std=c++14 -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -o fls fls.o  -L/usr/local/lib ../../tsk/.libs/libtsk.a -lewf -lz -lsqlite3 -ldl -lstdc++ 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'):       |         ^~~~ libtool: link: g++ -std=c++14 -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -o ifind ifind.o  -L/usr/local/lib ../../tsk/.libs/libtsk.a -lewf -lz -lsqlite3 -ldl -lstdc++ At global scope: cc1plus: note: unrecognized command-line option ‘-Wno-unused-command-line-argument’ may have been intended to silence earlier diagnostics mv -f .deps/jcat.Tpo .deps/jcat.Po /bin/sh ../../libtool  --tag=CXX   --mode=link g++ -std=c++14 -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS  -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now  -L/usr/local/lib -static -o jcat jcat.o ../../tsk/libtsk.la -lewf -lz -lsqlite3 -ldl -lstdc++  At global scope: cc1plus: note: unrecognized command-line option ‘-Wno-unused-command-line-argument’ may have been intended to silence earlier diagnostics mv -f .deps/jls.Tpo .deps/jls.Po /bin/sh ../../libtool  --tag=CXX   --mode=link g++ -std=c++14 -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS  -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now  -L/usr/local/lib -static -o jls jls.o ../../tsk/libtsk.la -lewf -lz -lsqlite3 -ldl -lstdc++  libtool: link: g++ -std=c++14 -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -o jcat jcat.o  -L/usr/local/lib ../../tsk/.libs/libtsk.a -lewf -lz -lsqlite3 -ldl -lstdc++ libtool: link: g++ -std=c++14 -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -o jls jls.o  -L/usr/local/lib ../../tsk/.libs/libtsk.a -lewf -lz -lsqlite3 -ldl -lstdc++ make[2]: Leaving directory '/home/chell/.cache/yay/sleuthkit-java/src/sleuthkit-4.12.1/tools/fstools' Making all in hashtools make[2]: Entering directory '/home/chell/.cache/yay/sleuthkit-java/src/sleuthkit-4.12.1/tools/hashtools' g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk  -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT hfind.o -MD -MP -MF .deps/hfind.Tpo -c -o hfind.o hfind.cpp mv -f .deps/hfind.Tpo .deps/hfind.Po /bin/sh ../../libtool  --tag=CXX   --mode=link g++ -std=c++14 -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS  -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now  -L/usr/local/lib -static -o hfind hfind.o ../../tsk/libtsk.la -lewf -lz -lsqlite3 -ldl -lstdc++  libtool: link: g++ -std=c++14 -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -o hfind hfind.o  -L/usr/local/lib ../../tsk/.libs/libtsk.a -lewf -lz -lsqlite3 -ldl -lstdc++ make[2]: Leaving directory '/home/chell/.cache/yay/sleuthkit-java/src/sleuthkit-4.12.1/tools/hashtools' Making all in srchtools make[2]: Entering directory '/home/chell/.cache/yay/sleuthkit-java/src/sleuthkit-4.12.1/tools/srchtools' gcc -DHAVE_CONFIG_H -I. -I../../tsk  -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -MT srch_strings.o -MD -MP -MF .deps/srch_strings.Tpo -c -o srch_strings.o srch_strings.c g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk  -I../.. -I./../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT sigfind.o -MD -MP -MF .deps/sigfind.Tpo -c -o sigfind.o sigfind.cpp 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:       |                 ^~~~~~~ At top level: cc1: note: unrecognized command-line option ‘-Wno-unused-command-line-argument’ may have been intended to silence earlier diagnostics mv -f .deps/srch_strings.Tpo .deps/srch_strings.Po /bin/sh ../../libtool  --tag=CC   --mode=link gcc -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection  -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now  -L/usr/local/lib -o srch_strings srch_strings.o  -lewf -lz -lsqlite3 -ldl -lstdc++  libtool: link: gcc -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -o srch_strings srch_strings.o  -L/usr/local/lib -lewf -lz -lsqlite3 -ldl -lstdc++ mv -f .deps/sigfind.Tpo .deps/sigfind.Po /bin/sh ../../libtool  --tag=CXX   --mode=link g++ -std=c++14 -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -static -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now  -L/usr/local/lib -o sigfind sigfind.o ../../tsk/libtsk.la -lewf -lz -lsqlite3 -ldl -lstdc++  libtool: link: g++ -std=c++14 -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -o sigfind sigfind.o  -L/usr/local/lib ../../tsk/.libs/libtsk.a -lewf -lz -lsqlite3 -ldl -lstdc++ make[2]: Leaving directory '/home/chell/.cache/yay/sleuthkit-java/src/sleuthkit-4.12.1/tools/srchtools' Making all in sorter make[2]: Entering directory '/home/chell/.cache/yay/sleuthkit-java/src/sleuthkit-4.12.1/tools/sorter' make[2]: Leaving directory '/home/chell/.cache/yay/sleuthkit-java/src/sleuthkit-4.12.1/tools/sorter' Making all in timeline make[2]: Entering directory '/home/chell/.cache/yay/sleuthkit-java/src/sleuthkit-4.12.1/tools/timeline' make[2]: Leaving directory '/home/chell/.cache/yay/sleuthkit-java/src/sleuthkit-4.12.1/tools/timeline' Making all in autotools make[2]: Entering directory '/home/chell/.cache/yay/sleuthkit-java/src/sleuthkit-4.12.1/tools/autotools' g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk  -I../.. -I./../..  -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-overloaded-virtual -Wno-unused-command-line-argument -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT tsk_recover.o -MD -MP -MF .deps/tsk_recover.Tpo -c -o tsk_recover.o tsk_recover.cpp g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk  -I../.. -I./../..  -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-overloaded-virtual -Wno-unused-command-line-argument -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT tsk_loaddb.o -MD -MP -MF .deps/tsk_loaddb.Tpo -c -o tsk_loaddb.o tsk_loaddb.cpp g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk  -I../.. -I./../..  -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-overloaded-virtual -Wno-unused-command-line-argument -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT tsk_comparedir.o -MD -MP -MF .deps/tsk_comparedir.Tpo -c -o tsk_comparedir.o tsk_comparedir.cpp g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk  -I../.. -I./../..  -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-overloaded-virtual -Wno-unused-command-line-argument -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT tsk_gettimes.o -MD -MP -MF .deps/tsk_gettimes.Tpo -c -o tsk_gettimes.o tsk_gettimes.cpp g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk  -I../.. -I./../..  -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-overloaded-virtual -Wno-unused-command-line-argument -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT tsk_imageinfo.o -MD -MP -MF .deps/tsk_imageinfo.Tpo -c -o tsk_imageinfo.o tsk_imageinfo.cpp tsk_gettimes.cpp: In function ‘int main(int, char**)’: tsk_gettimes.cpp:177:18: warning: this statement may fall through [-Wimplicit-fallthrough=]   177 |             usage();       |             ~~~~~^~ tsk_gettimes.cpp:180:9: note: here   180 |         case _TSK_T('b'):       |         ^~~~ tsk_recover.cpp: In function ‘int main(int, char**)’: 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_gettimes.cpp: In member function ‘virtual TSK_FILTER_ENUM TskGetTimes::filterFs(TSK_FS_INFO*)’: tsk_gettimes.cpp:106:17: warning: ‘char* __builtin___strncat_chk(char*, const char*, long unsigned int, long unsigned int)’ output may be truncated copying 32 bytes from a string of length 32 [-Wstringop-truncation]   106 |         TSTRNCAT(volName, poolVolName, 32);       |                 ^ tsk_imageinfo.cpp: In function ‘int main(int, char**)’: tsk_imageinfo.cpp:46:14: warning: unused variable ‘do_hash’ [-Wunused-variable]    46 |         bool do_hash = false;       |              ^~~~~~~ tsk_imageinfo.cpp:125:9: warning: variable ‘findFilesResult’ set but not used [-Wunused-but-set-variable]   125 |     int findFilesResult;       |         ^~~~~~~~~~~~~~~ tsk_recover.cpp: In member function ‘uint8_t TskRecover::writeFile(TSK_FS_FILE*, const char*)’: 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:964,                  from ../../tsk/base/tsk_base.h:27,                  from ../../tsk/base/tsk_base_i.h:31,                  from ../../tsk/tsk_tools_i.h:17,                  from tsk_recover.cpp:12: In function ‘int snprintf(char*, size_t, const char*, ...)’,     inlined from ‘uint8_t TskRecover::writeFile(TSK_FS_FILE*, const char*)’ at tsk_recover.cpp:253:13: /usr/include/bits/stdio2.h:54:35: note: ‘__builtin___snprintf_chk’ output 3 or more bytes (assuming 4098) into a destination of size 4096    54 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,       |          ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~    55 |                                    __glibc_objsize (__s), __fmt,       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~    56 |                                    __va_arg_pack ());       |                                    ~~~~~~~~~~~~~~~~~ At global scope: cc1plus: note: unrecognized command-line option ‘-Wno-unused-command-line-argument’ may have been intended to silence earlier diagnostics mv -f .deps/tsk_gettimes.Tpo .deps/tsk_gettimes.Po /bin/sh ../../libtool  --tag=CXX   --mode=link g++ -std=c++14 -Wall -Wextra -Wno-unused-parameter -Wno-overloaded-virtual -Wno-unused-command-line-argument -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS  -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now  -L/usr/local/lib -static -o tsk_gettimes tsk_gettimes.o ../../tsk/libtsk.la -lewf -lz -lsqlite3 -ldl -lstdc++  tsk_imageinfo.cpp:68:18: warning: this statement may fall through [-Wimplicit-fallthrough=]    68 |             usage();       |             ~~~~~^~ tsk_imageinfo.cpp:70:9: note: here    70 |         case _TSK_T('b'):       |         ^~~~ tsk_comparedir.cpp: In function ‘int main(int, char**)’: tsk_comparedir.cpp:376:18: warning: this statement may fall through [-Wimplicit-fallthrough=]   376 |             usage();       |             ~~~~~^~ tsk_comparedir.cpp:378:9: note: here   378 |         case _TSK_T('b'):       |         ^~~~ At global scope: cc1plus: note: unrecognized command-line option ‘-Wno-unused-command-line-argument’ may have been intended to silence earlier diagnostics mv -f .deps/tsk_imageinfo.Tpo .deps/tsk_imageinfo.Po /bin/sh ../../libtool  --tag=CXX   --mode=link g++ -std=c++14 -Wall -Wextra -Wno-unused-parameter -Wno-overloaded-virtual -Wno-unused-command-line-argument -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS  -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now  -L/usr/local/lib -static -o tsk_imageinfo tsk_imageinfo.o ../../tsk/libtsk.la -lewf -lz -lsqlite3 -ldl -lstdc++  At global scope: cc1plus: note: unrecognized command-line option ‘-Wno-unused-command-line-argument’ may have been intended to silence earlier diagnostics mv -f .deps/tsk_recover.Tpo .deps/tsk_recover.Po /bin/sh ../../libtool  --tag=CXX   --mode=link g++ -std=c++14 -Wall -Wextra -Wno-unused-parameter -Wno-overloaded-virtual -Wno-unused-command-line-argument -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS  -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now  -L/usr/local/lib -static -o tsk_recover tsk_recover.o ../../tsk/libtsk.la -lewf -lz -lsqlite3 -ldl -lstdc++  libtool: link: g++ -std=c++14 -Wall -Wextra -Wno-unused-parameter -Wno-overloaded-virtual -Wno-unused-command-line-argument -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -o tsk_gettimes tsk_gettimes.o  -L/usr/local/lib ../../tsk/.libs/libtsk.a -lewf -lz -lsqlite3 -ldl -lstdc++ libtool: link: g++ -std=c++14 -Wall -Wextra -Wno-unused-parameter -Wno-overloaded-virtual -Wno-unused-command-line-argument -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -o tsk_imageinfo tsk_imageinfo.o  -L/usr/local/lib ../../tsk/.libs/libtsk.a -lewf -lz -lsqlite3 -ldl -lstdc++ tsk_comparedir.cpp: In member function ‘uint8_t TskCompareDir::processLclDir(const TSK_TCHAR*)’: tsk_comparedir.cpp:168:12: warning: ‘char* __builtin_strncpy(char*, const char*, long unsigned int)’ specified bound 1024 equals destination size [-Wstringop-truncation]   168 |     strncpy(fullPath, m_lclDir, TSK_CD_BUFSIZE);       |            ^ tsk_comparedir.cpp:175:16: warning: ‘char* __builtin_strncpy(char*, const char*, long unsigned int)’ specified bound 1024 equals destination size [-Wstringop-truncation]   175 |         strncpy(file, a_dir, TSK_CD_BUFSIZE);       |                ^ tsk_comparedir.cpp:179:16: warning: ‘char* __builtin_strncpy(char*, const char*, long unsigned int)’ specified bound 1024 equals destination size [-Wstringop-truncation]   179 |         strncpy(fullPath, m_lclDir, TSK_CD_BUFSIZE);       |                ^ tsk_comparedir.cpp:180:16: warning: ‘char* __builtin___strncat_chk(char*, const char*, long unsigned int, long unsigned int)’ output may be truncated copying between 0 and 1023 bytes from a string of length 1023 [-Wstringop-truncation]   180 |         strncat(fullPath, file, TSK_CD_BUFSIZE-strlen(fullPath)-1);       |                ^ libtool: link: g++ -std=c++14 -Wall -Wextra -Wno-unused-parameter -Wno-overloaded-virtual -Wno-unused-command-line-argument -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -o tsk_recover tsk_recover.o  -L/usr/local/lib ../../tsk/.libs/libtsk.a -lewf -lz -lsqlite3 -ldl -lstdc++ At global scope: cc1plus: note: unrecognized command-line option ‘-Wno-unused-command-line-argument’ may have been intended to silence earlier diagnostics 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'):       |         ^~~~ mv -f .deps/tsk_comparedir.Tpo .deps/tsk_comparedir.Po /bin/sh ../../libtool  --tag=CXX   --mode=link g++ -std=c++14 -Wall -Wextra -Wno-unused-parameter -Wno-overloaded-virtual -Wno-unused-command-line-argument -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS  -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now  -L/usr/local/lib -static -o tsk_comparedir tsk_comparedir.o ../../tsk/libtsk.la -lewf -lz -lsqlite3 -ldl -lstdc++  libtool: link: g++ -std=c++14 -Wall -Wextra -Wno-unused-parameter -Wno-overloaded-virtual -Wno-unused-command-line-argument -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -o tsk_comparedir tsk_comparedir.o  -L/usr/local/lib ../../tsk/.libs/libtsk.a -lewf -lz -lsqlite3 -ldl -lstdc++ At global scope: cc1plus: note: unrecognized command-line option ‘-Wno-unused-command-line-argument’ may have been intended to silence earlier diagnostics mv -f .deps/tsk_loaddb.Tpo .deps/tsk_loaddb.Po /bin/sh ../../libtool  --tag=CXX   --mode=link g++ -std=c++14 -Wall -Wextra -Wno-unused-parameter -Wno-overloaded-virtual -Wno-unused-command-line-argument -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS  -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now  -L/usr/local/lib -static -o tsk_loaddb tsk_loaddb.o ../../tsk/libtsk.la -lewf -lz -lsqlite3 -ldl -lstdc++  libtool: link: g++ -std=c++14 -Wall -Wextra -Wno-unused-parameter -Wno-overloaded-virtual -Wno-unused-command-line-argument -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -o tsk_loaddb tsk_loaddb.o  -L/usr/local/lib ../../tsk/.libs/libtsk.a -lewf -lz -lsqlite3 -ldl -lstdc++ make[2]: Leaving directory '/home/chell/.cache/yay/sleuthkit-java/src/sleuthkit-4.12.1/tools/autotools' Making all in fiwalk make[2]: Entering directory '/home/chell/.cache/yay/sleuthkit-java/src/sleuthkit-4.12.1/tools/fiwalk' Making all in src make[3]: Entering directory '/home/chell/.cache/yay/sleuthkit-java/src/sleuthkit-4.12.1/tools/fiwalk/src' g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../../tsk  -I../../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT fiwalk.o -MD -MP -MF .deps/fiwalk.Tpo -c -o fiwalk.o fiwalk.cpp g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../../tsk  -I../../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT fiwalk_tsk.o -MD -MP -MF .deps/fiwalk_tsk.Tpo -c -o fiwalk_tsk.o fiwalk_tsk.cpp g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../../tsk  -I../../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT content.o -MD -MP -MF .deps/content.Tpo -c -o content.o content.cpp g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../../tsk  -I../../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT arff.o -MD -MP -MF .deps/arff.Tpo -c -o arff.o arff.cpp g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../../tsk  -I../../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT plugin.o -MD -MP -MF .deps/plugin.Tpo -c -o plugin.o plugin.cpp gcc -DHAVE_CONFIG_H -I. -I../../../tsk  -I../../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -MT utils.o -MD -MP -MF .deps/utils.Tpo -c -o utils.o utils.c g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../../tsk  -I../../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT dfxml.o -MD -MP -MF .deps/dfxml.Tpo -c -o dfxml.o dfxml.cpp gcc -DHAVE_CONFIG_H -I. -I../../../tsk  -I../../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -MT hexbuf.o -MD -MP -MF .deps/hexbuf.Tpo -c -o hexbuf.o hexbuf.c g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../../tsk  -I../../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT unicode_escape.o -MD -MP -MF .deps/unicode_escape.Tpo -c -o unicode_escape.o unicode_escape.cpp g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../../tsk  -I../../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT base64.o -MD -MP -MF .deps/base64.Tpo -c -o base64.o base64.cpp gcc -DHAVE_CONFIG_H -I. -I../../../tsk  -I../../.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -MT sha2.o -MD -MP -MF .deps/sha2.Tpo -c -o sha2.o sha2.c mv -f .deps/hexbuf.Tpo .deps/hexbuf.Po mv -f .deps/utils.Tpo .deps/utils.Po mv -f .deps/sha2.Tpo .deps/sha2.Po mv -f .deps/base64.Tpo .deps/base64.Po In file included from fiwalk.h:97,                  from fiwalk.cpp:39: hash_t.h: In instantiation of ‘hash_generator__<T>::hash_generator__() [with T = md5_]’: content.h:65:9:   required from here hash_t.h:196:35: 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:27: 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:35: 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:35: 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:35: 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:35: 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:35: 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:35: 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:35: 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__<T>::hash_generator__() [with T = sha1_]’: content.h:66:9:   required from here hash_t.h:196:35: 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:27: 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:35: 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:35: 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:35: 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:35: 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:35: 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;       |                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from fiwalk.h:97,                  from fiwalk_tsk.cpp:22: hash_t.h: In instantiation of ‘hash_generator__<T>::hash_generator__() [with T = md5_]’: content.h:65:9:   required from here hash_t.h:196:35: 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:219:35: 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:35: 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:197:27: 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:35: 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:35: 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:35: 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:35: 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:35: 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:35: 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:35: 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__<T>::hash_generator__() [with T = sha1_]’: content.h:66:9:   required from here hash_t.h:196:35: 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:27: 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:35: 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:35: 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:35: 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:35: 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:35: 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:35: 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:35: 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;       |                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mv -f .deps/unicode_escape.Tpo .deps/unicode_escape.Po fiwalk.cpp: In function ‘int main(int, char* const*)’: fiwalk.cpp:525:35: warning: this statement may fall through [-Wimplicit-fallthrough=]   525 |         case _TSK_T('M'): opt_md5 = true;       |                           ~~~~~~~~^~~~~~ fiwalk.cpp:526:9: note: here   526 |         case _TSK_T('O'): opt_allocated_only=true; break;       |         ^~~~ In file included from fiwalk.h:97,                  from content.cpp:39: hash_t.h: In instantiation of ‘hash_generator__<T>::hash_generator__() [with T = md5_]’: content.h:65:9:   required from here hash_t.h:196:35: 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:27: 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:35: 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:35: 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:35: 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:35: 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:35: 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:35: 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:35: 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__<T>::hash_generator__() [with T = sha1_]’: content.h:66:9:   required from here hash_t.h:196:35: 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:27: 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:35: 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:35: 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:35: 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:35: 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:35: 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:35: 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:35: 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;       |                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from fiwalk.h:97,                  from plugin.cpp:49: hash_t.h: In instantiation of ‘hash_generator__<T>::hash_generator__() [with T = md5_]’: content.h:65:9:   required from here hash_t.h:196:35: 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:27: 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:35: 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:35: 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:35: 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:35: 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:35: 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:35: 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:35: 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__<T>::hash_generator__() [with T = sha1_]’: content.h:66:9:   required from here hash_t.h:196:35: 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:27: 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:35: 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:35: 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:35: 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:35: 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:35: 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:35: 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:35: 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;       |                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from fiwalk.h:97,                  from arff.cpp:21: hash_t.h: In instantiation of ‘hash_generator__<T>::hash_generator__() [with T = md5_]’: content.h:65:9:   required from here hash_t.h:196:35: 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:27: 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:35: 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:35: 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:35: 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:35: 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:35: 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:35: 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:35: 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__<T>::hash_generator__() [with T = sha1_]’: content.h:66:9:   required from here hash_t.h:196:35: 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:27: 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:35: 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:35: 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:35: 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:35: 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:35: 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:35: 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:35: 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 mv -f .deps/fiwalk_tsk.Tpo .deps/fiwalk_tsk.Po cc1plus: note: unrecognized command-line option ‘-Wno-unused-command-line-argument’ may have been intended to silence earlier diagnostics mv -f .deps/plugin.Tpo .deps/plugin.Po cc1plus: note: unrecognized command-line option ‘-Wno-unused-command-line-argument’ may have been intended to silence earlier diagnostics mv -f .deps/content.Tpo .deps/content.Po mv -f .deps/dfxml.Tpo .deps/dfxml.Po At global scope: cc1plus: note: unrecognized command-line option ‘-Wno-unused-command-line-argument’ may have been intended to silence earlier diagnostics mv -f .deps/fiwalk.Tpo .deps/fiwalk.Po cc1plus: note: unrecognized command-line option ‘-Wno-unused-command-line-argument’ may have been intended to silence earlier diagnostics mv -f .deps/arff.Tpo .deps/arff.Po /bin/sh ../../../libtool  --tag=CXX   --mode=link g++ -std=c++14 -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS  -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now  -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 -lz -lsqlite3 -ldl -lstdc++  libtool: link: g++ -std=c++14 -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -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 -lsqlite3 -ldl -lstdc++ make[3]: Leaving directory '/home/chell/.cache/yay/sleuthkit-java/src/sleuthkit-4.12.1/tools/fiwalk/src' Making all in plugins make[3]: Entering directory '/home/chell/.cache/yay/sleuthkit-java/src/sleuthkit-4.12.1/tools/fiwalk/plugins' g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../../tsk   -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT jpeg_extract.o -MD -MP -MF .deps/jpeg_extract.Tpo -c -o jpeg_extract.o jpeg_extract.cpp mv -f .deps/jpeg_extract.Tpo .deps/jpeg_extract.Po /bin/sh ../../../libtool  --tag=CXX   --mode=link g++ -std=c++14 -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS  -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now  -L/usr/local/lib -o jpeg_extract jpeg_extract.o  -lewf -lz -lsqlite3 -ldl -lstdc++  libtool: link: g++ -std=c++14 -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -o jpeg_extract jpeg_extract.o  -L/usr/local/lib -lewf -lz -lsqlite3 -ldl -lstdc++ make[3]: Leaving directory '/home/chell/.cache/yay/sleuthkit-java/src/sleuthkit-4.12.1/tools/fiwalk/plugins' make[3]: Entering directory '/home/chell/.cache/yay/sleuthkit-java/src/sleuthkit-4.12.1/tools/fiwalk' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/home/chell/.cache/yay/sleuthkit-java/src/sleuthkit-4.12.1/tools/fiwalk' make[2]: Leaving directory '/home/chell/.cache/yay/sleuthkit-java/src/sleuthkit-4.12.1/tools/fiwalk' Making all in pooltools make[2]: Entering directory '/home/chell/.cache/yay/sleuthkit-java/src/sleuthkit-4.12.1/tools/pooltools' g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../tsk  -I../.. -I./../.. -Wall -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT pstat.o -MD -MP -MF .deps/pstat.Tpo -c -o pstat.o pstat.cpp 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'):       |         ^~~~ mv -f .deps/pstat.Tpo .deps/pstat.Po /bin/sh ../../libtool  --tag=CXX   --mode=link g++ -std=c++14 -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS  -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now  -L/usr/local/lib -static -o pstat pstat.o ../../tsk/libtsk.la -lewf -lz -lsqlite3 -ldl -lstdc++  libtool: link: g++ -std=c++14 -Wall -Wextra -Wno-unused-parameter -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -o pstat pstat.o  -L/usr/local/lib ../../tsk/.libs/libtsk.a -lewf -lz -lsqlite3 -ldl -lstdc++ make[2]: Leaving directory '/home/chell/.cache/yay/sleuthkit-java/src/sleuthkit-4.12.1/tools/pooltools' make[2]: Entering directory '/home/chell/.cache/yay/sleuthkit-java/src/sleuthkit-4.12.1/tools' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/home/chell/.cache/yay/sleuthkit-java/src/sleuthkit-4.12.1/tools' make[1]: Leaving directory '/home/chell/.cache/yay/sleuthkit-java/src/sleuthkit-4.12.1/tools' Making all in tests make[1]: Entering directory '/home/chell/.cache/yay/sleuthkit-java/src/sleuthkit-4.12.1/tests' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/home/chell/.cache/yay/sleuthkit-java/src/sleuthkit-4.12.1/tests' Making all in samples make[1]: Entering directory '/home/chell/.cache/yay/sleuthkit-java/src/sleuthkit-4.12.1/samples' g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../tsk  -I.. -I./.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT posix-style.o -MD -MP -MF .deps/posix-style.Tpo -c -o posix-style.o posix-style.cpp g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../tsk  -I.. -I./.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT callback-style.o -MD -MP -MF .deps/callback-style.Tpo -c -o callback-style.o callback-style.cpp g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../tsk  -I.. -I./.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT posix-cpp-style.o -MD -MP -MF .deps/posix-cpp-style.Tpo -c -o posix-cpp-style.o posix-cpp-style.cpp g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../tsk  -I.. -I./.. -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT callback-cpp-style.o -MD -MP -MF .deps/callback-cpp-style.Tpo -c -o callback-cpp-style.o callback-cpp-style.cpp In file included from ../tsk/libtsk.h:15,                  from callback-cpp-style.cpp:41: In member function ‘void TskFsInfo::close()’,     inlined from ‘uint8_t procFs(TskImgInfo*, TSK_OFF_T)’ at callback-cpp-style.cpp:196:23: ../tsk/fs/tsk_fs.h:2225:21: warning: pointer used after ‘void operator delete(void*, std::size_t)’ [-Wuse-after-free]  2225 |         tsk_fs_close(m_fsInfo);       |         ~~~~~~~~~~~~^~~~~~~~~~ callback-cpp-style.cpp: In function ‘uint8_t procFs(TskImgInfo*, TSK_OFF_T)’: callback-cpp-style.cpp:194:16: note: call to ‘void operator delete(void*, std::size_t)’ here   194 |         delete fs_info;       |                ^~~~~~~ mv -f .deps/callback-style.Tpo .deps/callback-style.Po /bin/sh ../libtool  --tag=CXX   --mode=link g++ -std=c++14 -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -static -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now  -L/usr/local/lib -o callback_style callback-style.o ../tsk/libtsk.la -lewf -lz -lsqlite3 -ldl -lstdc++  mv -f .deps/posix-style.Tpo .deps/posix-style.Po /bin/sh ../libtool  --tag=CXX   --mode=link g++ -std=c++14 -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -static -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now  -L/usr/local/lib -o posix_style posix-style.o ../tsk/libtsk.la -lewf -lz -lsqlite3 -ldl -lstdc++  At global scope: cc1plus: note: unrecognized command-line option ‘-Wno-unused-command-line-argument’ may have been intended to silence earlier diagnostics mv -f .deps/callback-cpp-style.Tpo .deps/callback-cpp-style.Po /bin/sh ../libtool  --tag=CXX   --mode=link g++ -std=c++14 -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -static -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now  -L/usr/local/lib -o callback_cpp_style callback-cpp-style.o ../tsk/libtsk.la -lewf -lz -lsqlite3 -ldl -lstdc++  libtool: link: g++ -std=c++14 -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -o callback_style callback-style.o  -L/usr/local/lib ../tsk/.libs/libtsk.a -lewf -lz -lsqlite3 -ldl -lstdc++ mv -f .deps/posix-cpp-style.Tpo .deps/posix-cpp-style.Po /bin/sh ../libtool  --tag=CXX   --mode=link g++ -std=c++14 -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -static -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now  -L/usr/local/lib -o posix_cpp_style posix-cpp-style.o ../tsk/libtsk.la -lewf -lz -lsqlite3 -ldl -lstdc++  libtool: link: g++ -std=c++14 -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -o posix_style posix-style.o  -L/usr/local/lib ../tsk/.libs/libtsk.a -lewf -lz -lsqlite3 -ldl -lstdc++ libtool: link: g++ -std=c++14 -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -o callback_cpp_style callback-cpp-style.o  -L/usr/local/lib ../tsk/.libs/libtsk.a -lewf -lz -lsqlite3 -ldl -lstdc++ libtool: link: g++ -std=c++14 -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=nat ive -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -o posix_cpp_style posix-cpp-style.o  -L/usr/local/lib ../tsk/.libs/libtsk.a -lewf -lz -lsqlite3 -ldl -lstdc++ make[1]: Leaving directory '/home/chell/.cache/yay/sleuthkit-java/src/sleuthkit-4.12.1/samples' Making all in man make[1]: Entering directory '/home/chell/.cache/yay/sleuthkit-java/src/sleuthkit-4.12.1/man' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/home/chell/.cache/yay/sleuthkit-java/src/sleuthkit-4.12.1/man' make[1]: Entering directory '/home/chell/.cache/yay/sleuthkit-java/src/sleuthkit-4.12.1' make[1]: Nothing to be done for 'all-am'. make[1]: Leaving directory '/home/chell/.cache/yay/sleuthkit-java/src/sleuthkit-4.12.1'  BUILD FAILED /home/chell/.cache/yay/sleuthkit-java/src/sleuthkit-4.12.1/bindings/java/build-unix.xml:41: JNI native library not built.  Total time: 0 seconds ==> ERROR: A failure occurred in build().     Aborting...  -> error making: sleuthkit-java-exit status 4  -> Failed to install the following packages. Manual intervention is required: sleuthkit-java - exit status 4 yay -S aur/sleuthkit-java  244.07s user 31.62s system 142% cpu 3:13.61 total 

c0r3dump3d commented on 2023-10-13 13:06 (UTC) (edited on 2023-10-13 13:06 (UTC) by c0r3dump3d)

mh4ckwascut, yes it is work without any errors.

mh4ckwascut commented on 2023-10-13 11:42 (UTC)

Glad that your problem is solved. Does your autopsy work without any errors ? Also, I thought that java-runtime=17 in the PKGBUILD would enforce the installation and use of Java 17, weird.

c0r3dump3d commented on 2023-10-13 10:50 (UTC) (edited on 2023-10-13 11:00 (UTC) by c0r3dump3d)

Thank's for the answer, I have found the error, I didn't have the javac (17 version) compiler installed:

sudo pacman -S jdk17-openjdk 

and I have configured the java-17 as default:

 $ archlinux-java status Available Java environments:   java-17-openjdk (default)   java-21-openjdk 

And then in a first execution I have needed to start autopsy with the option --nosplash:

autopsy --nosplash 

https://sleuthkit.discourse.group/t/hangs-on-starting-modules-ubuntu-20-04/2598

mh4ckwascut commented on 2023-10-13 09:38 (UTC)

@c0r3dump3d @balwierz thanks for the report. I can't reproduce, I tried building in a fresh archlinux:base-devel container and it succeeds. Please try the following : - Rebuild the package from scratch after cleaning your AUR helper's cache - If it fails again, please share me the full log

c0r3dump3d commented on 2023-10-12 21:34 (UTC) (edited on 2023-10-12 21:34 (UTC) by c0r3dump3d)

Hi, I have the same error:

sleuthkit-java/src/sleuthkit-4.12.1/bindings/java/build-unix.xml:41: JNI native library not built. 

balwierz commented on 2023-10-11 13:59 (UTC)

Does not compile:

aur-sleuthkit-java/src/sleuthkit-4.12.1/bindings/java/build-unix.xml:41: JNI native library not built. 

Network_Jack commented on 2023-09-28 16:46 (UTC)

Change:

depends=(java-runtime=8 java8-openjfx sleuthkit) 

to

depends=(java-runtime=17 java17-openjfx sleuthkit) 

This is to match Autopsy that uses Java 17

Network_Jack commented on 2021-08-30 16:21 (UTC)

PKGBUILD for 4.11.0: https://pastebin.com/GKHUv4N3

Also moved to Java 11