==> Synchronizing chroot copy [/chroot/aarch64/root] -> [build]...done
==> Making package: erase-registrations 1:1.0-6 (Thu Aug 13 09:52:26 2020)
==> Retrieving sources...
  -> Found erase_registrations.tar.gz
  -> Found hack_library.tar.gz
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha512sums...
    erase_registrations.tar.gz ... Passed
    hack_library.tar.gz ... Passed
Host and machine ids are equal (2b3dd5a7c7b749ff93431232041f2429): refusing to link journals
==> Making package: erase-registrations 1:1.0-6 (Thu 13 Aug 2020 09:52:50 AM EDT)
==> Checking runtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...

Packages (1) libnet-1:1.1.6-1

Total Download Size:   0.09 MiB
Total Installed Size:  0.31 MiB

:: Proceed with installation? [Y/n] 
:: Retrieving packages...
downloading libnet-1:1.1.6-1-aarch64.pkg.tar.xz...
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing libnet...
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found erase_registrations.tar.gz
  -> Found hack_library.tar.gz
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Extracting erase_registrations.tar.gz with bsdtar
  -> Extracting hack_library.tar.gz with bsdtar
==> Starting build()...
gcc -march=armv8-a -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -c hack_library.c
hack_library.c: In function ‘Str2IP’:
hack_library.c:65:16: warning: implicit declaration of function ‘isdigit’ [-Wimplicit-function-declaration]
   65 |         if ( (!isdigit(*ptr)) && (*ptr != '.' ) ) {
      |                ^~~~~~~
hack_library.c:85:28: warning: implicit declaration of function ‘strchr’ [-Wimplicit-function-declaration]
   85 |         if ( i<3 && (end = strchr(ptr,'.')) == NULL ) {
      |                            ^~~~~~
hack_library.c:85:28: warning: incompatible implicit declaration of built-in function ‘strchrhack_library.c:30:1: note: include ‘<string.h>’ or provide a declaration of ‘strchr’
   29 | #include "hack_library.h"
  +++ |+#include <string.h>
   30 | 
hack_library.c: In function ‘GetNextGuid’:
hack_library.c:210:14: warning: implicit declaration of function ‘read’; did you mean ‘fread’? [-Wimplicit-function-declaration]
  210 |         if ( read( ur, &r1, sizeof( r1 ) ) < ( int )sizeof( r1 ) ) {
      |              ^~~~
      |              fread
hack_library.c:219:9: warning: implicit declaration of function ‘close’; did you mean ‘pclose’? [-Wimplicit-function-declaration]
  219 |         close( ur );
      |         ^~~~~
      |         pclose
hack_library.c:231:5: warning: implicit declaration of function ‘gettimeofday’ [-Wimplicit-function-declaration]
  231 |     gettimeofday( &tv, NULL );
      |     ^~~~~~~~~~~~
gcc -march=armv8-a -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -I../hack_library erase_registrations.c -lnet ../hack_library/hack_library.o -o erase_registrations
==> 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 "erase-registrations"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: erase-registrations 1:1.0-6 (Thu 13 Aug 2020 09:53:05 AM EDT)
==> Cleaning up...
==> Removing installed dependencies...
checking dependencies...

Packages (1) libnet-1:1.1.6-1

Total Removed Size:  0.31 MiB

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