==> Synchronizing chroot copy [/chroot/armv6h/root] -> [build]...done
==> Making package: getsids 0.0.1-3 (Mon Oct  7 11:39:50 2019)
==> Retrieving sources...
  -> Found getsids-src-0.0.1.tar.gz
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha512sums...
    getsids-src-0.0.1.tar.gz ... Passed
Host and machine ids are equal (2b3dd5a7c7b749ff93431232041f2429): refusing to link journals
==> Making package: getsids 0.0.1-3 (Mon 07 Oct 2019 11:40:10 AM EDT)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found getsids-src-0.0.1.tar.gz
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Extracting getsids-src-0.0.1.tar.gz with bsdtar
==> Starting build()...
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for executable suffix... 
checking for object suffix... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for arpa/inet.h... yes
checking for netinet/in.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for sys/socket.h... yes
checking for gcc option to accept ANSI C... none needed
checking for an ANSI C-conforming const... yes
checking for stdlib.h... (cached) yes
checking for working malloc... yes
checking for memset... yes
checking for socket... yes
checking for strtol... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
gcc -march=armv6 -mfloat-abi=hard -mfpu=vfpv3-d16 -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -Iinclude -D_FORTIFY_SOURCE=2  -c -o socket.o socket.c
gcc -march=armv6 -mfloat-abi=hard -mfpu=vfpv3-d16 -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -Iinclude -D_FORTIFY_SOURCE=2  -c -o packet.o packet.c
packet.c: In function ‘sendHexPacket’:
packet.c:30:10: warning: implicit declaration of function ‘send’; did you mean ‘srand’? [-Wimplicit-function-declaration]
   return send(nFD, pPacket->data, pPacket->size, 0);
          ^~~~
          srand
gcc -march=armv6 -mfloat-abi=hard -mfpu=vfpv3-d16 -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -Iinclude -D_FORTIFY_SOURCE=2  -c -o process.o process.c
gcc -march=armv6 -mfloat-abi=hard -mfpu=vfpv3-d16 -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -Iinclude -D_FORTIFY_SOURCE=2  -c -o getsids.o getsids.c
gcc -march=armv6 -mfloat-abi=hard -mfpu=vfpv3-d16 -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -o bin/getsids socket.o packet.o process.o getsids.o
==> Entering fakeroot environment...
==> Starting package()...
==> 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 "getsids"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: getsids 0.0.1-3 (Mon 07 Oct 2019 11:40:23 AM EDT)
==> Cleaning up...