==> Synchronizing chroot copy [/chroot/aarch64/root] -> [build]...done
==> Making package: derrick 0.3-1 (Fri Jun 22 07:50:20 2018)
==> Retrieving sources...
  -> Found 0.3.tar.gz
==> Validating source files with sha512sums...
    0.3.tar.gz ... Passed
Host and machine ids are equal (2b3dd5a7c7b749ff93431232041f2429): refusing to link journals
==> Making package: derrick 0.3-1 (Fri 22 Jun 2018 07:50:23 AM EDT)
==> Checking runtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...

Packages (4) libnet-1.1.6-3  libnsl-1.2.0-1  libdnet-1.12-10  libnids-1.24-4

Total Download Size:   0.19 MiB
Total Installed Size:  1.05 MiB

:: Proceed with installation? [Y/n] 
:: Retrieving packages...
downloading libnet-1.1.6-3-aarch64.pkg.tar.xz...
downloading libdnet-1.12-10-aarch64.pkg.tar.xz...
downloading libnids-1.24-4-aarch64.pkg.tar.xz...
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing libdnet...
Optional dependencies for libdnet
    python2
installing libnet...
installing libnsl...
installing libnids...
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found 0.3.tar.gz
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Extracting 0.3.tar.gz with bsdtar
==> Starting build()...
aclocal: warning: couldn't open directory 'm4': No such file or directory
libtoolize: putting auxiliary files in '.'.
libtoolize: linking file './ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
libtoolize: linking file 'm4/libtool.m4'
libtoolize: linking file 'm4/ltoptions.m4'
libtoolize: linking file 'm4/ltsugar.m4'
libtoolize: linking file 'm4/ltversion.m4'
libtoolize: linking file 'm4/lt~obsolete.m4'
configure.ac:13: installing './compile'
configure.ac:14: installing './config.guess'
configure.ac:14: installing './config.sub'
configure.ac:2: installing './install-sh'
configure.ac:2: installing './missing'
src/Makefile.am: installing './depcomp'
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

 .Oo DERRICK - A Simple Network Stream Recorder
 Copyright (C) 2011-2012 Konrad Rieck (konrad@mlsec.org)

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 build system type... aarch64-unknown-linux-gnu
checking host system type... aarch64-unknown-linux-gnu
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking how to print strings... printf
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert aarch64-unknown-linux-gnu file names to aarch64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert aarch64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
checking how to run the C preprocessor... gcc -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 for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for gzopen in -lz... yes
checking pcap.h usability... yes
checking pcap.h presence... yes
checking for pcap.h... yes
checking for pcap_open_live in -lpcap... yes
checking libnet.h usability... yes
checking libnet.h presence... yes
checking for libnet.h... yes
checking for libnet_build_tcp in -lnet... yes
checking nids.h usability... yes
checking nids.h presence... yes
checking for nids.h... yes
checking for nids_init in -lnids... yes
checking getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking uthash.h usability... no
checking uthash.h presence... no
checking for uthash.h... no
checking uthash/uthash.h usability... no
checking uthash/uthash.h presence... no
checking for uthash/uthash.h... no
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 doc/Makefile
config.status: creating contrib/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
make  all-recursive
make[1]: Entering directory '/build/derrick/src/derrick-0.3'
Making all in src
make[2]: Entering directory '/build/derrick/src/derrick-0.3/src'
gcc -DHAVE_CONFIG_H -I. -I..   -D_FORTIFY_SOURCE=2  -march=armv8-a -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -std=c99 -D_GNU_SOURCE -Wall -fPIC -MT derrick.o -MD -MP -MF .deps/derrick.Tpo -c -o derrick.o derrick.c
mv -f .deps/derrick.Tpo .deps/derrick.Po
gcc -DHAVE_CONFIG_H -I. -I..   -D_FORTIFY_SOURCE=2  -march=armv8-a -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -std=c99 -D_GNU_SOURCE -Wall -fPIC -MT utils.o -MD -MP -MF .deps/utils.Tpo -c -o utils.o utils.c
mv -f .deps/utils.Tpo .deps/utils.Po
gcc -DHAVE_CONFIG_H -I. -I..   -D_FORTIFY_SOURCE=2  -march=armv8-a -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -std=c99 -D_GNU_SOURCE -Wall -fPIC -MT net.o -MD -MP -MF .deps/net.Tpo -c -o net.o net.c
mv -f .deps/net.Tpo .deps/net.Po
gcc -DHAVE_CONFIG_H -I. -I..   -D_FORTIFY_SOURCE=2  -march=armv8-a -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -std=c99 -D_GNU_SOURCE -Wall -fPIC -MT log.o -MD -MP -MF .deps/log.Tpo -c -o log.o log.c
log.c: In function ‘log_open’:
log.c:33:8: warning: assignment to ‘struct gzFile_s **’ from incompatible pointer type ‘gzFile’ {aka ‘struct gzFile_s *’} [-Wincompatible-pointer-types]
     gz = gzopen(file, "wb");
        ^
log.c: In function ‘log_write’:
log.c:56:18: warning: passing argument 1 of ‘gzprintf’ from incompatible pointer type [-Wincompatible-pointer-types]
         gzprintf(gz, "%.3f %s %s %s\n", time, flags, addr_to_str(addr), p);
                  ^~
In file included from /usr/include/zlib.h:34,
                 from common.h:45,
                 from log.c:10:
/usr/include/zlib.h:1468:32: note: expected ‘gzFile’ {aka ‘struct gzFile_s *’} but argument is of type ‘struct gzFile_s **’
 ZEXTERN int ZEXPORTVA gzprintf Z_ARG((gzFile file, const char *format, ...));
                                ^~~~~
log.c:60:14: warning: passing argument 1 of ‘gzflush’ from incompatible pointer type [-Wincompatible-pointer-types]
      gzflush(gz, Z_SYNC_FLUSH);
              ^~
In file included from /usr/include/zlib.h:34,
                 from common.h:45,
                 from log.c:10:
/usr/include/zlib.h:1531:29: note: expected ‘gzFile’ {aka ‘struct gzFile_s *’} but argument is of type ‘struct gzFile_s **’
 ZEXTERN int ZEXPORT gzflush OF((gzFile file, int flush));
                             ^~
log.c:73:14: warning: passing argument 1 of ‘gzclose’ from incompatible pointer type [-Wincompatible-pointer-types]
      gzclose(gz);
              ^~
In file included from /usr/include/zlib.h:34,
                 from common.h:45,
                 from log.c:10:
/usr/include/zlib.h:1630:32: note: expected ‘gzFile’ {aka ‘struct gzFile_s *’} but argument is of type ‘struct gzFile_s **’
 ZEXTERN int ZEXPORT    gzclose OF((gzFile file));
                                ^~
log.c:75:9: warning: assignment to ‘struct gzFile_s **’ from incompatible pointer type ‘gzFile’ {aka ‘struct gzFile_s *’} [-Wincompatible-pointer-types]
      gz = gzopen(gzfile, "wb");
         ^
log.c: In function ‘log_close’:
log.c:91:10: warning: passing argument 1 of ‘gzclose’ from incompatible pointer type [-Wincompatible-pointer-types]
  gzclose(gz);
          ^~
In file included from /usr/include/zlib.h:34,
                 from common.h:45,
                 from log.c:10:
/usr/include/zlib.h:1630:32: note: expected ‘gzFile’ {aka ‘struct gzFile_s *’} but argument is of type ‘struct gzFile_s **’
 ZEXTERN int ZEXPORT    gzclose OF((gzFile file));
                                ^~
mv -f .deps/log.Tpo .deps/log.Po
/bin/sh ../libtool  --tag=CC   --mode=link gcc  -march=armv8-a -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -std=c99 -D_GNU_SOURCE -Wall -fPIC  -Wl,-O1,--sort-common,--as-needed,-z,relro -o derrick derrick.o utils.o net.o log.o  -lnids -lnet -lpcap -lz 
libtool: link: gcc -march=armv8-a -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -std=c99 -D_GNU_SOURCE -Wall -fPIC -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -o derrick derrick.o utils.o net.o log.o  -lnids -lnet -lpcap -lz
make[2]: Leaving directory '/build/derrick/src/derrick-0.3/src'
Making all in doc
make[2]: Entering directory '/build/derrick/src/derrick-0.3/doc'
pod2man -c "User Manual" -s 1 -r "derrick 0.3" derrick.pod > derrick.man
make[2]: Leaving directory '/build/derrick/src/derrick-0.3/doc'
Making all in contrib
make[2]: Entering directory '/build/derrick/src/derrick-0.3/contrib'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/build/derrick/src/derrick-0.3/contrib'
Making all in .
make[2]: Entering directory '/build/derrick/src/derrick-0.3'
make[2]: Leaving directory '/build/derrick/src/derrick-0.3'
make[1]: Leaving directory '/build/derrick/src/derrick-0.3'
==> Entering fakeroot environment...
==> Starting package()...
Making install in src
make[1]: Entering directory '/build/derrick/src/derrick-0.3/src'
make[2]: Entering directory '/build/derrick/src/derrick-0.3/src'
 /usr/bin/mkdir -p '/build/derrick/pkg/derrick/usr/share/derrick/bin'
  /bin/sh ../libtool   --mode=install /usr/bin/install -c derrick '/build/derrick/pkg/derrick/usr/share/derrick/bin'
libtool: install: /usr/bin/install -c derrick /build/derrick/pkg/derrick/usr/share/derrick/bin/derrick
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/build/derrick/src/derrick-0.3/src'
make[1]: Leaving directory '/build/derrick/src/derrick-0.3/src'
Making install in doc
make[1]: Entering directory '/build/derrick/src/derrick-0.3/doc'
make[2]: Entering directory '/build/derrick/src/derrick-0.3/doc'
make[2]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/build/derrick/pkg/derrick/usr/share/derrick/share/man/man1'
 /usr/bin/install -c -m 644 'derrick.man' '/build/derrick/pkg/derrick/usr/share/derrick/share/man/man1/derrick.1'
make[2]: Leaving directory '/build/derrick/src/derrick-0.3/doc'
make[1]: Leaving directory '/build/derrick/src/derrick-0.3/doc'
Making install in contrib
make[1]: Entering directory '/build/derrick/src/derrick-0.3/contrib'
make[2]: Entering directory '/build/derrick/src/derrick-0.3/contrib'
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/derrick/src/derrick-0.3/contrib'
make[1]: Leaving directory '/build/derrick/src/derrick-0.3/contrib'
Making install in .
make[1]: Entering directory '/build/derrick/src/derrick-0.3'
make[2]: Entering directory '/build/derrick/src/derrick-0.3'
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/derrick/src/derrick-0.3'
make[1]: Leaving directory '/build/derrick/src/derrick-0.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 issues...
==> Creating package "derrick"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: derrick 0.3-1 (Fri 22 Jun 2018 07:51:14 AM EDT)
==> Cleaning up...
==> Removing installed dependencies...
checking dependencies...

Packages (4) libdnet-1.12-10  libnet-1.1.6-3  libnids-1.24-4  libnsl-1.2.0-1

Total Removed Size:  1.05 MiB

:: Do you want to remove these packages? [Y/n] 
:: Processing package changes...
removing libnids...
removing libnsl...
removing libnet...
removing libdnet...
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...