From https://github.com/archlinux/svntogit-community * branch packages/foremost -> FETCH_HEAD * [new branch] packages/foremost -> community/packages/foremost Cloning into 'foremost'... done. :: Synchronizing package databases... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 81 132k 81 107k 0 0 318k 0 --:--:-- --:--:-- --:--:-- 317k 100 132k 100 132k 0 0 389k 0 --:--:-- --:--:-- --:--:-- 389k % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 2 8544k 2 171k 0 0 168k 0 0:00:50 0:00:01 0:00:49 168k 29 8544k 29 2497k 0 0 1230k 0 0:00:06 0:00:02 0:00:04 1230k 69 8544k 69 5916k 0 0 1944k 0 0:00:04 0:00:03 0:00:01 1944k 100 8544k 100 8544k 0 0 2402k 0 0:00:03 0:00:03 --:--:-- 2402k % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 143k 100 143k 0 0 833k 0 --:--:-- --:--:-- --:--:-- 836k :: Starting full system upgrade... there is nothing to do ==> Making package: foremost 1.5.7-6 (Thu Aug 29 14:44:22 2024) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Downloading foremost-1.5.7.tar.gz... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 52352 100 52352 0 0 148k 0 --:--:-- --:--:-- --:--:-- 149k -> 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 ==> 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 config.c: In function 'translate': config.c:27:41: warning: value computed is not used [-Wunused-value] 27 | *rd++; | ^~~~~ config.c:32:41: warning: value computed is not used [-Wunused-value] 32 | *rd++; | ^~~~~ config.c:37:41: warning: value computed is not used [-Wunused-value] 37 | *rd++; | ^~~~~ config.c:42:41: warning: value computed is not used [-Wunused-value] 42 | *rd++; | ^~~~~ config.c:47:41: warning: value computed is not used [-Wunused-value] 47 | *rd++; | ^~~~~ config.c:52:41: warning: value computed is not used [-Wunused-value] 52 | *rd++; | ^~~~~ config.c:57:41: warning: value computed is not used [-Wunused-value] 57 | *rd++; | ^~~~~ dir.c: In function 'write_to_disk': dir.c:327:37: warning: the comparison will always evaluate as 'false' for the address of 'comment' will never be NULL [-Waddress] 327 | if (needle->comment == NULL) | ^~ In file included from dir.c:3: main.h:343:10: note: 'comment' declared here 343 | char comment[MAX_STRING_LENGTH];/*Used for audit*/ | ^~~~~~~ engine.c: In function 'search_chunk': engine.c:319:26: warning: variable 'current_pos' set but not used [-Wunused-but-set-variable] 319 | unsigned char *current_pos = NULL; | ^~~~~~~~~~~ dir.c:387:29: warning: the comparison will always evaluate as 'false' for the address of 'comment' will never be NULL [-Waddress] 387 | if (needle->comment == NULL) | ^~ main.h:343:10: note: 'comment' declared here 343 | char comment[MAX_STRING_LENGTH];/*Used for audit*/ | ^~~~~~~ engine.c: In function 'user_interrupt': engine.c:25:9: warning: pointer 's' used after 'free' [-Wuse-after-free] 25 | cleanup_output(s); | ^~~~~~~~~~~~~~~~~ engine.c:23:9: note: call to 'free' here 23 | free(s); | ^~~~~~~ api.c: In function 'get_dir_info': api.c:172:30: warning: the comparison will always evaluate as 'false' for the address of 'name' will never be NULL [-Waddress] 172 | if (dl->name == NULL) | ^~ In file included from api.c:7: ole.h:75:17: note: 'name' declared here 75 | char name[64]; | ^~~~ extract.c: In function 'extract_htm': extract.c:557:26: warning: variable 'currentpos' set but not used [-Wunused-but-set-variable] 557 | unsigned char *currentpos = NULL; | ^~~~~~~~~~ api.c: In function 'dump_dirent': api.c:482:33: warning: variable 'unknown' set but not used [-Wunused-but-set-variable] 482 | short unknown; | ^~~~~~~ extract.c: In function 'extract_wmv': extract.c:1158:41: warning: variable 'fileObjHeaderSize' set but not used [-Wunused-but-set-variable] 1158 | u_int64_t fileObjHeaderSize = 0; | ^~~~~~~~~~~~~~~~~ extract.c:1151:26: warning: variable 'currentpos' set but not used [-Wunused-but-set-variable] 1151 | unsigned char *currentpos = NULL; | ^~~~~~~~~~ extract.c: In function 'extract_gif': extract.c:1405:26: warning: variable 'currentpos' set but not used [-Wunused-but-set-variable] 1405 | unsigned char *currentpos = foundat; | ^~~~~~~~~~ extract.c: In function 'extract_jpeg': extract.c:1825:26: warning: variable 'currentpos' set but not used [-Wunused-but-set-variable] 1825 | unsigned char *currentpos = NULL; | ^~~~~~~~~~ extract.c: In function 'extract_exe': extract.c:2110:25: warning: variable 'align' set but not used [-Wunused-but-set-variable] 2110 | unsigned int align = 0; | ^~~~~ extract.c:2106:25: warning: variable 'size_of_headers' set but not used [-Wunused-but-set-variable] 2106 | unsigned int size_of_headers = 0; | ^~~~~~~~~~~~~~~ extract.c:2104:25: warning: variable 'sizeofimage' set but not used [-Wunused-but-set-variable] 2104 | unsigned int sizeofimage = 0; | ^~~~~~~~~~~ extract.c:2101:25: warning: variable 'rva' set but not used [-Wunused-but-set-variable] 2101 | unsigned int rva = 0; | ^~~ extract.c:2100:25: warning: variable 'SizeOfUninitializedData' set but not used [-Wunused-but-set-variable] 2100 | unsigned int SizeOfUninitializedData = 0; | ^~~~~~~~~~~~~~~~~~~~~~~ extract.c:2099:25: warning: variable 'SizeOfInitializedData' set but not used [-Wunused-but-set-variable] 2099 | unsigned int SizeOfInitializedData = 0; | ^~~~~~~~~~~~~~~~~~~~~ extract.c:2098:25: warning: variable 'SizeOfCode' set but not used [-Wunused-but-set-variable] 2098 | unsigned int SizeOfCode = 0; | ^~~~~~~~~~ extract.c: In function 'extract_rar': extract.c:2273:33: warning: variable 'file_size' set but not used [-Wunused-but-set-variable] 2273 | u_int64_t file_size = 0; | ^~~~~~~~~ extract.c: In function 'extract_exe': extract.c:2140:50: warning: ':' directive writing 1 byte into a region of size between 0 and 16 [-Wformat-overflow=] 2140 | "%02d/%02d/%04d %02d:%02d:%02d", | ^ extract.c:2139:9: note: 'sprintf' output between 20 and 72 bytes into a destination of size 32 2139 | sprintf(ascii_time, | ^~~~~~~~~~~~~~~~~~~ 2140 | "%02d/%02d/%04d %02d:%02d:%02d", | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2141 | ret_time->tm_mon + 1, | ~~~~~~~~~~~~~~~~~~~~~ 2142 | ret_time->tm_mday, | ~~~~~~~~~~~~~~~~~~ 2143 | ret_time->tm_year + 1900, | ~~~~~~~~~~~~~~~~~~~~~~~~~ 2144 | ret_time->tm_hour, | ~~~~~~~~~~~~~~~~~~ 2145 | ret_time->tm_min, | ~~~~~~~~~~~~~~~~~ 2146 | ret_time->tm_sec); | ~~~~~~~~~~~~~~~~~ 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 /tmp/archlinux-ci/foremost-archlinuxrb-build-NzCYYNJK/foremost/trunk/pkg/foremost/usr/bin install -m 444 foremost.8.gz /tmp/archlinux-ci/foremost-archlinuxrb-build-NzCYYNJK/foremost/trunk/pkg/foremost/usr/share/man/man8 install -m 444 foremost.conf /tmp/archlinux-ci/foremost-archlinuxrb-build-NzCYYNJK/foremost/trunk/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-6 (Thu Aug 29 14:44:26 2024)