==> Creating clean working copy [build]...done
==> Making package: netmask 2.4.3-2 (Fri Mar 24 06:43:18 UTC 2017)
==> Retrieving sources...
  -> Found netmask_2.4.3.orig.tar.gz
==> Validating source files with sha512sums...
    netmask_2.4.3.orig.tar.gz ... Passed
==> Making package: netmask 2.4.3-2 (Fri Mar 24 06:43:20 UTC 2017)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found netmask_2.4.3.orig.tar.gz
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha512sums...
    netmask_2.4.3.orig.tar.gz ... Passed
==> Extracting sources...
  -> Extracting netmask_2.4.3.orig.tar.gz with bsdtar
==> Starting build()...
configure.ac:10: installing './compile'
configure.ac:5: installing './install-sh'
configure.ac:5: installing './missing'
Makefile.am: installing './depcomp'
Makefile.am:5: installing './mdate-sh'
Makefile.am:5: installing './texinfo.tex'
parallel-tests: installing './test-driver'
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 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 gawk... (cached) gawk
checking whether ln -s works... yes
checking how to run the C preprocessor... gcc -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/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 syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking for an ANSI C-conforming const... yes
checking for vprintf... yes
checking for _doprnt... no
checking for strerror... yes
checking for strtoul... 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/netmask/src/netmask-2.4.3'
Updating ./version.texi
restore=: && backupdir=".am$$" && \
am__cwd=`pwd` && CDPATH="${ZSH_VERSION+.}:" && cd . && \
rm -rf $backupdir && mkdir $backupdir && \
if (/bin/sh /build/netmask/src/netmask-2.4.3/missing makeinfo --version) >/dev/null 2>&1; then \
  for f in netmask.info netmask.info-[0-9] netmask.info-[0-9][0-9] netmask.i[0-9] netmask.i[0-9][0-9]; do \
    if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \
  done; \
else :; fi && \
cd "$am__cwd"; \
if /bin/sh /build/netmask/src/netmask-2.4.3/missing makeinfo   -I . \
 -o netmask.info netmask.texi; \
then \
  rc=0; \
  CDPATH="${ZSH_VERSION+.}:" && cd .; \
else \
  rc=$?; \
  CDPATH="${ZSH_VERSION+.}:" && cd . && \
  $restore $backupdir/* `echo "./netmask.info" | sed 's|[^/]*$||'`; \
fi; \
rm -rf $backupdir; exit $rc
gcc -DHAVE_CONFIG_H -I.   -D_FORTIFY_SOURCE=2  -march=armv8-a -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.c
mv -f .deps/main.Tpo .deps/main.Po
gcc -DHAVE_CONFIG_H -I.   -D_FORTIFY_SOURCE=2  -march=armv8-a -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -MT netmask.o -MD -MP -MF .deps/netmask.Tpo -c -o netmask.o netmask.c
mv -f .deps/netmask.Tpo .deps/netmask.Po
gcc -DHAVE_CONFIG_H -I.   -D_FORTIFY_SOURCE=2  -march=armv8-a -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -MT errors.o -MD -MP -MF .deps/errors.Tpo -c -o errors.o errors.c
mv -f .deps/errors.Tpo .deps/errors.Po
gcc  -march=armv8-a -O2 -pipe -fstack-protector --param=ssp-buffer-size=4  -Wl,-O1,--sort-common,--as-needed,-z,relro -o netmask main.o netmask.o errors.o  
make[1]: Leaving directory '/build/netmask/src/netmask-2.4.3'
==> Entering fakeroot environment...
==> Starting package()...
make[1]: Entering directory '/build/netmask/src/netmask-2.4.3'
 /usr/bin/mkdir -p '/build/netmask/pkg/netmask/usr/bin'
  /usr/bin/install -c netmask '/build/netmask/pkg/netmask/usr/bin'
 /usr/bin/mkdir -p '/build/netmask/pkg/netmask/usr/share/info'
 /usr/bin/install -c -m 644 ./netmask.info '/build/netmask/pkg/netmask/usr/share/info'
 install-info --info-dir='/build/netmask/pkg/netmask/usr/share/info' '/build/netmask/pkg/netmask/usr/share/info/netmask.info'
install-info: warning: no info dir entry in `/build/netmask/pkg/netmask/usr/share/info/netmask.info'
 /usr/bin/mkdir -p '/build/netmask/pkg/netmask/usr/share/man/man1'
 /usr/bin/install -c -m 644 netmask.1 '/build/netmask/pkg/netmask/usr/share/man/man1'
make[1]: Leaving directory '/build/netmask/src/netmask-2.4.3'
==> 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 issue...
==> Creating package "netmask"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
error: invalid option '--noprogressbar'
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: netmask 2.4.3-2 (Fri Mar 24 06:43:40 UTC 2017)
==> Cleaning up...