==> Synchronizing chroot copy [/home/leming/armv7/root] -> [leming]...done
==> Making package: knockd 0.8-1 (Sat May 29 21:06:55 2021)
==> Retrieving sources...
  -> Found knockd-0.8.tar.gz
  -> Found knockd.logrotate
  -> Found knockd.service
  -> Found limits.h.patch
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha512sums...
    knockd-0.8.tar.gz ... Passed
    knockd.logrotate ... Passed
    knockd.service ... Passed
    limits.h.patch ... Passed
==> Making package: knockd 0.8-1 (Sat 29 May 2021 09:07:11 PM UTC)
==> Checking runtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...

Packages (3) dbus-1.12.20-1  libnl-3.5.0-3  libpcap-1.10.0-1

Total Download Size:   0.55 MiB
Total Installed Size:  2.80 MiB

:: Proceed with installation? [Y/n] 
:: Retrieving packages...
downloading libnl-3.5.0-3-armv7h.pkg.tar.xz...
downloading libpcap-1.10.0-1-armv7h.pkg.tar.xz...
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing libnl...
installing dbus...
installing libpcap...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found knockd-0.8.tar.gz
  -> Found knockd.logrotate
  -> Found knockd.service
  -> Found limits.h.patch
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Extracting knockd-0.8.tar.gz with bsdtar
==> Starting prepare()...
patching file src/knockd.c
Hunk #1 succeeded at 56 with fuzz 1 (offset 10 lines).
==> Starting build()...
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a race-free mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for gcc... 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 the compiler supports GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... none needed
checking whether gcc understands -c and -o together... yes
checking whether make supports the include directive... yes (GNU style)
checking dependency style of gcc... gcc3
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for wchar.h... yes
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether _XOPEN_SOURCE should be defined... no
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 '/build/knockd/src/knock-0.8'
sed -e "s/#VERSION#/0.8/" doc/knock.1.in > doc/knock.1
sed -e "s/#VERSION#/0.8/" doc/knockd.1.in > doc/knockd.1
depbase=`echo src/knock.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I.  -D_DEFAULT_SOURCE -D_FORTIFY_SOURCE=2 -g -Wall -pedantic -fno-exceptions -D_BSD_SOURCE -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -O2 -pipe -fstack-protector-strong -fno-plt -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$||'`;\
gcc -DHAVE_CONFIG_H -I.  -D_DEFAULT_SOURCE -D_FORTIFY_SOURCE=2 -g -Wall -pedantic -fno-exceptions -D_BSD_SOURCE -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -O2 -pipe -fstack-protector-strong -fno-plt -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$||'`;\
gcc -DHAVE_CONFIG_H -I.  -D_DEFAULT_SOURCE -D_FORTIFY_SOURCE=2 -g -Wall -pedantic -fno-exceptions -D_BSD_SOURCE -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -O2 -pipe -fstack-protector-strong -fno-plt -MT src/list.o -MD -MP -MF $depbase.Tpo -c -o src/list.o src/list.c &&\
mv -f $depbase.Tpo $depbase.Po
gcc -g -Wall -pedantic -fno-exceptions -D_BSD_SOURCE -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -O2 -pipe -fstack-protector-strong -fno-plt  -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -o knock src/knock.o  -lpcap 
src/knockd.c: In function 'sniff':
src/knockd.c:1707:25: warning: '-' directive output may be truncated writing 1 byte into a region of size between 0 and 7 [-Wformat-truncation=]
In file included from /usr/include/stdio.h:866,
                 from src/knockd.c:29:
/usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output between 11 and 36 bytes into a destination of size 11
   70 | {
      |          ^
   71 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~      
gcc -g -Wall -pedantic -fno-exceptions -D_BSD_SOURCE -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -O2 -pipe -fstack-protector-strong -fno-plt  -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -o knockd src/knockd.o src/list.o  -lpcap 
make[1]: Leaving directory '/build/knockd/src/knock-0.8'
==> Entering fakeroot environment...
==> Starting package()...
make[1]: Entering directory '/build/knockd/src/knock-0.8'
 /usr/bin/mkdir -p '/build/knockd/pkg/knockd/usr/bin'
 /usr/bin/mkdir -p '/build/knockd/pkg/knockd/usr/bin'
 /usr/bin/mkdir -p '/build/knockd/pkg/knockd/usr/bin'
 /usr/bin/mkdir -p '/build/knockd/pkg/knockd/etc'
 /usr/bin/install -c src/knock_helper_ipt.sh '/build/knockd/pkg/knockd/usr/bin'
 /usr/bin/mkdir -p '/build/knockd/pkg/knockd/usr/share/doc/knock'
  /usr/bin/install -c knock '/build/knockd/pkg/knockd/usr/bin'
 /usr/bin/install -c -m 644 knockd.conf '/build/knockd/pkg/knockd/etc'
  /usr/bin/install -c knockd '/build/knockd/pkg/knockd/usr/bin'
 /usr/bin/mkdir -p '/build/knockd/pkg/knockd/usr/share/man/man1'
 /usr/bin/install -c -m 644 README.md TODO ChangeLog COPYING '/build/knockd/pkg/knockd/usr/share/doc/knock'
 /usr/bin/install -c -m 644 doc/knock.1 doc/knockd.1 '/build/knockd/pkg/knockd/usr/share/man/man1'
make[1]: Leaving directory '/build/knockd/src/knock-0.8'
==> 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 "knockd"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: knockd 0.8-1 (Sat 29 May 2021 09:07:23 PM UTC)
==> Cleaning up...