==> Synchronizing chroot copy [/chroot/armv6/root] -> [build]...done
==> Making package: cryptcat 1.2.1-4 (Tue Oct  1 10:54:48 2019)
==> Retrieving sources...
  -> Found cryptcat-unix-1.2.1.tar
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha512sums...
    cryptcat-unix-1.2.1.tar ... Passed
Host and machine ids are equal (508bc9faf65540dfb4fb1551fd5fdc0a): refusing to link journals
==> Making package: cryptcat 1.2.1-4 (Tue 01 Oct 2019 10:54:56 AM EDT)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found cryptcat-unix-1.2.1.tar
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Extracting cryptcat-unix-1.2.1.tar with bsdtar
==> Starting build()...
make -e cryptcat  XFLAGS='-DLINUX' STATIC=-static \
XLIBS='-lstdc++' 
make[1]: Entering directory '/build/cryptcat/src/unix'
cc -O -c farm9crypt.cc
cc -O -c twofish2.cc
cc -O -s	 -DGAPING_SECURITY_HOLE -DLINUX -static -o cryptcat netcat.c farm9crypt.o twofish2.o -lstdc++
netcat.c: In function ‘bail’:
netcat.c:227:3: warning: implicit declaration of function ‘close’; did you mean ‘pclose’? [-Wimplicit-function-declaration]
   close (netfd);
   ^~~~~
   pclose
netcat.c:228:3: warning: implicit declaration of function ‘sleep’; did you mean ‘strsep’? [-Wimplicit-function-declaration]
   sleep (1);
   ^~~~~
   strsep
netcat.c: In function ‘tmtravel’:
netcat.c:246:3: warning: implicit declaration of function ‘alarm’ [-Wimplicit-function-declaration]
   alarm (0);
   ^~~~~
netcat.c: At top level:
netcat.c:585:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 doexec (fd)
 ^~~~~~
netcat.c: In function ‘doexec’:
netcat.c:590:3: warning: implicit declaration of function ‘dup2’ [-Wimplicit-function-declaration]
   dup2 (fd, 0);    /* the precise order of fiddlage */
   ^~~~
netcat.c:600:3: warning: implicit declaration of function ‘execl’ [-Wimplicit-function-declaration]
   execl (pr00gie, p, NULL);
   ^~~~~
netcat.c:600:3: warning: incompatible implicit declaration of built-in function ‘execlnetcat.c: At top level:
netcat.c:961:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 udptest (fd, where)
 ^~~~~~~
netcat.c: In function ‘udptest’:
netcat.c:967:8: warning: implicit declaration of function ‘write’; did you mean ‘fwrite’? [-Wimplicit-function-declaration]
   rr = write (fd, bigbuf_in, 1);
        ^~~~~
        fwrite
netcat.c: In function ‘readwrite’:
netcat.c:1206:7: warning: implicit declaration of function ‘farm9crypt_read’ [-Wimplicit-function-declaration]
  rr = farm9crypt_read (fd, bigbuf_net, BIGSIZ);
       ^~~~~~~~~~~~~~~
netcat.c:1228:7: warning: implicit declaration of function ‘read’; did you mean ‘fread’? [-Wimplicit-function-declaration]
  rr = read (0, bigbuf_in, BIGSIZ);
       ^~~~
       fread
netcat.c:1279:7: warning: implicit declaration of function ‘farm9crypt_write’ [-Wimplicit-function-declaration]
  rr = farm9crypt_write (fd, zp, rr); /* one line, or the whole buffer */
       ^~~~~~~~~~~~~~~~
netcat.c: At top level:
netcat.c:1312:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 main (argc, argv)
 ^~~~
netcat.c: In function ‘main’:
netcat.c:1379:9: warning: implicit declaration of function ‘farm9crypt_initialized’ [-Wimplicit-function-declaration]
     if (farm9crypt_initialized() == 0) {
         ^~~~~~~~~~~~~~~~~~~~~~
netcat.c:1380:7: warning: implicit declaration of function ‘farm9crypt_init’ [-Wimplicit-function-declaration]
       farm9crypt_init(crypt_key_f9);
       ^~~~~~~~~~~~~~~
netcat.c:1419:15: warning: implicit declaration of function ‘getopt’; did you mean ‘getw’? [-Wimplicit-function-declaration]
   while ((x = getopt (argc, argv, "ae:g:G:hi:k:lno:p:rs:tuvw:z")) != EOF) {
               ^~~~~~
               getw
netcat.c:1453:2: warning: implicit declaration of function ‘helpme’; did you mean ‘rename’? [-Wimplicit-function-declaration]
  helpme();   /* exits by itself */
  ^~~~~~
  rename
netcat.c:1516:12: warning: implicit declaration of function ‘time’; did you mean ‘utimes’? [-Wimplicit-function-declaration]
     SRAND (time (0));
            ^~~~
            utimes
netcat.c: At top level:
netcat.c:1664:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 helpme()
 ^~~~~~
/usr/bin/ld: /tmp/cc17bIe2.o: in function `gethostpoop':
netcat.c:(.text+0x59c): warning: Using 'gethostbyaddr' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
/usr/bin/ld: netcat.c:(.text+0x464): warning: Using 'gethostbyname' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
/usr/bin/ld: /tmp/cc17bIe2.o: in function `getportpoop':
netcat.c:(.text+0x82c): warning: Using 'getservbyname' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
/usr/bin/ld: netcat.c:(.text+0x798): warning: Using 'getservbyport' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
make[1]: Leaving directory '/build/cryptcat/src/unix'
==> 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 "cryptcat"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: cryptcat 1.2.1-4 (Tue 01 Oct 2019 10:55:00 AM EDT)
==> Cleaning up...