Cook: knock 0.7 ================================================================================ QA: checking package receipt... Checking build dependencies... Installing (pkg/local): libnl-3.4.0-i486 Installing (pkg/local): libnl-tools-3.4.0-i486 Installing (pkg/local): libnl-dev-3.4.0-any Installing (pkg/local): libpcap-dev-1.9.0-any Installing (pkg/local): libpcap-1.9.0-i486 Extracting source archive "knock-0.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 Applying patch knock.u patching file knockd.conf patching file src/knockd.c Hunk #1 succeeded at 47 with fuzz 1 (offset 1 line). 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 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 for style of include used by make... GNU 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 checking for pcap_dispatch in -lpcap... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating config.h config.status: executing depfiles commands make all-am make[1]: Entering directory '/home/slitaz/wok/knock/source/knock-0.7' sed -e "s/#VERSION#/0.7/" doc/knock.1.in > doc/knock.1 sed -e "s/#VERSION#/0.7/" doc/knockd.1.in > doc/knockd.1 depbase=`echo src/knock.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -D_BSD_SOURCE -D_GLIBCXX_USE_C99_MATH=1 -g -Wall -pedantic -fno-exceptions -march=i486 -Os -pipe -mindirect-branch=thunk -MT src/knock.o -MD -MP -MF $depbase.Tpo -c -o src/knock.o src/knock.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/knockd.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -D_BSD_SOURCE -D_GLIBCXX_USE_C99_MATH=1 -g -Wall -pedantic -fno-exceptions -march=i486 -Os -pipe -mindirect-branch=thunk -MT src/knockd.o -MD -MP -MF $depbase.Tpo -c -o src/knockd.o src/knockd.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/list.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -D_BSD_SOURCE -D_GLIBCXX_USE_C99_MATH=1 -g -Wall -pedantic -fno-exceptions -march=i486 -Os -pipe -mindirect-branch=thunk -MT src/list.o -MD -MP -MF $depbase.Tpo -c -o src/list.o src/list.c &&\ mv -f $depbase.Tpo $depbase.Po In file included from /usr/include/bits/libc-header-start.h:33, from /usr/include/stdio.h:27, from src/knockd.c:22: /usr/include/features.h:184:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^~~~~~~ In file included from /usr/include/bits/libc-header-start.h:33, from /usr/include/stdlib.h:25, from src/list.c:22: /usr/include/features.h:184:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^~~~~~~ In file included from /usr/include/bits/libc-header-start.h:33, from /usr/include/stdio.h:27, from src/knock.c:22: /usr/include/features.h:184:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^~~~~~~ i486-slitaz-linux-gcc -g -Wall -pedantic -fno-exceptions -march=i486 -Os -pipe -mindirect-branch=thunk -Wl,-Os,--as-needed -o knock src/knock.o -lpcap src/knockd.c: In function 'sniff': src/knockd.c:1426:30: warning: '-' directive output may be truncated writing 1 byte into a region of size between 0 and 7 [-Wformat-truncation=] snprintf(pkt_date, 11, "%04d-%02d-%02d", pkt_tm->tm_year+1900, pkt_tm->tm_mon, ^ In file included from /usr/include/stdio.h:873, from src/knockd.c:22: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output between 11 and 36 bytes into a destination of size 11 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ i486-slitaz-linux-gcc -g -Wall -pedantic -fno-exceptions -march=i486 -Os -pipe -mindirect-branch=thunk -Wl,-Os,--as-needed -o knockd src/knockd.o src/list.o -lpcap make[1]: Leaving directory '/home/slitaz/wok/knock/source/knock-0.7' make[1]: Entering directory '/home/slitaz/wok/knock/source/knock-0.7' ./install-sh -c -d '/home/slitaz/wok/knock/install/usr/bin' ./install-sh -c -d '/home/slitaz/wok/knock/install/usr/sbin' ./install-sh -c -d '/home/slitaz/wok/knock/install/etc' ./install-sh -c -d '/home/slitaz/wok/knock/install/usr/share/doc/knock-0.7' ./install-sh -c -d '/home/slitaz/wok/knock/install/usr/share/man/man1' /usr/bin/install -c knock '/home/slitaz/wok/knock/install/usr/bin' /usr/bin/install -c -m 644 knockd.conf '/home/slitaz/wok/knock/install/etc' /usr/bin/install -c knockd '/home/slitaz/wok/knock/install/usr/sbin' /usr/bin/install -c -m 644 README.md TODO ChangeLog COPYING '/home/slitaz/wok/knock/install/usr/share/doc/knock-0.7' /usr/bin/install -c -m 644 doc/knock.1 doc/knockd.1 '/home/slitaz/wok/knock/install/usr/share/man/man1' make[1]: Leaving directory '/home/slitaz/wok/knock/source/knock-0.7' ================================================================================ Executing strip on all files... Done Time: 0.46s. Size: 115360 B -> 47972 B. Save: 66 KB. Installing (pkg/local): advancecomp-static-2.1-i486 Compressing man pages... Done Time: 1.30s. Size: 9567 B -> 3989 B. Save: 5 KB. Cache hit: 2/2. ================================================================================ Build dependencies to remove: 6 Removing: advancecomp-static libnl libnl-dev libnl-tools libpcap libpcap-dev Pack: knock 0.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 "knock-0.7-i486.tazpkg" Done The release checksum has changed. ================================================================================ Package "knock-0.7-i486.tazpkg" created Post-check ================================================================================ Checking build... Done Checking 'any' arch... Done Checking libtool in source/knock-0.7... Done Checking site script in source/knock-0.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: knock 0.7 ================================================================================ Src file : knock-0.7.tar.gz Src size : 112.0K Source dir : 860.0K Produced : 148.0K Cook time : 11s Cook date : 2020-07-20 05:12 Target arch : i486 -------------------------------------------------------------------------------- # : Packed : Compressed : Files : Package name -------------------------------------------------------------------------------- 1 : 104.0K : 14.5K : 5 : knock-0.7-i486.tazpkg ================================================================================