==> Synchronizing chroot copy [/home/leming/armv7/root] -> [leming]...done
==> Making package: sshguard 2.5.1-1 (Wed Jul 16 23:50:41 2025)
==> Retrieving sources...
  -> Found sshguard-2.5.1.tar.gz
  -> Found tmpfile.conf
  -> Found sshguard.service
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha256sums...
    sshguard-2.5.1.tar.gz ... Passed
    tmpfile.conf ... Passed
    sshguard.service ... Passed
==> Making package: sshguard 2.5.1-1 (Wed Jul 16 23:51:05 2025)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found sshguard-2.5.1.tar.gz
  -> Found tmpfile.conf
  -> Found sshguard.service
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Extracting sshguard-2.5.1.tar.gz with bsdtar
==> Starting prepare()...
==> Starting build()...
configure: WARNING: unrecognized options: --with-firewall
checking whether to enable maintainer-specific portions of Makefiles... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether sleep supports fractional seconds... yes
checking filesystem timestamp resolution... 0.01
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 xargs -n works... yes
checking whether make supports the include directive... yes (GNU style)
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 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
## -------------- ##
## Program Checks ##
## -------------- ##
checking for ranlib... ranlib
checking for bison... bison -y
checking for ar... ar
checking the archiver (ar) interface... ar
checking for flex... flex
checking for lex output file root... lex.yy
checking for lex library... none needed
checking for library containing yywrap... no
checking whether yytext is a pointer... yes
## ----------------------------------- ##
## Headers, Types, and Compiler Checks ##
## ----------------------------------- ##
checking for getopt.h... yes
checking for capsicum_helpers.h... no
checking for libcasper.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... none required
checking for library containing socket... none required
checking for setresgid... yes
checking for setresuid... yes
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 '/build/sshguard/src/sshguard-2.5.1/src'
Making all in blocker
make[2]: Entering directory '/build/sshguard/src/sshguard-2.5.1/src/blocker'
  CC       sandbox.o
  CC       service_names.o
  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
  CCLD     sshg-blocker
make[2]: Leaving directory '/build/sshguard/src/sshguard-2.5.1/src/blocker'
Making all in fw
make[2]: Entering directory '/build/sshguard/src/sshguard-2.5.1/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
  CC       hosts.o
  CC       simclist.o
cat sshg-fw-ipset.sh ./sshg-fw.in > sshg-fw-ipset
cat sshg-fw-iptables.sh ./sshg-fw.in > sshg-fw-iptables
cat sshg-fw-nft-sets.sh ./sshg-fw.in > sshg-fw-nft-sets
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 '/build/sshguard/src/sshguard-2.5.1/src/fw'
Making all in parser
make[2]: Entering directory '/build/sshguard/src/sshguard-2.5.1/src/parser'
make  all-am
make[3]: Entering directory '/build/sshguard/src/sshguard-2.5.1/src/parser'
  CC       metrics.o
  CC       sandbox.o
  CC       attack.o
  CC       attack_parser.o
  CC       attack_scanner.o
  CC       parser.o
  CCLD     sshg-parser
make[3]: Leaving directory '/build/sshguard/src/sshguard-2.5.1/src/parser'
make[2]: Leaving directory '/build/sshguard/src/sshguard-2.5.1/src/parser'
make[2]: Entering directory '/build/sshguard/src/sshguard-2.5.1/src'
sed -e 's|@libexecdir[@]|/usr/lib/sshguard|g' -e 's|@sysconfdir[@]|/etc|g' -e 's|@sshguardversion[@]|2.5.1|g' ./sshguard.in > sshguard
make[2]: Leaving directory '/build/sshguard/src/sshguard-2.5.1/src'
make[1]: Leaving directory '/build/sshguard/src/sshguard-2.5.1/src'
make[1]: Entering directory '/build/sshguard/src/sshguard-2.5.1'
make[1]: Nothing to be done for 'all-am'.
make[1]: Leaving directory '/build/sshguard/src/sshguard-2.5.1'
==> Entering fakeroot environment...
==> Starting package()...
Making install in src
make[1]: Entering directory '/build/sshguard/src/sshguard-2.5.1/src'
Making install in blocker
make[2]: Entering directory '/build/sshguard/src/sshguard-2.5.1/src/blocker'
make[3]: Entering directory '/build/sshguard/src/sshguard-2.5.1/src/blocker'
make[3]: Nothing to be done for 'install-data-am'.
 /usr/bin/mkdir -p '/build/sshguard/pkg/sshguard/usr/lib/sshguard'
  /usr/bin/install -c sshg-blocker '/build/sshguard/pkg/sshguard/usr/lib/sshguard'
make[3]: Leaving directory '/build/sshguard/src/sshguard-2.5.1/src/blocker'
make[2]: Leaving directory '/build/sshguard/src/sshguard-2.5.1/src/blocker'
Making install in fw
make[2]: Entering directory '/build/sshguard/src/sshguard-2.5.1/src/fw'
make[3]: Entering directory '/build/sshguard/src/sshguard-2.5.1/src/fw'
make[3]: Nothing to be done for 'install-data-am'.
 /usr/bin/mkdir -p '/build/sshguard/pkg/sshguard/usr/lib/sshguard'
 /usr/bin/mkdir -p '/build/sshguard/pkg/sshguard/usr/lib/sshguard'
  /usr/bin/install -c sshg-fw-hosts '/build/sshguard/pkg/sshguard/usr/lib/sshguard'
 /usr/bin/install -c sshg-fw-firewalld sshg-fw-ipfilter sshg-fw-ipfw sshg-fw-ipset sshg-fw-iptables sshg-fw-nft-sets sshg-fw-null sshg-fw-pf '/build/sshguard/pkg/sshguard/usr/lib/sshguard'
make[3]: Leaving directory '/build/sshguard/src/sshguard-2.5.1/src/fw'
make[2]: Leaving directory '/build/sshguard/src/sshguard-2.5.1/src/fw'
Making install in parser
make[2]: Entering directory '/build/sshguard/src/sshguard-2.5.1/src/parser'
make  install-am
make[3]: Entering directory '/build/sshguard/src/sshguard-2.5.1/src/parser'
make[4]: Entering directory '/build/sshguard/src/sshguard-2.5.1/src/parser'
make[4]: Nothing to be done for 'install-data-am'.
 /usr/bin/mkdir -p '/build/sshguard/pkg/sshguard/usr/lib/sshguard'
  /usr/bin/install -c sshg-parser '/build/sshguard/pkg/sshguard/usr/lib/sshguard'
make[4]: Leaving directory '/build/sshguard/src/sshguard-2.5.1/src/parser'
make[3]: Leaving directory '/build/sshguard/src/sshguard-2.5.1/src/parser'
make[2]: Leaving directory '/build/sshguard/src/sshguard-2.5.1/src/parser'
make[2]: Entering directory '/build/sshguard/src/sshguard-2.5.1/src'
make[3]: Entering directory '/build/sshguard/src/sshguard-2.5.1/src'
make[3]: Nothing to be done for 'install-data-am'.
 /usr/bin/mkdir -p '/build/sshguard/pkg/sshguard/usr/lib/sshguard'
 /usr/bin/mkdir -p '/build/sshguard/pkg/sshguard/usr/bin'
 /usr/bin/install -c sshguard '/build/sshguard/pkg/sshguard/usr/bin'
 /usr/bin/install -c sshg-logtail '/build/sshguard/pkg/sshguard/usr/lib/sshguard'
make[3]: Leaving directory '/build/sshguard/src/sshguard-2.5.1/src'
make[2]: Leaving directory '/build/sshguard/src/sshguard-2.5.1/src'
make[1]: Leaving directory '/build/sshguard/src/sshguard-2.5.1/src'
make[1]: Entering directory '/build/sshguard/src/sshguard-2.5.1'
make[2]: Entering directory '/build/sshguard/src/sshguard-2.5.1'
make[2]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/build/sshguard/pkg/sshguard/usr/share/man/man7'
 /usr/bin/mkdir -p '/build/sshguard/pkg/sshguard/usr/share/man/man8'
 /usr/bin/install -c -m 644 doc/sshguard.8 '/build/sshguard/pkg/sshguard/usr/share/man/man8'
 /usr/bin/install -c -m 644 doc/sshguard-setup.7 '/build/sshguard/pkg/sshguard/usr/share/man/man7'
make[2]: Leaving directory '/build/sshguard/src/sshguard-2.5.1'
make[1]: Leaving directory '/build/sshguard/src/sshguard-2.5.1'
==> 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 "sshguard"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: sshguard 2.5.1-1 (Wed Jul 16 23:51:27 2025)
==> Cleaning up...