=> Bootstrap dependency digest>=20010302: found digest-20121220 ===> Building for tcx-19940124 cc -O2 -march=i586 -o tcx tcx.c tcx.c:313:14: warning: incompatible pointer types passing 'union wait *' to parameter of type 'int *' [-Wincompatible-pointer-types] pid = wait(&status); ^~~~~~~ /usr/include/sys/wait.h:175:17: note: passing argument to parameter here pid_t wait(int *); ^ 1 warning generated. cc -O2 -march=i586 -o untcx untcx.c untcx.c:182:5: warning: implicit declaration of function 'setreuid' is invalid in C99 [-Wimplicit-function-declaration] if(setreuid(geteuid(), getuid()) < 0) { perror("setreuid"); exit(-1); } ^ untcx.c:1337:14: warning: incompatible pointer types passing 'union wait *' to parameter of type 'int *' [-Wincompatible-pointer-types] pid = wait(&status); ^~~~~~~ /usr/include/sys/wait.h:175:17: note: passing argument to parameter here pid_t wait(int *); ^ 2 warnings generated. /var/tmp/untcx-836683.o: In function `main': untcx.c:(.text+0x27e): undefined reference to `setreuid' untcx.c:(.text+0x4b7): undefined reference to `setreuid' untcx.c:(.text+0x6cf): undefined reference to `setreuid' /var/tmp/untcx-836683.o: In function `untcx_and_exec_nfs': untcx.c:(.text+0xa06): undefined reference to `setreuid' untcx.c:(.text+0xc19): undefined reference to `setreuid' /var/tmp/untcx-836683.o:untcx.c:(.text+0xd08): more undefined references to `setreuid' follow clang: error: linker command failed with exit code 1 (use -v to see invocation) *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/work/sysutils/tcx/work/tcx *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/sysutils/tcx *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/sysutils/tcx