=> Bootstrap dependency digest>=20010302: found digest-20160304 ===> Skipping vulnerability checks. WARNING: No /var/db/pkg/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /var/db/pkg fetch-pkg-vulnerabilities'. ===> Building for mrstat-1.21 --- mrstat.o --- clang -O2 -c mrstat.c mrstat.c:267:31: warning: incompatible pointer types passing 'bool_t (XDR *, statstime *)' (aka 'int (struct __rpc_xdr *, struct statstime *)') to parameter of type 'xdrproc_t' (aka 'int (*)(struct __rpc_xdr *, const void *)') [-Wincompatible-pointer-types] clnt_freeres(mach->sclnt, xdr_statstime, (char *)&statsp); ^~~~~~~~~~~~~ /usr/include/rpc/clnt.h:242:68: note: expanded from macro 'clnt_freeres' #define clnt_freeres(rh,xres,resp) ((*(rh)->cl_ops->cl_freeres)(rh,xres,resp)) ^~~~ mrstat.c:284:31: warning: incompatible pointer types passing 'bool_t (XDR *, struct utmpidlearr *)' (aka 'int (struct __rpc_xdr *, struct utmpidlearr *)') to parameter of type 'xdrproc_t' (aka 'int (*)(struct __rpc_xdr *, const void *)') [-Wincompatible-pointer-types] clnt_freeres(mach->uclnt, xdr_utmpidlearr, (char *)&rnusr); ^~~~~~~~~~~~~~~ /usr/include/rpc/clnt.h:242:68: note: expanded from macro 'clnt_freeres' #define clnt_freeres(rh,xres,resp) ((*(rh)->cl_ops->cl_freeres)(rh,xres,resp)) ^~~~ mrstat.c:453:5: warning: implicit declaration of function 'fchmod' is invalid in C99 [-Wimplicit-function-declaration] fchmod(fd, 0644); ^ mrstat.c:470:17: error: variable has incomplete type 'struct stat' struct stat sb; ^ mrstat.c:470:12: note: forward declaration of 'struct stat' struct stat sb; ^ mrstat.c:472:9: warning: implicit declaration of function 'stat' is invalid in C99 [-Wimplicit-function-declaration] if (stat(hostfile, &sb)) ^ 4 warnings and 1 error generated. *** [mrstat.o] Error code 1 make: stopped in /data/scratch/net/mrstat/work/mrstat-1.21 1 error make: stopped in /data/scratch/net/mrstat/work/mrstat-1.21 *** Error code 2 Stop. make[1]: stopped in /data/pkgsrc/net/mrstat *** Error code 1 Stop. make: stopped in /data/pkgsrc/net/mrstat