=> Bootstrap dependency digest>=20010302: found digest-20121220 ===> Building for chkrootkit-0.50nb1 *** stopping make sense *** make[1]: Entering directory '/usr/pkgsrc/work/security/chkrootkit/work/chkrootkit-0.50' cc -O2 -march=i586 -o chklastlog chklastlog.c chklastlog.c:172:94: warning: format specifies type 'long' but the argument has type 'int' [-Wformat] fprintf(stderr, "MAX_ID is %ld and current uid is %ld, please check\n\r", MAX_ID, *uid ); ~~~ ^~~~~~ %d chklastlog.c:98:16: note: expanded from macro 'MAX_ID' #define MAX_ID 99999 ^~~~~ chklastlog.c:172:102: warning: format specifies type 'long' but the argument has type '__uid_t' (aka 'unsigned int') [-Wformat] fprintf(stderr, "MAX_ID is %ld and current uid is %ld, please check\n\r", MAX_ID, *uid ); ~~~ ^~~~ %u 2 warnings generated. cc -O2 -march=i586 -o chkwtmp chkwtmp.c cc -O2 -march=i586 -Wl,-R/usr/pkg/lib -D_FILE_OFFSET_BITS=64 -o ifpromisc ifpromisc.c ifpromisc.c:41:10: fatal error: 'net/if_arp.h' file not found #include ^ 1 error generated. Makefile:51: recipe for target 'ifpromisc' failed make[1]: *** [ifpromisc] Error 1 make[1]: Leaving directory '/usr/pkgsrc/work/security/chkrootkit/work/chkrootkit-0.50' Makefile:37: recipe for target 'all' failed gmake: *** [all] Error 2 *** Error code 2 Stop. bmake[1]: stopped in /usr/pkgsrc/security/chkrootkit *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/security/chkrootkit