=> Bootstrap dependency digest>=20010302: found digest-20121220 ===> Building for chkrootkit-0.49 *** stopping make sense *** make[1]: Entering directory '/usr/pkgsrc/work/security/chkrootkit/work/chkrootkit-0.49' cc -O2 -march=i586 -o chklastlog chklastlog.c chklastlog.c:170: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:96:16: note: expanded from macro 'MAX_ID' #define MAX_ID 99999 ^~~~~ chklastlog.c:170: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 chklastlog.c:171:20: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' exit (1); ^ chklastlog.c:171:20: note: please include the header or explicitly provide a declaration for 'exit' chklastlog.c:244:36: warning: implicitly declaring library function 'malloc' with type 'void *(unsigned int)' localpwd = (struct s_localpwd *)malloc((size_t)sizeof(struct s_localpwd)); ^ chklastlog.c:244:36: note: please include the header or explicitly provide a declaration for 'malloc' chklastlog.c:264:4: warning: implicit declaration of function 'free' is invalid in C99 [-Wimplicit-function-declaration] free(localpwd->uid); ^ 5 warnings generated. cc -O2 -march=i586 -o chkwtmp chkwtmp.c chkwtmp.c:95:9: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' exit(t_del+del_counter); ^ chkwtmp.c:95:9: note: please include the header or explicitly provide a declaration for 'exit' 1 warning generated. 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.49' Makefile:37: recipe for target 'all' failed gmake: *** [all] Error 2 *** Error code 2 Stop. bmake: stopped in /usr/pkgsrc/security/chkrootkit *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/security/chkrootkit