Cook: foremost 1.5.7 ================================================================================ QA: checking package receipt... Extracting source archive "foremost-1.5.7.tar.gz" Executing: compile_rules CFLAGS : -march=i486 -Os -pipe -mindirect-branch=thunk CXXLAGS : -march=i486 -Os -pipe -mindirect-branch=thunk CPPFLAGS : -D_GLIBCXX_USE_C99_MATH=1 LDFLAGS : -Wl,-Os,--as-needed 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 engine.c: In function 'search_chunk': engine.c:319:17: warning: variable 'current_pos' set but not used [-Wunused-but-set-variable] unsigned char *current_pos = NULL; ^~~~~~~~~~~ config.c: In function 'translate': config.c:27:6: warning: value computed is not used [-Wunused-value] *rd++; ^~~~~ config.c:32:6: warning: value computed is not used [-Wunused-value] *rd++; ^~~~~ config.c:37:6: warning: value computed is not used [-Wunused-value] *rd++; ^~~~~ config.c:42:6: warning: value computed is not used [-Wunused-value] *rd++; ^~~~~ config.c:47:6: warning: value computed is not used [-Wunused-value] *rd++; ^~~~~ config.c:52:6: warning: value computed is not used [-Wunused-value] *rd++; ^~~~~ config.c:57:6: warning: value computed is not used [-Wunused-value] *rd++; ^~~~~ state.c: In function 'set_config_file': state.c:75:2: warning: ignoring return value of 'realpath', declared with attribute warn_unused_result [-Wunused-result] realpath(fn, temp); ^~~~~~~~~~~~~~~~~~ state.c: In function 'set_output_directory': state.c:96:2: warning: ignoring return value of 'realpath', declared with attribute warn_unused_result [-Wunused-result] realpath(fn, temp); ^~~~~~~~~~~~~~~~~~ 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 extract.c: In function 'extract_htm': extract.c:556:17: warning: variable 'currentpos' set but not used [-Wunused-but-set-variable] unsigned char *currentpos = NULL; ^~~~~~~~~~ extract.c: In function 'extract_wmv': extract.c:1157:14: warning: variable 'fileObjHeaderSize' set but not used [-Wunused-but-set-variable] u_int64_t fileObjHeaderSize = 0; ^~~~~~~~~~~~~~~~~ extract.c:1150:17: warning: variable 'currentpos' set but not used [-Wunused-but-set-variable] unsigned char *currentpos = NULL; ^~~~~~~~~~ extract.c: In function 'extract_gif': extract.c:1404:17: warning: variable 'currentpos' set but not used [-Wunused-but-set-variable] unsigned char *currentpos = foundat; ^~~~~~~~~~ extract.c: In function 'extract_jpeg': extract.c:1824:17: warning: variable 'currentpos' set but not used [-Wunused-but-set-variable] unsigned char *currentpos = NULL; ^~~~~~~~~~ extract.c: In function 'extract_exe': extract.c:2109:15: warning: variable 'align' set but not used [-Wunused-but-set-variable] unsigned int align = 0; ^~~~~ extract.c:2105:15: warning: variable 'size_of_headers' set but not used [-Wunused-but-set-variable] unsigned int size_of_headers = 0; ^~~~~~~~~~~~~~~ extract.c:2103:15: warning: variable 'sizeofimage' set but not used [-Wunused-but-set-variable] unsigned int sizeofimage = 0; ^~~~~~~~~~~ extract.c:2100:15: warning: variable 'rva' set but not used [-Wunused-but-set-variable] unsigned int rva = 0; ^~~ extract.c:2099:15: warning: variable 'SizeOfUninitializedData' set but not used [-Wunused-but-set-variable] unsigned int SizeOfUninitializedData = 0; ^~~~~~~~~~~~~~~~~~~~~~~ extract.c:2098:15: warning: variable 'SizeOfInitializedData' set but not used [-Wunused-but-set-variable] unsigned int SizeOfInitializedData = 0; ^~~~~~~~~~~~~~~~~~~~~ extract.c:2097:15: warning: variable 'SizeOfCode' set but not used [-Wunused-but-set-variable] unsigned int SizeOfCode = 0; ^~~~~~~~~~ extract.c: In function 'extract_rar': extract.c:2272:13: warning: variable 'file_size' set but not used [-Wunused-but-set-variable] u_int64_t file_size = 0; ^~~~~~~~~ api.c: In function 'dump_dirent': api.c:481:10: warning: variable 'unknown' set but not used [-Wunused-but-set-variable] short unknown; ^~~~~~~ extract.c: In function 'extract_exe': extract.c:2139:29: warning: ':' directive writing 1 byte into a region of size between 0 and 16 [-Wformat-overflow=] "%02d/%02d/%04d %02d:%02d:%02d", ^ In file included from /usr/include/stdio.h:873, from main.h:33, from extract.c:16: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 20 and 72 bytes into a destination of size 32 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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 ================================================================================ Executing strip on all files... Done Time: 0.18s. Size: 95952 B -> 75036 B. Save: 20 KB. ================================================================================ Pack: foremost 1.5.7 ================================================================================ Executing: genpkg_rules Copying folders and files... Done Copying "receipt"... Done Determining package architecture... i486 Creating the list of files... Done Creating md5sum of files... Done Compressing the FS... Done Creating full cpio archive... Done QA: checking for empty package... Done Removing old package "foremost-1.5.7-i486.tazpkg" Done The release checksum has changed. ================================================================================ Package "foremost-1.5.7-i486.tazpkg" created Post-check ================================================================================ Checking build... Done Checking 'any' arch... Done Checking libtool in source/foremost-1.5.7... Done Checking site script in source/foremost-1.5.7... Done Checking ownership in install... Done Checking permissions in install... Done Checking broken symlinks in install... Done Querying Repology... Done Updating activity log... Done ================================================================================ Summary for: foremost 1.5.7 ================================================================================ Src file : foremost-1.5.7.tar.gz Src size : 52.0K Source dir : 444.0K Produced : 104.0K Cook time : 10s Cook date : 2020-07-07 07:24 Target arch : i486 -------------------------------------------------------------------------------- # : Packed : Compressed : Files : Package name -------------------------------------------------------------------------------- 1 : 120.0K : 31.4K : 2 : foremost-1.5.7-i486.tazpkg ================================================================================