==> Synchronizing chroot copy [/home/leming/armv8/root] -> [leming]...done
==> Making package: nullmailer 2.2-4 (Sat Jul 13 09:23:12 2024)
==> Retrieving sources...
  -> Found nullmailer-2.2.tar.gz
  -> Found nullmailer.sysusers
  -> Found nullmailer.tmpfiles
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha512sums...
    nullmailer-2.2.tar.gz ... Passed
    nullmailer.sysusers ... Passed
    nullmailer.tmpfiles ... Passed
==> Making package: nullmailer 2.2-4 (Sat 13 Jul 2024 09:23:18 AM MDT)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found nullmailer-2.2.tar.gz
  -> Found nullmailer.sysusers
  -> Found nullmailer.tmpfiles
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Extracting nullmailer-2.2.tar.gz with bsdtar
==> Starting build()...
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether make sets $(MAKE)... (cached) 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 we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking whether g++ accepts -fno-rtti... yes
checking whether g++ accepts -fno-exceptions... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for ranlib... ranlib
checking for strip... /usr/bin/strip
checking for rm... /usr/bin/rm
checking for mkdir... /usr/bin/mkdir
checking for socket in -lxnet... no
checking for socket in -linet... no
checking for socket in -lsocket... no
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking how to run the C++ preprocessor... g++ -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking whether time.h and sys/time.h may both be included... 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 sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking for size_t... yes
checking whether struct tm contains tm_isdst... yes
checking whether struct tm contains __tm_isdst... no
checking whether struct tm contains tm_gmtoff... yes
checking whether struct tm contains __tm_gmtoff... no
checking whether struct utsname contains domainname... yes
checking whether struct utsname contains __domainname... no
checking whether named pipes are buggy... no
checking for setenv... yes
checking for srandom... yes
checking for getaddrinfo... yes
checking for gnutls_certificate_set_verify_function in -lgnutls... yes
checking for gnutls_priority_set_direct in -lgnutls... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating lib/Makefile
config.status: creating lib/cli++/Makefile
config.status: creating lib/fdbuf/Makefile
config.status: creating lib/mystring/Makefile
config.status: creating protocols/Makefile
config.status: creating src/Makefile
config.status: creating test/Makefile
config.status: creating config.h
config.status: executing depfiles commands
make  all-recursive
make[1]: Entering directory '/build/nullmailer/src/nullmailer-2.2'
Making all in doc
make[2]: Entering directory '/build/nullmailer/src/nullmailer-2.2/doc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/build/nullmailer/src/nullmailer-2.2/doc'
Making all in lib
make[2]: Entering directory '/build/nullmailer/src/nullmailer-2.2/lib'
Making all in cli++
make[3]: Entering directory '/build/nullmailer/src/nullmailer-2.2/lib/cli++'
g++ -DHAVE_CONFIG_H -I. -I../..  -I../../lib   -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -fno-rtti -fno-exceptions -W -Wall -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.cc
g++ -DHAVE_CONFIG_H -I. -I../..  -I../../lib   -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -fno-rtti -fno-exceptions -W -Wall -MT messages.o -MD -MP -MF .deps/messages.Tpo -c -o messages.o messages.cc
g++ -DHAVE_CONFIG_H -I. -I../..  -I../../lib   -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -fno-rtti -fno-exceptions -W -Wall -MT only_long.o -MD -MP -MF .deps/only_long.Tpo -c -o only_long.o only_long.cc
mv -f .deps/only_long.Tpo .deps/only_long.Po
mv -f .deps/messages.Tpo .deps/messages.Po
mv -f .deps/main.Tpo .deps/main.Po
rm -f libcli++.a
ar cru libcli++.a main.o messages.o only_long.o 
ar: `u' modifier ignored since `D' is the default (see `U')
ranlib libcli++.a
make[3]: Leaving directory '/build/nullmailer/src/nullmailer-2.2/lib/cli++'
Making all in fdbuf
make[3]: Entering directory '/build/nullmailer/src/nullmailer-2.2/lib/fdbuf'
g++ -DHAVE_CONFIG_H -I. -I../..  -I../../lib   -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -fno-rtti -fno-exceptions -W -Wall -MT fdbuf.o -MD -MP -MF .deps/fdbuf.Tpo -c -o fdbuf.o fdbuf.cc
g++ -DHAVE_CONFIG_H -I. -I../..  -I../../lib   -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -fno-rtti -fno-exceptions -W -Wall -MT fdbuf_copy.o -MD -MP -MF .deps/fdbuf_copy.Tpo -c -o fdbuf_copy.o fdbuf_copy.cc
g++ -DHAVE_CONFIG_H -I. -I../..  -I../../lib   -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -fno-rtti -fno-exceptions -W -Wall -MT fdibuf.o -MD -MP -MF .deps/fdibuf.Tpo -c -o fdibuf.o fdibuf.cc
g++ -DHAVE_CONFIG_H -I. -I../..  -I../../lib   -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -fno-rtti -fno-exceptions -W -Wall -MT fdobuf.o -MD -MP -MF .deps/fdobuf.Tpo -c -o fdobuf.o fdobuf.cc
g++ -DHAVE_CONFIG_H -I. -I../..  -I../../lib   -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -fno-rtti -fno-exceptions -W -Wall -MT fdobuf_chownmod.o -MD -MP -MF .deps/fdobuf_chownmod.Tpo -c -o fdobuf_chownmod.o fdobuf_chownmod.cc
g++ -DHAVE_CONFIG_H -I. -I../..  -I../../lib   -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -fno-rtti -fno-exceptions -W -Wall -MT fdobuf_seek.o -MD -MP -MF .deps/fdobuf_seek.Tpo -c -o fdobuf_seek.o fdobuf_seek.cc
g++ -DHAVE_CONFIG_H -I. -I../..  -I../../lib   -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -fno-rtti -fno-exceptions -W -Wall -MT fdobuf_signed.o -MD -MP -MF .deps/fdobuf_signed.Tpo -c -o fdobuf_signed.o fdobuf_signed.cc
g++ -DHAVE_CONFIG_H -I. -I../..  -I../../lib   -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -fno-rtti -fno-exceptions -W -Wall -MT fdobuf_unsigned.o -MD -MP -MF .deps/fdobuf_unsigned.Tpo -c -o fdobuf_unsigned.o fdobuf_unsigned.cc
mv -f .deps/fdbuf_copy.Tpo .deps/fdbuf_copy.Po
g++ -DHAVE_CONFIG_H -I. -I../..  -I../../lib   -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -fno-rtti -fno-exceptions -W -Wall -MT tlsibuf.o -MD -MP -MF .deps/tlsibuf.Tpo -c -o tlsibuf.o tlsibuf.cc
mv -f .deps/fdbuf.Tpo .deps/fdbuf.Po
g++ -DHAVE_CONFIG_H -I. -I../..  -I../../lib   -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -fno-rtti -fno-exceptions -W -Wall -MT tlsobuf.o -MD -MP -MF .deps/tlsobuf.Tpo -c -o tlsobuf.o tlsobuf.cc
mv -f .deps/fdobuf_unsigned.Tpo .deps/fdobuf_unsigned.Po
mv -f .deps/fdobuf_chownmod.Tpo .deps/fdobuf_chownmod.Po
mv -f .deps/fdobuf_signed.Tpo .deps/fdobuf_signed.Po
mv -f .deps/fdobuf_seek.Tpo .deps/fdobuf_seek.Po
g++ -DHAVE_CONFIG_H -I. -I../..  -I../../lib   -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -fno-rtti -fno-exceptions -W -Wall -MT fdibuf_mystring.o -MD -MP -MF .deps/fdibuf_mystring.Tpo -c -o fdibuf_mystring.o fdibuf_mystring.cc
g++ -DHAVE_CONFIG_H -I. -I../..  -I../../lib   -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -fno-rtti -fno-exceptions -W -Wall -MT fdibuf_netstring.o -MD -MP -MF .deps/fdibuf_netstring.Tpo -c -o fdibuf_netstring.o fdibuf_netstring.cc
mv -f .deps/fdibuf.Tpo .deps/fdibuf.Po
mv -f .deps/fdobuf.Tpo .deps/fdobuf.Po
mv -f .deps/tlsibuf.Tpo .deps/tlsibuf.Po
mv -f .deps/tlsobuf.Tpo .deps/tlsobuf.Po
mv -f .deps/fdibuf_netstring.Tpo .deps/fdibuf_netstring.Po
mv -f .deps/fdibuf_mystring.Tpo .deps/fdibuf_mystring.Po
rm -f libfdbuf.a
ar cru libfdbuf.a fdbuf.o fdbuf_copy.o fdibuf.o fdobuf.o fdobuf_chownmod.o fdobuf_seek.o fdobuf_signed.o fdobuf_unsigned.o tlsibuf.o tlsobuf.o fdibuf_mystring.o fdibuf_netstring.o 
ar: `u' modifier ignored since `D' is the default (see `U')
ranlib libfdbuf.a
make[3]: Leaving directory '/build/nullmailer/src/nullmailer-2.2/lib/fdbuf'
Making all in mystring
make[3]: Entering directory '/build/nullmailer/src/nullmailer-2.2/lib/mystring'
g++ -DHAVE_CONFIG_H -I. -I../..  -I../../lib   -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -fno-rtti -fno-exceptions -W -Wall -MT append.o -MD -MP -MF .deps/append.Tpo -c -o append.o append.cc
g++ -DHAVE_CONFIG_H -I. -I../..  -I../../lib   -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -fno-rtti -fno-exceptions -W -Wall -MT assign.o -MD -MP -MF .deps/assign.Tpo -c -o assign.o assign.cc
g++ -DHAVE_CONFIG_H -I. -I../..  -I../../lib   -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -fno-rtti -fno-exceptions -W -Wall -MT count.o -MD -MP -MF .deps/count.Tpo -c -o count.o count.cc
g++ -DHAVE_CONFIG_H -I. -I../..  -I../../lib   -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -fno-rtti -fno-exceptions -W -Wall -MT fdobuf.o -MD -MP -MF .deps/fdobuf.Tpo -c -o fdobuf.o fdobuf.cc
g++ -DHAVE_CONFIG_H -I. -I../..  -I../../lib   -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -fno-rtti -fno-exceptions -W -Wall -MT find_first_ch.o -MD -MP -MF .deps/find_first_ch.Tpo -c -o find_first_ch.o find_first_ch.cc
g++ -DHAVE_CONFIG_H -I. -I../..  -I../../lib   -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -fno-rtti -fno-exceptions -W -Wall -MT find_first_of.o -MD -MP -MF .deps/find_first_of.Tpo -c -o find_first_of.o find_first_of.cc
g++ -DHAVE_CONFIG_H -I. -I../..  -I../../lib   -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -fno-rtti -fno-exceptions -W -Wall -MT find_last_ch.o -MD -MP -MF .deps/find_last_ch.Tpo -c -o find_last_ch.o find_last_ch.cc
g++ -DHAVE_CONFIG_H -I. -I../..  -I../../lib   -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -fno-rtti -fno-exceptions -W -Wall -MT find_last_of.o -MD -MP -MF .deps/find_last_of.Tpo -c -o find_last_of.o find_last_of.cc
mv -f .deps/find_first_ch.Tpo .deps/find_first_ch.Po
g++ -DHAVE_CONFIG_H -I. -I../..  -I../../lib   -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -fno-rtti -fno-exceptions -W -Wall -MT iter.o -MD -MP -MF .deps/iter.Tpo -c -o iter.o iter.cc
mv -f .deps/find_last_ch.Tpo .deps/find_last_ch.Po
mv -f .deps/find_first_of.Tpo .deps/find_first_of.Po
mv -f .deps/append.Tpo .deps/append.Po
g++ -DHAVE_CONFIG_H -I. -I../..  -I../../lib   -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -fno-rtti -fno-exceptions -W -Wall -MT join.o -MD -MP -MF .deps/join.Tpo -c -o join.o join.cc
mv -f .deps/fdobuf.Tpo .deps/fdobuf.Po
g++ -DHAVE_CONFIG_H -I. -I../..  -I../../lib   -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -fno-rtti -fno-exceptions -W -Wall -MT lower.o -MD -MP -MF .deps/lower.Tpo -c -o lower.o lower.cc
mv -f .deps/count.Tpo .deps/count.Po
g++ -DHAVE_CONFIG_H -I. -I../..  -I../../lib   -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -fno-rtti -fno-exceptions -W -Wall -MT lstrip.o -MD -MP -MF .deps/lstrip.Tpo -c -o lstrip.o lstrip.cc
g++ -DHAVE_CONFIG_H -I. -I../..  -I../../lib   -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -fno-rtti -fno-exceptions -W -Wall -MT mystring.o -MD -MP -MF .deps/mystring.Tpo -c -o mystring.o mystring.cc
mv -f .deps/assign.Tpo .deps/assign.Po
mv -f .deps/find_last_of.Tpo .deps/find_last_of.Po
g++ -DHAVE_CONFIG_H -I. -I../..  -I../../lib   -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -fno-rtti -fno-exceptions -W -Wall -MT rep.o -MD -MP -MF .deps/rep.Tpo -c -o rep.o rep.cc
g++ -DHAVE_CONFIG_H -I. -I../..  -I../../lib   -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -fno-rtti -fno-exceptions -W -Wall -MT starts_with.o -MD -MP -MF .deps/starts_with.Tpo -c -o starts_with.o starts_with.cc
g++ -DHAVE_CONFIG_H -I. -I../..  -I../../lib   -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -fno-rtti -fno-exceptions -W -Wall -MT rstrip.o -MD -MP -MF .deps/rstrip.Tpo -c -o rstrip.o rstrip.cc
mv -f .deps/iter.Tpo .deps/iter.Po
g++ -DHAVE_CONFIG_H -I. -I../..  -I../../lib   -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -fno-rtti -fno-exceptions -W -Wall -MT sub.o -MD -MP -MF .deps/sub.Tpo -c -o sub.o sub.cc
mv -f .deps/join.Tpo .deps/join.Po
mv -f .deps/lstrip.Tpo .deps/lstrip.Po
g++ -DHAVE_CONFIG_H -I. -I../..  -I../../lib   -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -fno-rtti -fno-exceptions -W -Wall -MT subst.o -MD -MP -MF .deps/subst.Tpo -c -o subst.o subst.cc
g++ -DHAVE_CONFIG_H -I. -I../..  -I../../lib   -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -fno-rtti -fno-exceptions -W -Wall -MT strip.o -MD -MP -MF .deps/strip.Tpo -c -o strip.o strip.cc
mystring.cc: In member function 'int mystring::operator!=(const mystring&) const':
mystring.cc:23:15: warning: comparison between two arrays [-Warray-compare]
mystring.cc:23:15: note: use unary '+' which decays operands to pointers or '&'component_ref' not supported by dump_decl<declaration error>[0] == &'component_ref' not supported by dump_decl<declaration error>[0]' to compare the addresses
mv -f .deps/mystring.Tpo .deps/mystring.Po
g++ -DHAVE_CONFIG_H -I. -I../..  -I../../lib   -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -fno-rtti -fno-exceptions -W -Wall -MT upper.o -MD -MP -MF .deps/upper.Tpo -c -o upper.o upper.cc
mv -f .deps/lower.Tpo .deps/lower.Po
mv -f .deps/rstrip.Tpo .deps/rstrip.Po
mv -f .deps/rep.Tpo .deps/rep.Po
mv -f .deps/starts_with.Tpo .deps/starts_with.Po
mv -f .deps/sub.Tpo .deps/sub.Po
mv -f .deps/subst.Tpo .deps/subst.Po
mv -f .deps/strip.Tpo .deps/strip.Po
mv -f .deps/upper.Tpo .deps/upper.Po
rm -f libmystring.a
ar cru libmystring.a append.o assign.o count.o fdobuf.o find_first_ch.o find_first_of.o find_last_ch.o find_last_of.o iter.o join.o lower.o lstrip.o mystring.o rep.o starts_with.o rstrip.o sub.o subst.o strip.o upper.o 
ar: `u' modifier ignored since `D' is the default (see `U')
ranlib libmystring.a
make[3]: Leaving directory '/build/nullmailer/src/nullmailer-2.2/lib/mystring'
make[3]: Entering directory '/build/nullmailer/src/nullmailer-2.2/lib'
g++ -DHAVE_CONFIG_H -I. -I..     -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -fno-rtti -fno-exceptions -W -Wall -MT address.o -MD -MP -MF .deps/address.Tpo -c -o address.o address.cc
g++ -DHAVE_CONFIG_H -I. -I..     -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -fno-rtti -fno-exceptions -W -Wall -MT argparse.o -MD -MP -MF .deps/argparse.Tpo -c -o argparse.o argparse.cc
g++ -DHAVE_CONFIG_H -I. -I..     -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -fno-rtti -fno-exceptions -W -Wall -MT base64.o -MD -MP -MF .deps/base64.Tpo -c -o base64.o base64.cc
g++ -DHAVE_CONFIG_H -I. -I..     -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -fno-rtti -fno-exceptions -W -Wall -MT canonicalize.o -MD -MP -MF .deps/canonicalize.Tpo -c -o canonicalize.o canonicalize.cc
g++ -DHAVE_CONFIG_H -I. -I..     -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -fno-rtti -fno-exceptions -W -Wall -MT config_path.o -MD -MP -MF .deps/config_path.Tpo -c -o config_path.o config_path.cc
g++ -DHAVE_CONFIG_H -I. -I..     -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -fno-rtti -fno-exceptions -W -Wall -MT config_read.o -MD -MP -MF .deps/config_read.Tpo -c -o config_read.o config_read.cc
g++ -DHAVE_CONFIG_H -I. -I..     -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -fno-rtti -fno-exceptions -W -Wall -MT config_readlist.o -MD -MP -MF .deps/config_readlist.Tpo -c -o config_readlist.o config_readlist.cc
g++ -DHAVE_CONFIG_H -I. -I..     -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -fno-rtti -fno-exceptions -W -Wall -MT config_readint.o -MD -MP -MF .deps/config_readint.Tpo -c -o config_readint.o config_readint.cc
mv -f .deps/base64.Tpo .deps/base64.Po
g++ -DHAVE_CONFIG_H -I. -I..     -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -fno-rtti -fno-exceptions -W -Wall -MT config_syserr.o -MD -MP -MF .deps/config_syserr.Tpo -c -o config_syserr.o config_syserr.cc
mv -f .deps/canonicalize.Tpo .deps/canonicalize.Po
mv -f .deps/config_read.Tpo .deps/config_read.Po
g++ -DHAVE_CONFIG_H -I. -I..     -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -fno-rtti -fno-exceptions -W -Wall -MT tcpconnect.o -MD -MP -MF .deps/tcpconnect.Tpo -c -o tcpconnect.o tcpconnect.cc
g++ -DHAVE_CONFIG_H -I. -I..     -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -fno-rtti -fno-exceptions -W -Wall -MT errcodes.o -MD -MP -MF .deps/errcodes.Tpo -c -o errcodes.o errcodes.cc
mv -f .deps/argparse.Tpo .deps/argparse.Po
g++ -DHAVE_CONFIG_H -I. -I..     -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -fno-rtti -fno-exceptions -W -Wall -MT hostname.o -MD -MP -MF .deps/hostname.Tpo -c -o hostname.o hostname.cc
mv -f .deps/config_path.Tpo .deps/config_path.Po
g++ -DHAVE_CONFIG_H -I. -I..     -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -fno-rtti -fno-exceptions -W -Wall -MT itoa.o -MD -MP -MF .deps/itoa.Tpo -c -o itoa.o itoa.cc
mv -f .deps/config_syserr.Tpo .deps/config_syserr.Po
g++ -DHAVE_CONFIG_H -I. -I..     -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -fno-rtti -fno-exceptions -W -Wall -MT makefield.o -MD -MP -MF .deps/makefield.Tpo -c -o makefield.o makefield.cc
mv -f .deps/config_readint.Tpo .deps/config_readint.Po
g++ -DHAVE_CONFIG_H -I. -I..     -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -fno-rtti -fno-exceptions -W -Wall -MT netstring.o -MD -MP -MF .deps/netstring.Tpo -c -o netstring.o netstring.cc
mv -f .deps/config_readlist.Tpo .deps/config_readlist.Po
mv -f .deps/errcodes.Tpo .deps/errcodes.Po
g++ -DHAVE_CONFIG_H -I. -I..     -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -fno-rtti -fno-exceptions -W -Wall -MT forkexec.o -MD -MP -MF .deps/forkexec.Tpo -c -o forkexec.o forkexec.cc
g++ -DHAVE_CONFIG_H -I. -I..     -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -fno-rtti -fno-exceptions -W -Wall -MT selfpipe.o -MD -MP -MF .deps/selfpipe.Tpo -c -o selfpipe.o selfpipe.cc
mv -f .deps/hostname.Tpo .deps/hostname.Po
g++ -DHAVE_CONFIG_H -I. -I..     -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -fno-rtti -fno-exceptions -W -Wall -MT setenv.o -MD -MP -MF .deps/setenv.Tpo -c -o setenv.o setenv.cc
itoa.cc: In function 'const char* itoa(long int, int)':
itoa.cc:18:32: warning: array subscript -1 is outside array bounds of 'char [64]' [-Warray-bounds=]
itoa.cc:5:15: note: at offset -1 into object 'buf' of size 64
mv -f .deps/itoa.Tpo .deps/itoa.Po
Creating defines.cc
g++ -DHAVE_CONFIG_H -I. -I..     -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -fno-rtti -fno-exceptions -W -Wall -MT defines.o -MD -MP -MF .deps/defines.Tpo -c -o defines.o defines.cc
mv -f .deps/netstring.Tpo .deps/netstring.Po
mv -f .deps/tcpconnect.Tpo .deps/tcpconnect.Po
mv -f .deps/makefield.Tpo .deps/makefield.Po
mv -f .deps/defines.Tpo .deps/defines.Po
mv -f .deps/setenv.Tpo .deps/setenv.Po
selfpipe.cc: In function 'void catcher(int)':
selfpipe.cc:69:8: warning: ignoring return value of 'ssize_t write(int, const void*, size_t)' declared with attribute 'warn_unused_result' [-Wunused-result]
mv -f .deps/selfpipe.Tpo .deps/selfpipe.Po
mv -f .deps/forkexec.Tpo .deps/forkexec.Po
address.cc: In function 'bool isctl(char)':
address.cc:175:13: warning: comparison is always true due to limited range of data type [-Wtype-limits]
mv -f .deps/address.Tpo .deps/address.Po
rm -f libmisc.a
ar cru libmisc.a address.o argparse.o base64.o canonicalize.o config_path.o config_read.o config_readlist.o config_readint.o config_syserr.o tcpconnect.o errcodes.o hostname.o itoa.o makefield.o netstring.o forkexec.o selfpipe.o setenv.o defines.o 
ar: `u' modifier ignored since `D' is the default (see `U')
ranlib libmisc.a
/usr/bin/rm -f libnullmailer.a
sh ./mergelib.sh libnullmailer.a \
	libmisc.a \
	fdbuf/libfdbuf.a \
	mystring/libmystring.a
make[3]: Leaving directory '/build/nullmailer/src/nullmailer-2.2/lib'
make[2]: Leaving directory '/build/nullmailer/src/nullmailer-2.2/lib'
Making all in protocols
make[2]: Entering directory '/build/nullmailer/src/nullmailer-2.2/protocols'
g++ -DHAVE_CONFIG_H -I. -I..  -I../lib   -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -fno-rtti -fno-exceptions -W -Wall -MT smtp.o -MD -MP -MF .deps/smtp.Tpo -c -o smtp.o smtp.cc
g++ -DHAVE_CONFIG_H -I. -I..  -I../lib   -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -fno-rtti -fno-exceptions -W -Wall -MT protocol.o -MD -MP -MF .deps/protocol.Tpo -c -o protocol.o protocol.cc
g++ -DHAVE_CONFIG_H -I. -I..  -I../lib   -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -fno-rtti -fno-exceptions -W -Wall -MT tls_gnutls.o -MD -MP -MF .deps/tls_gnutls.Tpo -c -o tls_gnutls.o tls_gnutls.cc
g++ -DHAVE_CONFIG_H -I. -I..  -I../lib   -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -fno-rtti -fno-exceptions -W -Wall -MT qmqp.o -MD -MP -MF .deps/qmqp.Tpo -c -o qmqp.o qmqp.cc
mv -f .deps/qmqp.Tpo .deps/qmqp.Po
mv -f .deps/protocol.Tpo .deps/protocol.Po
mv -f .deps/tls_gnutls.Tpo .deps/tls_gnutls.Po
g++  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -fno-rtti -fno-exceptions -W -Wall  -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -o qmqp qmqp.o protocol.o tls_gnutls.o ../lib/cli++/libcli++.a ../lib/libnullmailer.a -lgnutls 
mv -f .deps/smtp.Tpo .deps/smtp.Po
g++  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -fno-rtti -fno-exceptions -W -Wall  -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -o smtp smtp.o protocol.o tls_gnutls.o ../lib/cli++/libcli++.a ../lib/libnullmailer.a -lgnutls 
make[2]: Leaving directory '/build/nullmailer/src/nullmailer-2.2/protocols'
Making all in src
make[2]: Entering directory '/build/nullmailer/src/nullmailer-2.2/src'
g++ -DHAVE_CONFIG_H -I. -I..  -I../lib   -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -fno-rtti -fno-exceptions -W -Wall -MT mailq.o -MD -MP -MF .deps/mailq.Tpo -c -o mailq.o mailq.cc
g++ -DHAVE_CONFIG_H -I. -I..  -I../lib   -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -fno-rtti -fno-exceptions -W -Wall -MT dsn.o -MD -MP -MF .deps/dsn.Tpo -c -o dsn.o dsn.cc
g++ -DHAVE_CONFIG_H -I. -I..  -I../lib   -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -fno-rtti -fno-exceptions -W -Wall -MT inject.o -MD -MP -MF .deps/inject.Tpo -c -o inject.o inject.cc
g++ -DHAVE_CONFIG_H -I. -I..  -I../lib   -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -fno-rtti -fno-exceptions -W -Wall -MT smtpd.o -MD -MP -MF .deps/smtpd.Tpo -c -o smtpd.o smtpd.cc
g++ -DHAVE_CONFIG_H -I. -I..  -I../lib   -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -fno-rtti -fno-exceptions -W -Wall -MT queue.o -MD -MP -MF .deps/queue.Tpo -c -o queue.o queue.cc
g++ -DHAVE_CONFIG_H -I. -I..  -I../lib   -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -fno-rtti -fno-exceptions -W -Wall -MT send.o -MD -MP -MF .deps/send.Tpo -c -o send.o send.cc
g++ -DHAVE_CONFIG_H -I. -I..  -I../lib   -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -fno-rtti -fno-exceptions -W -Wall -MT sendmail.o -MD -MP -MF .deps/sendmail.Tpo -c -o sendmail.o sendmail.cc
mv -f .deps/mailq.Tpo .deps/mailq.Po
g++  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -fno-rtti -fno-exceptions -W -Wall  -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -o mailq mailq.o ../lib/libnullmailer.a 
mv -f .deps/sendmail.Tpo .deps/sendmail.Po
g++  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -fno-rtti -fno-exceptions -W -Wall  -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -o sendmail sendmail.o ../lib/cli++/libcli++.a ../lib/libnullmailer.a 
mv -f .deps/dsn.Tpo .deps/dsn.Po
g++  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -fno-rtti -fno-exceptions -W -Wall  -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -o nullmailer-dsn dsn.o ../lib/libnullmailer.a ../lib/cli++/libcli++.a 
smtpd.cc: In function 'mystring parse_addr_arg(mystring&)':
smtpd.cc:88:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
smtpd.cc:90:5: note: here
mv -f .deps/smtpd.Tpo .deps/smtpd.Po
g++  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -fno-rtti -fno-exceptions -W -Wall  -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -o nullmailer-smtpd smtpd.o ../lib/libnullmailer.a 
queue.cc: In function 'void trigger()':
queue.cc:81:8: warning: ignoring return value of 'ssize_t write(int, const void*, size_t)' declared with attribute 'warn_unused_result' [-Wunused-result]
mv -f .deps/queue.Tpo .deps/queue.Po
g++  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -fno-rtti -fno-exceptions -W -Wall  -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -o nullmailer-queue queue.o ../lib/libnullmailer.a ../lib/cli++/libcli++.a 
mv -f .deps/inject.Tpo .deps/inject.Po
g++  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -fno-rtti -fno-exceptions -W -Wall  -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -o nullmailer-inject inject.o ../lib/libnullmailer.a ../lib/cli++/libcli++.a 
send.cc: In function 'bool read_trigger()':
send.cc:446:9: warning: ignoring return value of 'ssize_t read(int, void*, size_t)' declared with attribute 'warn_unused_result' [-Wunused-result]
mv -f .deps/send.Tpo .deps/send.Po
g++  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -fno-rtti -fno-exceptions -W -Wall  -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -o nullmailer-send send.o ../lib/libnullmailer.a ../lib/cli++/libcli++.a 
make[2]: Leaving directory '/build/nullmailer/src/nullmailer-2.2/src'
Making all in test
make[2]: Entering directory '/build/nullmailer/src/nullmailer-2.2/test'
g++ -DHAVE_CONFIG_H -I. -I..  -I../lib   -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -fno-rtti -fno-exceptions -W -Wall -MT address-test.o -MD -MP -MF .deps/address-test.Tpo -c -o address-test.o address-test.cc
g++ -DHAVE_CONFIG_H -I. -I..  -I../lib   -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -fno-rtti -fno-exceptions -W -Wall -MT argparse-test.o -MD -MP -MF .deps/argparse-test.Tpo -c -o argparse-test.o argparse-test.cc
g++ -DHAVE_CONFIG_H -I. -I..  -I../lib -DCLI_ONLY_LONG=false   -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -fno-rtti -fno-exceptions -W -Wall -MT clitest0-clitest.o -MD -MP -MF .deps/clitest0-clitest.Tpo -c -o clitest0-clitest.o `test -f 'clitest.cc' || echo './'`clitest.cc
g++ -DHAVE_CONFIG_H -I. -I..  -I../lib -DCLI_ONLY_LONG=true   -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -fno-rtti -fno-exceptions -W -Wall -MT clitest1-clitest.o -MD -MP -MF .deps/clitest1-clitest.Tpo -c -o clitest1-clitest.o `test -f 'clitest.cc' || echo './'`clitest.cc
sed -e 's,[@]SRCDIR[@],/build/nullmailer/src/nullmailer-2.2,g; s,[@]BUILDDIR[@],/build/nullmailer/src/nullmailer-2.2,g;' < functions.in > functions
mv -f .deps/clitest0-clitest.Tpo .deps/clitest0-clitest.Po
g++  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -fno-rtti -fno-exceptions -W -Wall  -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -o clitest0 clitest0-clitest.o ../lib/libnullmailer.a ../lib/cli++/libcli++.a 
mv -f .deps/clitest1-clitest.Tpo .deps/clitest1-clitest.Po
mv -f .deps/argparse-test.Tpo .deps/argparse-test.Po
g++  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -fno-rtti -fno-exceptions -W -Wall  -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -o clitest1 clitest1-clitest.o ../lib/libnullmailer.a ../lib/cli++/libcli++.a 
g++  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -fno-rtti -fno-exceptions -W -Wall  -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -o argparse-test argparse-test.o ../lib/libnullmailer.a 
mv -f .deps/address-test.Tpo .deps/address-test.Po
g++  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -fno-rtti -fno-exceptions -W -Wall  -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -o address-test address-test.o ../lib/libnullmailer.a 
make[2]: Leaving directory '/build/nullmailer/src/nullmailer-2.2/test'
make[2]: Entering directory '/build/nullmailer/src/nullmailer-2.2'
make[2]: Leaving directory '/build/nullmailer/src/nullmailer-2.2'
make[1]: Leaving directory '/build/nullmailer/src/nullmailer-2.2'
==> Entering fakeroot environment...
==> Starting package()...
Making install in doc
make[1]: Entering directory '/build/nullmailer/src/nullmailer-2.2/doc'
make[2]: Entering directory '/build/nullmailer/src/nullmailer-2.2/doc'
make[2]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/build/nullmailer/pkg/nullmailer/usr/share/man/man1'
 /usr/bin/mkdir -p '/build/nullmailer/pkg/nullmailer/usr/share/man/man7'
 /usr/bin/mkdir -p '/build/nullmailer/pkg/nullmailer/usr/share/man/man8'
 /usr/bin/install -c -m 644 nullmailer.7 '/build/nullmailer/pkg/nullmailer/usr/share/man/man7'
 /usr/bin/install -c -m 644 nullmailer-dsn.1 nullmailer-inject.1 sendmail.1 '/build/nullmailer/pkg/nullmailer/usr/share/man/man1'
 /usr/bin/install -c -m 644 nullmailer-queue.8 nullmailer-send.8 '/build/nullmailer/pkg/nullmailer/usr/share/man/man8'
make[2]: Leaving directory '/build/nullmailer/src/nullmailer-2.2/doc'
make[1]: Leaving directory '/build/nullmailer/src/nullmailer-2.2/doc'
Making install in lib
make[1]: Entering directory '/build/nullmailer/src/nullmailer-2.2/lib'
Making install in cli++
make[2]: Entering directory '/build/nullmailer/src/nullmailer-2.2/lib/cli++'
make[3]: Entering directory '/build/nullmailer/src/nullmailer-2.2/lib/cli++'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/build/nullmailer/src/nullmailer-2.2/lib/cli++'
make[2]: Leaving directory '/build/nullmailer/src/nullmailer-2.2/lib/cli++'
Making install in fdbuf
make[2]: Entering directory '/build/nullmailer/src/nullmailer-2.2/lib/fdbuf'
make[3]: Entering directory '/build/nullmailer/src/nullmailer-2.2/lib/fdbuf'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/build/nullmailer/src/nullmailer-2.2/lib/fdbuf'
make[2]: Leaving directory '/build/nullmailer/src/nullmailer-2.2/lib/fdbuf'
Making install in mystring
make[2]: Entering directory '/build/nullmailer/src/nullmailer-2.2/lib/mystring'
make[3]: Entering directory '/build/nullmailer/src/nullmailer-2.2/lib/mystring'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/build/nullmailer/src/nullmailer-2.2/lib/mystring'
make[2]: Leaving directory '/build/nullmailer/src/nullmailer-2.2/lib/mystring'
make[2]: Entering directory '/build/nullmailer/src/nullmailer-2.2/lib'
make[3]: Entering directory '/build/nullmailer/src/nullmailer-2.2/lib'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/build/nullmailer/src/nullmailer-2.2/lib'
make[2]: Leaving directory '/build/nullmailer/src/nullmailer-2.2/lib'
make[1]: Leaving directory '/build/nullmailer/src/nullmailer-2.2/lib'
Making install in protocols
make[1]: Entering directory '/build/nullmailer/src/nullmailer-2.2/protocols'
make[2]: Entering directory '/build/nullmailer/src/nullmailer-2.2/protocols'
make[2]: Nothing to be done for 'install-data-am'.
 /usr/bin/mkdir -p '/build/nullmailer/pkg/nullmailer/usr/lib/nullmailer/nullmailer'
  /usr/bin/install -c smtp qmqp '/build/nullmailer/pkg/nullmailer/usr/lib/nullmailer/nullmailer'
make[2]: Leaving directory '/build/nullmailer/src/nullmailer-2.2/protocols'
make[1]: Leaving directory '/build/nullmailer/src/nullmailer-2.2/protocols'
Making install in src
make[1]: Entering directory '/build/nullmailer/src/nullmailer-2.2/src'
make[2]: Entering directory '/build/nullmailer/src/nullmailer-2.2/src'
 /usr/bin/mkdir -p '/build/nullmailer/pkg/nullmailer/usr/bin'
make[2]: Nothing to be done for 'install-data-am'.
 /usr/bin/mkdir -p '/build/nullmailer/pkg/nullmailer/usr/bin'
  /usr/bin/install -c mailq nullmailer-dsn nullmailer-inject nullmailer-smtpd '/build/nullmailer/pkg/nullmailer/usr/bin'
  /usr/bin/install -c nullmailer-queue nullmailer-send sendmail '/build/nullmailer/pkg/nullmailer/usr/bin'
make[2]: Leaving directory '/build/nullmailer/src/nullmailer-2.2/src'
make[1]: Leaving directory '/build/nullmailer/src/nullmailer-2.2/src'
Making install in test
make[1]: Entering directory '/build/nullmailer/src/nullmailer-2.2/test'
make[2]: Entering directory '/build/nullmailer/src/nullmailer-2.2/test'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/build/nullmailer/src/nullmailer-2.2/test'
make[1]: Leaving directory '/build/nullmailer/src/nullmailer-2.2/test'
make[1]: Entering directory '/build/nullmailer/src/nullmailer-2.2'
make[2]: Entering directory '/build/nullmailer/src/nullmailer-2.2'
make[2]: Nothing to be done for 'install-exec-am'.
/bin/sh /build/nullmailer/src/nullmailer-2.2/install-sh -d /build/nullmailer/pkg/nullmailer/var/spool/nullmailer/failed
chmod 700 /build/nullmailer/pkg/nullmailer/var/spool/nullmailer/failed
/bin/sh /build/nullmailer/src/nullmailer-2.2/install-sh -d /build/nullmailer/pkg/nullmailer/var/spool/nullmailer/queue
chmod 700 /build/nullmailer/pkg/nullmailer/var/spool/nullmailer/queue
/bin/sh /build/nullmailer/src/nullmailer-2.2/install-sh -d /build/nullmailer/pkg/nullmailer/var/spool/nullmailer/tmp
chmod 700 /build/nullmailer/pkg/nullmailer/var/spool/nullmailer/tmp
/bin/sh /build/nullmailer/src/nullmailer-2.2/install-sh -d /build/nullmailer/pkg/nullmailer/etc/nullmailer
/usr/bin/rm -f /build/nullmailer/pkg/nullmailer/var/spool/nullmailer/trigger
mkfifo /build/nullmailer/pkg/nullmailer/var/spool/nullmailer/trigger
chmod 600 /build/nullmailer/pkg/nullmailer/var/spool/nullmailer/trigger
make[2]: Leaving directory '/build/nullmailer/src/nullmailer-2.2'
make[1]: Leaving directory '/build/nullmailer/src/nullmailer-2.2'
==> 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 "nullmailer"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: nullmailer 2.2-4 (Sat 13 Jul 2024 09:23:36 AM MDT)
==> Cleaning up...