Advertisement
Guest User

Untitled

a guest
May 27th, 2019
628
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 225.35 KB | None | 0 0
  1. Synchronizing package databases...
  2. Refreshing antergos.db...
  3. Starting full system upgrade...
  4. Cloning autopsy build files...
  5. Checking autopsy dependencies...
  6. Cloning sleuthkit-java build files...
  7. Checking sleuthkit-java dependencies...
  8. Building sleuthkit-java...
  9. ==> Making package: sleuthkit-java 4.6.6-0 (Tue 28 May 2019 12:23:39 NZST)
  10. ==> Checking runtime dependencies...
  11. ==> Checking buildtime dependencies...
  12. ==> Retrieving sources...
  13. -> Downloading sleuthkit-4.6.6.tar.gz...
  14. % Total % Received % Xferd Average Speed Time Time Time Current
  15. Dload Upload Total Spent Left Speed
  16.  
  17. 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
  18. 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
  19. 100 611 0 611 0 0 1079 0 --:--:-- --:--:-- --:--:-- 1077
  20.  
  21. 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0
  22. 2 8465k 2 204k 0 0 90811 0 0:01:35 0:00:02 0:01:33 190k
  23. 16 8465k 16 1360k 0 0 413k 0 0:00:20 0:00:03 0:00:17 660k
  24. 31 8465k 31 2636k 0 0 613k 0 0:00:13 0:00:04 0:00:09 858k
  25. 47 8465k 47 4011k 0 0 763k 0 0:00:11 0:00:05 0:00:06 997k
  26. 64 8465k 64 5484k 0 0 879k 0 0:00:09 0:00:06 0:00:03 1095k
  27. 83 8465k 83 7036k 0 0 974k 0 0:00:08 0:00:07 0:00:01 1390k
  28. 100 8465k 100 8465k 0 0 1052k 0 0:00:08 0:00:08 --:--:-- 1494k
  29. -> Found build-tmp-dir.patch
  30. ==> Validating source files with md5sums...
  31. sleuthkit-4.6.6.tar.gz ... Passed
  32. build-tmp-dir.patch ... Passed
  33. ==> Removing existing $srcdir/ directory...
  34. ==> Extracting sources...
  35. -> Extracting sleuthkit-4.6.6.tar.gz with bsdtar
  36. ==> Starting prepare()...
  37. patching file sleuthkit-4.6.6/bindings/java/build.xml
  38. ==> Starting build()...
  39. checking for a BSD-compatible install... /usr/bin/install -c
  40. checking whether build environment is sane... yes
  41. checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
  42. checking for gawk... gawk
  43. checking whether make sets $(MAKE)... yes
  44. checking whether make supports nested variables... yes
  45. checking for cppunit-config... no
  46. checking for Cppunit - version >= 1.12.1... no
  47. checking build system type... x86_64-pc-linux-gnu
  48. checking host system type... x86_64-pc-linux-gnu
  49. checking how to print strings... printf
  50. checking for style of include used by make... GNU
  51. checking for gcc... gcc
  52. checking whether the C compiler works... yes
  53. checking for C compiler default output file name... a.out
  54. checking for suffix of executables...
  55. checking whether we are cross compiling... no
  56. checking for suffix of object files... o
  57. checking whether we are using the GNU C compiler... yes
  58. checking whether gcc accepts -g... yes
  59. checking for gcc option to accept ISO C89... none needed
  60. checking whether gcc understands -c and -o together... yes
  61. checking dependency style of gcc... gcc3
  62. checking for a sed that does not truncate output... /usr/bin/sed
  63. checking for grep that handles long lines and -e... /usr/bin/grep
  64. checking for egrep... /usr/bin/grep -E
  65. checking for fgrep... /usr/bin/grep -F
  66. checking for ld used by gcc... /usr/bin/ld
  67. checking if the linker (/usr/bin/ld) is GNU ld... yes
  68. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  69. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  70. checking whether ln -s works... yes
  71. checking the maximum length of command line arguments... 1572864
  72. checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
  73. checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
  74. checking for /usr/bin/ld option to reload object files... -r
  75. checking for objdump... objdump
  76. checking how to recognize dependent libraries... pass_all
  77. checking for dlltool... no
  78. checking how to associate runtime and link libraries... printf %s\n
  79. checking for ar... ar
  80. checking for archiver @FILE support... @
  81. checking for strip... strip
  82. checking for ranlib... ranlib
  83. checking command to parse /usr/bin/nm -B output from gcc object... ok
  84. checking for sysroot... no
  85. checking for a working dd... /usr/bin/dd
  86. checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
  87. checking for mt... no
  88. checking if : is a manifest tool... no
  89. checking how to run the C preprocessor... gcc -E
  90. checking for ANSI C header files... yes
  91. checking for sys/types.h... yes
  92. checking for sys/stat.h... yes
  93. checking for stdlib.h... yes
  94. checking for string.h... yes
  95. checking for memory.h... yes
  96. checking for strings.h... yes
  97. checking for inttypes.h... yes
  98. checking for stdint.h... yes
  99. checking for unistd.h... yes
  100. checking for dlfcn.h... yes
  101. checking for objdir... .libs
  102. checking if gcc supports -fno-rtti -fno-exceptions... no
  103. checking for gcc option to produce PIC... -fPIC -DPIC
  104. checking if gcc PIC flag -fPIC -DPIC works... yes
  105. checking if gcc static flag -static works... yes
  106. checking if gcc supports -c -o file.o... yes
  107. checking if gcc supports -c -o file.o... (cached) yes
  108. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  109. checking whether -lc should be explicitly linked in... no
  110. checking dynamic linker characteristics... GNU/Linux ld.so
  111. checking how to hardcode library paths into programs... immediate
  112. checking whether stripping libraries is possible... yes
  113. checking if libtool supports shared libraries... yes
  114. checking whether to build shared libraries... yes
  115. checking whether to build static libraries... yes
  116. checking whether to enable maintainer-specific portions of Makefiles... no
  117. checking for g++... g++
  118. checking whether we are using the GNU C++ compiler... yes
  119. checking whether g++ accepts -g... yes
  120. checking dependency style of g++... gcc3
  121. checking how to run the C++ preprocessor... g++ -E
  122. checking for ld used by g++... /usr/bin/ld -m elf_x86_64
  123. checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
  124. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  125. checking for g++ option to produce PIC... -fPIC -DPIC
  126. checking if g++ PIC flag -fPIC -DPIC works... yes
  127. checking if g++ static flag -static works... yes
  128. checking if g++ supports -c -o file.o... yes
  129. checking if g++ supports -c -o file.o... (cached) yes
  130. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  131. checking dynamic linker characteristics... (cached) GNU/Linux ld.so
  132. checking how to hardcode library paths into programs... immediate
  133. checking for gcc... (cached) gcc
  134. checking whether we are using the GNU C compiler... (cached) yes
  135. checking whether gcc accepts -g... (cached) yes
  136. checking for gcc option to accept ISO C89... (cached) none needed
  137. checking whether gcc understands -c and -o together... (cached) yes
  138. checking dependency style of gcc... (cached) gcc3
  139. checking how to run the C preprocessor... gcc -E
  140. checking whether ln -s works... yes
  141. checking whether make sets $(MAKE)... (cached) yes
  142. checking for perl... /usr/bin/perl
  143. checking for ANSI C header files... (cached) yes
  144. checking err.h usability... yes
  145. checking err.h presence... yes
  146. checking for err.h... yes
  147. checking for inttypes.h... (cached) yes
  148. checking for unistd.h... (cached) yes
  149. checking for stdint.h... (cached) yes
  150. checking sys/param.h usability... yes
  151. checking sys/param.h presence... yes
  152. checking for sys/param.h... yes
  153. checking sys/resource.h usability... yes
  154. checking sys/resource.h presence... yes
  155. checking for sys/resource.h... yes
  156. checking for stdbool.h that conforms to C99... yes
  157. checking for _Bool... yes
  158. checking for an ANSI C-conforming const... yes
  159. checking for uid_t in sys/types.h... yes
  160. checking for mode_t... yes
  161. checking for off_t... yes
  162. checking for size_t... yes
  163. checking for special C compiler options needed for large files... no
  164. checking for _FILE_OFFSET_BITS value needed for large files... no
  165. checking for working alloca.h... yes
  166. checking for alloca... yes
  167. checking for error_at_line... yes
  168. checking for _LARGEFILE_SOURCE value needed for large files... no
  169. checking whether gcc needs -traditional... no
  170. checking whether lstat correctly handles trailing slash... yes
  171. checking whether lstat accepts an empty string... no
  172. checking whether lstat correctly handles trailing slash... (cached) yes
  173. checking sys/select.h usability... yes
  174. checking sys/select.h presence... yes
  175. checking for sys/select.h... yes
  176. checking sys/socket.h usability... yes
  177. checking sys/socket.h presence... yes
  178. checking for sys/socket.h... yes
  179. checking types of arguments for select... int,fd_set *,struct timeval *
  180. checking for utime.h... yes
  181. checking whether utime accepts a null argument... yes
  182. checking for vprintf... yes
  183. checking for _doprnt... no
  184. checking for ishexnumber... no
  185. checking for err... yes
  186. checking for errx... yes
  187. checking for warn... yes
  188. checking for warnx... yes
  189. checking for vasprintf... yes
  190. checking for getrusage... yes
  191. checking for strlcpy... no
  192. checking for strlcat... no
  193. checking for the pthreads library -lpthreads... no
  194. checking whether pthreads work without any flags... no
  195. checking whether pthreads work with -Kthread... no
  196. checking whether pthreads work with -kthread... no
  197. checking for the pthreads library -llthread... no
  198. checking whether pthreads work with -pthread... yes
  199. checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
  200. checking if more special flags are required for pthreads... no
  201. checking for main in -lstdc++... yes
  202. checking for list... no
  203. checking for map... no
  204. checking for queue... no
  205. checking for set... no
  206. checking for stack... no
  207. checking for streambuf... no
  208. checking for string... no
  209. checking for vector... no
  210. checking sqlite3.h usability... yes
  211. checking sqlite3.h presence... yes
  212. checking for sqlite3.h... yes
  213. checking for dlopen in -ldl... yes
  214. checking for sqlite3_open in -lsqlite3... yes
  215. checking which sqlite3 to use... system
  216. checking postgresql/libpq-fe.h usability... no
  217. checking postgresql/libpq-fe.h presence... no
  218. checking for postgresql/libpq-fe.h... no
  219. checking libpq-fe.h usability... yes
  220. checking libpq-fe.h presence... yes
  221. checking for libpq-fe.h... yes
  222. checking for PQlibVersion in -lpq... yes
  223. checking afflib/afflib.h usability... no
  224. checking afflib/afflib.h presence... no
  225. checking for afflib/afflib.h... no
  226. configure: checking for zlib
  227. checking zlib.h usability... yes
  228. checking zlib.h presence... yes
  229. checking for zlib.h... yes
  230. checking for inflate in -lz... yes
  231. checking for dlopen in -ldl... (cached) yes
  232. checking libewf.h usability... yes
  233. checking libewf.h presence... yes
  234. checking for libewf.h... yes
  235. checking for libewf_get_version in -lewf... yes
  236. checking libvhdi.h usability... no
  237. checking libvhdi.h presence... no
  238. checking for libvhdi.h... no
  239. checking libvmdk.h usability... no
  240. checking libvmdk.h presence... no
  241. checking for libvmdk.h... no
  242. checking for gcj... no
  243. checking for guavac... no
  244. checking for jikes... no
  245. checking for javac... no
  246. configure: WARNING: no acceptable Java compiler found in $PATH
  247. checking if works... configure: WARNING: The Java compiler failed (see config.log, check the CLASSPATH?)
  248.  
  249. checking for kaffe... no
  250. checking for java... java
  251. checking for uudecode... no
  252. configure: WARNING: I have to compile Test.class from scratch
  253. checking for gcj... no
  254. checking for guavac... no
  255. checking for jikes... no
  256. checking for javac... no
  257. configure: WARNING: no acceptable Java compiler found in $PATH
  258. checking if works... configure: WARNING: The Java compiler failed (see config.log, check the CLASSPATH?)
  259.  
  260. checking if java works... configure: WARNING: The Java compiler failed (see config.log, check the CLASSPATH?)
  261. configure: WARNING: The Java VM java failed (see config.log, check the CLASSPATH?)
  262.  
  263. checking for ant... /usr/bin/ant
  264. checking if libtool needs -no-undefined flag to build shared libraries... no
  265. checking for getline... yes
  266. checking for library containing regexec... none required
  267. checking that generated files are newer than configure... done
  268. configure: creating ./config.status
  269. config.status: creating Makefile
  270. config.status: creating tsk/Makefile
  271. config.status: creating tsk/base/Makefile
  272. config.status: creating tsk/img/Makefile
  273. config.status: creating tsk/vs/Makefile
  274. config.status: creating tsk/fs/Makefile
  275. config.status: creating tsk/hashdb/Makefile
  276. config.status: creating tsk/auto/Makefile
  277. config.status: creating tools/Makefile
  278. config.status: creating tools/imgtools/Makefile
  279. config.status: creating tools/vstools/Makefile
  280. config.status: creating tools/fstools/Makefile
  281. config.status: creating tools/hashtools/Makefile
  282. config.status: creating tools/srchtools/Makefile
  283. config.status: creating tools/autotools/Makefile
  284. config.status: creating tools/sorter/Makefile
  285. config.status: creating tools/timeline/Makefile
  286. config.status: creating tools/fiwalk/Makefile
  287. config.status: creating tools/fiwalk/src/Makefile
  288. config.status: creating tools/fiwalk/plugins/Makefile
  289. config.status: creating tests/Makefile
  290. config.status: creating samples/Makefile
  291. config.status: creating man/Makefile
  292. config.status: creating bindings/java/Makefile
  293. config.status: creating bindings/java/jni/Makefile
  294. config.status: creating unit_tests/Makefile
  295. config.status: creating unit_tests/base/Makefile
  296. config.status: creating tsk/tsk_config.h
  297. config.status: executing depfiles commands
  298. config.status: executing libtool commands
  299. config.status: executing tsk/tsk_incs.h commands
  300. configure:
  301. Building:
  302. afflib support: no
  303. libewf support: yes
  304. zlib support: yes
  305. libvhdi support: no
  306. libvmdk support: no
  307. postgresql support: yes
  308. Features:
  309. Java/JNI support: no
  310. Multithreading: yes
  311.  
  312. Making all in tsk
  313. make[1]: Entering directory '/tmp/pamac-build/sleuthkit-java/src/sleuthkit-4.6.6/tsk'
  314. make all-recursive
  315. make[2]: Entering directory '/tmp/pamac-build/sleuthkit-java/src/sleuthkit-4.6.6/tsk'
  316. Making all in base
  317. make[3]: Entering directory '/tmp/pamac-build/sleuthkit-java/src/sleuthkit-4.6.6/tsk/base'
  318. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT md5c.lo -MD -MP -MF .deps/md5c.Tpo -c -o md5c.lo md5c.c
  319. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT md5c.lo -MD -MP -MF .deps/md5c.Tpo -c md5c.c -fPIC -DPIC -o .libs/md5c.o
  320. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT md5c.lo -MD -MP -MF .deps/md5c.Tpo -c md5c.c -o md5c.o >/dev/null 2>&1
  321. mv -f .deps/md5c.Tpo .deps/md5c.Plo
  322. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT mymalloc.lo -MD -MP -MF .deps/mymalloc.Tpo -c -o mymalloc.lo mymalloc.c
  323. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT mymalloc.lo -MD -MP -MF .deps/mymalloc.Tpo -c mymalloc.c -fPIC -DPIC -o .libs/mymalloc.o
  324. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT mymalloc.lo -MD -MP -MF .deps/mymalloc.Tpo -c mymalloc.c -o mymalloc.o >/dev/null 2>&1
  325. mv -f .deps/mymalloc.Tpo .deps/mymalloc.Plo
  326. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT sha1c.lo -MD -MP -MF .deps/sha1c.Tpo -c -o sha1c.lo sha1c.c
  327. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT sha1c.lo -MD -MP -MF .deps/sha1c.Tpo -c sha1c.c -fPIC -DPIC -o .libs/sha1c.o
  328. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT sha1c.lo -MD -MP -MF .deps/sha1c.Tpo -c sha1c.c -o sha1c.o >/dev/null 2>&1
  329. mv -f .deps/sha1c.Tpo .deps/sha1c.Plo
  330. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT crc.lo -MD -MP -MF .deps/crc.Tpo -c -o crc.lo crc.c
  331. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT crc.lo -MD -MP -MF .deps/crc.Tpo -c crc.c -fPIC -DPIC -o .libs/crc.o
  332. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT crc.lo -MD -MP -MF .deps/crc.Tpo -c crc.c -o crc.o >/dev/null 2>&1
  333. mv -f .deps/crc.Tpo .deps/crc.Plo
  334. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT tsk_endian.lo -MD -MP -MF .deps/tsk_endian.Tpo -c -o tsk_endian.lo tsk_endian.c
  335. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT tsk_endian.lo -MD -MP -MF .deps/tsk_endian.Tpo -c tsk_endian.c -fPIC -DPIC -o .libs/tsk_endian.o
  336. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT tsk_endian.lo -MD -MP -MF .deps/tsk_endian.Tpo -c tsk_endian.c -o tsk_endian.o >/dev/null 2>&1
  337. mv -f .deps/tsk_endian.Tpo .deps/tsk_endian.Plo
  338. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT tsk_error.lo -MD -MP -MF .deps/tsk_error.Tpo -c -o tsk_error.lo tsk_error.c
  339. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT tsk_error.lo -MD -MP -MF .deps/tsk_error.Tpo -c tsk_error.c -fPIC -DPIC -o .libs/tsk_error.o
  340. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT tsk_error.lo -MD -MP -MF .deps/tsk_error.Tpo -c tsk_error.c -o tsk_error.o >/dev/null 2>&1
  341. mv -f .deps/tsk_error.Tpo .deps/tsk_error.Plo
  342. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT tsk_list.lo -MD -MP -MF .deps/tsk_list.Tpo -c -o tsk_list.lo tsk_list.c
  343. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT tsk_list.lo -MD -MP -MF .deps/tsk_list.Tpo -c tsk_list.c -fPIC -DPIC -o .libs/tsk_list.o
  344. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT tsk_list.lo -MD -MP -MF .deps/tsk_list.Tpo -c tsk_list.c -o tsk_list.o >/dev/null 2>&1
  345. mv -f .deps/tsk_list.Tpo .deps/tsk_list.Plo
  346. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT tsk_parse.lo -MD -MP -MF .deps/tsk_parse.Tpo -c -o tsk_parse.lo tsk_parse.c
  347. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT tsk_parse.lo -MD -MP -MF .deps/tsk_parse.Tpo -c tsk_parse.c -fPIC -DPIC -o .libs/tsk_parse.o
  348. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT tsk_parse.lo -MD -MP -MF .deps/tsk_parse.Tpo -c tsk_parse.c -o tsk_parse.o >/dev/null 2>&1
  349. mv -f .deps/tsk_parse.Tpo .deps/tsk_parse.Plo
  350. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT tsk_printf.lo -MD -MP -MF .deps/tsk_printf.Tpo -c -o tsk_printf.lo tsk_printf.c
  351. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT tsk_printf.lo -MD -MP -MF .deps/tsk_printf.Tpo -c tsk_printf.c -fPIC -DPIC -o .libs/tsk_printf.o
  352. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT tsk_printf.lo -MD -MP -MF .deps/tsk_printf.Tpo -c tsk_printf.c -o tsk_printf.o >/dev/null 2>&1
  353. mv -f .deps/tsk_printf.Tpo .deps/tsk_printf.Plo
  354. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT tsk_unicode.lo -MD -MP -MF .deps/tsk_unicode.Tpo -c -o tsk_unicode.lo tsk_unicode.c
  355. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT tsk_unicode.lo -MD -MP -MF .deps/tsk_unicode.Tpo -c tsk_unicode.c -fPIC -DPIC -o .libs/tsk_unicode.o
  356. tsk_unicode.c: In function ‘tsk_UTF16toUTF8’:
  357. tsk_unicode.c:230:16: warning: this statement may fall through [-Wimplicit-fallthrough=]
  358. ch >>= 6;
  359. ~~~^~~~~
  360. tsk_unicode.c:231:9: note: here
  361. case 3:
  362. ^~~~
  363. tsk_unicode.c:233:16: warning: this statement may fall through [-Wimplicit-fallthrough=]
  364. ch >>= 6;
  365. ~~~^~~~~
  366. tsk_unicode.c:234:9: note: here
  367. case 2:
  368. ^~~~
  369. tsk_unicode.c:236:16: warning: this statement may fall through [-Wimplicit-fallthrough=]
  370. ch >>= 6;
  371. ~~~^~~~~
  372. tsk_unicode.c:237:9: note: here
  373. case 1:
  374. ^~~~
  375. tsk_unicode.c: In function ‘tsk_UTF16toUTF8_lclorder’:
  376. tsk_unicode.c:341:16: warning: this statement may fall through [-Wimplicit-fallthrough=]
  377. ch >>= 6;
  378. ~~~^~~~~
  379. tsk_unicode.c:342:9: note: here
  380. case 3:
  381. ^~~~
  382. tsk_unicode.c:344:16: warning: this statement may fall through [-Wimplicit-fallthrough=]
  383. ch >>= 6;
  384. ~~~^~~~~
  385. tsk_unicode.c:345:9: note: here
  386. case 2:
  387. ^~~~
  388. tsk_unicode.c:347:16: warning: this statement may fall through [-Wimplicit-fallthrough=]
  389. ch >>= 6;
  390. ~~~^~~~~
  391. tsk_unicode.c:348:9: note: here
  392. case 1:
  393. ^~~~
  394. tsk_unicode.c: In function ‘tsk_UTF16WtoUTF8_lclorder’:
  395. tsk_unicode.c:441:16: warning: this statement may fall through [-Wimplicit-fallthrough=]
  396. ch >>= 6;
  397. ~~~^~~~~
  398. tsk_unicode.c:442:9: note: here
  399. case 3:
  400. ^~~~
  401. tsk_unicode.c:444:16: warning: this statement may fall through [-Wimplicit-fallthrough=]
  402. ch >>= 6;
  403. ~~~^~~~~
  404. tsk_unicode.c:445:9: note: here
  405. case 2:
  406. ^~~~
  407. tsk_unicode.c:447:16: warning: this statement may fall through [-Wimplicit-fallthrough=]
  408. ch >>= 6;
  409. ~~~^~~~~
  410. tsk_unicode.c:448:9: note: here
  411. case 1:
  412. ^~~~
  413. tsk_unicode.c: In function ‘isLegalUTF8’:
  414. tsk_unicode.c:481:38: warning: this statement may fall through [-Wimplicit-fallthrough=]
  415. if ((a = (*--srcptr)) < 0x80 || a > 0xBF)
  416. ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
  417. tsk_unicode.c:483:5: note: here
  418. case 3:
  419. ^~~~
  420. tsk_unicode.c:484:38: warning: this statement may fall through [-Wimplicit-fallthrough=]
  421. if ((a = (*--srcptr)) < 0x80 || a > 0xBF)
  422. ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
  423. tsk_unicode.c:486:5: note: here
  424. case 2:
  425. ^~~~
  426. tsk_unicode.c:490:9: warning: this statement may fall through [-Wimplicit-fallthrough=]
  427. switch (*source) {
  428. ^~~~~~
  429. tsk_unicode.c:513:5: note: here
  430. case 1:
  431. ^~~~
  432. tsk_unicode.c: In function ‘tsk_UTF8toUTF16’:
  433. tsk_unicode.c:609:16: warning: this statement may fall through [-Wimplicit-fallthrough=]
  434. ch <<= 6; /* remember, illegal UTF-8 */
  435. ~~~^~~~~
  436. tsk_unicode.c:610:9: note: here
  437. case 4:
  438. ^~~~
  439. tsk_unicode.c:612:16: warning: this statement may fall through [-Wimplicit-fallthrough=]
  440. ch <<= 6; /* remember, illegal UTF-8 */
  441. ~~~^~~~~
  442. tsk_unicode.c:613:9: note: here
  443. case 3:
  444. ^~~~
  445. tsk_unicode.c:615:16: warning: this statement may fall through [-Wimplicit-fallthrough=]
  446. ch <<= 6;
  447. ~~~^~~~~
  448. tsk_unicode.c:616:9: note: here
  449. case 2:
  450. ^~~~
  451. tsk_unicode.c:618:16: warning: this statement may fall through [-Wimplicit-fallthrough=]
  452. ch <<= 6;
  453. ~~~^~~~~
  454. tsk_unicode.c:619:9: note: here
  455. case 1:
  456. ^~~~
  457. tsk_unicode.c:621:16: warning: this statement may fall through [-Wimplicit-fallthrough=]
  458. ch <<= 6;
  459. ~~~^~~~~
  460. tsk_unicode.c:622:9: note: here
  461. case 0:
  462. ^~~~
  463. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT tsk_unicode.lo -MD -MP -MF .deps/tsk_unicode.Tpo -c tsk_unicode.c -o tsk_unicode.o >/dev/null 2>&1
  464. mv -f .deps/tsk_unicode.Tpo .deps/tsk_unicode.Plo
  465. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT tsk_version.lo -MD -MP -MF .deps/tsk_version.Tpo -c -o tsk_version.lo tsk_version.c
  466. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT tsk_version.lo -MD -MP -MF .deps/tsk_version.Tpo -c tsk_version.c -fPIC -DPIC -o .libs/tsk_version.o
  467. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT tsk_version.lo -MD -MP -MF .deps/tsk_version.Tpo -c tsk_version.c -o tsk_version.o >/dev/null 2>&1
  468. mv -f .deps/tsk_version.Tpo .deps/tsk_version.Plo
  469. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT tsk_stack.lo -MD -MP -MF .deps/tsk_stack.Tpo -c -o tsk_stack.lo tsk_stack.c
  470. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT tsk_stack.lo -MD -MP -MF .deps/tsk_stack.Tpo -c tsk_stack.c -fPIC -DPIC -o .libs/tsk_stack.o
  471. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT tsk_stack.lo -MD -MP -MF .deps/tsk_stack.Tpo -c tsk_stack.c -o tsk_stack.o >/dev/null 2>&1
  472. mv -f .deps/tsk_stack.Tpo .deps/tsk_stack.Plo
  473. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT XGetopt.lo -MD -MP -MF .deps/XGetopt.Tpo -c -o XGetopt.lo XGetopt.c
  474. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT XGetopt.lo -MD -MP -MF .deps/XGetopt.Tpo -c XGetopt.c -fPIC -DPIC -o .libs/XGetopt.o
  475. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT XGetopt.lo -MD -MP -MF .deps/XGetopt.Tpo -c XGetopt.c -o XGetopt.o >/dev/null 2>&1
  476. mv -f .deps/XGetopt.Tpo .deps/XGetopt.Plo
  477. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT tsk_lock.lo -MD -MP -MF .deps/tsk_lock.Tpo -c -o tsk_lock.lo tsk_lock.c
  478. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT tsk_lock.lo -MD -MP -MF .deps/tsk_lock.Tpo -c tsk_lock.c -fPIC -DPIC -o .libs/tsk_lock.o
  479. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT tsk_lock.lo -MD -MP -MF .deps/tsk_lock.Tpo -c tsk_lock.c -o tsk_lock.o >/dev/null 2>&1
  480. mv -f .deps/tsk_lock.Tpo .deps/tsk_lock.Plo
  481. /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT tsk_error_win32.lo -MD -MP -MF .deps/tsk_error_win32.Tpo -c -o tsk_error_win32.lo tsk_error_win32.cpp
  482. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -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
  483. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -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
  484. mv -f .deps/tsk_error_win32.Tpo .deps/tsk_error_win32.Plo
  485. /bin/sh ../../libtool --tag=CXX --mode=link g++ -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -pthread -L/usr/local/lib -o libtskbase.la md5c.lo mymalloc.lo sha1c.lo crc.lo tsk_endian.lo tsk_error.lo tsk_list.lo tsk_parse.lo tsk_printf.lo tsk_unicode.lo tsk_version.lo tsk_stack.lo XGetopt.lo tsk_lock.lo tsk_error_win32.lo -lewf -ldl -lz -lpq -lsqlite3 -ldl -lstdc++
  486. 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
  487. ar: `u' modifier ignored since `D' is the default (see `U')
  488. libtool: link: ranlib .libs/libtskbase.a
  489. libtool: link: ( cd ".libs" && rm -f "libtskbase.la" && ln -s "../libtskbase.la" "libtskbase.la" )
  490. make[3]: Leaving directory '/tmp/pamac-build/sleuthkit-java/src/sleuthkit-4.6.6/tsk/base'
  491. Making all in img
  492. make[3]: Entering directory '/tmp/pamac-build/sleuthkit-java/src/sleuthkit-4.6.6/tsk/img'
  493. /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT img_open.lo -MD -MP -MF .deps/img_open.Tpo -c -o img_open.lo img_open.cpp
  494. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT img_open.lo -MD -MP -MF .deps/img_open.Tpo -c img_open.cpp -fPIC -DPIC -o .libs/img_open.o
  495. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT img_open.lo -MD -MP -MF .deps/img_open.Tpo -c img_open.cpp -o img_open.o >/dev/null 2>&1
  496. mv -f .deps/img_open.Tpo .deps/img_open.Plo
  497. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT img_types.lo -MD -MP -MF .deps/img_types.Tpo -c -o img_types.lo img_types.c
  498. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT img_types.lo -MD -MP -MF .deps/img_types.Tpo -c img_types.c -fPIC -DPIC -o .libs/img_types.o
  499. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT img_types.lo -MD -MP -MF .deps/img_types.Tpo -c img_types.c -o img_types.o >/dev/null 2>&1
  500. mv -f .deps/img_types.Tpo .deps/img_types.Plo
  501. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT raw.lo -MD -MP -MF .deps/raw.Tpo -c -o raw.lo raw.c
  502. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT raw.lo -MD -MP -MF .deps/raw.Tpo -c raw.c -fPIC -DPIC -o .libs/raw.o
  503. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT raw.lo -MD -MP -MF .deps/raw.Tpo -c raw.c -o raw.o >/dev/null 2>&1
  504. mv -f .deps/raw.Tpo .deps/raw.Plo
  505. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT aff.lo -MD -MP -MF .deps/aff.Tpo -c -o aff.lo aff.c
  506. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT aff.lo -MD -MP -MF .deps/aff.Tpo -c aff.c -fPIC -DPIC -o .libs/aff.o
  507. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT aff.lo -MD -MP -MF .deps/aff.Tpo -c aff.c -o aff.o >/dev/null 2>&1
  508. mv -f .deps/aff.Tpo .deps/aff.Plo
  509. /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT ewf.lo -MD -MP -MF .deps/ewf.Tpo -c -o ewf.lo ewf.cpp
  510. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT ewf.lo -MD -MP -MF .deps/ewf.Tpo -c ewf.cpp -fPIC -DPIC -o .libs/ewf.o
  511. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT ewf.lo -MD -MP -MF .deps/ewf.Tpo -c ewf.cpp -o ewf.o >/dev/null 2>&1
  512. mv -f .deps/ewf.Tpo .deps/ewf.Plo
  513. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT img_io.lo -MD -MP -MF .deps/img_io.Tpo -c -o img_io.lo img_io.c
  514. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT img_io.lo -MD -MP -MF .deps/img_io.Tpo -c img_io.c -fPIC -DPIC -o .libs/img_io.o
  515. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT img_io.lo -MD -MP -MF .deps/img_io.Tpo -c img_io.c -o img_io.o >/dev/null 2>&1
  516. mv -f .deps/img_io.Tpo .deps/img_io.Plo
  517. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT mult_files.lo -MD -MP -MF .deps/mult_files.Tpo -c -o mult_files.lo mult_files.c
  518. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT mult_files.lo -MD -MP -MF .deps/mult_files.Tpo -c mult_files.c -fPIC -DPIC -o .libs/mult_files.o
  519. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT mult_files.lo -MD -MP -MF .deps/mult_files.Tpo -c mult_files.c -o mult_files.o >/dev/null 2>&1
  520. mv -f .deps/mult_files.Tpo .deps/mult_files.Plo
  521. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT vhd.lo -MD -MP -MF .deps/vhd.Tpo -c -o vhd.lo vhd.c
  522. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT vhd.lo -MD -MP -MF .deps/vhd.Tpo -c vhd.c -fPIC -DPIC -o .libs/vhd.o
  523. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT vhd.lo -MD -MP -MF .deps/vhd.Tpo -c vhd.c -o vhd.o >/dev/null 2>&1
  524. mv -f .deps/vhd.Tpo .deps/vhd.Plo
  525. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT vmdk.lo -MD -MP -MF .deps/vmdk.Tpo -c -o vmdk.lo vmdk.c
  526. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT vmdk.lo -MD -MP -MF .deps/vmdk.Tpo -c vmdk.c -fPIC -DPIC -o .libs/vmdk.o
  527. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT vmdk.lo -MD -MP -MF .deps/vmdk.Tpo -c vmdk.c -o vmdk.o >/dev/null 2>&1
  528. mv -f .deps/vmdk.Tpo .deps/vmdk.Plo
  529. /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT img_writer.lo -MD -MP -MF .deps/img_writer.Tpo -c -o img_writer.lo img_writer.cpp
  530. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT img_writer.lo -MD -MP -MF .deps/img_writer.Tpo -c img_writer.cpp -fPIC -DPIC -o .libs/img_writer.o
  531. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT img_writer.lo -MD -MP -MF .deps/img_writer.Tpo -c img_writer.cpp -o img_writer.o >/dev/null 2>&1
  532. mv -f .deps/img_writer.Tpo .deps/img_writer.Plo
  533. /bin/sh ../../libtool --tag=CXX --mode=link g++ -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -pthread -L/usr/local/lib -o libtskimg.la img_open.lo img_types.lo raw.lo aff.lo ewf.lo img_io.lo mult_files.lo vhd.lo vmdk.lo img_writer.lo -lewf -ldl -lz -lpq -lsqlite3 -ldl -lstdc++
  534. libtool: link: ar cru .libs/libtskimg.a .libs/img_open.o .libs/img_types.o .libs/raw.o .libs/aff.o .libs/ewf.o .libs/img_io.o .libs/mult_files.o .libs/vhd.o .libs/vmdk.o .libs/img_writer.o
  535. ar: `u' modifier ignored since `D' is the default (see `U')
  536. libtool: link: ranlib .libs/libtskimg.a
  537. libtool: link: ( cd ".libs" && rm -f "libtskimg.la" && ln -s "../libtskimg.la" "libtskimg.la" )
  538. make[3]: Leaving directory '/tmp/pamac-build/sleuthkit-java/src/sleuthkit-4.6.6/tsk/img'
  539. Making all in vs
  540. make[3]: Entering directory '/tmp/pamac-build/sleuthkit-java/src/sleuthkit-4.6.6/tsk/vs'
  541. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT mm_open.lo -MD -MP -MF .deps/mm_open.Tpo -c -o mm_open.lo mm_open.c
  542. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT mm_open.lo -MD -MP -MF .deps/mm_open.Tpo -c mm_open.c -fPIC -DPIC -o .libs/mm_open.o
  543. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT mm_open.lo -MD -MP -MF .deps/mm_open.Tpo -c mm_open.c -o mm_open.o >/dev/null 2>&1
  544. mv -f .deps/mm_open.Tpo .deps/mm_open.Plo
  545. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT mm_part.lo -MD -MP -MF .deps/mm_part.Tpo -c -o mm_part.lo mm_part.c
  546. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT mm_part.lo -MD -MP -MF .deps/mm_part.Tpo -c mm_part.c -fPIC -DPIC -o .libs/mm_part.o
  547. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT mm_part.lo -MD -MP -MF .deps/mm_part.Tpo -c mm_part.c -o mm_part.o >/dev/null 2>&1
  548. mv -f .deps/mm_part.Tpo .deps/mm_part.Plo
  549. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT mm_types.lo -MD -MP -MF .deps/mm_types.Tpo -c -o mm_types.lo mm_types.c
  550. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT mm_types.lo -MD -MP -MF .deps/mm_types.Tpo -c mm_types.c -fPIC -DPIC -o .libs/mm_types.o
  551. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT mm_types.lo -MD -MP -MF .deps/mm_types.Tpo -c mm_types.c -o mm_types.o >/dev/null 2>&1
  552. mv -f .deps/mm_types.Tpo .deps/mm_types.Plo
  553. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT mm_io.lo -MD -MP -MF .deps/mm_io.Tpo -c -o mm_io.lo mm_io.c
  554. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT mm_io.lo -MD -MP -MF .deps/mm_io.Tpo -c mm_io.c -fPIC -DPIC -o .libs/mm_io.o
  555. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT mm_io.lo -MD -MP -MF .deps/mm_io.Tpo -c mm_io.c -o mm_io.o >/dev/null 2>&1
  556. mv -f .deps/mm_io.Tpo .deps/mm_io.Plo
  557. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT bsd.lo -MD -MP -MF .deps/bsd.Tpo -c -o bsd.lo bsd.c
  558. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT bsd.lo -MD -MP -MF .deps/bsd.Tpo -c bsd.c -fPIC -DPIC -o .libs/bsd.o
  559. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT bsd.lo -MD -MP -MF .deps/bsd.Tpo -c bsd.c -o bsd.o >/dev/null 2>&1
  560. mv -f .deps/bsd.Tpo .deps/bsd.Plo
  561. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT dos.lo -MD -MP -MF .deps/dos.Tpo -c -o dos.lo dos.c
  562. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT dos.lo -MD -MP -MF .deps/dos.Tpo -c dos.c -fPIC -DPIC -o .libs/dos.o
  563. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT dos.lo -MD -MP -MF .deps/dos.Tpo -c dos.c -o dos.o >/dev/null 2>&1
  564. mv -f .deps/dos.Tpo .deps/dos.Plo
  565. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT gpt.lo -MD -MP -MF .deps/gpt.Tpo -c -o gpt.lo gpt.c
  566. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT gpt.lo -MD -MP -MF .deps/gpt.Tpo -c gpt.c -fPIC -DPIC -o .libs/gpt.o
  567. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT gpt.lo -MD -MP -MF .deps/gpt.Tpo -c gpt.c -o gpt.o >/dev/null 2>&1
  568. mv -f .deps/gpt.Tpo .deps/gpt.Plo
  569. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT mac.lo -MD -MP -MF .deps/mac.Tpo -c -o mac.lo mac.c
  570. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT mac.lo -MD -MP -MF .deps/mac.Tpo -c mac.c -fPIC -DPIC -o .libs/mac.o
  571. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT mac.lo -MD -MP -MF .deps/mac.Tpo -c mac.c -o mac.o >/dev/null 2>&1
  572. mv -f .deps/mac.Tpo .deps/mac.Plo
  573. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT sun.lo -MD -MP -MF .deps/sun.Tpo -c -o sun.lo sun.c
  574. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT sun.lo -MD -MP -MF .deps/sun.Tpo -c sun.c -fPIC -DPIC -o .libs/sun.o
  575. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT sun.lo -MD -MP -MF .deps/sun.Tpo -c sun.c -o sun.o >/dev/null 2>&1
  576. mv -f .deps/sun.Tpo .deps/sun.Plo
  577. /bin/sh ../../libtool --tag=CC --mode=link gcc -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -pthread -L/usr/local/lib -o libtskvs.la mm_open.lo mm_part.lo mm_types.lo mm_io.lo bsd.lo dos.lo gpt.lo mac.lo sun.lo -lewf -ldl -lz -lpq -lsqlite3 -ldl -lstdc++
  578. 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
  579. ar: `u' modifier ignored since `D' is the default (see `U')
  580. libtool: link: ranlib .libs/libtskvs.a
  581. libtool: link: ( cd ".libs" && rm -f "libtskvs.la" && ln -s "../libtskvs.la" "libtskvs.la" )
  582. make[3]: Leaving directory '/tmp/pamac-build/sleuthkit-java/src/sleuthkit-4.6.6/tsk/vs'
  583. Making all in fs
  584. make[3]: Entering directory '/tmp/pamac-build/sleuthkit-java/src/sleuthkit-4.6.6/tsk/fs'
  585. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT fs_inode.lo -MD -MP -MF .deps/fs_inode.Tpo -c -o fs_inode.lo fs_inode.c
  586. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT fs_inode.lo -MD -MP -MF .deps/fs_inode.Tpo -c fs_inode.c -fPIC -DPIC -o .libs/fs_inode.o
  587. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT fs_inode.lo -MD -MP -MF .deps/fs_inode.Tpo -c fs_inode.c -o fs_inode.o >/dev/null 2>&1
  588. mv -f .deps/fs_inode.Tpo .deps/fs_inode.Plo
  589. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT fs_io.lo -MD -MP -MF .deps/fs_io.Tpo -c -o fs_io.lo fs_io.c
  590. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT fs_io.lo -MD -MP -MF .deps/fs_io.Tpo -c fs_io.c -fPIC -DPIC -o .libs/fs_io.o
  591. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT fs_io.lo -MD -MP -MF .deps/fs_io.Tpo -c fs_io.c -o fs_io.o >/dev/null 2>&1
  592. mv -f .deps/fs_io.Tpo .deps/fs_io.Plo
  593. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT fs_block.lo -MD -MP -MF .deps/fs_block.Tpo -c -o fs_block.lo fs_block.c
  594. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT fs_block.lo -MD -MP -MF .deps/fs_block.Tpo -c fs_block.c -fPIC -DPIC -o .libs/fs_block.o
  595. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT fs_block.lo -MD -MP -MF .deps/fs_block.Tpo -c fs_block.c -o fs_block.o >/dev/null 2>&1
  596. mv -f .deps/fs_block.Tpo .deps/fs_block.Plo
  597. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT fs_open.lo -MD -MP -MF .deps/fs_open.Tpo -c -o fs_open.lo fs_open.c
  598. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT fs_open.lo -MD -MP -MF .deps/fs_open.Tpo -c fs_open.c -fPIC -DPIC -o .libs/fs_open.o
  599. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT fs_open.lo -MD -MP -MF .deps/fs_open.Tpo -c fs_open.c -o fs_open.o >/dev/null 2>&1
  600. mv -f .deps/fs_open.Tpo .deps/fs_open.Plo
  601. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT fs_name.lo -MD -MP -MF .deps/fs_name.Tpo -c -o fs_name.lo fs_name.c
  602. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT fs_name.lo -MD -MP -MF .deps/fs_name.Tpo -c fs_name.c -fPIC -DPIC -o .libs/fs_name.o
  603. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT fs_name.lo -MD -MP -MF .deps/fs_name.Tpo -c fs_name.c -o fs_name.o >/dev/null 2>&1
  604. mv -f .deps/fs_name.Tpo .deps/fs_name.Plo
  605. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT fs_dir.lo -MD -MP -MF .deps/fs_dir.Tpo -c -o fs_dir.lo fs_dir.c
  606. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT fs_dir.lo -MD -MP -MF .deps/fs_dir.Tpo -c fs_dir.c -fPIC -DPIC -o .libs/fs_dir.o
  607. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT fs_dir.lo -MD -MP -MF .deps/fs_dir.Tpo -c fs_dir.c -o fs_dir.o >/dev/null 2>&1
  608. mv -f .deps/fs_dir.Tpo .deps/fs_dir.Plo
  609. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT fs_types.lo -MD -MP -MF .deps/fs_types.Tpo -c -o fs_types.lo fs_types.c
  610. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT fs_types.lo -MD -MP -MF .deps/fs_types.Tpo -c fs_types.c -fPIC -DPIC -o .libs/fs_types.o
  611. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT fs_types.lo -MD -MP -MF .deps/fs_types.Tpo -c fs_types.c -o fs_types.o >/dev/null 2>&1
  612. mv -f .deps/fs_types.Tpo .deps/fs_types.Plo
  613. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT fs_attr.lo -MD -MP -MF .deps/fs_attr.Tpo -c -o fs_attr.lo fs_attr.c
  614. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT fs_attr.lo -MD -MP -MF .deps/fs_attr.Tpo -c fs_attr.c -fPIC -DPIC -o .libs/fs_attr.o
  615. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT fs_attr.lo -MD -MP -MF .deps/fs_attr.Tpo -c fs_attr.c -o fs_attr.o >/dev/null 2>&1
  616. mv -f .deps/fs_attr.Tpo .deps/fs_attr.Plo
  617. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT fs_attrlist.lo -MD -MP -MF .deps/fs_attrlist.Tpo -c -o fs_attrlist.lo fs_attrlist.c
  618. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT fs_attrlist.lo -MD -MP -MF .deps/fs_attrlist.Tpo -c fs_attrlist.c -fPIC -DPIC -o .libs/fs_attrlist.o
  619. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT fs_attrlist.lo -MD -MP -MF .deps/fs_attrlist.Tpo -c fs_attrlist.c -o fs_attrlist.o >/dev/null 2>&1
  620. mv -f .deps/fs_attrlist.Tpo .deps/fs_attrlist.Plo
  621. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT fs_load.lo -MD -MP -MF .deps/fs_load.Tpo -c -o fs_load.lo fs_load.c
  622. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT fs_load.lo -MD -MP -MF .deps/fs_load.Tpo -c fs_load.c -fPIC -DPIC -o .libs/fs_load.o
  623. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT fs_load.lo -MD -MP -MF .deps/fs_load.Tpo -c fs_load.c -o fs_load.o >/dev/null 2>&1
  624. mv -f .deps/fs_load.Tpo .deps/fs_load.Plo
  625. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT fs_parse.lo -MD -MP -MF .deps/fs_parse.Tpo -c -o fs_parse.lo fs_parse.c
  626. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT fs_parse.lo -MD -MP -MF .deps/fs_parse.Tpo -c fs_parse.c -fPIC -DPIC -o .libs/fs_parse.o
  627. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT fs_parse.lo -MD -MP -MF .deps/fs_parse.Tpo -c fs_parse.c -o fs_parse.o >/dev/null 2>&1
  628. mv -f .deps/fs_parse.Tpo .deps/fs_parse.Plo
  629. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT fs_file.lo -MD -MP -MF .deps/fs_file.Tpo -c -o fs_file.lo fs_file.c
  630. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT fs_file.lo -MD -MP -MF .deps/fs_file.Tpo -c fs_file.c -fPIC -DPIC -o .libs/fs_file.o
  631. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT fs_file.lo -MD -MP -MF .deps/fs_file.Tpo -c fs_file.c -o fs_file.o >/dev/null 2>&1
  632. mv -f .deps/fs_file.Tpo .deps/fs_file.Plo
  633. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT unix_misc.lo -MD -MP -MF .deps/unix_misc.Tpo -c -o unix_misc.lo unix_misc.c
  634. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT unix_misc.lo -MD -MP -MF .deps/unix_misc.Tpo -c unix_misc.c -fPIC -DPIC -o .libs/unix_misc.o
  635. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT unix_misc.lo -MD -MP -MF .deps/unix_misc.Tpo -c unix_misc.c -o unix_misc.o >/dev/null 2>&1
  636. mv -f .deps/unix_misc.Tpo .deps/unix_misc.Plo
  637. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT nofs_misc.lo -MD -MP -MF .deps/nofs_misc.Tpo -c -o nofs_misc.lo nofs_misc.c
  638. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT nofs_misc.lo -MD -MP -MF .deps/nofs_misc.Tpo -c nofs_misc.c -fPIC -DPIC -o .libs/nofs_misc.o
  639. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT nofs_misc.lo -MD -MP -MF .deps/nofs_misc.Tpo -c nofs_misc.c -o nofs_misc.o >/dev/null 2>&1
  640. mv -f .deps/nofs_misc.Tpo .deps/nofs_misc.Plo
  641. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT ffs.lo -MD -MP -MF .deps/ffs.Tpo -c -o ffs.lo ffs.c
  642. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT ffs.lo -MD -MP -MF .deps/ffs.Tpo -c ffs.c -fPIC -DPIC -o .libs/ffs.o
  643. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT ffs.lo -MD -MP -MF .deps/ffs.Tpo -c ffs.c -o ffs.o >/dev/null 2>&1
  644. mv -f .deps/ffs.Tpo .deps/ffs.Plo
  645. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT ffs_dent.lo -MD -MP -MF .deps/ffs_dent.Tpo -c -o ffs_dent.lo ffs_dent.c
  646. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT ffs_dent.lo -MD -MP -MF .deps/ffs_dent.Tpo -c ffs_dent.c -fPIC -DPIC -o .libs/ffs_dent.o
  647. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT ffs_dent.lo -MD -MP -MF .deps/ffs_dent.Tpo -c ffs_dent.c -o ffs_dent.o >/dev/null 2>&1
  648. mv -f .deps/ffs_dent.Tpo .deps/ffs_dent.Plo
  649. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT ext2fs.lo -MD -MP -MF .deps/ext2fs.Tpo -c -o ext2fs.lo ext2fs.c
  650. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT ext2fs.lo -MD -MP -MF .deps/ext2fs.Tpo -c ext2fs.c -fPIC -DPIC -o .libs/ext2fs.o
  651. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT ext2fs.lo -MD -MP -MF .deps/ext2fs.Tpo -c ext2fs.c -o ext2fs.o >/dev/null 2>&1
  652. mv -f .deps/ext2fs.Tpo .deps/ext2fs.Plo
  653. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT ext2fs_dent.lo -MD -MP -MF .deps/ext2fs_dent.Tpo -c -o ext2fs_dent.lo ext2fs_dent.c
  654. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT ext2fs_dent.lo -MD -MP -MF .deps/ext2fs_dent.Tpo -c ext2fs_dent.c -fPIC -DPIC -o .libs/ext2fs_dent.o
  655. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT ext2fs_dent.lo -MD -MP -MF .deps/ext2fs_dent.Tpo -c ext2fs_dent.c -o ext2fs_dent.o >/dev/null 2>&1
  656. mv -f .deps/ext2fs_dent.Tpo .deps/ext2fs_dent.Plo
  657. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT ext2fs_journal.lo -MD -MP -MF .deps/ext2fs_journal.Tpo -c -o ext2fs_journal.lo ext2fs_journal.c
  658. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT ext2fs_journal.lo -MD -MP -MF .deps/ext2fs_journal.Tpo -c ext2fs_journal.c -fPIC -DPIC -o .libs/ext2fs_journal.o
  659. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT ext2fs_journal.lo -MD -MP -MF .deps/ext2fs_journal.Tpo -c ext2fs_journal.c -o ext2fs_journal.o >/dev/null 2>&1
  660. mv -f .deps/ext2fs_journal.Tpo .deps/ext2fs_journal.Plo
  661. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT fatfs.lo -MD -MP -MF .deps/fatfs.Tpo -c -o fatfs.lo fatfs.c
  662. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT fatfs.lo -MD -MP -MF .deps/fatfs.Tpo -c fatfs.c -fPIC -DPIC -o .libs/fatfs.o
  663. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT fatfs.lo -MD -MP -MF .deps/fatfs.Tpo -c fatfs.c -o fatfs.o >/dev/null 2>&1
  664. mv -f .deps/fatfs.Tpo .deps/fatfs.Plo
  665. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT fatfs_meta.lo -MD -MP -MF .deps/fatfs_meta.Tpo -c -o fatfs_meta.lo fatfs_meta.c
  666. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT fatfs_meta.lo -MD -MP -MF .deps/fatfs_meta.Tpo -c fatfs_meta.c -fPIC -DPIC -o .libs/fatfs_meta.o
  667. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT fatfs_meta.lo -MD -MP -MF .deps/fatfs_meta.Tpo -c fatfs_meta.c -o fatfs_meta.o >/dev/null 2>&1
  668. mv -f .deps/fatfs_meta.Tpo .deps/fatfs_meta.Plo
  669. /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT fatfs_dent.lo -MD -MP -MF .deps/fatfs_dent.Tpo -c -o fatfs_dent.lo fatfs_dent.cpp
  670. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT fatfs_dent.lo -MD -MP -MF .deps/fatfs_dent.Tpo -c fatfs_dent.cpp -fPIC -DPIC -o .libs/fatfs_dent.o
  671. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT fatfs_dent.lo -MD -MP -MF .deps/fatfs_dent.Tpo -c fatfs_dent.cpp -o fatfs_dent.o >/dev/null 2>&1
  672. mv -f .deps/fatfs_dent.Tpo .deps/fatfs_dent.Plo
  673. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT fatxxfs.lo -MD -MP -MF .deps/fatxxfs.Tpo -c -o fatxxfs.lo fatxxfs.c
  674. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT fatxxfs.lo -MD -MP -MF .deps/fatxxfs.Tpo -c fatxxfs.c -fPIC -DPIC -o .libs/fatxxfs.o
  675. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT fatxxfs.lo -MD -MP -MF .deps/fatxxfs.Tpo -c fatxxfs.c -o fatxxfs.o >/dev/null 2>&1
  676. mv -f .deps/fatxxfs.Tpo .deps/fatxxfs.Plo
  677. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT fatxxfs_meta.lo -MD -MP -MF .deps/fatxxfs_meta.Tpo -c -o fatxxfs_meta.lo fatxxfs_meta.c
  678. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT fatxxfs_meta.lo -MD -MP -MF .deps/fatxxfs_meta.Tpo -c fatxxfs_meta.c -fPIC -DPIC -o .libs/fatxxfs_meta.o
  679. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT fatxxfs_meta.lo -MD -MP -MF .deps/fatxxfs_meta.Tpo -c fatxxfs_meta.c -o fatxxfs_meta.o >/dev/null 2>&1
  680. mv -f .deps/fatxxfs_meta.Tpo .deps/fatxxfs_meta.Plo
  681. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT fatxxfs_dent.lo -MD -MP -MF .deps/fatxxfs_dent.Tpo -c -o fatxxfs_dent.lo fatxxfs_dent.c
  682. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT fatxxfs_dent.lo -MD -MP -MF .deps/fatxxfs_dent.Tpo -c fatxxfs_dent.c -fPIC -DPIC -o .libs/fatxxfs_dent.o
  683. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT fatxxfs_dent.lo -MD -MP -MF .deps/fatxxfs_dent.Tpo -c fatxxfs_dent.c -o fatxxfs_dent.o >/dev/null 2>&1
  684. mv -f .deps/fatxxfs_dent.Tpo .deps/fatxxfs_dent.Plo
  685. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT exfatfs.lo -MD -MP -MF .deps/exfatfs.Tpo -c -o exfatfs.lo exfatfs.c
  686. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT exfatfs.lo -MD -MP -MF .deps/exfatfs.Tpo -c exfatfs.c -fPIC -DPIC -o .libs/exfatfs.o
  687. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT exfatfs.lo -MD -MP -MF .deps/exfatfs.Tpo -c exfatfs.c -o exfatfs.o >/dev/null 2>&1
  688. mv -f .deps/exfatfs.Tpo .deps/exfatfs.Plo
  689. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT exfatfs_meta.lo -MD -MP -MF .deps/exfatfs_meta.Tpo -c -o exfatfs_meta.lo exfatfs_meta.c
  690. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT exfatfs_meta.lo -MD -MP -MF .deps/exfatfs_meta.Tpo -c exfatfs_meta.c -fPIC -DPIC -o .libs/exfatfs_meta.o
  691. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT exfatfs_meta.lo -MD -MP -MF .deps/exfatfs_meta.Tpo -c exfatfs_meta.c -o exfatfs_meta.o >/dev/null 2>&1
  692. mv -f .deps/exfatfs_meta.Tpo .deps/exfatfs_meta.Plo
  693. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT exfatfs_dent.lo -MD -MP -MF .deps/exfatfs_dent.Tpo -c -o exfatfs_dent.lo exfatfs_dent.c
  694. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT exfatfs_dent.lo -MD -MP -MF .deps/exfatfs_dent.Tpo -c exfatfs_dent.c -fPIC -DPIC -o .libs/exfatfs_dent.o
  695. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT exfatfs_dent.lo -MD -MP -MF .deps/exfatfs_dent.Tpo -c exfatfs_dent.c -o exfatfs_dent.o >/dev/null 2>&1
  696. mv -f .deps/exfatfs_dent.Tpo .deps/exfatfs_dent.Plo
  697. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT fatfs_utils.lo -MD -MP -MF .deps/fatfs_utils.Tpo -c -o fatfs_utils.lo fatfs_utils.c
  698. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT fatfs_utils.lo -MD -MP -MF .deps/fatfs_utils.Tpo -c fatfs_utils.c -fPIC -DPIC -o .libs/fatfs_utils.o
  699. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT fatfs_utils.lo -MD -MP -MF .deps/fatfs_utils.Tpo -c fatfs_utils.c -o fatfs_utils.o >/dev/null 2>&1
  700. mv -f .deps/fatfs_utils.Tpo .deps/fatfs_utils.Plo
  701. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT ntfs.lo -MD -MP -MF .deps/ntfs.Tpo -c -o ntfs.lo ntfs.c
  702. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT ntfs.lo -MD -MP -MF .deps/ntfs.Tpo -c ntfs.c -fPIC -DPIC -o .libs/ntfs.o
  703. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT ntfs.lo -MD -MP -MF .deps/ntfs.Tpo -c ntfs.c -o ntfs.o >/dev/null 2>&1
  704. mv -f .deps/ntfs.Tpo .deps/ntfs.Plo
  705. /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT ntfs_dent.lo -MD -MP -MF .deps/ntfs_dent.Tpo -c -o ntfs_dent.lo ntfs_dent.cpp
  706. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT ntfs_dent.lo -MD -MP -MF .deps/ntfs_dent.Tpo -c ntfs_dent.cpp -fPIC -DPIC -o .libs/ntfs_dent.o
  707. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT ntfs_dent.lo -MD -MP -MF .deps/ntfs_dent.Tpo -c ntfs_dent.cpp -o ntfs_dent.o >/dev/null 2>&1
  708. mv -f .deps/ntfs_dent.Tpo .deps/ntfs_dent.Plo
  709. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT swapfs.lo -MD -MP -MF .deps/swapfs.Tpo -c -o swapfs.lo swapfs.c
  710. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT swapfs.lo -MD -MP -MF .deps/swapfs.Tpo -c swapfs.c -fPIC -DPIC -o .libs/swapfs.o
  711. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT swapfs.lo -MD -MP -MF .deps/swapfs.Tpo -c swapfs.c -o swapfs.o >/dev/null 2>&1
  712. mv -f .deps/swapfs.Tpo .deps/swapfs.Plo
  713. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT rawfs.lo -MD -MP -MF .deps/rawfs.Tpo -c -o rawfs.lo rawfs.c
  714. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT rawfs.lo -MD -MP -MF .deps/rawfs.Tpo -c rawfs.c -fPIC -DPIC -o .libs/rawfs.o
  715. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT rawfs.lo -MD -MP -MF .deps/rawfs.Tpo -c rawfs.c -o rawfs.o >/dev/null 2>&1
  716. mv -f .deps/rawfs.Tpo .deps/rawfs.Plo
  717. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT iso9660.lo -MD -MP -MF .deps/iso9660.Tpo -c -o iso9660.lo iso9660.c
  718. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT iso9660.lo -MD -MP -MF .deps/iso9660.Tpo -c iso9660.c -fPIC -DPIC -o .libs/iso9660.o
  719. iso9660.c: In function ‘iso9660_fsstat’:
  720. iso9660.c:1685:40: warning: ‘__builtin_snprintf’ output truncated before the last format character [-Wformat-truncation=]
  721. snprintf(str, 8, "In file\n");
  722. ^
  723. In file included from /usr/include/stdio.h:867,
  724. from ../../tsk/base/tsk_base.h:27,
  725. from ../../tsk/base/tsk_base_i.h:26,
  726. from tsk_fs_i.h:35,
  727. from iso9660.c:65:
  728. /usr/include/bits/stdio2.h:67:10: note: ‘__builtin_snprintf’ output 9 bytes into a destination of size 8
  729. return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
  730. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  731. __bos (__s), __fmt, __va_arg_pack ());
  732. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  733. iso9660.c:1701:40: warning: ‘__builtin_snprintf’ output truncated before the last format character [-Wformat-truncation=]
  734. snprintf(str, 8, "In file\n");
  735. ^
  736. In file included from /usr/include/stdio.h:867,
  737. from ../../tsk/base/tsk_base.h:27,
  738. from ../../tsk/base/tsk_base_i.h:26,
  739. from tsk_fs_i.h:35,
  740. from iso9660.c:65:
  741. /usr/include/bits/stdio2.h:67:10: note: ‘__builtin_snprintf’ output 9 bytes into a destination of size 8
  742. return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
  743. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  744. __bos (__s), __fmt, __va_arg_pack ());
  745. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  746. iso9660.c:1716:40: warning: ‘__builtin_snprintf’ output truncated before the last format character [-Wformat-truncation=]
  747. snprintf(str, 8, "In file\n");
  748. ^
  749. In file included from /usr/include/stdio.h:867,
  750. from ../../tsk/base/tsk_base.h:27,
  751. from ../../tsk/base/tsk_base_i.h:26,
  752. from tsk_fs_i.h:35,
  753. from iso9660.c:65:
  754. /usr/include/bits/stdio2.h:67:10: note: ‘__builtin_snprintf’ output 9 bytes into a destination of size 8
  755. return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
  756. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  757. __bos (__s), __fmt, __va_arg_pack ());
  758. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  759. iso9660.c:1730:40: warning: ‘__builtin_snprintf’ output truncated before the last format character [-Wformat-truncation=]
  760. snprintf(str, 8, "In file\n");
  761. ^
  762. In file included from /usr/include/stdio.h:867,
  763. from ../../tsk/base/tsk_base.h:27,
  764. from ../../tsk/base/tsk_base_i.h:26,
  765. from tsk_fs_i.h:35,
  766. from iso9660.c:65:
  767. /usr/include/bits/stdio2.h:67:10: note: ‘__builtin_snprintf’ output 9 bytes into a destination of size 8
  768. return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
  769. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  770. __bos (__s), __fmt, __va_arg_pack ());
  771. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  772. iso9660.c:1796:40: warning: ‘__builtin_snprintf’ output truncated before the last format character [-Wformat-truncation=]
  773. snprintf(str, 8, "In file\n");
  774. ^
  775. In file included from /usr/include/stdio.h:867,
  776. from ../../tsk/base/tsk_base.h:27,
  777. from ../../tsk/base/tsk_base_i.h:26,
  778. from tsk_fs_i.h:35,
  779. from iso9660.c:65:
  780. /usr/include/bits/stdio2.h:67:10: note: ‘__builtin_snprintf’ output 9 bytes into a destination of size 8
  781. return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
  782. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  783. __bos (__s), __fmt, __va_arg_pack ());
  784. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  785. iso9660.c:1812:40: warning: ‘__builtin_snprintf’ output truncated before the last format character [-Wformat-truncation=]
  786. snprintf(str, 8, "In file\n");
  787. ^
  788. In file included from /usr/include/stdio.h:867,
  789. from ../../tsk/base/tsk_base.h:27,
  790. from ../../tsk/base/tsk_base_i.h:26,
  791. from tsk_fs_i.h:35,
  792. from iso9660.c:65:
  793. /usr/include/bits/stdio2.h:67:10: note: ‘__builtin_snprintf’ output 9 bytes into a destination of size 8
  794. return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
  795. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  796. __bos (__s), __fmt, __va_arg_pack ());
  797. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  798. iso9660.c:1827:40: warning: ‘__builtin_snprintf’ output truncated before the last format character [-Wformat-truncation=]
  799. snprintf(str, 8, "In file\n");
  800. ^
  801. In file included from /usr/include/stdio.h:867,
  802. from ../../tsk/base/tsk_base.h:27,
  803. from ../../tsk/base/tsk_base_i.h:26,
  804. from tsk_fs_i.h:35,
  805. from iso9660.c:65:
  806. /usr/include/bits/stdio2.h:67:10: note: ‘__builtin_snprintf’ output 9 bytes into a destination of size 8
  807. return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
  808. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  809. __bos (__s), __fmt, __va_arg_pack ());
  810. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  811. iso9660.c:1843:36: warning: ‘__builtin___snprintf_chk’ output may be truncated before the last format character [-Wformat-truncation=]
  812. snprintf(str, 37, "%s\n", s->svd.copy_id);
  813. ^
  814. In file included from /usr/include/stdio.h:867,
  815. from ../../tsk/base/tsk_base.h:27,
  816. from ../../tsk/base/tsk_base_i.h:26,
  817. from tsk_fs_i.h:35,
  818. from iso9660.c:65:
  819. /usr/include/bits/stdio2.h:67:10: note: ‘__builtin___snprintf_chk’ output between 2 and 38 bytes into a destination of size 37
  820. return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
  821. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  822. __bos (__s), __fmt, __va_arg_pack ());
  823. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  824. iso9660.c:1841:40: warning: ‘__builtin_snprintf’ output truncated before the last format character [-Wformat-truncation=]
  825. snprintf(str, 8, "In file\n");
  826. ^
  827. In file included from /usr/include/stdio.h:867,
  828. from ../../tsk/base/tsk_base.h:27,
  829. from ../../tsk/base/tsk_base_i.h:26,
  830. from tsk_fs_i.h:35,
  831. from iso9660.c:65:
  832. /usr/include/bits/stdio2.h:67:10: note: ‘__builtin_snprintf’ output 9 bytes into a destination of size 8
  833. return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
  834. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  835. __bos (__s), __fmt, __va_arg_pack ());
  836. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  837. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT iso9660.lo -MD -MP -MF .deps/iso9660.Tpo -c iso9660.c -o iso9660.o >/dev/null 2>&1
  838. mv -f .deps/iso9660.Tpo .deps/iso9660.Plo
  839. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT iso9660_dent.lo -MD -MP -MF .deps/iso9660_dent.Tpo -c -o iso9660_dent.lo iso9660_dent.c
  840. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT iso9660_dent.lo -MD -MP -MF .deps/iso9660_dent.Tpo -c iso9660_dent.c -fPIC -DPIC -o .libs/iso9660_dent.o
  841. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT iso9660_dent.lo -MD -MP -MF .deps/iso9660_dent.Tpo -c iso9660_dent.c -o iso9660_dent.o >/dev/null 2>&1
  842. mv -f .deps/iso9660_dent.Tpo .deps/iso9660_dent.Plo
  843. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT hfs.lo -MD -MP -MF .deps/hfs.Tpo -c -o hfs.lo hfs.c
  844. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT hfs.lo -MD -MP -MF .deps/hfs.Tpo -c hfs.c -fPIC -DPIC -o .libs/hfs.o
  845. hfs.c: In function ‘hfs_cat_traverse’:
  846. hfs.c:960:28: warning: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
  847. if (keylen >= nodesize - rec_off) {
  848. ^~
  849. hfs.c:963:26: warning: format ‘%u’ expects argument of type ‘unsigned int’, but argument 5 has type ‘size_t’ {aka ‘long unsigned int’} [-Wformat=]
  850. ("hfs_cat_traverse: length of key %d in index node %d too large (%d vs %"
  851. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  852. PRIu16 ")", rec, cur_node, keylen, (nodesize - rec_off));
  853. ~~~~~~~~~~~~~~~~~~~~
  854. In file included from ../../tsk/tsk_incs.h:10,
  855. from ../../tsk/base/tsk_base.h:53,
  856. from ../../tsk/base/tsk_base_i.h:26,
  857. from tsk_fs_i.h:35,
  858. from hfs.c:74:
  859. /usr/include/inttypes.h:103:19: note: format string is defined here
  860. # define PRIu16 "u"
  861. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT hfs.lo -MD -MP -MF .deps/hfs.Tpo -c hfs.c -o hfs.o >/dev/null 2>&1
  862. mv -f .deps/hfs.Tpo .deps/hfs.Plo
  863. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT hfs_dent.lo -MD -MP -MF .deps/hfs_dent.Tpo -c -o hfs_dent.lo hfs_dent.c
  864. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT hfs_dent.lo -MD -MP -MF .deps/hfs_dent.Tpo -c hfs_dent.c -fPIC -DPIC -o .libs/hfs_dent.o
  865. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT hfs_dent.lo -MD -MP -MF .deps/hfs_dent.Tpo -c hfs_dent.c -o hfs_dent.o >/dev/null 2>&1
  866. mv -f .deps/hfs_dent.Tpo .deps/hfs_dent.Plo
  867. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT hfs_journal.lo -MD -MP -MF .deps/hfs_journal.Tpo -c -o hfs_journal.lo hfs_journal.c
  868. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT hfs_journal.lo -MD -MP -MF .deps/hfs_journal.Tpo -c hfs_journal.c -fPIC -DPIC -o .libs/hfs_journal.o
  869. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT hfs_journal.lo -MD -MP -MF .deps/hfs_journal.Tpo -c hfs_journal.c -o hfs_journal.o >/dev/null 2>&1
  870. mv -f .deps/hfs_journal.Tpo .deps/hfs_journal.Plo
  871. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT hfs_unicompare.lo -MD -MP -MF .deps/hfs_unicompare.Tpo -c -o hfs_unicompare.lo hfs_unicompare.c
  872. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT hfs_unicompare.lo -MD -MP -MF .deps/hfs_unicompare.Tpo -c hfs_unicompare.c -fPIC -DPIC -o .libs/hfs_unicompare.o
  873. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT hfs_unicompare.lo -MD -MP -MF .deps/hfs_unicompare.Tpo -c hfs_unicompare.c -o hfs_unicompare.o >/dev/null 2>&1
  874. mv -f .deps/hfs_unicompare.Tpo .deps/hfs_unicompare.Plo
  875. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT lzvn.lo -MD -MP -MF .deps/lzvn.Tpo -c -o lzvn.lo lzvn.c
  876. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT lzvn.lo -MD -MP -MF .deps/lzvn.Tpo -c lzvn.c -fPIC -DPIC -o .libs/lzvn.o
  877. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT lzvn.lo -MD -MP -MF .deps/lzvn.Tpo -c lzvn.c -o lzvn.o >/dev/null 2>&1
  878. mv -f .deps/lzvn.Tpo .deps/lzvn.Plo
  879. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT dcalc_lib.lo -MD -MP -MF .deps/dcalc_lib.Tpo -c -o dcalc_lib.lo dcalc_lib.c
  880. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT dcalc_lib.lo -MD -MP -MF .deps/dcalc_lib.Tpo -c dcalc_lib.c -fPIC -DPIC -o .libs/dcalc_lib.o
  881. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT dcalc_lib.lo -MD -MP -MF .deps/dcalc_lib.Tpo -c dcalc_lib.c -o dcalc_lib.o >/dev/null 2>&1
  882. mv -f .deps/dcalc_lib.Tpo .deps/dcalc_lib.Plo
  883. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT dcat_lib.lo -MD -MP -MF .deps/dcat_lib.Tpo -c -o dcat_lib.lo dcat_lib.c
  884. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT dcat_lib.lo -MD -MP -MF .deps/dcat_lib.Tpo -c dcat_lib.c -fPIC -DPIC -o .libs/dcat_lib.o
  885. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT dcat_lib.lo -MD -MP -MF .deps/dcat_lib.Tpo -c dcat_lib.c -o dcat_lib.o >/dev/null 2>&1
  886. mv -f .deps/dcat_lib.Tpo .deps/dcat_lib.Plo
  887. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT dls_lib.lo -MD -MP -MF .deps/dls_lib.Tpo -c -o dls_lib.lo dls_lib.c
  888. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT dls_lib.lo -MD -MP -MF .deps/dls_lib.Tpo -c dls_lib.c -fPIC -DPIC -o .libs/dls_lib.o
  889. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT dls_lib.lo -MD -MP -MF .deps/dls_lib.Tpo -c dls_lib.c -o dls_lib.o >/dev/null 2>&1
  890. mv -f .deps/dls_lib.Tpo .deps/dls_lib.Plo
  891. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT dstat_lib.lo -MD -MP -MF .deps/dstat_lib.Tpo -c -o dstat_lib.lo dstat_lib.c
  892. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT dstat_lib.lo -MD -MP -MF .deps/dstat_lib.Tpo -c dstat_lib.c -fPIC -DPIC -o .libs/dstat_lib.o
  893. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT dstat_lib.lo -MD -MP -MF .deps/dstat_lib.Tpo -c dstat_lib.c -o dstat_lib.o >/dev/null 2>&1
  894. mv -f .deps/dstat_lib.Tpo .deps/dstat_lib.Plo
  895. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT ffind_lib.lo -MD -MP -MF .deps/ffind_lib.Tpo -c -o ffind_lib.lo ffind_lib.c
  896. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT ffind_lib.lo -MD -MP -MF .deps/ffind_lib.Tpo -c ffind_lib.c -fPIC -DPIC -o .libs/ffind_lib.o
  897. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT ffind_lib.lo -MD -MP -MF .deps/ffind_lib.Tpo -c ffind_lib.c -o ffind_lib.o >/dev/null 2>&1
  898. mv -f .deps/ffind_lib.Tpo .deps/ffind_lib.Plo
  899. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT fls_lib.lo -MD -MP -MF .deps/fls_lib.Tpo -c -o fls_lib.lo fls_lib.c
  900. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT fls_lib.lo -MD -MP -MF .deps/fls_lib.Tpo -c fls_lib.c -fPIC -DPIC -o .libs/fls_lib.o
  901. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT fls_lib.lo -MD -MP -MF .deps/fls_lib.Tpo -c fls_lib.c -o fls_lib.o >/dev/null 2>&1
  902. mv -f .deps/fls_lib.Tpo .deps/fls_lib.Plo
  903. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT icat_lib.lo -MD -MP -MF .deps/icat_lib.Tpo -c -o icat_lib.lo icat_lib.c
  904. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT icat_lib.lo -MD -MP -MF .deps/icat_lib.Tpo -c icat_lib.c -fPIC -DPIC -o .libs/icat_lib.o
  905. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT icat_lib.lo -MD -MP -MF .deps/icat_lib.Tpo -c icat_lib.c -o icat_lib.o >/dev/null 2>&1
  906. mv -f .deps/icat_lib.Tpo .deps/icat_lib.Plo
  907. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT ifind_lib.lo -MD -MP -MF .deps/ifind_lib.Tpo -c -o ifind_lib.lo ifind_lib.c
  908. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT ifind_lib.lo -MD -MP -MF .deps/ifind_lib.Tpo -c ifind_lib.c -fPIC -DPIC -o .libs/ifind_lib.o
  909. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT ifind_lib.lo -MD -MP -MF .deps/ifind_lib.Tpo -c ifind_lib.c -o ifind_lib.o >/dev/null 2>&1
  910. mv -f .deps/ifind_lib.Tpo .deps/ifind_lib.Plo
  911. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT ils_lib.lo -MD -MP -MF .deps/ils_lib.Tpo -c -o ils_lib.lo ils_lib.c
  912. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT ils_lib.lo -MD -MP -MF .deps/ils_lib.Tpo -c ils_lib.c -fPIC -DPIC -o .libs/ils_lib.o
  913. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT ils_lib.lo -MD -MP -MF .deps/ils_lib.Tpo -c ils_lib.c -o ils_lib.o >/dev/null 2>&1
  914. mv -f .deps/ils_lib.Tpo .deps/ils_lib.Plo
  915. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT usn_journal.lo -MD -MP -MF .deps/usn_journal.Tpo -c -o usn_journal.lo usn_journal.c
  916. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT usn_journal.lo -MD -MP -MF .deps/usn_journal.Tpo -c usn_journal.c -fPIC -DPIC -o .libs/usn_journal.o
  917. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT usn_journal.lo -MD -MP -MF .deps/usn_journal.Tpo -c usn_journal.c -o usn_journal.o >/dev/null 2>&1
  918. mv -f .deps/usn_journal.Tpo .deps/usn_journal.Plo
  919. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT usnjls_lib.lo -MD -MP -MF .deps/usnjls_lib.Tpo -c -o usnjls_lib.lo usnjls_lib.c
  920. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT usnjls_lib.lo -MD -MP -MF .deps/usnjls_lib.Tpo -c usnjls_lib.c -fPIC -DPIC -o .libs/usnjls_lib.o
  921. usnjls_lib.c: In function ‘print_usnjent_act’:
  922. usnjls_lib.c:294:13: warning: this statement may fall through [-Wimplicit-fallthrough=]
  923. case 2: {
  924. ^
  925. usnjls_lib.c:306:5: note: here
  926. default: return TSK_WALK_ERROR;
  927. ^~~~~~~
  928. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT usnjls_lib.lo -MD -MP -MF .deps/usnjls_lib.Tpo -c usnjls_lib.c -o usnjls_lib.o >/dev/null 2>&1
  929. mv -f .deps/usnjls_lib.Tpo .deps/usnjls_lib.Plo
  930. /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT walk_cpp.lo -MD -MP -MF .deps/walk_cpp.Tpo -c -o walk_cpp.lo walk_cpp.cpp
  931. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT walk_cpp.lo -MD -MP -MF .deps/walk_cpp.Tpo -c walk_cpp.cpp -fPIC -DPIC -o .libs/walk_cpp.o
  932. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT walk_cpp.lo -MD -MP -MF .deps/walk_cpp.Tpo -c walk_cpp.cpp -o walk_cpp.o >/dev/null 2>&1
  933. mv -f .deps/walk_cpp.Tpo .deps/walk_cpp.Plo
  934. /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT yaffs.lo -MD -MP -MF .deps/yaffs.Tpo -c -o yaffs.lo yaffs.cpp
  935. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT yaffs.lo -MD -MP -MF .deps/yaffs.Tpo -c yaffs.cpp -fPIC -DPIC -o .libs/yaffs.o
  936. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT yaffs.lo -MD -MP -MF .deps/yaffs.Tpo -c yaffs.cpp -o yaffs.o >/dev/null 2>&1
  937. mv -f .deps/yaffs.Tpo .deps/yaffs.Plo
  938. /bin/sh ../../libtool --tag=CXX --mode=link g++ -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -pthread -L/usr/local/lib -o libtskfs.la fs_inode.lo fs_io.lo fs_block.lo fs_open.lo fs_name.lo fs_dir.lo fs_types.lo fs_attr.lo fs_attrlist.lo fs_load.lo fs_parse.lo fs_file.lo unix_misc.lo nofs_misc.lo ffs.lo ffs_dent.lo ext2fs.lo ext2fs_dent.lo ext2fs_journal.lo fatfs.lo fatfs_meta.lo fatfs_dent.lo fatxxfs.lo fatxxfs_meta.lo fatxxfs_dent.lo exfatfs.lo exfatfs_meta.lo exfatfs_dent.lo fatfs_utils.lo ntfs.lo ntfs_dent.lo swapfs.lo rawfs.lo iso9660.lo iso9660_dent.lo hfs.lo hfs_dent.lo hfs_journal.lo hfs_unicompare.lo 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 -lewf -ldl -lz -lpq -lsqlite3 -ldl -lstdc++
  939. 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/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
  940. ar: `u' modifier ignored since `D' is the default (see `U')
  941. libtool: link: ranlib .libs/libtskfs.a
  942. libtool: link: ( cd ".libs" && rm -f "libtskfs.la" && ln -s "../libtskfs.la" "libtskfs.la" )
  943. make[3]: Leaving directory '/tmp/pamac-build/sleuthkit-java/src/sleuthkit-4.6.6/tsk/fs'
  944. Making all in hashdb
  945. make[3]: Entering directory '/tmp/pamac-build/sleuthkit-java/src/sleuthkit-4.6.6/tsk/hashdb'
  946. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT encase.lo -MD -MP -MF .deps/encase.Tpo -c -o encase.lo encase.c
  947. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT encase.lo -MD -MP -MF .deps/encase.Tpo -c encase.c -fPIC -DPIC -o .libs/encase.o
  948. encase.c: In function ‘encase_name’:
  949. encase.c:62:5: warning: ‘memset’ used with length equal to number of elements without multiplication by element size [-Wmemset-elt-size]
  950. memset(buf, '\0', 40);
  951. ^~~~~~
  952. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT encase.lo -MD -MP -MF .deps/encase.Tpo -c encase.c -o encase.o >/dev/null 2>&1
  953. mv -f .deps/encase.Tpo .deps/encase.Plo
  954. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT hashkeeper.lo -MD -MP -MF .deps/hashkeeper.Tpo -c -o hashkeeper.lo hashkeeper.c
  955. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT hashkeeper.lo -MD -MP -MF .deps/hashkeeper.Tpo -c hashkeeper.c -fPIC -DPIC -o .libs/hashkeeper.o
  956. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT hashkeeper.lo -MD -MP -MF .deps/hashkeeper.Tpo -c hashkeeper.c -o hashkeeper.o >/dev/null 2>&1
  957. mv -f .deps/hashkeeper.Tpo .deps/hashkeeper.Plo
  958. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT idxonly.lo -MD -MP -MF .deps/idxonly.Tpo -c -o idxonly.lo idxonly.c
  959. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT idxonly.lo -MD -MP -MF .deps/idxonly.Tpo -c idxonly.c -fPIC -DPIC -o .libs/idxonly.o
  960. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT idxonly.lo -MD -MP -MF .deps/idxonly.Tpo -c idxonly.c -o idxonly.o >/dev/null 2>&1
  961. mv -f .deps/idxonly.Tpo .deps/idxonly.Plo
  962. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT md5sum.lo -MD -MP -MF .deps/md5sum.Tpo -c -o md5sum.lo md5sum.c
  963. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT md5sum.lo -MD -MP -MF .deps/md5sum.Tpo -c md5sum.c -fPIC -DPIC -o .libs/md5sum.o
  964. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT md5sum.lo -MD -MP -MF .deps/md5sum.Tpo -c md5sum.c -o md5sum.o >/dev/null 2>&1
  965. mv -f .deps/md5sum.Tpo .deps/md5sum.Plo
  966. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT nsrl.lo -MD -MP -MF .deps/nsrl.Tpo -c -o nsrl.lo nsrl.c
  967. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT nsrl.lo -MD -MP -MF .deps/nsrl.Tpo -c nsrl.c -fPIC -DPIC -o .libs/nsrl.o
  968. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT nsrl.lo -MD -MP -MF .deps/nsrl.Tpo -c nsrl.c -o nsrl.o >/dev/null 2>&1
  969. mv -f .deps/nsrl.Tpo .deps/nsrl.Plo
  970. /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT sqlite_hdb.lo -MD -MP -MF .deps/sqlite_hdb.Tpo -c -o sqlite_hdb.lo sqlite_hdb.cpp
  971. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT sqlite_hdb.lo -MD -MP -MF .deps/sqlite_hdb.Tpo -c sqlite_hdb.cpp -fPIC -DPIC -o .libs/sqlite_hdb.o
  972. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT sqlite_hdb.lo -MD -MP -MF .deps/sqlite_hdb.Tpo -c sqlite_hdb.cpp -o sqlite_hdb.o >/dev/null 2>&1
  973. mv -f .deps/sqlite_hdb.Tpo .deps/sqlite_hdb.Plo
  974. /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT binsrch_index.lo -MD -MP -MF .deps/binsrch_index.Tpo -c -o binsrch_index.lo binsrch_index.cpp
  975. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT binsrch_index.lo -MD -MP -MF .deps/binsrch_index.Tpo -c binsrch_index.cpp -fPIC -DPIC -o .libs/binsrch_index.o
  976. 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*)’:
  977. binsrch_index.cpp:1153:13: warning: too many arguments for format [-Wformat-extra-args]
  978. "%s: Error: Index line length is zero",
  979. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  980. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT binsrch_index.lo -MD -MP -MF .deps/binsrch_index.Tpo -c binsrch_index.cpp -o binsrch_index.o >/dev/null 2>&1
  981. mv -f .deps/binsrch_index.Tpo .deps/binsrch_index.Plo
  982. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT tsk_hashdb.lo -MD -MP -MF .deps/tsk_hashdb.Tpo -c -o tsk_hashdb.lo tsk_hashdb.c
  983. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT tsk_hashdb.lo -MD -MP -MF .deps/tsk_hashdb.Tpo -c tsk_hashdb.c -fPIC -DPIC -o .libs/tsk_hashdb.o
  984. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT tsk_hashdb.lo -MD -MP -MF .deps/tsk_hashdb.Tpo -c tsk_hashdb.c -o tsk_hashdb.o >/dev/null 2>&1
  985. mv -f .deps/tsk_hashdb.Tpo .deps/tsk_hashdb.Plo
  986. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT hdb_base.lo -MD -MP -MF .deps/hdb_base.Tpo -c -o hdb_base.lo hdb_base.c
  987. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT hdb_base.lo -MD -MP -MF .deps/hdb_base.Tpo -c hdb_base.c -fPIC -DPIC -o .libs/hdb_base.o
  988. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT hdb_base.lo -MD -MP -MF .deps/hdb_base.Tpo -c hdb_base.c -o hdb_base.o >/dev/null 2>&1
  989. mv -f .deps/hdb_base.Tpo .deps/hdb_base.Plo
  990. /bin/sh ../../libtool --tag=CXX --mode=link g++ -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -pthread -L/usr/local/lib -o libtskhashdb.la encase.lo hashkeeper.lo idxonly.lo md5sum.lo nsrl.lo sqlite_hdb.lo binsrch_index.lo tsk_hashdb.lo hdb_base.lo -lewf -ldl -lz -lpq -lsqlite3 -ldl -lstdc++
  991. 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
  992. ar: `u' modifier ignored since `D' is the default (see `U')
  993. libtool: link: ranlib .libs/libtskhashdb.a
  994. libtool: link: ( cd ".libs" && rm -f "libtskhashdb.la" && ln -s "../libtskhashdb.la" "libtskhashdb.la" )
  995. make[3]: Leaving directory '/tmp/pamac-build/sleuthkit-java/src/sleuthkit-4.6.6/tsk/hashdb'
  996. Making all in auto
  997. make[3]: Entering directory '/tmp/pamac-build/sleuthkit-java/src/sleuthkit-4.6.6/tsk/auto'
  998. /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wmultichar -Wsign-promo -Wno-overloaded-virtual -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT auto.lo -MD -MP -MF .deps/auto.Tpo -c -o auto.lo auto.cpp
  999. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wmultichar -Wsign-promo -Wno-overloaded-virtual -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT auto.lo -MD -MP -MF .deps/auto.Tpo -c auto.cpp -fPIC -DPIC -o .libs/auto.o
  1000. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wmultichar -Wsign-promo -Wno-overloaded-virtual -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT auto.lo -MD -MP -MF .deps/auto.Tpo -c auto.cpp -o auto.o >/dev/null 2>&1
  1001. mv -f .deps/auto.Tpo .deps/auto.Plo
  1002. /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wmultichar -Wsign-promo -Wno-overloaded-virtual -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT auto_db.lo -MD -MP -MF .deps/auto_db.Tpo -c -o auto_db.lo auto_db.cpp
  1003. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wmultichar -Wsign-promo -Wno-overloaded-virtual -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT auto_db.lo -MD -MP -MF .deps/auto_db.Tpo -c auto_db.cpp -fPIC -DPIC -o .libs/auto_db.o
  1004. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wmultichar -Wsign-promo -Wno-overloaded-virtual -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT auto_db.lo -MD -MP -MF .deps/auto_db.Tpo -c auto_db.cpp -o auto_db.o >/dev/null 2>&1
  1005. mv -f .deps/auto_db.Tpo .deps/auto_db.Plo
  1006. /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wmultichar -Wsign-promo -Wno-overloaded-virtual -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT db_sqlite.lo -MD -MP -MF .deps/db_sqlite.Tpo -c -o db_sqlite.lo db_sqlite.cpp
  1007. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wmultichar -Wsign-promo -Wno-overloaded-virtual -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT db_sqlite.lo -MD -MP -MF .deps/db_sqlite.Tpo -c db_sqlite.cpp -fPIC -DPIC -o .libs/db_sqlite.o
  1008. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wmultichar -Wsign-promo -Wno-overloaded-virtual -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT db_sqlite.lo -MD -MP -MF .deps/db_sqlite.Tpo -c db_sqlite.cpp -o db_sqlite.o >/dev/null 2>&1
  1009. mv -f .deps/db_sqlite.Tpo .deps/db_sqlite.Plo
  1010. /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wmultichar -Wsign-promo -Wno-overloaded-virtual -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT db_postgresql.lo -MD -MP -MF .deps/db_postgresql.Tpo -c -o db_postgresql.lo db_postgresql.cpp
  1011. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wmultichar -Wsign-promo -Wno-overloaded-virtual -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT db_postgresql.lo -MD -MP -MF .deps/db_postgresql.Tpo -c db_postgresql.cpp -fPIC -DPIC -o .libs/db_postgresql.o
  1012. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wmultichar -Wsign-promo -Wno-overloaded-virtual -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT db_postgresql.lo -MD -MP -MF .deps/db_postgresql.Tpo -c db_postgresql.cpp -o db_postgresql.o >/dev/null 2>&1
  1013. mv -f .deps/db_postgresql.Tpo .deps/db_postgresql.Plo
  1014. /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wmultichar -Wsign-promo -Wno-overloaded-virtual -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT case_db.lo -MD -MP -MF .deps/case_db.Tpo -c -o case_db.lo case_db.cpp
  1015. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wmultichar -Wsign-promo -Wno-overloaded-virtual -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT case_db.lo -MD -MP -MF .deps/case_db.Tpo -c case_db.cpp -fPIC -DPIC -o .libs/case_db.o
  1016. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wmultichar -Wsign-promo -Wno-overloaded-virtual -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT case_db.lo -MD -MP -MF .deps/case_db.Tpo -c case_db.cpp -o case_db.o >/dev/null 2>&1
  1017. mv -f .deps/case_db.Tpo .deps/case_db.Plo
  1018. /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wmultichar -Wsign-promo -Wno-overloaded-virtual -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT guid.lo -MD -MP -MF .deps/guid.Tpo -c -o guid.lo guid.cpp
  1019. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wmultichar -Wsign-promo -Wno-overloaded-virtual -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT guid.lo -MD -MP -MF .deps/guid.Tpo -c guid.cpp -fPIC -DPIC -o .libs/guid.o
  1020. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wmultichar -Wsign-promo -Wno-overloaded-virtual -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT guid.lo -MD -MP -MF .deps/guid.Tpo -c guid.cpp -o guid.o >/dev/null 2>&1
  1021. mv -f .deps/guid.Tpo .deps/guid.Plo
  1022. /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wmultichar -Wsign-promo -Wno-overloaded-virtual -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT tsk_db.lo -MD -MP -MF .deps/tsk_db.Tpo -c -o tsk_db.lo tsk_db.cpp
  1023. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wmultichar -Wsign-promo -Wno-overloaded-virtual -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT tsk_db.lo -MD -MP -MF .deps/tsk_db.Tpo -c tsk_db.cpp -fPIC -DPIC -o .libs/tsk_db.o
  1024. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wmultichar -Wsign-promo -Wno-overloaded-virtual -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT tsk_db.lo -MD -MP -MF .deps/tsk_db.Tpo -c tsk_db.cpp -o tsk_db.o >/dev/null 2>&1
  1025. mv -f .deps/tsk_db.Tpo .deps/tsk_db.Plo
  1026. /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wmultichar -Wsign-promo -Wno-overloaded-virtual -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT is_image_supported.lo -MD -MP -MF .deps/is_image_supported.Tpo -c -o is_image_supported.lo is_image_supported.cpp
  1027. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wmultichar -Wsign-promo -Wno-overloaded-virtual -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -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
  1028. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wmultichar -Wsign-promo -Wno-overloaded-virtual -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -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
  1029. mv -f .deps/is_image_supported.Tpo .deps/is_image_supported.Plo
  1030. /bin/sh ../../libtool --tag=CXX --mode=link g++ -Wall -Wextra -Wno-unused-parameter -Wmultichar -Wsign-promo -Wno-overloaded-virtual -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -pthread -L/usr/local/lib -o libtskauto.la auto.lo auto_db.lo db_sqlite.lo db_postgresql.lo case_db.lo guid.lo tsk_db.lo is_image_supported.lo -lewf -ldl -lz -lpq -lsqlite3 -ldl -lstdc++
  1031. libtool: link: ar cru .libs/libtskauto.a .libs/auto.o .libs/auto_db.o .libs/db_sqlite.o .libs/db_postgresql.o .libs/case_db.o .libs/guid.o .libs/tsk_db.o .libs/is_image_supported.o
  1032. ar: `u' modifier ignored since `D' is the default (see `U')
  1033. libtool: link: ranlib .libs/libtskauto.a
  1034. libtool: link: ( cd ".libs" && rm -f "libtskauto.la" && ln -s "../libtskauto.la" "libtskauto.la" )
  1035. make[3]: Leaving directory '/tmp/pamac-build/sleuthkit-java/src/sleuthkit-4.6.6/tsk/auto'
  1036. make[3]: Entering directory '/tmp/pamac-build/sleuthkit-java/src/sleuthkit-4.6.6/tsk'
  1037. /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -version-info 17:7:4 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -pthread -L/usr/local/lib -o libtsk.la -rpath /usr/local/lib base/libtskbase.la img/libtskimg.la vs/libtskvs.la fs/libtskfs.la hashdb/libtskhashdb.la auto/libtskauto.la -lewf -ldl -lz -lpq -lsqlite3 -ldl -lstdc++
  1038. 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 -Wl,--no-whole-archive -L/usr/local/lib -lewf -lz -lpq -lsqlite3 -ldl -lstdc++ -march=x86-64 -mtune=generic -O2 -fstack-protector-strong -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -pthread -pthread -Wl,-soname -Wl,libtsk.so.13 -o .libs/libtsk.so.13.4.7
  1039. libtool: link: (cd ".libs" && rm -f "libtsk.so.13" && ln -s "libtsk.so.13.4.7" "libtsk.so.13")
  1040. libtool: link: (cd ".libs" && rm -f "libtsk.so" && ln -s "libtsk.so.13.4.7" "libtsk.so")
  1041. libtool: link: (cd .libs/libtsk.lax/libtskbase.a && ar x "/tmp/pamac-build/sleuthkit-java/src/sleuthkit-4.6.6/tsk/base/.libs/libtskbase.a")
  1042. libtool: link: (cd .libs/libtsk.lax/libtskimg.a && ar x "/tmp/pamac-build/sleuthkit-java/src/sleuthkit-4.6.6/tsk/img/.libs/libtskimg.a")
  1043. libtool: link: (cd .libs/libtsk.lax/libtskvs.a && ar x "/tmp/pamac-build/sleuthkit-java/src/sleuthkit-4.6.6/tsk/vs/.libs/libtskvs.a")
  1044. libtool: link: (cd .libs/libtsk.lax/libtskfs.a && ar x "/tmp/pamac-build/sleuthkit-java/src/sleuthkit-4.6.6/tsk/fs/.libs/libtskfs.a")
  1045. libtool: link: (cd .libs/libtsk.lax/libtskhashdb.a && ar x "/tmp/pamac-build/sleuthkit-java/src/sleuthkit-4.6.6/tsk/hashdb/.libs/libtskhashdb.a")
  1046. libtool: link: (cd .libs/libtsk.lax/libtskauto.a && ar x "/tmp/pamac-build/sleuthkit-java/src/sleuthkit-4.6.6/tsk/auto/.libs/libtskauto.a")
  1047. 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/mult_files.o .libs/libtsk.lax/libtskimg.a/raw.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/dcalc_lib.o .libs/libtsk.lax/libtskfs.a/dcat_lib.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/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_postgresql.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
  1048. ar: `u' modifier ignored since `D' is the default (see `U')
  1049. libtool: link: ranlib .libs/libtsk.a
  1050. libtool: link: rm -fr .libs/libtsk.lax
  1051. libtool: link: ( cd ".libs" && rm -f "libtsk.la" && ln -s "../libtsk.la" "libtsk.la" )
  1052. make[3]: Leaving directory '/tmp/pamac-build/sleuthkit-java/src/sleuthkit-4.6.6/tsk'
  1053. make[2]: Leaving directory '/tmp/pamac-build/sleuthkit-java/src/sleuthkit-4.6.6/tsk'
  1054. make[1]: Leaving directory '/tmp/pamac-build/sleuthkit-java/src/sleuthkit-4.6.6/tsk'
  1055. Making all in tools
  1056. make[1]: Entering directory '/tmp/pamac-build/sleuthkit-java/src/sleuthkit-4.6.6/tools'
  1057. Making all in imgtools
  1058. make[2]: Entering directory '/tmp/pamac-build/sleuthkit-java/src/sleuthkit-4.6.6/tools/imgtools'
  1059. g++ -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT img_cat.o -MD -MP -MF .deps/img_cat.Tpo -c -o img_cat.o img_cat.cpp
  1060. img_cat.cpp: In function ‘int main(int, char**)’:
  1061. img_cat.cpp:73:18: warning: this statement may fall through [-Wimplicit-fallthrough=]
  1062. usage();
  1063. ~~~~~^~
  1064. img_cat.cpp:74:9: note: here
  1065. case _TSK_T('b'):
  1066. ^~~~
  1067. At global scope:
  1068. cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’
  1069. mv -f .deps/img_cat.Tpo .deps/img_cat.Po
  1070. /bin/sh ../../libtool --tag=CXX --mode=link g++ -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -pthread -L/usr/local/lib -static -o img_cat img_cat.o ../../tsk/libtsk.la -lewf -ldl -lz -lpq -lsqlite3 -ldl -lstdc++
  1071. libtool: link: g++ -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -pthread -o img_cat img_cat.o -L/usr/local/lib ../../tsk/.libs/libtsk.a -lewf -lz -lpq -lsqlite3 -ldl -lstdc++ -pthread
  1072. g++ -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT img_stat.o -MD -MP -MF .deps/img_stat.Tpo -c -o img_stat.o img_stat.cpp
  1073. img_stat.cpp: In function ‘int main(int, char**)’:
  1074. img_stat.cpp:64:18: warning: this statement may fall through [-Wimplicit-fallthrough=]
  1075. usage();
  1076. ~~~~~^~
  1077. img_stat.cpp:65:9: note: here
  1078. case _TSK_T('b'):
  1079. ^~~~
  1080. At global scope:
  1081. cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’
  1082. mv -f .deps/img_stat.Tpo .deps/img_stat.Po
  1083. /bin/sh ../../libtool --tag=CXX --mode=link g++ -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -pthread -L/usr/local/lib -static -o img_stat img_stat.o ../../tsk/libtsk.la -lewf -ldl -lz -lpq -lsqlite3 -ldl -lstdc++
  1084. libtool: link: g++ -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -pthread -o img_stat img_stat.o -L/usr/local/lib ../../tsk/.libs/libtsk.a -lewf -lz -lpq -lsqlite3 -ldl -lstdc++ -pthread
  1085. make[2]: Leaving directory '/tmp/pamac-build/sleuthkit-java/src/sleuthkit-4.6.6/tools/imgtools'
  1086. Making all in vstools
  1087. make[2]: Entering directory '/tmp/pamac-build/sleuthkit-java/src/sleuthkit-4.6.6/tools/vstools'
  1088. g++ -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT mmls.o -MD -MP -MF .deps/mmls.Tpo -c -o mmls.o mmls.cpp
  1089. mv -f .deps/mmls.Tpo .deps/mmls.Po
  1090. /bin/sh ../../libtool --tag=CXX --mode=link g++ -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -pthread -L/usr/local/lib -static -o mmls mmls.o ../../tsk/libtsk.la -lewf -ldl -lz -lpq -lsqlite3 -ldl -lstdc++
  1091. libtool: link: g++ -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -pthread -o mmls mmls.o -L/usr/local/lib ../../tsk/.libs/libtsk.a -lewf -lz -lpq -lsqlite3 -ldl -lstdc++ -pthread
  1092. g++ -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT mmstat.o -MD -MP -MF .deps/mmstat.Tpo -c -o mmstat.o mmstat.cpp
  1093. mv -f .deps/mmstat.Tpo .deps/mmstat.Po
  1094. /bin/sh ../../libtool --tag=CXX --mode=link g++ -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -pthread -L/usr/local/lib -static -o mmstat mmstat.o ../../tsk/libtsk.la -lewf -ldl -lz -lpq -lsqlite3 -ldl -lstdc++
  1095. libtool: link: g++ -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -pthread -o mmstat mmstat.o -L/usr/local/lib ../../tsk/.libs/libtsk.a -lewf -lz -lpq -lsqlite3 -ldl -lstdc++ -pthread
  1096. g++ -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT mmcat.o -MD -MP -MF .deps/mmcat.Tpo -c -o mmcat.o mmcat.cpp
  1097. mv -f .deps/mmcat.Tpo .deps/mmcat.Po
  1098. /bin/sh ../../libtool --tag=CXX --mode=link g++ -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -pthread -L/usr/local/lib -static -o mmcat mmcat.o ../../tsk/libtsk.la -lewf -ldl -lz -lpq -lsqlite3 -ldl -lstdc++
  1099. libtool: link: g++ -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -pthread -o mmcat mmcat.o -L/usr/local/lib ../../tsk/.libs/libtsk.a -lewf -lz -lpq -lsqlite3 -ldl -lstdc++ -pthread
  1100. make[2]: Leaving directory '/tmp/pamac-build/sleuthkit-java/src/sleuthkit-4.6.6/tools/vstools'
  1101. Making all in fstools
  1102. make[2]: Entering directory '/tmp/pamac-build/sleuthkit-java/src/sleuthkit-4.6.6/tools/fstools'
  1103. g++ -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT blkcalc.o -MD -MP -MF .deps/blkcalc.Tpo -c -o blkcalc.o blkcalc.cpp
  1104. blkcalc.cpp: In function ‘int main(int, char**)’:
  1105. blkcalc.cpp:100:18: warning: this statement may fall through [-Wimplicit-fallthrough=]
  1106. usage();
  1107. ~~~~~^~
  1108. blkcalc.cpp:102:9: note: here
  1109. case _TSK_T('b'):
  1110. ^~~~
  1111. At global scope:
  1112. cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’
  1113. mv -f .deps/blkcalc.Tpo .deps/blkcalc.Po
  1114. /bin/sh ../../libtool --tag=CXX --mode=link g++ -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -pthread -L/usr/local/lib -static -o blkcalc blkcalc.o ../../tsk/libtsk.la -lewf -ldl -lz -lpq -lsqlite3 -ldl -lstdc++
  1115. libtool: link: g++ -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -pthread -o blkcalc blkcalc.o -L/usr/local/lib ../../tsk/.libs/libtsk.a -lewf -lz -lpq -lsqlite3 -ldl -lstdc++ -pthread
  1116. g++ -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT blkcat.o -MD -MP -MF .deps/blkcat.Tpo -c -o blkcat.o blkcat.cpp
  1117. mv -f .deps/blkcat.Tpo .deps/blkcat.Po
  1118. /bin/sh ../../libtool --tag=CXX --mode=link g++ -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -pthread -L/usr/local/lib -static -o blkcat blkcat.o ../../tsk/libtsk.la -lewf -ldl -lz -lpq -lsqlite3 -ldl -lstdc++
  1119. libtool: link: g++ -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -pthread -o blkcat blkcat.o -L/usr/local/lib ../../tsk/.libs/libtsk.a -lewf -lz -lpq -lsqlite3 -ldl -lstdc++ -pthread
  1120. g++ -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT blkls.o -MD -MP -MF .deps/blkls.Tpo -c -o blkls.o blkls.cpp
  1121. blkls.cpp: In function ‘int main(int, char**)’:
  1122. blkls.cpp:109:18: warning: this statement may fall through [-Wimplicit-fallthrough=]
  1123. usage();
  1124. ~~~~~^~
  1125. blkls.cpp:110:9: note: here
  1126. case _TSK_T('a'):
  1127. ^~~~
  1128. At global scope:
  1129. cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’
  1130. mv -f .deps/blkls.Tpo .deps/blkls.Po
  1131. /bin/sh ../../libtool --tag=CXX --mode=link g++ -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -pthread -L/usr/local/lib -static -o blkls blkls.o ../../tsk/libtsk.la -lewf -ldl -lz -lpq -lsqlite3 -ldl -lstdc++
  1132. libtool: link: g++ -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -pthread -o blkls blkls.o -L/usr/local/lib ../../tsk/.libs/libtsk.a -lewf -lz -lpq -lsqlite3 -ldl -lstdc++ -pthread
  1133. g++ -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT blkstat.o -MD -MP -MF .deps/blkstat.Tpo -c -o blkstat.o blkstat.cpp
  1134. mv -f .deps/blkstat.Tpo .deps/blkstat.Po
  1135. /bin/sh ../../libtool --tag=CXX --mode=link g++ -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -pthread -L/usr/local/lib -static -o blkstat blkstat.o ../../tsk/libtsk.la -lewf -ldl -lz -lpq -lsqlite3 -ldl -lstdc++
  1136. libtool: link: g++ -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -pthread -o blkstat blkstat.o -L/usr/local/lib ../../tsk/.libs/libtsk.a -lewf -lz -lpq -lsqlite3 -ldl -lstdc++ -pthread
  1137. g++ -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT ffind.o -MD -MP -MF .deps/ffind.Tpo -c -o ffind.o ffind.cpp
  1138. mv -f .deps/ffind.Tpo .deps/ffind.Po
  1139. /bin/sh ../../libtool --tag=CXX --mode=link g++ -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -pthread -L/usr/local/lib -static -o ffind ffind.o ../../tsk/libtsk.la -lewf -ldl -lz -lpq -lsqlite3 -ldl -lstdc++
  1140. libtool: link: g++ -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -pthread -o ffind ffind.o -L/usr/local/lib ../../tsk/.libs/libtsk.a -lewf -lz -lpq -lsqlite3 -ldl -lstdc++ -pthread
  1141. g++ -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT fls.o -MD -MP -MF .deps/fls.Tpo -c -o fls.o fls.cpp
  1142. fls.cpp: In function ‘int main(int, char**)’:
  1143. fls.cpp:112:18: warning: this statement may fall through [-Wimplicit-fallthrough=]
  1144. usage();
  1145. ~~~~~^~
  1146. fls.cpp:113:9: note: here
  1147. case _TSK_T('a'):
  1148. ^~~~
  1149. At global scope:
  1150. cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’
  1151. mv -f .deps/fls.Tpo .deps/fls.Po
  1152. /bin/sh ../../libtool --tag=CXX --mode=link g++ -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -pthread -L/usr/local/lib -static -o fls fls.o ../../tsk/libtsk.la -lewf -ldl -lz -lpq -lsqlite3 -ldl -lstdc++
  1153. libtool: link: g++ -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -pthread -o fls fls.o -L/usr/local/lib ../../tsk/.libs/libtsk.a -lewf -lz -lpq -lsqlite3 -ldl -lstdc++ -pthread
  1154. g++ -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT fcat.o -MD -MP -MF .deps/fcat.Tpo -c -o fcat.o fcat.cpp
  1155. fcat.cpp: In function ‘int main(int, char**)’:
  1156. fcat.cpp:84:18: warning: this statement may fall through [-Wimplicit-fallthrough=]
  1157. usage();
  1158. ~~~~~^~
  1159. fcat.cpp:85:9: note: here
  1160. case _TSK_T('b'):
  1161. ^~~~
  1162. At global scope:
  1163. cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’
  1164. mv -f .deps/fcat.Tpo .deps/fcat.Po
  1165. /bin/sh ../../libtool --tag=CXX --mode=link g++ -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -pthread -L/usr/local/lib -static -o fcat fcat.o ../../tsk/libtsk.la -lewf -ldl -lz -lpq -lsqlite3 -ldl -lstdc++
  1166. libtool: link: g++ -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -pthread -o fcat fcat.o -L/usr/local/lib ../../tsk/.libs/libtsk.a -lewf -lz -lpq -lsqlite3 -ldl -lstdc++ -pthread
  1167. g++ -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT fsstat.o -MD -MP -MF .deps/fsstat.Tpo -c -o fsstat.o fsstat.cpp
  1168. fsstat.cpp: In function ‘int main(int, char**)’:
  1169. fsstat.cpp:79:18: warning: this statement may fall through [-Wimplicit-fallthrough=]
  1170. usage();
  1171. ~~~~~^~
  1172. fsstat.cpp:80:9: note: here
  1173. case _TSK_T('b'):
  1174. ^~~~
  1175. At global scope:
  1176. cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’
  1177. mv -f .deps/fsstat.Tpo .deps/fsstat.Po
  1178. /bin/sh ../../libtool --tag=CXX --mode=link g++ -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -pthread -L/usr/local/lib -static -o fsstat fsstat.o ../../tsk/libtsk.la -lewf -ldl -lz -lpq -lsqlite3 -ldl -lstdc++
  1179. libtool: link: g++ -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -pthread -o fsstat fsstat.o -L/usr/local/lib ../../tsk/.libs/libtsk.a -lewf -lz -lpq -lsqlite3 -ldl -lstdc++ -pthread
  1180. g++ -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT icat.o -MD -MP -MF .deps/icat.Tpo -c -o icat.o icat.cpp
  1181. icat.cpp: In function ‘int main(int, char**)’:
  1182. icat.cpp:99:18: warning: this statement may fall through [-Wimplicit-fallthrough=]
  1183. usage();
  1184. ~~~~~^~
  1185. icat.cpp:100:9: note: here
  1186. case _TSK_T('b'):
  1187. ^~~~
  1188. At global scope:
  1189. cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’
  1190. mv -f .deps/icat.Tpo .deps/icat.Po
  1191. /bin/sh ../../libtool --tag=CXX --mode=link g++ -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -pthread -L/usr/local/lib -static -o icat icat.o ../../tsk/libtsk.la -lewf -ldl -lz -lpq -lsqlite3 -ldl -lstdc++
  1192. libtool: link: g++ -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -pthread -o icat icat.o -L/usr/local/lib ../../tsk/.libs/libtsk.a -lewf -lz -lpq -lsqlite3 -ldl -lstdc++ -pthread
  1193. g++ -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT ifind.o -MD -MP -MF .deps/ifind.Tpo -c -o ifind.o ifind.cpp
  1194. mv -f .deps/ifind.Tpo .deps/ifind.Po
  1195. /bin/sh ../../libtool --tag=CXX --mode=link g++ -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -pthread -L/usr/local/lib -static -o ifind ifind.o ../../tsk/libtsk.la -lewf -ldl -lz -lpq -lsqlite3 -ldl -lstdc++
  1196. libtool: link: g++ -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -pthread -o ifind ifind.o -L/usr/local/lib ../../tsk/.libs/libtsk.a -lewf -lz -lpq -lsqlite3 -ldl -lstdc++ -pthread
  1197. g++ -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT ils.o -MD -MP -MF .deps/ils.Tpo -c -o ils.o ils.cpp
  1198. ils.cpp: In function ‘int main(int, char**)’:
  1199. ils.cpp:115:18: warning: this statement may fall through [-Wimplicit-fallthrough=]
  1200. usage();
  1201. ~~~~~^~
  1202. ils.cpp:116:9: note: here
  1203. case _TSK_T('b'):
  1204. ^~~~
  1205. At global scope:
  1206. cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’
  1207. mv -f .deps/ils.Tpo .deps/ils.Po
  1208. /bin/sh ../../libtool --tag=CXX --mode=link g++ -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -pthread -L/usr/local/lib -static -o ils ils.o ../../tsk/libtsk.la -lewf -ldl -lz -lpq -lsqlite3 -ldl -lstdc++
  1209. libtool: link: g++ -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -pthread -o ils ils.o -L/usr/local/lib ../../tsk/.libs/libtsk.a -lewf -lz -lpq -lsqlite3 -ldl -lstdc++ -pthread
  1210. g++ -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT istat.o -MD -MP -MF .deps/istat.Tpo -c -o istat.o istat.cpp
  1211. istat.cpp: In function ‘int main(int, char**)’:
  1212. istat.cpp:97:18: warning: this statement may fall through [-Wimplicit-fallthrough=]
  1213. usage();
  1214. ~~~~~^~
  1215. istat.cpp:98:9: note: here
  1216. case _TSK_T('B'):
  1217. ^~~~
  1218. At global scope:
  1219. cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’
  1220. mv -f .deps/istat.Tpo .deps/istat.Po
  1221. /bin/sh ../../libtool --tag=CXX --mode=link g++ -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -pthread -L/usr/local/lib -static -o istat istat.o ../../tsk/libtsk.la -lewf -ldl -lz -lpq -lsqlite3 -ldl -lstdc++
  1222. libtool: link: g++ -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -pthread -o istat istat.o -L/usr/local/lib ../../tsk/.libs/libtsk.a -lewf -lz -lpq -lsqlite3 -ldl -lstdc++ -pthread
  1223. g++ -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT jcat.o -MD -MP -MF .deps/jcat.Tpo -c -o jcat.o jcat.cpp
  1224. jcat.cpp: In function ‘int main(int, char**)’:
  1225. jcat.cpp:83:18: warning: this statement may fall through [-Wimplicit-fallthrough=]
  1226. usage();
  1227. ~~~~~^~
  1228. jcat.cpp:84:9: note: here
  1229. case _TSK_T('b'):
  1230. ^~~~
  1231. At global scope:
  1232. cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’
  1233. mv -f .deps/jcat.Tpo .deps/jcat.Po
  1234. /bin/sh ../../libtool --tag=CXX --mode=link g++ -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -pthread -L/usr/local/lib -static -o jcat jcat.o ../../tsk/libtsk.la -lewf -ldl -lz -lpq -lsqlite3 -ldl -lstdc++
  1235. libtool: link: g++ -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -pthread -o jcat jcat.o -L/usr/local/lib ../../tsk/.libs/libtsk.a -lewf -lz -lpq -lsqlite3 -ldl -lstdc++ -pthread
  1236. g++ -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT jls.o -MD -MP -MF .deps/jls.Tpo -c -o jls.o jls.cpp
  1237. jls.cpp: In function ‘int main(int, char**)’:
  1238. jls.cpp:75:18: warning: this statement may fall through [-Wimplicit-fallthrough=]
  1239. usage();
  1240. ~~~~~^~
  1241. jls.cpp:76:9: note: here
  1242. case _TSK_T('b'):
  1243. ^~~~
  1244. At global scope:
  1245. cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’
  1246. mv -f .deps/jls.Tpo .deps/jls.Po
  1247. /bin/sh ../../libtool --tag=CXX --mode=link g++ -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -pthread -L/usr/local/lib -static -o jls jls.o ../../tsk/libtsk.la -lewf -ldl -lz -lpq -lsqlite3 -ldl -lstdc++
  1248. libtool: link: g++ -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -pthread -o jls jls.o -L/usr/local/lib ../../tsk/.libs/libtsk.a -lewf -lz -lpq -lsqlite3 -ldl -lstdc++ -pthread
  1249. g++ -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT usnjls.o -MD -MP -MF .deps/usnjls.Tpo -c -o usnjls.o usnjls.cpp
  1250. usnjls.cpp: In function ‘int main(int, char**)’:
  1251. usnjls.cpp:91:22: warning: this statement may fall through [-Wimplicit-fallthrough=]
  1252. usage();
  1253. ~~~~~^~
  1254. usnjls.cpp:93:9: note: here
  1255. case _TSK_T('b'):
  1256. ^~~~
  1257. At global scope:
  1258. cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’
  1259. mv -f .deps/usnjls.Tpo .deps/usnjls.Po
  1260. /bin/sh ../../libtool --tag=CXX --mode=link g++ -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -pthread -L/usr/local/lib -static -o usnjls usnjls.o ../../tsk/libtsk.la -lewf -ldl -lz -lpq -lsqlite3 -ldl -lstdc++
  1261. libtool: link: g++ -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -pthread -o usnjls usnjls.o -L/usr/local/lib ../../tsk/.libs/libtsk.a -lewf -lz -lpq -lsqlite3 -ldl -lstdc++ -pthread
  1262. make[2]: Leaving directory '/tmp/pamac-build/sleuthkit-java/src/sleuthkit-4.6.6/tools/fstools'
  1263. Making all in hashtools
  1264. make[2]: Entering directory '/tmp/pamac-build/sleuthkit-java/src/sleuthkit-4.6.6/tools/hashtools'
  1265. g++ -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT hfind.o -MD -MP -MF .deps/hfind.Tpo -c -o hfind.o hfind.cpp
  1266. mv -f .deps/hfind.Tpo .deps/hfind.Po
  1267. /bin/sh ../../libtool --tag=CXX --mode=link g++ -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -pthread -L/usr/local/lib -static -o hfind hfind.o ../../tsk/libtsk.la -lewf -ldl -lz -lpq -lsqlite3 -ldl -lstdc++
  1268. libtool: link: g++ -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -pthread -o hfind hfind.o -L/usr/local/lib ../../tsk/.libs/libtsk.a -lewf -lz -lpq -lsqlite3 -ldl -lstdc++ -pthread
  1269. make[2]: Leaving directory '/tmp/pamac-build/sleuthkit-java/src/sleuthkit-4.6.6/tools/hashtools'
  1270. Making all in srchtools
  1271. make[2]: Entering directory '/tmp/pamac-build/sleuthkit-java/src/sleuthkit-4.6.6/tools/srchtools'
  1272. gcc -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT srch_strings.o -MD -MP -MF .deps/srch_strings.Tpo -c -o srch_strings.o srch_strings.c
  1273. srch_strings.c: In function ‘main’:
  1274. srch_strings.c:284:25: warning: this statement may fall through [-Wimplicit-fallthrough=]
  1275. usage(stdout, 0);
  1276. ^~~~~~~~~~~~~~~~
  1277. srch_strings.c:286:17: note: here
  1278. case 'n':
  1279. ^~~~
  1280. srch_strings.c:338:25: warning: this statement may fall through [-Wimplicit-fallthrough=]
  1281. usage(stderr, 1);
  1282. ^~~~~~~~~~~~~~~~
  1283. srch_strings.c:340:17: note: here
  1284. default:
  1285. ^~~~~~~
  1286. srch_strings.c: At top level:
  1287. cc1: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’
  1288. mv -f .deps/srch_strings.Tpo .deps/srch_strings.Po
  1289. /bin/sh ../../libtool --tag=CC --mode=link gcc -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -pthread -L/usr/local/lib -o srch_strings srch_strings.o -lewf -ldl -lz -lpq -lsqlite3 -ldl -lstdc++
  1290. libtool: link: gcc -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -pthread -o srch_strings srch_strings.o -L/usr/local/lib -lewf -lz -lpq -lsqlite3 -ldl -lstdc++ -pthread
  1291. g++ -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT sigfind.o -MD -MP -MF .deps/sigfind.Tpo -c -o sigfind.o sigfind.cpp
  1292. mv -f .deps/sigfind.Tpo .deps/sigfind.Po
  1293. /bin/sh ../../libtool --tag=CXX --mode=link g++ -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -static -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -pthread -L/usr/local/lib -o sigfind sigfind.o ../../tsk/libtsk.la -lewf -ldl -lz -lpq -lsqlite3 -ldl -lstdc++
  1294. libtool: link: g++ -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -pthread -o sigfind sigfind.o -L/usr/local/lib ../../tsk/.libs/libtsk.a -lewf -lz -lpq -lsqlite3 -ldl -lstdc++ -pthread
  1295. make[2]: Leaving directory '/tmp/pamac-build/sleuthkit-java/src/sleuthkit-4.6.6/tools/srchtools'
  1296. Making all in sorter
  1297. make[2]: Entering directory '/tmp/pamac-build/sleuthkit-java/src/sleuthkit-4.6.6/tools/sorter'
  1298. make[2]: Leaving directory '/tmp/pamac-build/sleuthkit-java/src/sleuthkit-4.6.6/tools/sorter'
  1299. Making all in timeline
  1300. make[2]: Entering directory '/tmp/pamac-build/sleuthkit-java/src/sleuthkit-4.6.6/tools/timeline'
  1301. make[2]: Leaving directory '/tmp/pamac-build/sleuthkit-java/src/sleuthkit-4.6.6/tools/timeline'
  1302. Making all in autotools
  1303. make[2]: Entering directory '/tmp/pamac-build/sleuthkit-java/src/sleuthkit-4.6.6/tools/autotools'
  1304. g++ -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-overloaded-virtual -Wno-unused-command-line-argument -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT tsk_recover.o -MD -MP -MF .deps/tsk_recover.Tpo -c -o tsk_recover.o tsk_recover.cpp
  1305. tsk_recover.cpp: In function ‘int main(int, char**)’:
  1306. tsk_recover.cpp:407:18: warning: this statement may fall through [-Wimplicit-fallthrough=]
  1307. usage();
  1308. ~~~~~^~
  1309. tsk_recover.cpp:409:9: note: here
  1310. case _TSK_T('a'):
  1311. ^~~~
  1312. tsk_recover.cpp: In member function ‘uint8_t TskRecover::writeFile(TSK_FS_FILE*, const char*)’:
  1313. tsk_recover.cpp:247:30: warning: ‘/’ directive output may be truncated writing 1 byte into a region of size between 0 and 4095 [-Wformat-truncation=]
  1314. snprintf(fbuf, PATH_MAX, "%s/%s/%s", (char *) m_base_dir, m_vsName,
  1315. ^~~~~~~~~~
  1316. In file included from /usr/include/stdio.h:867,
  1317. from ../../tsk/base/tsk_base.h:27,
  1318. from ../../tsk/base/tsk_base_i.h:26,
  1319. from ../../tsk/tsk_tools_i.h:8,
  1320. from tsk_recover.cpp:12:
  1321. /usr/include/bits/stdio2.h:67:35: note: ‘__builtin___snprintf_chk’ output 3 or more bytes (assuming 4098) into a destination of size 4096
  1322. return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
  1323. ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1324. __bos (__s), __fmt, __va_arg_pack ());
  1325. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1326. At global scope:
  1327. cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’
  1328. mv -f .deps/tsk_recover.Tpo .deps/tsk_recover.Po
  1329. /bin/sh ../../libtool --tag=CXX --mode=link g++ -Wall -Wextra -Wno-unused-parameter -Wno-overloaded-virtual -Wno-unused-command-line-argument -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -pthread -L/usr/local/lib -static -o tsk_recover tsk_recover.o ../../tsk/libtsk.la -lewf -ldl -lz -lpq -lsqlite3 -ldl -lstdc++
  1330. libtool: link: g++ -Wall -Wextra -Wno-unused-parameter -Wno-overloaded-virtual -Wno-unused-command-line-argument -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -pthread -o tsk_recover tsk_recover.o -L/usr/local/lib ../../tsk/.libs/libtsk.a -lewf -lz -lpq -lsqlite3 -ldl -lstdc++ -pthread
  1331. g++ -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-overloaded-virtual -Wno-unused-command-line-argument -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT tsk_loaddb.o -MD -MP -MF .deps/tsk_loaddb.Tpo -c -o tsk_loaddb.o tsk_loaddb.cpp
  1332. tsk_loaddb.cpp: In function ‘int main(int, char**)’:
  1333. tsk_loaddb.cpp:77:18: warning: this statement may fall through [-Wimplicit-fallthrough=]
  1334. usage();
  1335. ~~~~~^~
  1336. tsk_loaddb.cpp:79:9: note: here
  1337. case _TSK_T('a'):
  1338. ^~~~
  1339. At global scope:
  1340. cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’
  1341. mv -f .deps/tsk_loaddb.Tpo .deps/tsk_loaddb.Po
  1342. /bin/sh ../../libtool --tag=CXX --mode=link g++ -Wall -Wextra -Wno-unused-parameter -Wno-overloaded-virtual -Wno-unused-command-line-argument -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -pthread -L/usr/local/lib -static -o tsk_loaddb tsk_loaddb.o ../../tsk/libtsk.la -lewf -ldl -lz -lpq -lsqlite3 -ldl -lstdc++
  1343. libtool: link: g++ -Wall -Wextra -Wno-unused-parameter -Wno-overloaded-virtual -Wno-unused-command-line-argument -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -pthread -o tsk_loaddb tsk_loaddb.o -L/usr/local/lib ../../tsk/.libs/libtsk.a -lewf -lz -lpq -lsqlite3 -ldl -lstdc++ -pthread
  1344. g++ -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-overloaded-virtual -Wno-unused-command-line-argument -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT tsk_comparedir.o -MD -MP -MF .deps/tsk_comparedir.Tpo -c -o tsk_comparedir.o tsk_comparedir.cpp
  1345. tsk_comparedir.cpp: In function ‘int main(int, char**)’:
  1346. tsk_comparedir.cpp:336:18: warning: this statement may fall through [-Wimplicit-fallthrough=]
  1347. usage();
  1348. ~~~~~^~
  1349. tsk_comparedir.cpp:338:9: note: here
  1350. case _TSK_T('b'):
  1351. ^~~~
  1352. At global scope:
  1353. cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’
  1354. mv -f .deps/tsk_comparedir.Tpo .deps/tsk_comparedir.Po
  1355. /bin/sh ../../libtool --tag=CXX --mode=link g++ -Wall -Wextra -Wno-unused-parameter -Wno-overloaded-virtual -Wno-unused-command-line-argument -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -pthread -L/usr/local/lib -static -o tsk_comparedir tsk_comparedir.o ../../tsk/libtsk.la -lewf -ldl -lz -lpq -lsqlite3 -ldl -lstdc++
  1356. libtool: link: g++ -Wall -Wextra -Wno-unused-parameter -Wno-overloaded-virtual -Wno-unused-command-line-argument -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -pthread -o tsk_comparedir tsk_comparedir.o -L/usr/local/lib ../../tsk/.libs/libtsk.a -lewf -lz -lpq -lsqlite3 -ldl -lstdc++ -pthread
  1357. g++ -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-overloaded-virtual -Wno-unused-command-line-argument -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT tsk_gettimes.o -MD -MP -MF .deps/tsk_gettimes.Tpo -c -o tsk_gettimes.o tsk_gettimes.cpp
  1358. tsk_gettimes.cpp: In function ‘int main(int, char**)’:
  1359. tsk_gettimes.cpp:149:18: warning: this statement may fall through [-Wimplicit-fallthrough=]
  1360. usage();
  1361. ~~~~~^~
  1362. tsk_gettimes.cpp:152:9: note: here
  1363. case _TSK_T('b'):
  1364. ^~~~
  1365. At global scope:
  1366. cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’
  1367. mv -f .deps/tsk_gettimes.Tpo .deps/tsk_gettimes.Po
  1368. /bin/sh ../../libtool --tag=CXX --mode=link g++ -Wall -Wextra -Wno-unused-parameter -Wno-overloaded-virtual -Wno-unused-command-line-argument -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -pthread -L/usr/local/lib -static -o tsk_gettimes tsk_gettimes.o ../../tsk/libtsk.la -lewf -ldl -lz -lpq -lsqlite3 -ldl -lstdc++
  1369. libtool: link: g++ -Wall -Wextra -Wno-unused-parameter -Wno-overloaded-virtual -Wno-unused-command-line-argument -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -pthread -o tsk_gettimes tsk_gettimes.o -L/usr/local/lib ../../tsk/.libs/libtsk.a -lewf -lz -lpq -lsqlite3 -ldl -lstdc++ -pthread
  1370. make[2]: Leaving directory '/tmp/pamac-build/sleuthkit-java/src/sleuthkit-4.6.6/tools/autotools'
  1371. Making all in fiwalk
  1372. make[2]: Entering directory '/tmp/pamac-build/sleuthkit-java/src/sleuthkit-4.6.6/tools/fiwalk'
  1373. Making all in src
  1374. make[3]: Entering directory '/tmp/pamac-build/sleuthkit-java/src/sleuthkit-4.6.6/tools/fiwalk/src'
  1375. g++ -DHAVE_CONFIG_H -I. -I../../../tsk -I../../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT fiwalk.o -MD -MP -MF .deps/fiwalk.Tpo -c -o fiwalk.o fiwalk.cpp
  1376. In file included from fiwalk.h:97,
  1377. from fiwalk.cpp:39:
  1378. hash_t.h: In instantiation of ‘hash_generator__<T>::hash_generator__() [with T = md5_]’:
  1379. content.h:71:15: required from here
  1380. hash_t.h:196:15: warning: cast between incompatible function types from ‘void (*)(TSK_MD5_CTX*)’ to ‘int (*)(void*)’ [-Wcast-function-type]
  1381. md_init = (int(*)(void *))&TSK_MD5_Init;
  1382. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1383. hash_t.h:197:18: warning: cast between incompatible function types from ‘void (*)(TSK_MD5_CTX*, unsigned char*, unsigned int)’ to ‘int (*)(void*, const void*, uint32_t)’ {aka ‘int (*)(void*, const void*, unsigned int)’} [-Wcast-function-type]
  1384. md_update = (int (*)(void *, const void *, uint32_t))&TSK_MD5_Update;
  1385. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1386. hash_t.h:198:14: warning: cast between incompatible function types from ‘void (*)(unsigned char*, TSK_MD5_CTX*)’ to ‘int (*)(unsigned char*, void*)’ [-Wcast-function-type]
  1387. md_final = (int (*)(unsigned char*, void *))&TSK_MD5_Final;
  1388. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1389. hash_t.h:205:14: warning: cast between incompatible function types from ‘void (*)(TSK_SHA_CTX*)’ to ‘int (*)(void*)’ [-Wcast-function-type]
  1390. md_init = (int(*)(void *))&TSK_SHA_Init;
  1391. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1392. hash_t.h:207:14: warning: cast between incompatible function types from ‘void (*)(BYTE*, TSK_SHA_CTX*)’ {aka ‘void (*)(unsigned char*, TSK_SHA_CTX*)’} to ‘int (*)(unsigned char*, void*)’ [-Wcast-function-type]
  1393. md_final = (int (*)(unsigned char*, void*))&TSK_SHA_Final;
  1394. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1395. hash_t.h:212:14: warning: cast between incompatible function types from ‘void (*)(SHA256_CTX*)’ to ‘int (*)(void*)’ [-Wcast-function-type]
  1396. md_init = (int(*)(void *))&SHA256_Init;
  1397. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1398. hash_t.h:214:14: warning: cast between incompatible function types from ‘void (*)(SHA256_CTX*, unsigned char*)’ to ‘int (*)(unsigned char*, void*)’ [-Wcast-function-type]
  1399. md_final = (int (*)(unsigned char*, void*))&SHA256_Final;
  1400. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1401. hash_t.h:219:14: warning: cast between incompatible function types from ‘void (*)(SHA512_CTX*)’ to ‘int (*)(void*)’ [-Wcast-function-type]
  1402. md_init = (int(*)(void *))&SHA512_Init;
  1403. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1404. hash_t.h:221:14: warning: cast between incompatible function types from ‘void (*)(SHA512_CTX*, unsigned char*)’ to ‘int (*)(unsigned char*, void*)’ [-Wcast-function-type]
  1405. md_final = (int (*)(unsigned char*, void*))&SHA512_Final;
  1406. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1407. hash_t.h: In instantiation of ‘hash_generator__<T>::hash_generator__() [with T = sha1_]’:
  1408. content.h:71:15: required from here
  1409. hash_t.h:196:15: warning: cast between incompatible function types from ‘void (*)(TSK_MD5_CTX*)’ to ‘int (*)(void*)’ [-Wcast-function-type]
  1410. md_init = (int(*)(void *))&TSK_MD5_Init;
  1411. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1412. hash_t.h:197:18: warning: cast between incompatible function types from ‘void (*)(TSK_MD5_CTX*, unsigned char*, unsigned int)’ to ‘int (*)(void*, const void*, uint32_t)’ {aka ‘int (*)(void*, const void*, unsigned int)’} [-Wcast-function-type]
  1413. md_update = (int (*)(void *, const void *, uint32_t))&TSK_MD5_Update;
  1414. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1415. hash_t.h:198:14: warning: cast between incompatible function types from ‘void (*)(unsigned char*, TSK_MD5_CTX*)’ to ‘int (*)(unsigned char*, void*)’ [-Wcast-function-type]
  1416. md_final = (int (*)(unsigned char*, void *))&TSK_MD5_Final;
  1417. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1418. hash_t.h:205:14: warning: cast between incompatible function types from ‘void (*)(TSK_SHA_CTX*)’ to ‘int (*)(void*)’ [-Wcast-function-type]
  1419. md_init = (int(*)(void *))&TSK_SHA_Init;
  1420. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1421. hash_t.h:207:14: warning: cast between incompatible function types from ‘void (*)(BYTE*, TSK_SHA_CTX*)’ {aka ‘void (*)(unsigned char*, TSK_SHA_CTX*)’} to ‘int (*)(unsigned char*, void*)’ [-Wcast-function-type]
  1422. md_final = (int (*)(unsigned char*, void*))&TSK_SHA_Final;
  1423. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1424. hash_t.h:212:14: warning: cast between incompatible function types from ‘void (*)(SHA256_CTX*)’ to ‘int (*)(void*)’ [-Wcast-function-type]
  1425. md_init = (int(*)(void *))&SHA256_Init;
  1426. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1427. hash_t.h:214:14: warning: cast between incompatible function types from ‘void (*)(SHA256_CTX*, unsigned char*)’ to ‘int (*)(unsigned char*, void*)’ [-Wcast-function-type]
  1428. md_final = (int (*)(unsigned char*, void*))&SHA256_Final;
  1429. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1430. hash_t.h:219:14: warning: cast between incompatible function types from ‘void (*)(SHA512_CTX*)’ to ‘int (*)(void*)’ [-Wcast-function-type]
  1431. md_init = (int(*)(void *))&SHA512_Init;
  1432. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1433. hash_t.h:221:14: warning: cast between incompatible function types from ‘void (*)(SHA512_CTX*, unsigned char*)’ to ‘int (*)(unsigned char*, void*)’ [-Wcast-function-type]
  1434. md_final = (int (*)(unsigned char*, void*))&SHA512_Final;
  1435. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1436. fiwalk.cpp: In function ‘int main(int, char* const*)’:
  1437. fiwalk.cpp:525:28: warning: this statement may fall through [-Wimplicit-fallthrough=]
  1438. case _TSK_T('M'): opt_md5 = true;
  1439. ~~~~~~~~^~~~~~
  1440. fiwalk.cpp:526:2: note: here
  1441. case _TSK_T('O'): opt_allocated_only=true; break;
  1442. ^~~~
  1443. At global scope:
  1444. cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’
  1445. mv -f .deps/fiwalk.Tpo .deps/fiwalk.Po
  1446. g++ -DHAVE_CONFIG_H -I. -I../../../tsk -I../../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT fiwalk_tsk.o -MD -MP -MF .deps/fiwalk_tsk.Tpo -c -o fiwalk_tsk.o fiwalk_tsk.cpp
  1447. In file included from fiwalk.h:97,
  1448. from fiwalk_tsk.cpp:22:
  1449. hash_t.h: In instantiation of ‘hash_generator__<T>::hash_generator__() [with T = md5_]’:
  1450. content.h:71:15: required from here
  1451. hash_t.h:196:15: warning: cast between incompatible function types from ‘void (*)(TSK_MD5_CTX*)’ to ‘int (*)(void*)’ [-Wcast-function-type]
  1452. md_init = (int(*)(void *))&TSK_MD5_Init;
  1453. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1454. hash_t.h:197:18: warning: cast between incompatible function types from ‘void (*)(TSK_MD5_CTX*, unsigned char*, unsigned int)’ to ‘int (*)(void*, const void*, uint32_t)’ {aka ‘int (*)(void*, const void*, unsigned int)’} [-Wcast-function-type]
  1455. md_update = (int (*)(void *, const void *, uint32_t))&TSK_MD5_Update;
  1456. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1457. hash_t.h:198:14: warning: cast between incompatible function types from ‘void (*)(unsigned char*, TSK_MD5_CTX*)’ to ‘int (*)(unsigned char*, void*)’ [-Wcast-function-type]
  1458. md_final = (int (*)(unsigned char*, void *))&TSK_MD5_Final;
  1459. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1460. hash_t.h:205:14: warning: cast between incompatible function types from ‘void (*)(TSK_SHA_CTX*)’ to ‘int (*)(void*)’ [-Wcast-function-type]
  1461. md_init = (int(*)(void *))&TSK_SHA_Init;
  1462. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1463. hash_t.h:207:14: warning: cast between incompatible function types from ‘void (*)(BYTE*, TSK_SHA_CTX*)’ {aka ‘void (*)(unsigned char*, TSK_SHA_CTX*)’} to ‘int (*)(unsigned char*, void*)’ [-Wcast-function-type]
  1464. md_final = (int (*)(unsigned char*, void*))&TSK_SHA_Final;
  1465. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1466. hash_t.h:212:14: warning: cast between incompatible function types from ‘void (*)(SHA256_CTX*)’ to ‘int (*)(void*)’ [-Wcast-function-type]
  1467. md_init = (int(*)(void *))&SHA256_Init;
  1468. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1469. hash_t.h:214:14: warning: cast between incompatible function types from ‘void (*)(SHA256_CTX*, unsigned char*)’ to ‘int (*)(unsigned char*, void*)’ [-Wcast-function-type]
  1470. md_final = (int (*)(unsigned char*, void*))&SHA256_Final;
  1471. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1472. hash_t.h:219:14: warning: cast between incompatible function types from ‘void (*)(SHA512_CTX*)’ to ‘int (*)(void*)’ [-Wcast-function-type]
  1473. md_init = (int(*)(void *))&SHA512_Init;
  1474. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1475. hash_t.h:221:14: warning: cast between incompatible function types from ‘void (*)(SHA512_CTX*, unsigned char*)’ to ‘int (*)(unsigned char*, void*)’ [-Wcast-function-type]
  1476. md_final = (int (*)(unsigned char*, void*))&SHA512_Final;
  1477. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1478. hash_t.h: In instantiation of ‘hash_generator__<T>::hash_generator__() [with T = sha1_]’:
  1479. content.h:71:15: required from here
  1480. hash_t.h:196:15: warning: cast between incompatible function types from ‘void (*)(TSK_MD5_CTX*)’ to ‘int (*)(void*)’ [-Wcast-function-type]
  1481. md_init = (int(*)(void *))&TSK_MD5_Init;
  1482. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1483. hash_t.h:197:18: warning: cast between incompatible function types from ‘void (*)(TSK_MD5_CTX*, unsigned char*, unsigned int)’ to ‘int (*)(void*, const void*, uint32_t)’ {aka ‘int (*)(void*, const void*, unsigned int)’} [-Wcast-function-type]
  1484. md_update = (int (*)(void *, const void *, uint32_t))&TSK_MD5_Update;
  1485. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1486. hash_t.h:198:14: warning: cast between incompatible function types from ‘void (*)(unsigned char*, TSK_MD5_CTX*)’ to ‘int (*)(unsigned char*, void*)’ [-Wcast-function-type]
  1487. md_final = (int (*)(unsigned char*, void *))&TSK_MD5_Final;
  1488. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1489. hash_t.h:205:14: warning: cast between incompatible function types from ‘void (*)(TSK_SHA_CTX*)’ to ‘int (*)(void*)’ [-Wcast-function-type]
  1490. md_init = (int(*)(void *))&TSK_SHA_Init;
  1491. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1492. hash_t.h:207:14: warning: cast between incompatible function types from ‘void (*)(BYTE*, TSK_SHA_CTX*)’ {aka ‘void (*)(unsigned char*, TSK_SHA_CTX*)’} to ‘int (*)(unsigned char*, void*)’ [-Wcast-function-type]
  1493. md_final = (int (*)(unsigned char*, void*))&TSK_SHA_Final;
  1494. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1495. hash_t.h:212:14: warning: cast between incompatible function types from ‘void (*)(SHA256_CTX*)’ to ‘int (*)(void*)’ [-Wcast-function-type]
  1496. md_init = (int(*)(void *))&SHA256_Init;
  1497. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1498. hash_t.h:214:14: warning: cast between incompatible function types from ‘void (*)(SHA256_CTX*, unsigned char*)’ to ‘int (*)(unsigned char*, void*)’ [-Wcast-function-type]
  1499. md_final = (int (*)(unsigned char*, void*))&SHA256_Final;
  1500. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1501. hash_t.h:219:14: warning: cast between incompatible function types from ‘void (*)(SHA512_CTX*)’ to ‘int (*)(void*)’ [-Wcast-function-type]
  1502. md_init = (int(*)(void *))&SHA512_Init;
  1503. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1504. hash_t.h:221:14: warning: cast between incompatible function types from ‘void (*)(SHA512_CTX*, unsigned char*)’ to ‘int (*)(unsigned char*, void*)’ [-Wcast-function-type]
  1505. md_final = (int (*)(unsigned char*, void*))&SHA512_Final;
  1506. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1507. cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’
  1508. mv -f .deps/fiwalk_tsk.Tpo .deps/fiwalk_tsk.Po
  1509. g++ -DHAVE_CONFIG_H -I. -I../../../tsk -I../../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT content.o -MD -MP -MF .deps/content.Tpo -c -o content.o content.cpp
  1510. In file included from fiwalk.h:97,
  1511. from content.cpp:39:
  1512. hash_t.h: In instantiation of ‘hash_generator__<T>::hash_generator__() [with T = md5_]’:
  1513. content.h:71:15: required from here
  1514. hash_t.h:196:15: warning: cast between incompatible function types from ‘void (*)(TSK_MD5_CTX*)’ to ‘int (*)(void*)’ [-Wcast-function-type]
  1515. md_init = (int(*)(void *))&TSK_MD5_Init;
  1516. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1517. hash_t.h:197:18: warning: cast between incompatible function types from ‘void (*)(TSK_MD5_CTX*, unsigned char*, unsigned int)’ to ‘int (*)(void*, const void*, uint32_t)’ {aka ‘int (*)(void*, const void*, unsigned int)’} [-Wcast-function-type]
  1518. md_update = (int (*)(void *, const void *, uint32_t))&TSK_MD5_Update;
  1519. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1520. hash_t.h:198:14: warning: cast between incompatible function types from ‘void (*)(unsigned char*, TSK_MD5_CTX*)’ to ‘int (*)(unsigned char*, void*)’ [-Wcast-function-type]
  1521. md_final = (int (*)(unsigned char*, void *))&TSK_MD5_Final;
  1522. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1523. hash_t.h:205:14: warning: cast between incompatible function types from ‘void (*)(TSK_SHA_CTX*)’ to ‘int (*)(void*)’ [-Wcast-function-type]
  1524. md_init = (int(*)(void *))&TSK_SHA_Init;
  1525. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1526. hash_t.h:207:14: warning: cast between incompatible function types from ‘void (*)(BYTE*, TSK_SHA_CTX*)’ {aka ‘void (*)(unsigned char*, TSK_SHA_CTX*)’} to ‘int (*)(unsigned char*, void*)’ [-Wcast-function-type]
  1527. md_final = (int (*)(unsigned char*, void*))&TSK_SHA_Final;
  1528. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1529. hash_t.h:212:14: warning: cast between incompatible function types from ‘void (*)(SHA256_CTX*)’ to ‘int (*)(void*)’ [-Wcast-function-type]
  1530. md_init = (int(*)(void *))&SHA256_Init;
  1531. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1532. hash_t.h:214:14: warning: cast between incompatible function types from ‘void (*)(SHA256_CTX*, unsigned char*)’ to ‘int (*)(unsigned char*, void*)’ [-Wcast-function-type]
  1533. md_final = (int (*)(unsigned char*, void*))&SHA256_Final;
  1534. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1535. hash_t.h:219:14: warning: cast between incompatible function types from ‘void (*)(SHA512_CTX*)’ to ‘int (*)(void*)’ [-Wcast-function-type]
  1536. md_init = (int(*)(void *))&SHA512_Init;
  1537. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1538. hash_t.h:221:14: warning: cast between incompatible function types from ‘void (*)(SHA512_CTX*, unsigned char*)’ to ‘int (*)(unsigned char*, void*)’ [-Wcast-function-type]
  1539. md_final = (int (*)(unsigned char*, void*))&SHA512_Final;
  1540. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1541. hash_t.h: In instantiation of ‘hash_generator__<T>::hash_generator__() [with T = sha1_]’:
  1542. content.h:71:15: required from here
  1543. hash_t.h:196:15: warning: cast between incompatible function types from ‘void (*)(TSK_MD5_CTX*)’ to ‘int (*)(void*)’ [-Wcast-function-type]
  1544. md_init = (int(*)(void *))&TSK_MD5_Init;
  1545. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1546. hash_t.h:197:18: warning: cast between incompatible function types from ‘void (*)(TSK_MD5_CTX*, unsigned char*, unsigned int)’ to ‘int (*)(void*, const void*, uint32_t)’ {aka ‘int (*)(void*, const void*, unsigned int)’} [-Wcast-function-type]
  1547. md_update = (int (*)(void *, const void *, uint32_t))&TSK_MD5_Update;
  1548. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1549. hash_t.h:198:14: warning: cast between incompatible function types from ‘void (*)(unsigned char*, TSK_MD5_CTX*)’ to ‘int (*)(unsigned char*, void*)’ [-Wcast-function-type]
  1550. md_final = (int (*)(unsigned char*, void *))&TSK_MD5_Final;
  1551. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1552. hash_t.h:205:14: warning: cast between incompatible function types from ‘void (*)(TSK_SHA_CTX*)’ to ‘int (*)(void*)’ [-Wcast-function-type]
  1553. md_init = (int(*)(void *))&TSK_SHA_Init;
  1554. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1555. hash_t.h:207:14: warning: cast between incompatible function types from ‘void (*)(BYTE*, TSK_SHA_CTX*)’ {aka ‘void (*)(unsigned char*, TSK_SHA_CTX*)’} to ‘int (*)(unsigned char*, void*)’ [-Wcast-function-type]
  1556. md_final = (int (*)(unsigned char*, void*))&TSK_SHA_Final;
  1557. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1558. hash_t.h:212:14: warning: cast between incompatible function types from ‘void (*)(SHA256_CTX*)’ to ‘int (*)(void*)’ [-Wcast-function-type]
  1559. md_init = (int(*)(void *))&SHA256_Init;
  1560. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1561. hash_t.h:214:14: warning: cast between incompatible function types from ‘void (*)(SHA256_CTX*, unsigned char*)’ to ‘int (*)(unsigned char*, void*)’ [-Wcast-function-type]
  1562. md_final = (int (*)(unsigned char*, void*))&SHA256_Final;
  1563. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1564. hash_t.h:219:14: warning: cast between incompatible function types from ‘void (*)(SHA512_CTX*)’ to ‘int (*)(void*)’ [-Wcast-function-type]
  1565. md_init = (int(*)(void *))&SHA512_Init;
  1566. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1567. hash_t.h:221:14: warning: cast between incompatible function types from ‘void (*)(SHA512_CTX*, unsigned char*)’ to ‘int (*)(unsigned char*, void*)’ [-Wcast-function-type]
  1568. md_final = (int (*)(unsigned char*, void*))&SHA512_Final;
  1569. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1570. cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’
  1571. mv -f .deps/content.Tpo .deps/content.Po
  1572. g++ -DHAVE_CONFIG_H -I. -I../../../tsk -I../../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT arff.o -MD -MP -MF .deps/arff.Tpo -c -o arff.o arff.cpp
  1573. In file included from fiwalk.h:97,
  1574. from arff.cpp:21:
  1575. hash_t.h: In instantiation of ‘hash_generator__<T>::hash_generator__() [with T = md5_]’:
  1576. content.h:71:15: required from here
  1577. hash_t.h:196:15: warning: cast between incompatible function types from ‘void (*)(TSK_MD5_CTX*)’ to ‘int (*)(void*)’ [-Wcast-function-type]
  1578. md_init = (int(*)(void *))&TSK_MD5_Init;
  1579. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1580. hash_t.h:197:18: warning: cast between incompatible function types from ‘void (*)(TSK_MD5_CTX*, unsigned char*, unsigned int)’ to ‘int (*)(void*, const void*, uint32_t)’ {aka ‘int (*)(void*, const void*, unsigned int)’} [-Wcast-function-type]
  1581. md_update = (int (*)(void *, const void *, uint32_t))&TSK_MD5_Update;
  1582. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1583. hash_t.h:198:14: warning: cast between incompatible function types from ‘void (*)(unsigned char*, TSK_MD5_CTX*)’ to ‘int (*)(unsigned char*, void*)’ [-Wcast-function-type]
  1584. md_final = (int (*)(unsigned char*, void *))&TSK_MD5_Final;
  1585. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1586. hash_t.h:205:14: warning: cast between incompatible function types from ‘void (*)(TSK_SHA_CTX*)’ to ‘int (*)(void*)’ [-Wcast-function-type]
  1587. md_init = (int(*)(void *))&TSK_SHA_Init;
  1588. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1589. hash_t.h:207:14: warning: cast between incompatible function types from ‘void (*)(BYTE*, TSK_SHA_CTX*)’ {aka ‘void (*)(unsigned char*, TSK_SHA_CTX*)’} to ‘int (*)(unsigned char*, void*)’ [-Wcast-function-type]
  1590. md_final = (int (*)(unsigned char*, void*))&TSK_SHA_Final;
  1591. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1592. hash_t.h:212:14: warning: cast between incompatible function types from ‘void (*)(SHA256_CTX*)’ to ‘int (*)(void*)’ [-Wcast-function-type]
  1593. md_init = (int(*)(void *))&SHA256_Init;
  1594. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1595. hash_t.h:214:14: warning: cast between incompatible function types from ‘void (*)(SHA256_CTX*, unsigned char*)’ to ‘int (*)(unsigned char*, void*)’ [-Wcast-function-type]
  1596. md_final = (int (*)(unsigned char*, void*))&SHA256_Final;
  1597. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1598. hash_t.h:219:14: warning: cast between incompatible function types from ‘void (*)(SHA512_CTX*)’ to ‘int (*)(void*)’ [-Wcast-function-type]
  1599. md_init = (int(*)(void *))&SHA512_Init;
  1600. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1601. hash_t.h:221:14: warning: cast between incompatible function types from ‘void (*)(SHA512_CTX*, unsigned char*)’ to ‘int (*)(unsigned char*, void*)’ [-Wcast-function-type]
  1602. md_final = (int (*)(unsigned char*, void*))&SHA512_Final;
  1603. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1604. hash_t.h: In instantiation of ‘hash_generator__<T>::hash_generator__() [with T = sha1_]’:
  1605. content.h:71:15: required from here
  1606. hash_t.h:196:15: warning: cast between incompatible function types from ‘void (*)(TSK_MD5_CTX*)’ to ‘int (*)(void*)’ [-Wcast-function-type]
  1607. md_init = (int(*)(void *))&TSK_MD5_Init;
  1608. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1609. hash_t.h:197:18: warning: cast between incompatible function types from ‘void (*)(TSK_MD5_CTX*, unsigned char*, unsigned int)’ to ‘int (*)(void*, const void*, uint32_t)’ {aka ‘int (*)(void*, const void*, unsigned int)’} [-Wcast-function-type]
  1610. md_update = (int (*)(void *, const void *, uint32_t))&TSK_MD5_Update;
  1611. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1612. hash_t.h:198:14: warning: cast between incompatible function types from ‘void (*)(unsigned char*, TSK_MD5_CTX*)’ to ‘int (*)(unsigned char*, void*)’ [-Wcast-function-type]
  1613. md_final = (int (*)(unsigned char*, void *))&TSK_MD5_Final;
  1614. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1615. hash_t.h:205:14: warning: cast between incompatible function types from ‘void (*)(TSK_SHA_CTX*)’ to ‘int (*)(void*)’ [-Wcast-function-type]
  1616. md_init = (int(*)(void *))&TSK_SHA_Init;
  1617. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1618. hash_t.h:207:14: warning: cast between incompatible function types from ‘void (*)(BYTE*, TSK_SHA_CTX*)’ {aka ‘void (*)(unsigned char*, TSK_SHA_CTX*)’} to ‘int (*)(unsigned char*, void*)’ [-Wcast-function-type]
  1619. md_final = (int (*)(unsigned char*, void*))&TSK_SHA_Final;
  1620. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1621. hash_t.h:212:14: warning: cast between incompatible function types from ‘void (*)(SHA256_CTX*)’ to ‘int (*)(void*)’ [-Wcast-function-type]
  1622. md_init = (int(*)(void *))&SHA256_Init;
  1623. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1624. hash_t.h:214:14: warning: cast between incompatible function types from ‘void (*)(SHA256_CTX*, unsigned char*)’ to ‘int (*)(unsigned char*, void*)’ [-Wcast-function-type]
  1625. md_final = (int (*)(unsigned char*, void*))&SHA256_Final;
  1626. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1627. hash_t.h:219:14: warning: cast between incompatible function types from ‘void (*)(SHA512_CTX*)’ to ‘int (*)(void*)’ [-Wcast-function-type]
  1628. md_init = (int(*)(void *))&SHA512_Init;
  1629. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1630. hash_t.h:221:14: warning: cast between incompatible function types from ‘void (*)(SHA512_CTX*, unsigned char*)’ to ‘int (*)(unsigned char*, void*)’ [-Wcast-function-type]
  1631. md_final = (int (*)(unsigned char*, void*))&SHA512_Final;
  1632. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1633. cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’
  1634. mv -f .deps/arff.Tpo .deps/arff.Po
  1635. g++ -DHAVE_CONFIG_H -I. -I../../../tsk -I../../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT plugin.o -MD -MP -MF .deps/plugin.Tpo -c -o plugin.o plugin.cpp
  1636. In file included from fiwalk.h:97,
  1637. from plugin.cpp:49:
  1638. hash_t.h: In instantiation of ‘hash_generator__<T>::hash_generator__() [with T = md5_]’:
  1639. content.h:71:15: required from here
  1640. hash_t.h:196:15: warning: cast between incompatible function types from ‘void (*)(TSK_MD5_CTX*)’ to ‘int (*)(void*)’ [-Wcast-function-type]
  1641. md_init = (int(*)(void *))&TSK_MD5_Init;
  1642. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1643. hash_t.h:197:18: warning: cast between incompatible function types from ‘void (*)(TSK_MD5_CTX*, unsigned char*, unsigned int)’ to ‘int (*)(void*, const void*, uint32_t)’ {aka ‘int (*)(void*, const void*, unsigned int)’} [-Wcast-function-type]
  1644. md_update = (int (*)(void *, const void *, uint32_t))&TSK_MD5_Update;
  1645. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1646. hash_t.h:198:14: warning: cast between incompatible function types from ‘void (*)(unsigned char*, TSK_MD5_CTX*)’ to ‘int (*)(unsigned char*, void*)’ [-Wcast-function-type]
  1647. md_final = (int (*)(unsigned char*, void *))&TSK_MD5_Final;
  1648. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1649. hash_t.h:205:14: warning: cast between incompatible function types from ‘void (*)(TSK_SHA_CTX*)’ to ‘int (*)(void*)’ [-Wcast-function-type]
  1650. md_init = (int(*)(void *))&TSK_SHA_Init;
  1651. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1652. hash_t.h:207:14: warning: cast between incompatible function types from ‘void (*)(BYTE*, TSK_SHA_CTX*)’ {aka ‘void (*)(unsigned char*, TSK_SHA_CTX*)’} to ‘int (*)(unsigned char*, void*)’ [-Wcast-function-type]
  1653. md_final = (int (*)(unsigned char*, void*))&TSK_SHA_Final;
  1654. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1655. hash_t.h:212:14: warning: cast between incompatible function types from ‘void (*)(SHA256_CTX*)’ to ‘int (*)(void*)’ [-Wcast-function-type]
  1656. md_init = (int(*)(void *))&SHA256_Init;
  1657. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1658. hash_t.h:214:14: warning: cast between incompatible function types from ‘void (*)(SHA256_CTX*, unsigned char*)’ to ‘int (*)(unsigned char*, void*)’ [-Wcast-function-type]
  1659. md_final = (int (*)(unsigned char*, void*))&SHA256_Final;
  1660. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1661. hash_t.h:219:14: warning: cast between incompatible function types from ‘void (*)(SHA512_CTX*)’ to ‘int (*)(void*)’ [-Wcast-function-type]
  1662. md_init = (int(*)(void *))&SHA512_Init;
  1663. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1664. hash_t.h:221:14: warning: cast between incompatible function types from ‘void (*)(SHA512_CTX*, unsigned char*)’ to ‘int (*)(unsigned char*, void*)’ [-Wcast-function-type]
  1665. md_final = (int (*)(unsigned char*, void*))&SHA512_Final;
  1666. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1667. hash_t.h: In instantiation of ‘hash_generator__<T>::hash_generator__() [with T = sha1_]’:
  1668. content.h:71:15: required from here
  1669. hash_t.h:196:15: warning: cast between incompatible function types from ‘void (*)(TSK_MD5_CTX*)’ to ‘int (*)(void*)’ [-Wcast-function-type]
  1670. md_init = (int(*)(void *))&TSK_MD5_Init;
  1671. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1672. hash_t.h:197:18: warning: cast between incompatible function types from ‘void (*)(TSK_MD5_CTX*, unsigned char*, unsigned int)’ to ‘int (*)(void*, const void*, uint32_t)’ {aka ‘int (*)(void*, const void*, unsigned int)’} [-Wcast-function-type]
  1673. md_update = (int (*)(void *, const void *, uint32_t))&TSK_MD5_Update;
  1674. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1675. hash_t.h:198:14: warning: cast between incompatible function types from ‘void (*)(unsigned char*, TSK_MD5_CTX*)’ to ‘int (*)(unsigned char*, void*)’ [-Wcast-function-type]
  1676. md_final = (int (*)(unsigned char*, void *))&TSK_MD5_Final;
  1677. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1678. hash_t.h:205:14: warning: cast between incompatible function types from ‘void (*)(TSK_SHA_CTX*)’ to ‘int (*)(void*)’ [-Wcast-function-type]
  1679. md_init = (int(*)(void *))&TSK_SHA_Init;
  1680. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1681. hash_t.h:207:14: warning: cast between incompatible function types from ‘void (*)(BYTE*, TSK_SHA_CTX*)’ {aka ‘void (*)(unsigned char*, TSK_SHA_CTX*)’} to ‘int (*)(unsigned char*, void*)’ [-Wcast-function-type]
  1682. md_final = (int (*)(unsigned char*, void*))&TSK_SHA_Final;
  1683. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1684. hash_t.h:212:14: warning: cast between incompatible function types from ‘void (*)(SHA256_CTX*)’ to ‘int (*)(void*)’ [-Wcast-function-type]
  1685. md_init = (int(*)(void *))&SHA256_Init;
  1686. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1687. hash_t.h:214:14: warning: cast between incompatible function types from ‘void (*)(SHA256_CTX*, unsigned char*)’ to ‘int (*)(unsigned char*, void*)’ [-Wcast-function-type]
  1688. md_final = (int (*)(unsigned char*, void*))&SHA256_Final;
  1689. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1690. hash_t.h:219:14: warning: cast between incompatible function types from ‘void (*)(SHA512_CTX*)’ to ‘int (*)(void*)’ [-Wcast-function-type]
  1691. md_init = (int(*)(void *))&SHA512_Init;
  1692. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1693. hash_t.h:221:14: warning: cast between incompatible function types from ‘void (*)(SHA512_CTX*, unsigned char*)’ to ‘int (*)(unsigned char*, void*)’ [-Wcast-function-type]
  1694. md_final = (int (*)(unsigned char*, void*))&SHA512_Final;
  1695. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1696. cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’
  1697. mv -f .deps/plugin.Tpo .deps/plugin.Po
  1698. gcc -DHAVE_CONFIG_H -I. -I../../../tsk -I../../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT utils.o -MD -MP -MF .deps/utils.Tpo -c -o utils.o utils.c
  1699. mv -f .deps/utils.Tpo .deps/utils.Po
  1700. g++ -DHAVE_CONFIG_H -I. -I../../../tsk -I../../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT dfxml.o -MD -MP -MF .deps/dfxml.Tpo -c -o dfxml.o dfxml.cpp
  1701. mv -f .deps/dfxml.Tpo .deps/dfxml.Po
  1702. gcc -DHAVE_CONFIG_H -I. -I../../../tsk -I../../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT hexbuf.o -MD -MP -MF .deps/hexbuf.Tpo -c -o hexbuf.o hexbuf.c
  1703. mv -f .deps/hexbuf.Tpo .deps/hexbuf.Po
  1704. g++ -DHAVE_CONFIG_H -I. -I../../../tsk -I../../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT unicode_escape.o -MD -MP -MF .deps/unicode_escape.Tpo -c -o unicode_escape.o unicode_escape.cpp
  1705. mv -f .deps/unicode_escape.Tpo .deps/unicode_escape.Po
  1706. g++ -DHAVE_CONFIG_H -I. -I../../../tsk -I../../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT base64.o -MD -MP -MF .deps/base64.Tpo -c -o base64.o base64.cpp
  1707. mv -f .deps/base64.Tpo .deps/base64.Po
  1708. gcc -DHAVE_CONFIG_H -I. -I../../../tsk -I../../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT sha2.o -MD -MP -MF .deps/sha2.Tpo -c -o sha2.o sha2.c
  1709. mv -f .deps/sha2.Tpo .deps/sha2.Po
  1710. /bin/sh ../../../libtool --tag=CXX --mode=link g++ -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -pthread -L/usr/local/lib -o fiwalk fiwalk.o fiwalk_tsk.o content.o arff.o plugin.o utils.o dfxml.o hexbuf.o unicode_escape.o base64.o sha2.o ../../../tsk/libtsk.la -lewf -ldl -lz -lpq -lsqlite3 -ldl -lstdc++
  1711. libtool: link: g++ -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -pthread -o .libs/fiwalk fiwalk.o fiwalk_tsk.o content.o arff.o plugin.o utils.o dfxml.o hexbuf.o unicode_escape.o base64.o sha2.o -L/usr/local/lib ../../../tsk/.libs/libtsk.so -lewf -lz -lpq -lsqlite3 -ldl -lstdc++ -pthread -Wl,-rpath -Wl,/usr/local/lib
  1712. make[3]: Leaving directory '/tmp/pamac-build/sleuthkit-java/src/sleuthkit-4.6.6/tools/fiwalk/src'
  1713. Making all in plugins
  1714. make[3]: Entering directory '/tmp/pamac-build/sleuthkit-java/src/sleuthkit-4.6.6/tools/fiwalk/plugins'
  1715. g++ -DHAVE_CONFIG_H -I. -I../../../tsk -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT jpeg_extract.o -MD -MP -MF .deps/jpeg_extract.Tpo -c -o jpeg_extract.o jpeg_extract.cpp
  1716. mv -f .deps/jpeg_extract.Tpo .deps/jpeg_extract.Po
  1717. /bin/sh ../../../libtool --tag=CXX --mode=link g++ -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -pthread -L/usr/local/lib -o jpeg_extract jpeg_extract.o -lewf -ldl -lz -lpq -lsqlite3 -ldl -lstdc++
  1718. libtool: link: g++ -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -pthread -o jpeg_extract jpeg_extract.o -L/usr/local/lib -lewf -lz -lpq -lsqlite3 -ldl -lstdc++ -pthread
  1719. make[3]: Leaving directory '/tmp/pamac-build/sleuthkit-java/src/sleuthkit-4.6.6/tools/fiwalk/plugins'
  1720. make[3]: Entering directory '/tmp/pamac-build/sleuthkit-java/src/sleuthkit-4.6.6/tools/fiwalk'
  1721. make[3]: Nothing to be done for 'all-am'.
  1722. make[3]: Leaving directory '/tmp/pamac-build/sleuthkit-java/src/sleuthkit-4.6.6/tools/fiwalk'
  1723. make[2]: Leaving directory '/tmp/pamac-build/sleuthkit-java/src/sleuthkit-4.6.6/tools/fiwalk'
  1724. make[2]: Entering directory '/tmp/pamac-build/sleuthkit-java/src/sleuthkit-4.6.6/tools'
  1725. make[2]: Nothing to be done for 'all-am'.
  1726. make[2]: Leaving directory '/tmp/pamac-build/sleuthkit-java/src/sleuthkit-4.6.6/tools'
  1727. make[1]: Leaving directory '/tmp/pamac-build/sleuthkit-java/src/sleuthkit-4.6.6/tools'
  1728. Making all in tests
  1729. make[1]: Entering directory '/tmp/pamac-build/sleuthkit-java/src/sleuthkit-4.6.6/tests'
  1730. make[1]: Nothing to be done for 'all'.
  1731. make[1]: Leaving directory '/tmp/pamac-build/sleuthkit-java/src/sleuthkit-4.6.6/tests'
  1732. Making all in samples
  1733. make[1]: Entering directory '/tmp/pamac-build/sleuthkit-java/src/sleuthkit-4.6.6/samples'
  1734. g++ -DHAVE_CONFIG_H -I. -I../tsk -I.. -I./.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT posix-style.o -MD -MP -MF .deps/posix-style.Tpo -c -o posix-style.o posix-style.cpp
  1735. mv -f .deps/posix-style.Tpo .deps/posix-style.Po
  1736. /bin/sh ../libtool --tag=CXX --mode=link g++ -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -static -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -pthread -L/usr/local/lib -o posix_style posix-style.o ../tsk/libtsk.la -lewf -ldl -lz -lpq -lsqlite3 -ldl -lstdc++
  1737. libtool: link: g++ -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -pthread -o posix_style posix-style.o -L/usr/local/lib ../tsk/.libs/libtsk.a -lewf -lz -lpq -lsqlite3 -ldl -lstdc++ -pthread
  1738. g++ -DHAVE_CONFIG_H -I. -I../tsk -I.. -I./.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT callback-style.o -MD -MP -MF .deps/callback-style.Tpo -c -o callback-style.o callback-style.cpp
  1739. mv -f .deps/callback-style.Tpo .deps/callback-style.Po
  1740. /bin/sh ../libtool --tag=CXX --mode=link g++ -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -static -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -pthread -L/usr/local/lib -o callback_style callback-style.o ../tsk/libtsk.la -lewf -ldl -lz -lpq -lsqlite3 -ldl -lstdc++
  1741. libtool: link: g++ -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -pthread -o callback_style callback-style.o -L/usr/local/lib ../tsk/.libs/libtsk.a -lewf -lz -lpq -lsqlite3 -ldl -lstdc++ -pthread
  1742. g++ -DHAVE_CONFIG_H -I. -I../tsk -I.. -I./.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT posix-cpp-style.o -MD -MP -MF .deps/posix-cpp-style.Tpo -c -o posix-cpp-style.o posix-cpp-style.cpp
  1743. mv -f .deps/posix-cpp-style.Tpo .deps/posix-cpp-style.Po
  1744. /bin/sh ../libtool --tag=CXX --mode=link g++ -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -static -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -pthread -L/usr/local/lib -o posix_cpp_style posix-cpp-style.o ../tsk/libtsk.la -lewf -ldl -lz -lpq -lsqlite3 -ldl -lstdc++
  1745. libtool: link: g++ -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -pthread -o posix_cpp_style posix-cpp-style.o -L/usr/local/lib ../tsk/.libs/libtsk.a -lewf -lz -lpq -lsqlite3 -ldl -lstdc++ -pthread
  1746. g++ -DHAVE_CONFIG_H -I. -I../tsk -I.. -I./.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT callback-cpp-style.o -MD -MP -MF .deps/callback-cpp-style.Tpo -c -o callback-cpp-style.o callback-cpp-style.cpp
  1747. mv -f .deps/callback-cpp-style.Tpo .deps/callback-cpp-style.Po
  1748. /bin/sh ../libtool --tag=CXX --mode=link g++ -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -static -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -pthread -L/usr/local/lib -o callback_cpp_style callback-cpp-style.o ../tsk/libtsk.la -lewf -ldl -lz -lpq -lsqlite3 -ldl -lstdc++
  1749. libtool: link: g++ -Wall -Wextra -Wno-unused-parameter -Wno-unused-command-line-argument -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -pthread -o callback_cpp_style callback-cpp-style.o -L/usr/local/lib ../tsk/.libs/libtsk.a -lewf -lz -lpq -lsqlite3 -ldl -lstdc++ -pthread
  1750. make[1]: Leaving directory '/tmp/pamac-build/sleuthkit-java/src/sleuthkit-4.6.6/samples'
  1751. Making all in man
  1752. make[1]: Entering directory '/tmp/pamac-build/sleuthkit-java/src/sleuthkit-4.6.6/man'
  1753. make[1]: Nothing to be done for 'all'.
  1754. make[1]: Leaving directory '/tmp/pamac-build/sleuthkit-java/src/sleuthkit-4.6.6/man'
  1755. make[1]: Entering directory '/tmp/pamac-build/sleuthkit-java/src/sleuthkit-4.6.6'
  1756. make[1]: Nothing to be done for 'all-am'.
  1757. make[1]: Leaving directory '/tmp/pamac-build/sleuthkit-java/src/sleuthkit-4.6.6'
  1758. Unable to locate tools.jar. Expected to find it in /usr/lib/jvm/java-8-openjdk/lib/tools.jar
  1759. Buildfile: /tmp/pamac-build/sleuthkit-java/src/sleuthkit-4.6.6/bindings/java/build.xml
  1760.  
  1761. testTSKLibs:
  1762.  
  1763. BUILD FAILED
  1764. /tmp/pamac-build/sleuthkit-java/src/sleuthkit-4.6.6/bindings/java/build-unix.xml:40: JNI native library not built.
  1765.  
  1766. Total time: 0 seconds
  1767. ==> ERROR: A failure occurred in build().
  1768. Aborting...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement