=> Bootstrap dependency digest>=20211023: found digest-20211023 WARNING: [license.mk] Every package should define a LICENSE. ===> Skipping vulnerability checks. WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'. ===> Building for tcx-19940124 --- tcx --- --- untcx --- gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -o untcx untcx.c --- tcx --- gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -o tcx tcx.c tcx.c: In function 'doencode': tcx.c:313:14: warning: passing argument 1 of 'wait' from incompatible pointer type [-Wincompatible-pointer-types] pid = wait(&status); ^ In file included from config.h:153:0, from tcx.c:20: /usr/include/sys/wait.h:203:7: note: expected 'int *' but argument is of type 'union wait *' pid_t wait(int *); ^~~~ --- untcx --- untcx.c: In function 'dodecode': untcx.c:1337:14: warning: passing argument 1 of 'wait' from incompatible pointer type [-Wincompatible-pointer-types] pid = wait(&status); ^ In file included from config.h:153:0, from untcx.c:20: /usr/include/sys/wait.h:203:7: note: expected 'int *' but argument is of type 'union wait *' pid_t wait(int *); ^~~~