==> Synchronizing chroot copy [/chroot/armv7/root] -> [build]...done
==> Making package: ipdecap 0.7.2-1 (Fri Jul 27 08:49:40 2018)
==> Retrieving sources...
  -> Found v0.7.2.tar.gz
==> Validating source files with sha512sums...
    v0.7.2.tar.gz ... Passed
cp: cannot stat '/etc/pacman.d/gnupg': No such file or directory
Host and machine ids are equal (508bc9faf65540dfb4fb1551fd5fdc0a): refusing to link journals
==> Making package: ipdecap 0.7.2-1 (Fri 27 Jul 2018 08:49:43 AM EDT)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found v0.7.2.tar.gz
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Extracting v0.7.2.tar.gz with bsdtar
==> Starting build()...
configure.ac:12: installing './compile'
configure.ac:6: installing './config.guess'
configure.ac:6: installing './config.sub'
configure.ac:9: installing './install-sh'
configure.ac:9: installing './missing'
src/Makefile.am: installing './depcomp'
checking build system type... armv7l-unknown-linux-gnueabihf
checking host system type... armv7l-unknown-linux-gnueabihf
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 pcap_offline_filter in -lpcap... yes
checking for CRYPTO_new_ex_data in -lcrypto... 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 for string.h... (cached) yes
checking pcap/pcap.h usability... yes
checking pcap/pcap.h presence... yes
checking for pcap/pcap.h... yes
checking pcap/vlan.h usability... yes
checking pcap/vlan.h presence... yes
checking for pcap/vlan.h... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking for sys/types.h... (cached) yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking for uint16_t... yes
checking for struct ip... no
checking for struct ether_addr... no
checking for struct ether_header... no
checking for error_at_line... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for getopt_long... yes
checking for memset... yes
checking for strcspn... yes
checking for strdup... yes
checking for strtol... yes
checking for md5sum... md5sum
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 unit_tests/ip6in4/Makefile
config.status: creating unit_tests/gre/Makefile
config.status: creating unit_tests/esp/Makefile
config.status: creating unit_tests/ipip/Makefile
config.status: creating unit_tests/802.1q/Makefile
config.status: creating config.h
config.status: executing depfiles commands
make  all-recursive
make[1]: Entering directory '/build/ipdecap/src/ipdecap-0.7.2'
Making all in src
make[2]: Entering directory '/build/ipdecap/src/ipdecap-0.7.2/src'
gcc -DHAVE_CONFIG_H -I. -I..  -Wall -Wextra -Wshadow -Wstrict-prototypes -Wunreachable-code -D_FORTIFY_SOURCE=2  -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -MT ipdecap.o -MD -MP -MF .deps/ipdecap.Tpo -c -o ipdecap.o ipdecap.c
mv -f .deps/ipdecap.Tpo .deps/ipdecap.Po
gcc -DHAVE_CONFIG_H -I. -I..  -Wall -Wextra -Wshadow -Wstrict-prototypes -Wunreachable-code -D_FORTIFY_SOURCE=2  -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -MT esp.o -MD -MP -MF .deps/esp.Tpo -c -o esp.o esp.c
In file included from esp.c:31:
esp.c: In function ‘esp_add_flow’:
esp.c:156:13: warning: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 4 has type ‘size_t’ {aka ‘unsigned int’} [-Wformat=]
       error("%s: Key is too long : %lu > %i -  %s\n",
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
esp.c:158:9:
         strlen(key),
         ~~~~~~~~~~~
utils.h:72:21: note: in definition of macro ‘error’
     fprintf(stderr, __VA_ARGS__); \
                     ^~~~~~~~~~~
mv -f .deps/esp.Tpo .deps/esp.Po
gcc -DHAVE_CONFIG_H -I. -I..  -Wall -Wextra -Wshadow -Wstrict-prototypes -Wunreachable-code -D_FORTIFY_SOURCE=2  -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -MT utils.o -MD -MP -MF .deps/utils.Tpo -c -o utils.o utils.c
mv -f .deps/utils.Tpo .deps/utils.Po
gcc  -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -O2 -pipe -fstack-protector --param=ssp-buffer-size=4  -Wl,-O1,--sort-common,--as-needed,-z,relro -o ipdecap ipdecap.o esp.o utils.o  -lcrypto -lpcap 
make[2]: Leaving directory '/build/ipdecap/src/ipdecap-0.7.2/src'
make[2]: Entering directory '/build/ipdecap/src/ipdecap-0.7.2'
make[2]: Leaving directory '/build/ipdecap/src/ipdecap-0.7.2'
make[1]: Leaving directory '/build/ipdecap/src/ipdecap-0.7.2'
==> Entering fakeroot environment...
==> Starting package()...
Making install in src
make[1]: Entering directory '/build/ipdecap/src/ipdecap-0.7.2/src'
make[2]: Entering directory '/build/ipdecap/src/ipdecap-0.7.2/src'
 /usr/bin/mkdir -p '/build/ipdecap/pkg/ipdecap/usr/bin'
  /usr/bin/install -c ipdecap '/build/ipdecap/pkg/ipdecap/usr/bin'
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/build/ipdecap/src/ipdecap-0.7.2/src'
make[1]: Leaving directory '/build/ipdecap/src/ipdecap-0.7.2/src'
make[1]: Entering directory '/build/ipdecap/src/ipdecap-0.7.2'
make[2]: Entering directory '/build/ipdecap/src/ipdecap-0.7.2'
make[2]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/build/ipdecap/pkg/ipdecap/usr/share/man/man1'
 /usr/bin/install -c -m 644 ipdecap.1 '/build/ipdecap/pkg/ipdecap/usr/share/man/man1'
make[2]: Leaving directory '/build/ipdecap/src/ipdecap-0.7.2'
make[1]: Leaving directory '/build/ipdecap/src/ipdecap-0.7.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 "ipdecap"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: ipdecap 0.7.2-1 (Fri 27 Jul 2018 08:50:50 AM EDT)
==> Cleaning up...