==> Synchronizing chroot copy [/home/leming/armv8/root] -> [leming]...done
==> Making package: foremost 1.5.7-7 (Sun Jul 14 17:13:53 2024)
==> Retrieving sources...
  -> Found foremost-1.5.7.tar.gz
  -> Found foremost-makefile.patch
  -> Found foremost-1.5.7-fno-common.patch
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha512sums...
    foremost-1.5.7.tar.gz ... Passed
    foremost-makefile.patch ... Passed
    foremost-1.5.7-fno-common.patch ... Passed
==> Making package: foremost 1.5.7-7 (Sun 14 Jul 2024 05:13:59 PM MDT)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found foremost-1.5.7.tar.gz
  -> Found foremost-makefile.patch
  -> Found foremost-1.5.7-fno-common.patch
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Extracting foremost-1.5.7.tar.gz with bsdtar
==> Starting prepare()...
patching file Makefile
patching file config.c
patching file api.c
patching file extract.c
patching file main.h
patching file ole.h
patching file state.c
patching file main.c
==> Starting build()...
gcc -Wall -O2 -DVERSION=\"1.5.7\" -D__UNIX -D__LINUX -DLARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c main.c
gcc -Wall -O2 -DVERSION=\"1.5.7\" -D__UNIX -D__LINUX -DLARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c state.c
gcc -Wall -O2 -DVERSION=\"1.5.7\" -D__UNIX -D__LINUX -DLARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c helpers.c
gcc -Wall -O2 -DVERSION=\"1.5.7\" -D__UNIX -D__LINUX -DLARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c config.c
gcc -Wall -O2 -DVERSION=\"1.5.7\" -D__UNIX -D__LINUX -DLARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c cli.c
gcc -Wall -O2 -DVERSION=\"1.5.7\" -D__UNIX -D__LINUX -DLARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c engine.c
gcc -Wall -O2 -DVERSION=\"1.5.7\" -D__UNIX -D__LINUX -DLARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c dir.c
gcc -Wall -O2 -DVERSION=\"1.5.7\" -D__UNIX -D__LINUX -DLARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c extract.c
gcc -Wall -O2 -DVERSION=\"1.5.7\" -D__UNIX -D__LINUX -DLARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c api.c
dir.c: In function 'write_to_disk':
dir.c:327:23: warning: the comparison will always evaluate as 'false' for the address of 'comment' will never be NULL [-Waddress]
In file included from dir.c:3:
main.h:343:10: note: 'comment' declared here
dir.c:387:22: warning: the comparison will always evaluate as 'false' for the address of 'comment' will never be NULL [-Waddress]
main.h:343:10: note: 'comment' declared here
config.c: In function 'translate':
config.c:27:6: warning: value computed is not used [-Wunused-value]
config.c:32:6: warning: value computed is not used [-Wunused-value]
config.c:37:6: warning: value computed is not used [-Wunused-value]
config.c:42:6: warning: value computed is not used [-Wunused-value]
config.c:47:6: warning: value computed is not used [-Wunused-value]
config.c:52:6: warning: value computed is not used [-Wunused-value]
config.c:57:6: warning: value computed is not used [-Wunused-value]
engine.c: In function 'search_chunk':
engine.c:319:17: warning: variable 'current_pos' set but not used [-Wunused-but-set-variable]
engine.c: In function 'user_interrupt':
engine.c:25:2: warning: pointer 's' used after 'free' [-Wuse-after-free]
engine.c:23:2: note: call to 'free' here
extract.c: In function 'extract_htm':
extract.c:557:17: warning: variable 'currentpos' set but not used [-Wunused-but-set-variable]
extract.c: In function 'extract_wmv':
extract.c:1158:21: warning: variable 'fileObjHeaderSize' set but not used [-Wunused-but-set-variable]
extract.c:1151:17: warning: variable 'currentpos' set but not used [-Wunused-but-set-variable]
extract.c: In function 'extract_gif':
extract.c:1405:17: warning: variable 'currentpos' set but not used [-Wunused-but-set-variable]
extract.c: In function 'extract_jpeg':
extract.c:1825:17: warning: variable 'currentpos' set but not used [-Wunused-but-set-variable]
extract.c: In function 'extract_exe':
extract.c:2110:15: warning: variable 'align' set but not used [-Wunused-but-set-variable]
extract.c:2106:15: warning: variable 'size_of_headers' set but not used [-Wunused-but-set-variable]
extract.c:2104:15: warning: variable 'sizeofimage' set but not used [-Wunused-but-set-variable]
extract.c:2101:15: warning: variable 'rva' set but not used [-Wunused-but-set-variable]
extract.c:2100:15: warning: variable 'SizeOfUninitializedData' set but not used [-Wunused-but-set-variable]
extract.c:2099:15: warning: variable 'SizeOfInitializedData' set but not used [-Wunused-but-set-variable]
extract.c:2098:15: warning: variable 'SizeOfCode' set but not used [-Wunused-but-set-variable]
extract.c: In function 'extract_rar':
extract.c:2273:21: warning: variable 'file_size' set but not used [-Wunused-but-set-variable]
extract.c: In function 'extract_exe':
extract.c:2140:4: warning: ':' directive writing 1 byte into a region of size between 0 and 16 [-Wformat-overflow=]
extract.c:2139:2: note: 'sprintf' output between 20 and 72 bytes into a destination of size 32
api.c: In function 'get_dir_info':
api.c:172:16: warning: the comparison will always evaluate as 'false' for the address of 'name' will never be NULL [-Waddress]
In file included from api.c:7:
ole.h:75:7: note: 'name' declared here
api.c: In function 'dump_dirent':
api.c:482:8: warning: variable 'unknown' set but not used [-Wunused-but-set-variable]
gcc -Wall -O2 -DVERSION=\"1.5.7\" -D__UNIX -D__LINUX -DLARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 main.o state.o helpers.o config.o cli.o engine.o dir.o extract.o api.o -o foremost 
==> Entering fakeroot environment...
==> Starting package()...
install -m 755 foremost /build/foremost/pkg/foremost/usr/bin
install -m 444 foremost.8.gz /build/foremost/pkg/foremost/usr/share/man/man8
install -m 444 foremost.conf /build/foremost/pkg/foremost/etc
==> Tidying install...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "foremost"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: foremost 1.5.7-7 (Sun 14 Jul 2024 05:14:04 PM MDT)
==> Cleaning up...