Cook: sshguard 2.0.0 ================================================================================ QA: checking package receipt... Extracting source archive "sshguard-2.0.0.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 configure: WARNING: unrecognized options: --with-firewall configure: loading site script /etc/slitaz/cook.site checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... ./install-sh -c -d checking for gawk... no checking for mawk... no checking for nawk... no checking for awk... awk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether make supports nested variables... (cached) yes checking for style of include used by make... GNU checking for i486-slitaz-linux-gcc... i486-slitaz-linux-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether i486-slitaz-linux-gcc accepts -g... yes checking for i486-slitaz-linux-gcc option to accept ISO C89... none needed checking whether i486-slitaz-linux-gcc understands -c and -o together... yes checking dependency style of i486-slitaz-linux-gcc... gcc3 checking how to run the C preprocessor... i486-slitaz-linux-gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes ## -------------- ## ## Program Checks ## ## -------------- ## checking for i486-slitaz-linux-gcc option to accept ISO C99... none needed checking for i486-slitaz-linux-ranlib... i486-slitaz-linux-ranlib checking for bison... bison -y checking for i486-slitaz-linux-ar... i486-slitaz-linux-ar checking the archiver (i486-slitaz-linux-ar) interface... ar checking for flex... flex checking lex output file root... lex.yy checking lex library... -lfl checking whether yytext is a pointer... yes ## ----------------------------------- ## ## Headers, Types, and Compiler Checks ## ## ----------------------------------- ## checking getopt.h usability... yes checking getopt.h presence... yes checking for getopt.h... yes checking sys/capsicum.h usability... no checking sys/capsicum.h presence... no checking for sys/capsicum.h... no checking sys/capability.h usability... no checking sys/capability.h presence... no checking for sys/capability.h... no checking for rst2man... no checking for rst2man.py... no configure: WARNING: rst2man not found; using pre-built man pages ## ----------------- ## ## Library Functions ## ## ----------------- ## checking for library containing gethostbyname... none required checking for library containing pthread_create... -lpthread checking for library containing socket... none required checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating src/blocker/Makefile config.status: creating src/fw/Makefile config.status: creating src/parser/Makefile config.status: creating src/common/config.h config.status: executing depfiles commands configure: WARNING: unrecognized options: --with-firewall Making all in src make[1]: Entering directory '/home/slitaz/wok/sshguard/source/sshguard-2.0.0/src' Making all in blocker make[2]: Entering directory '/home/slitaz/wok/sshguard/source/sshguard-2.0.0/src/blocker' CC simclist.o CC attack.o CC blocker.o CC blocklist.o CC hash_32a.o CC sshguard_blacklist.o CC sshguard_options.o CC sshguard_whitelist.o blocker.c: In function 'main': blocker.c:161:27: warning: format '%d' expects argument of type 'int *', but argument 3 has type 'enum service *' [-Wformat=] if (sscanf(buf, "%d %46s %d %d\n", &parsed_attack.service, ~^ ~~~~~~~~~~~~~~~~~~~~~~ CCLD sshg-blocker make[2]: Leaving directory '/home/slitaz/wok/sshguard/source/sshguard-2.0.0/src/blocker' Making all in fw make[2]: Entering directory '/home/slitaz/wok/sshguard/source/sshguard-2.0.0/src/fw' cat sshg-fw-firewalld.sh ./sshg-fw.in > sshg-fw-firewalld cat sshg-fw-ipfilter.sh ./sshg-fw.in > sshg-fw-ipfilter cat sshg-fw-ipfw.sh ./sshg-fw.in > sshg-fw-ipfw cat sshg-fw-ipset.sh ./sshg-fw.in > sshg-fw-ipset CC hosts.o CC simclist.o cat sshg-fw-iptables.sh ./sshg-fw.in > sshg-fw-iptables cat sshg-fw-null.sh ./sshg-fw.in > sshg-fw-null cat sshg-fw-pf.sh ./sshg-fw.in > sshg-fw-pf CCLD sshg-fw-hosts make[2]: Leaving directory '/home/slitaz/wok/sshguard/source/sshguard-2.0.0/src/fw' Making all in parser make[2]: Entering directory '/home/slitaz/wok/sshguard/source/sshguard-2.0.0/src/parser' make all-am make[3]: Entering directory '/home/slitaz/wok/sshguard/source/sshguard-2.0.0/src/parser' CC attack.o CC attack_parser.o CC attack_scanner.o CC parser.o CCLD sshg-parser make[3]: Leaving directory '/home/slitaz/wok/sshguard/source/sshguard-2.0.0/src/parser' make[2]: Leaving directory '/home/slitaz/wok/sshguard/source/sshguard-2.0.0/src/parser' make[2]: Entering directory '/home/slitaz/wok/sshguard/source/sshguard-2.0.0/src' sed -e 's|@libexecdir[@]|/usr/libexec|g' -e 's|@sysconfdir[@]|/etc|g' -e 's|@sshguardversion[@]|2.0.0|g' ./sshguard.in > sshguard make[2]: Leaving directory '/home/slitaz/wok/sshguard/source/sshguard-2.0.0/src' make[1]: Leaving directory '/home/slitaz/wok/sshguard/source/sshguard-2.0.0/src' make[1]: Entering directory '/home/slitaz/wok/sshguard/source/sshguard-2.0.0' make[1]: Nothing to be done for 'all-am'. make[1]: Leaving directory '/home/slitaz/wok/sshguard/source/sshguard-2.0.0' Making install in src make[1]: Entering directory '/home/slitaz/wok/sshguard/source/sshguard-2.0.0/src' Making install in blocker make[2]: Entering directory '/home/slitaz/wok/sshguard/source/sshguard-2.0.0/src/blocker' make[3]: Entering directory '/home/slitaz/wok/sshguard/source/sshguard-2.0.0/src/blocker' make[3]: Nothing to be done for 'install-data-am'. ../.././install-sh -c -d '/home/slitaz/wok/sshguard/install/usr/libexec' /usr/bin/install -c sshg-blocker '/home/slitaz/wok/sshguard/install/usr/libexec' make[3]: Leaving directory '/home/slitaz/wok/sshguard/source/sshguard-2.0.0/src/blocker' make[2]: Leaving directory '/home/slitaz/wok/sshguard/source/sshguard-2.0.0/src/blocker' Making install in fw make[2]: Entering directory '/home/slitaz/wok/sshguard/source/sshguard-2.0.0/src/fw' make[3]: Entering directory '/home/slitaz/wok/sshguard/source/sshguard-2.0.0/src/fw' make[3]: Nothing to be done for 'install-data-am'. ../.././install-sh -c -d '/home/slitaz/wok/sshguard/install/usr/libexec' ../.././install-sh -c -d '/home/slitaz/wok/sshguard/install/usr/libexec' /usr/bin/install -c sshg-fw-hosts '/home/slitaz/wok/sshguard/install/usr/libexec' /usr/bin/install -c sshg-fw-firewalld sshg-fw-ipfilter sshg-fw-ipfw sshg-fw-ipset sshg-fw-iptables sshg-fw-null sshg-fw-pf '/home/slitaz/wok/sshguard/install/usr/libexec' make[3]: Leaving directory '/home/slitaz/wok/sshguard/source/sshguard-2.0.0/src/fw' make[2]: Leaving directory '/home/slitaz/wok/sshguard/source/sshguard-2.0.0/src/fw' Making install in parser make[2]: Entering directory '/home/slitaz/wok/sshguard/source/sshguard-2.0.0/src/parser' make install-am make[3]: Entering directory '/home/slitaz/wok/sshguard/source/sshguard-2.0.0/src/parser' make[4]: Entering directory '/home/slitaz/wok/sshguard/source/sshguard-2.0.0/src/parser' make[4]: Nothing to be done for 'install-data-am'. ../.././install-sh -c -d '/home/slitaz/wok/sshguard/install/usr/libexec' /usr/bin/install -c sshg-parser '/home/slitaz/wok/sshguard/install/usr/libexec' make[4]: Leaving directory '/home/slitaz/wok/sshguard/source/sshguard-2.0.0/src/parser' make[3]: Leaving directory '/home/slitaz/wok/sshguard/source/sshguard-2.0.0/src/parser' make[2]: Leaving directory '/home/slitaz/wok/sshguard/source/sshguard-2.0.0/src/parser' make[2]: Entering directory '/home/slitaz/wok/sshguard/source/sshguard-2.0.0/src' make[3]: Entering directory '/home/slitaz/wok/sshguard/source/sshguard-2.0.0/src' make[3]: Nothing to be done for 'install-data-am'. .././install-sh -c -d '/home/slitaz/wok/sshguard/install/usr/sbin' .././install-sh -c -d '/home/slitaz/wok/sshguard/install/usr/libexec' /usr/bin/install -c sshg-logtail '/home/slitaz/wok/sshguard/install/usr/libexec' /usr/bin/install -c sshguard '/home/slitaz/wok/sshguard/install/usr/sbin' make[3]: Leaving directory '/home/slitaz/wok/sshguard/source/sshguard-2.0.0/src' make[2]: Leaving directory '/home/slitaz/wok/sshguard/source/sshguard-2.0.0/src' make[1]: Leaving directory '/home/slitaz/wok/sshguard/source/sshguard-2.0.0/src' make[1]: Entering directory '/home/slitaz/wok/sshguard/source/sshguard-2.0.0' make[2]: Entering directory '/home/slitaz/wok/sshguard/source/sshguard-2.0.0' make[2]: Nothing to be done for 'install-exec-am'. ./install-sh -c -d '/home/slitaz/wok/sshguard/install/usr/share/man/man7' ./install-sh -c -d '/home/slitaz/wok/sshguard/install/usr/share/man/man8' /usr/bin/install -c -m 644 doc/sshguard-setup.7 '/home/slitaz/wok/sshguard/install/usr/share/man/man7' /usr/bin/install -c -m 644 doc/sshguard.8 '/home/slitaz/wok/sshguard/install/usr/share/man/man8' make[2]: Leaving directory '/home/slitaz/wok/sshguard/source/sshguard-2.0.0' make[1]: Leaving directory '/home/slitaz/wok/sshguard/source/sshguard-2.0.0' ================================================================================ Executing strip on all files... Done Time: 1.25s. Size: 1280848 B -> 1257236 B. Save: 23 KB. Installing (pkg/local): advancecomp-static-2.1-i486 Compressing man pages... Done Time: 2.45s. Size: 13084 B -> 4859 B. Save: 8 KB. Cache hit: 2/2. ================================================================================ Build dependencies to remove: 1 Removing: advancecomp-static Pack: sshguard 2.0.0 ================================================================================ 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 "sshguard-2.0.0-i486.tazpkg" Done The release checksum has changed. ================================================================================ Package "sshguard-2.0.0-i486.tazpkg" created Post-check ================================================================================ Checking build... Done Checking 'any' arch... Done Checking libtool in source/sshguard-2.0.0... Done Checking site script in source/sshguard-2.0.0... 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: sshguard 2.0.0 ================================================================================ Src file : sshguard-2.0.0.tar.gz Src size : 868.0K Source dir : 7.3M Produced : 1.3M Cook time : 25s Cook date : 2020-07-08 01:10 Target arch : i486 -------------------------------------------------------------------------------- # : Packed : Compressed : Files : Package name -------------------------------------------------------------------------------- 1 : 1.3M : 354.9K : 12 : sshguard-2.0.0-i486.tazpkg ================================================================================