==> Synchronizing chroot copy [/chroot/i686/root] -> [build]...done
==> Making package: cryptcat 1.2.1-4 (Tue Oct 1 10:55:41 2019)
==> Retrieving sources...
-> Found cryptcat-unix-1.2.1.tar
==> Validating source files with sha512sums...
cryptcat-unix-1.2.1.tar ... Passed
Host and machine ids are equal (03ca1e0d79db47a597e66a5149387887): refusing to link journals
==> Making package: cryptcat 1.2.1-4 (Tue 01 Oct 2019 10:55:46 AM EDT)
==> 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]
227 | close (netfd);
| ^~~~~
| pclose
netcat.c:228:3: warning: implicit declaration of function ‘sleep’ [-Wimplicit-function-declaration]
228 | sleep (1);
| ^~~~~
netcat.c: In function ‘tmtravel’:
netcat.c:246:3: warning: implicit declaration of function ‘alarm’ [-Wimplicit-function-declaration]
246 | alarm (0);
| ^~~~~
netcat.c: At top level:
netcat.c:585:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
585 | doexec (fd)
| ^~~~~~
netcat.c: In function ‘doexec’:
netcat.c:590:3: warning: implicit declaration of function ‘dup2’ [-Wimplicit-function-declaration]
590 | dup2 (fd, 0); /* the precise order of fiddlage */
| ^~~~
netcat.c:600:3: warning: implicit declaration of function ‘execl’ [-Wimplicit-function-declaration]
600 | execl (pr00gie, p, NULL);
| ^~~~~
netcat.c:600:3: warning: incompatible implicit declaration of built-in function ‘execl’
netcat.c: At top level:
netcat.c:961:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
961 | 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]
967 | 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]
1206 | rr = farm9crypt_read (fd, bigbuf_net, BIGSIZ);
| ^~~~~~~~~~~~~~~
netcat.c:1228:7: warning: implicit declaration of function ‘read’; did you mean ‘fread’? [-Wimplicit-function-declaration]
1228 | rr = read (0, bigbuf_in, BIGSIZ);
| ^~~~
| fread
netcat.c:1279:7: warning: implicit declaration of function ‘farm9crypt_write’ [-Wimplicit-function-declaration]
1279 | 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]
1312 | main (argc, argv)
| ^~~~
netcat.c: In function ‘main’:
netcat.c:1379:9: warning: implicit declaration of function ‘farm9crypt_initialized’ [-Wimplicit-function-declaration]
1379 | if (farm9crypt_initialized() == 0) {
| ^~~~~~~~~~~~~~~~~~~~~~
netcat.c:1380:7: warning: implicit declaration of function ‘farm9crypt_init’ [-Wimplicit-function-declaration]
1380 | farm9crypt_init(crypt_key_f9);
| ^~~~~~~~~~~~~~~
netcat.c:1419:15: warning: implicit declaration of function ‘getopt’ [-Wimplicit-function-declaration]
1419 | while ((x = getopt (argc, argv, "ae:g:G:hi:k:lno:p:rs:tuvw:z")) != EOF) {
| ^~~~~~
netcat.c:1453:2: warning: implicit declaration of function ‘helpme’ [-Wimplicit-function-declaration]
1453 | helpme(); /* exits by itself */
| ^~~~~~
netcat.c:1516:12: warning: implicit declaration of function ‘time’; did you mean ‘utimes’? [-Wimplicit-function-declaration]
1516 | SRAND (time (0));
| ^~~~
| utimes
netcat.c: At top level:
netcat.c:1664:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
1664 | helpme()
| ^~~~~~
/usr/bin/ld: /tmp/ccoIkOSv.o: in function `gethostpoop':
netcat.c:(.text+0x4ee): 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+0x3d2): warning: Using 'gethostbyname' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
/usr/bin/ld: /tmp/ccoIkOSv.o: in function `getportpoop':
netcat.c:(.text+0x749): 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+0x6a9): 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:51 AM EDT)
==> Cleaning up...