=> Bootstrap dependency digest>=20010302: found digest-20160304 ===> Building for sysmon-0.93 (cd src; make ) cc -O2 -march=i586 -I/usr/include -I/usr/pkg/include -fstack-protector '-DMAIL=' -DCFILE='"/usr/pkg/etc/sysmon.conf"' -DHAVE_SNPRINTF -I/usr/local/include -I/usr/include -I/usr/pkg/include -c heartbeat.c heartbeat.c:21:24: warning: passing 'char [13]' to parameter of type 'unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign] hp = my_gethostbyname(HEARTBEAT_HOST, AF_INET); ^~~~~~~~~~~~~~ ./config.h:443:24: note: expanded from macro 'HEARTBEAT_HOST' #define HEARTBEAT_HOST "204.42.254.5" ^~~~~~~~~~~~~~ ./config.h:748:52: note: passing argument to parameter here struct my_hostent *my_gethostbyname(unsigned char *, int); ^ 1 warning generated. cc -O2 -march=i586 -I/usr/include -I/usr/pkg/include -fstack-protector '-DMAIL=' -DCFILE='"/usr/pkg/etc/sysmon.conf"' -DHAVE_SNPRINTF -I/usr/local/include -I/usr/include -I/usr/pkg/include -c syswatch.c syswatch.c:799:63: warning: incompatible pointer types passing 'int (void **, void **)' to parameter of type 'int (*)(const void *, const void *)' [-Wincompatible-pointer-types] qsort(queue_list, numele, sizeof(struct graph_elements *), q_time_cmp); ^~~~~~~~~~ /usr/include/stdlib.h:118:43: note: passing argument to parameter here void qsort(void *, size_t, size_t, int (*)(const void *, const void *)); ^ syswatch.c:1207:27: warning: passing 'unsigned char *' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign] client_send_statechange(handle_this->unique_name, handle_this->checkent->lastcheck, handle_this->retval); ^~~~~~~~~~~~~~~~~~~~~~~~ ./config.h:820:36: note: passing argument to parameter here void client_send_statechange(char *, int , int); ^ syswatch.c:1873:12: error: use of undeclared identifier 'RLIMIT_OFILE' setrlimit(RLIMIT_OFILE, &thislimit); ^ syswatch.c:1874:12: error: use of undeclared identifier 'RLIMIT_OFILE' getrlimit(RLIMIT_OFILE, &thislimit); ^ 2 warnings and 2 errors generated. *** Error code 1 Stop. make[1]: stopped in /usr/pkgsrc/work/net/sysmon/work/sysmon-0.93/src *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/work/net/sysmon/work/sysmon-0.93 *** Error code 1 Stop. bmake[1]: stopped in /usr/pkgsrc/net/sysmon *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/net/sysmon