>>> Building on exopi-2 under sysutils/sysmon BDEPENDS = [devel/gmake] DIST = [sysutils/sysmon:sysmon-0.93.tar.gz] FULLPKGNAME = sysmon-0.93p4 Avoided depends for gmake-4.4.1 distfiles size=519522 >>> Running build in sysutils/sysmon at 1714747739.39 ===> sysutils/sysmon ===> Building from scratch sysmon-0.93p4 ===> sysmon-0.93p4 depends on: gmake-* -> gmake-4.4.1 ===> Verifying specs: c crypto curses pthread ssl ===> found c.100.0 crypto.54.0 curses.15.0 pthread.27.1 ssl.57.0 ===> Checking files for sysmon-0.93p4 `/exopi-cvs/ports/distfiles/sysmon-0.93.tar.gz' is up to date. >> (SHA256) sysmon-0.93.tar.gz: OK ===> Extracting for sysmon-0.93p4 ===> Patching for sysmon-0.93p4 ===> Applying OpenBSD patch patch-examples_sysmon_conf_dist Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- examples/sysmon.conf.dist.orig Sun Jun 26 21:24:30 2016 |+++ examples/sysmon.conf.dist Sun Jun 26 21:25:24 2016 -------------------------- Patching file examples/sysmon.conf.dist using Plan A... Hunk #1 succeeded at 6. done ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for sysmon-0.93p4 ===> Configuring for sysmon-0.93p4 Using /exopi-obj/pobj/sysmon-0.93/config.site (generated) configure: WARNING: unrecognized options: --disable-silent-rules, --disable-gtk-doc configure: loading site script /exopi-obj/pobj/sysmon-0.93/config.site checking whether gmake sets $(MAKE)... yes checking for gcc... cc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... (cached) o checking whether we are using the GNU C compiler... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to accept ISO C89... none needed checking for ranlib... (cached) ranlib checking for a BSD-compatible install... /exopi-obj/pobj/sysmon-0.93/bin/install -c checking for sendmail... /usr/sbin/sendmail checking for flex... /usr/bin/flex checking for lex... (cached) /usr/bin/flex checking CFLAGS for gcc -fstack-protector... no, obsolete checking how to run the C preprocessor... cc -E checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking for paths.h... (cached) yes checking for refresh in -lcurses... yes checking for refresh in -lncurses... yes checking for inet_ntoa in -lnsl... no checking for yywrap in -lfl... (cached) yes checking for yywrap in -ll... yes checking for pthread_create in -lpthread... (cached) yes checking for getpeername in -lsocket... no checking for gethostname in -lresolv... no checking for gethostbyname... (cached) yes checking for gethostbyname2... (cached) yes checking for snprintf in -lc... yes checking for snprintf... (cached) yes checking for _snprintf... no checking for revoke in -lbsd... no checking for main in -lkstat... no checking for main in -lssl... yes checking for main in -lcrypto... yes checking for hosts_ctl in -lwrap... no checking tcpd.h usability... no checking tcpd.h presence... no checking for tcpd.h... no checking for sys/socket.h... (cached) yes checking for netinet/in.h... (cached) yes checking for netinet/icmp6.h... (cached) yes checking for net-snmp/version.h... (cached) no checking ucd-snmp/version.h usability... no checking ucd-snmp/version.h presence... no checking for ucd-snmp/version.h... no configure: creating ./config.status config.status: creating src/Makefile config.status: WARNING: 'autoconf/Makefile.in' seems to ignore the --datarootdir setting config.status: creating src/defines.h configure: WARNING: unrecognized options: --disable-silent-rules, --disable-gtk-doc Configuration complete, now: cd src make make install Then read ALL the documentation in docs/ :) If this is your first time using sysmon, please register it. That can be done by typing: make register If you have problems, or have questions that are not in the docs, send e-mail to sysmon-help@puck.nether.net ===> Building for sysmon-0.93p4 (cd src; make ) cc -O2 -pipe '-DMAIL="/usr/sbin/sendmail"' -DCFILE='"/etc/sysmon.conf"' -DHAVE_SNPRINTF -I/usr/local/include -c heartbeat.c heartbeat.c:14:26: warning: passing arguments to 'udp_open_sock' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] msg_sock = udp_open_sock(msg_sock); ^ 1 warning generated. cc -O2 -pipe '-DMAIL="/usr/sbin/sendmail"' -DCFILE='"/etc/sysmon.conf"' -DHAVE_SNPRINTF -I/usr/local/include -c syswatch.c In file included from syswatch.c:2: ./config.h:719:6: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] void stop_it(); ^ syswatch.c:390:6: note: conflicting prototype is here void stop_it(time_t now) ^ syswatch.c:799:63: warning: incompatible function pointer types passing 'int (void **, void **)' to parameter of type 'int (*)(const void *, const void *)' [-Wincompatible-function-pointer-types] qsort(queue_list, numele, sizeof(struct graph_elements *), q_time_cmp); ^~~~~~~~~~ /usr/include/stdlib.h:122:43: note: passing argument to parameter here void qsort(void *, size_t, size_t, int (*)(const void *, const void *)); ^ syswatch.c:1592:20: warning: passing arguments to 'do_tree_periodic' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] do_tree_periodic(now_t); /* Do periodic checks/tests */ ^ syswatch.c:1609:20: warning: passing arguments to 'do_tree_periodic' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] do_tree_periodic(now_t); ^ In file included from syswatch.c:2: ./config.h:739:6: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] void do_tree_periodic(); ^ syswatch.c:1799:6: note: conflicting prototype is here void do_tree_periodic(time_t now) ^ 5 warnings generated. cc -O2 -pipe '-DMAIL="/usr/sbin/sendmail"' -DCFILE='"/etc/sysmon.conf"' -DHAVE_SNPRINTF -I/usr/local/include -c page.c page.c:101:7: warning: format specifies type 'long' but the argument has type 'time_t' (aka 'long long') [-Wformat] svc->deathtime, svc); ^~~~~~~~~~~~~~ 1 warning generated. cc -O2 -pipe '-DMAIL="/usr/sbin/sendmail"' -DCFILE='"/etc/sysmon.conf"' -DHAVE_SNPRINTF -I/usr/local/include -c tcp.c cc -O2 -pipe '-DMAIL="/usr/sbin/sendmail"' -DCFILE='"/etc/sysmon.conf"' -DHAVE_SNPRINTF -I/usr/local/include -c udp.c udp.c:38:32: warning: 'memset' call operates on objects of type 'struct udpdata' while the size is based on a different type 'struct udpdata *' [-Wsizeof-pointer-memaccess] memset(localstruct, 0, sizeof(localstruct)); ~~~~~~~~~~~ ^~~~~~~~~~~ udp.c:38:32: note: did you mean to dereference the argument to 'sizeof' (and multiply it by the number of elements)? memset(localstruct, 0, sizeof(localstruct)); ^~~~~~~~~~~ In file included from udp.c:2: ./config.h:742:5: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] int udp_open_sock(); ^ udp.c:277:5: note: conflicting prototype is here int udp_open_sock(int sock) ^ 2 warnings generated. cc -O2 -pipe '-DMAIL="/usr/sbin/sendmail"' -DCFILE='"/etc/sysmon.conf"' -DHAVE_SNPRINTF -I/usr/local/include -c icmp.c icmp.c:434:42: warning: passing arguments to 'in_cksum' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] localdata->icp->ICMP_CHECKSUM = in_cksum((u_short *)localdata->icp, send_octets); ^ icmp.c:465:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] unsigned short in_cksum(addr, len) ^ In file included from icmp.c:2: ./config.h:653:16: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] unsigned short in_cksum(); ^ 3 warnings generated. cc -O2 -pipe '-DMAIL="/usr/sbin/sendmail"' -DCFILE='"/etc/sysmon.conf"' -DHAVE_SNPRINTF -I/usr/local/include -c pop3.c cc -O2 -pipe '-DMAIL="/usr/sbin/sendmail"' -DCFILE='"/etc/sysmon.conf"' -DHAVE_SNPRINTF -I/usr/local/include -c umichX500.c cc -O2 -pipe '-DMAIL="/usr/sbin/sendmail"' -DCFILE='"/etc/sysmon.conf"' -DHAVE_SNPRINTF -I/usr/local/include -c loadconfig.c loadconfig.c:502:16: warning: result of comparison against a string literal is unspecified (use an explicit string comparison function instead) [-Wstring-compare] if (subject != SUBJECT) ^ ~~~~~~~ loadconfig.c:843:2: warning: call to undeclared function 'sysmon_conf_yylex'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] sysmon_conf_yylex(); ^ 2 warnings generated. cc -O2 -pipe '-DMAIL="/usr/sbin/sendmail"' -DCFILE='"/etc/sysmon.conf"' -DHAVE_SNPRINTF -I/usr/local/include -c smtp.c cc -O2 -pipe '-DMAIL="/usr/sbin/sendmail"' -DCFILE='"/etc/sysmon.conf"' -DHAVE_SNPRINTF -I/usr/local/include -c nntp.c cc -O2 -pipe '-DMAIL="/usr/sbin/sendmail"' -DCFILE='"/etc/sysmon.conf"' -DHAVE_SNPRINTF -I/usr/local/include -c talktcp.c talktcp.c:235:27: warning: 'memset' call operates on objects of type 'char' while the size is based on a different type 'char *' [-Wsizeof-pointer-memaccess] memset(buffer, 0, sizeof(buffer)); ~~~~~~ ^~~~~~ talktcp.c:235:27: note: did you mean to provide an explicit length? memset(buffer, 0, sizeof(buffer)); ^~~~~~ 1 warning generated. cc -O2 -pipe '-DMAIL="/usr/sbin/sendmail"' -DCFILE='"/etc/sysmon.conf"' -DHAVE_SNPRINTF -I/usr/local/include -c imap.c cc -O2 -pipe '-DMAIL="/usr/sbin/sendmail"' -DCFILE='"/etc/sysmon.conf"' -DHAVE_SNPRINTF -I/usr/local/include -c lib.c lib.c:1331:15: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] { return cmp(a, b) < 0 ? ^ lib.c:1332:12: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] (cmp(b, c) < 0 ? b : cmp(a, c) < 0 ? c : a) ^ lib.c:1332:32: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] (cmp(b, c) < 0 ? b : cmp(a, c) < 0 ? c : a) ^ lib.c:1333:12: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] : (cmp(b, c) > 0 ? b : cmp(a, c) > 0 ? c : a); ^ lib.c:1333:32: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] : (cmp(b, c) > 0 ? b : cmp(a, c) > 0 ? c : a); ^ lib.c:1346:37: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] for (pl = pm; pl > a && cmp(pl-es, pl) > 0; pl -= es) ^ lib.c:1366:34: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] while (pb <= pc && (r = cmp(pb, pv)) <= 0) { ^ lib.c:1370:34: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] while (pc >= pb && (r = cmp(pc, pv)) >= 0) { ^ 8 warnings generated. cc -O2 -pipe '-DMAIL="/usr/sbin/sendmail"' -DCFILE='"/etc/sysmon.conf"' -DHAVE_SNPRINTF -I/usr/local/include -c textfile.c cc -O2 -pipe '-DMAIL="/usr/sbin/sendmail"' -DCFILE='"/etc/sysmon.conf"' -DHAVE_SNPRINTF -I/usr/local/include -c http.c cc -O2 -pipe '-DMAIL="/usr/sbin/sendmail"' -DCFILE='"/etc/sysmon.conf"' -DHAVE_SNPRINTF -I/usr/local/include -c srvclient.c srvclient.c:42:4: warning: format specifies type 'long' but the argument has type 'time_t' (aka 'long long') [-Wformat] here->value->data->deathtime); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ srvclient.c:199:61: warning: format specifies type 'long' but the argument has type 'time_t' (aka 'long long') [-Wformat] snprintf(buffer, 1000, "<%s>%ld", XML_SNMP_LASTRESP, obj->data->last_snmp_resptime, XML_SNMP_LASTRESP); ~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ %lld srvclient.c:296:62: warning: format specifies type 'long' but the argument has type 'time_t' (aka 'long long') [-Wformat] snprintf(buffer, 1000, "<%s>%ld", XML_OBJ_CONTACTEDAT, obj->data->lastcontacted, XML_OBJ_CONTACTEDAT); ~~~ ^~~~~~~~~~~~~~~~~~~~~~~~ %lld srvclient.c:305:56: warning: format specifies type 'long' but the argument has type 'time_t' (aka 'long long') [-Wformat] snprintf(buffer, 1000, "<%s>%ld", XML_LASTCHECK, obj->data->lchecktime, XML_LASTCHECK); ~~~ ^~~~~~~~~~~~~~~~~~~~~ %lld srvclient.c:308:58: warning: format specifies type 'long' but the argument has type 'time_t' (aka 'long long') [-Wformat] snprintf(buffer, 1000, "<%s>%ld", XML_CHECK_START, obj->data->check_start, XML_CHECK_START); ~~~ ^~~~~~~~~~~~~~~~~~~~~~ %lld srvclient.c:311:58: warning: format specifies type 'long' but the argument has type 'time_t' (aka 'long long') [-Wformat] snprintf(buffer, 1000, "<%s>%ld", XML_OUTAGE_TIME, obj->data->deathtime, XML_OUTAGE_TIME); ~~~ ^~~~~~~~~~~~~~~~~~~~ %lld srvclient.c:314:59: warning: format specifies type 'long' but the argument has type 'time_t' (aka 'long long') [-Wformat] snprintf(buffer, 1000, "<%s>%ld", XML_LAST_TIME_UP, obj->data->last_up, XML_LAST_TIME_UP); ~~~ ^~~~~~~~~~~~~~~~~~ %lld 7 warnings generated. cc -O2 -pipe '-DMAIL="/usr/sbin/sendmail"' -DCFILE='"/etc/sysmon.conf"' -DHAVE_SNPRINTF -I/usr/local/include -c dnscache.c dnscache.c:235:8: warning: address of 'hp' will always evaluate to 'true' [-Wpointer-bool-conversion] if (!&hp) ~ ^~ 1 warning generated. cc -O2 -pipe '-DMAIL="/usr/sbin/sendmail"' -DCFILE='"/etc/sysmon.conf"' -DHAVE_SNPRINTF -I/usr/local/include -c ircd.c cc -O2 -pipe '-DMAIL="/usr/sbin/sendmail"' -DCFILE='"/etc/sysmon.conf"' -DHAVE_SNPRINTF -I/usr/local/include -c sysmon.c cc -O2 -pipe '-DMAIL="/usr/sbin/sendmail"' -DCFILE='"/etc/sysmon.conf"' -DHAVE_SNPRINTF -I/usr/local/include -c radius.c cc -O2 -pipe '-DMAIL="/usr/sbin/sendmail"' -DCFILE='"/etc/sysmon.conf"' -DHAVE_SNPRINTF -I/usr/local/include -c md5.c md5.c:104:9: warning: passing arguments to 'MD5Init' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] MD5Init(&context); ^ md5.c:105:11: warning: passing arguments to 'MD5Update' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] MD5Update(&context, input, inlen); ^ md5.c:106:10: warning: passing arguments to 'MD5Final' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] MD5Final(output, &context); ^ md5.c:97:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] md5_calc(output, input, inlen) ^ md5.c:112:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void MD5Init (context) ^ In file included from md5.c:26: ./md5.h:68:6: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] void MD5Init PROTO_LIST ((MD5_CTX *)); ^ md5.c:150:4: warning: passing arguments to 'MD5_memcpy' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ((POINTER)&context->buffer[index], (POINTER)input, partLen); ^ md5.c:151:15: warning: passing arguments to 'MD5Transform' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] MD5Transform (context->state, context->buffer); ^ md5.c:154:17: warning: passing arguments to 'MD5Transform' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] MD5Transform (context->state, &input[i]); ^ md5.c:163:2: warning: passing arguments to 'MD5_memcpy' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ((POINTER)&context->buffer[index], (POINTER)&input[i], ^ md5.c:128:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void MD5Update (context, input, inputLen) ^ In file included from md5.c:26: ./md5.h:69:6: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] void MD5Update PROTO_LIST ^ md5.c:178:10: warning: passing arguments to 'Encode' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Encode (bits, context->count, 8); ^ md5.c:190:10: warning: passing arguments to 'Encode' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Encode (digest, context->state, 16); ^ md5.c:194:14: warning: passing arguments to 'MD5_memset' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] MD5_memset ((POINTER)context, 0, sizeof (*context)); ^ md5.c:170:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void MD5Final (digest, context) ^ In file included from md5.c:26: ./md5.h:71:6: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] void MD5Final PROTO_LIST ((unsigned char [16], MD5_CTX *)); ^ md5.c:205:10: warning: passing arguments to 'Decode' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Decode (x, block, 64); ^ md5.c:286:14: warning: passing arguments to 'MD5_memset' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] MD5_memset ((POINTER)x, 0, sizeof (x)); ^ md5.c:199:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void MD5Transform (state, block) ^ md5.c:47:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] static void MD5Transform PROTO_LIST ((UINT4 [4], unsigned char [64])); ^ md5.c:292:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void Encode (output, input, len) ^ md5.c:48:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] static void Encode PROTO_LIST ^ md5.c:310:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void Decode (output, input, len) ^ md5.c:50:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] static void Decode PROTO_LIST ^ md5.c:325:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void MD5_memcpy (output, input, len) ^ md5.c:52:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] static void MD5_memcpy PROTO_LIST ((POINTER, POINTER, unsigned int)); ^ md5.c:338:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void MD5_memset (output, value, len) ^ md5.c:53:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] static void MD5_memset PROTO_LIST ((POINTER, int, unsigned int)); ^ 29 warnings generated. cc -O2 -pipe '-DMAIL="/usr/sbin/sendmail"' -DCFILE='"/etc/sysmon.conf"' -DHAVE_SNPRINTF -I/usr/local/include -c parser.c parser.l:1416:2: warning: Need to add and store group [-W#warnings] #warning Need to add and store group ^ parser.l:2045:2: warning: child does not do anything [-W#warnings] #warning child does not do anything ^ 2 warnings generated. cc -O2 -pipe '-DMAIL="/usr/sbin/sendmail"' -DCFILE='"/etc/sysmon.conf"' -DHAVE_SNPRINTF -I/usr/local/include -c snpp.c cc -O2 -pipe '-DMAIL="/usr/sbin/sendmail"' -DCFILE='"/etc/sysmon.conf"' -DHAVE_SNPRINTF -I/usr/local/include -c snmp.c snmp.c:56:2: warning: call to undeclared function 'print_in_hex'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] print_in_hex(buffer, len); ^ 1 warning generated. cc -O2 -pipe '-DMAIL="/usr/sbin/sendmail"' -DCFILE='"/etc/sysmon.conf"' -DHAVE_SNPRINTF -I/usr/local/include -c pingv6.c pingv6.c:69:31: warning: passing arguments to 'in_cksum' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] icmph->icmp6_cksum = in_cksum(localdata->outpack, send_octets); ^ 1 warning generated. cc -O2 -pipe '-DMAIL="/usr/sbin/sendmail"' -DCFILE='"/etc/sysmon.conf"' -DHAVE_SNPRINTF -I/usr/local/include -c logging.c cc -O2 -pipe '-DMAIL="/usr/sbin/sendmail"' -DCFILE='"/etc/sysmon.conf"' -DHAVE_SNPRINTF -I/usr/local/include -c dns.c cc -O2 -pipe '-DMAIL="/usr/sbin/sendmail"' -DCFILE='"/etc/sysmon.conf"' -DHAVE_SNPRINTF -I/usr/local/include -c ssh.c /bin/rm -f sysmond core sysmond.core cc -L/usr/local//lib -o sysmond heartbeat.o syswatch.o page.o tcp.o udp.o icmp.o pop3.o umichX500.o loadconfig.o smtp.o nntp.o talktcp.o imap.o lib.o textfile.o http.o srvclient.o dnscache.o ircd.o sysmon.o radius.o md5.o parser.o snpp.o snmp.o pingv6.o logging.o dns.o ssh.o -lpthread -ll -lfl -lncurses -lcurses -lssl -lcrypto page.c(page.o:(translate_string)): warning: strcat() is almost always misused, please use strlcat() page.c(page.o:(translate_string)): warning: sprintf() is often misused, please use snprintf() lib.c(lib.o:(print_err)): warning: vsprintf() is often misused, please use vsnprintf() lib.c(lib.o:(randchar)): warning: rand() may return deterministic values, is that what you want? syswatch.c(syswatch.o:(cmdline)): warning: strcpy() is almost always misused, please use strlcpy() cc -O2 -pipe '-DMAIL="/usr/sbin/sendmail"' -DCFILE='"/etc/sysmon.conf"' -DHAVE_SNPRINTF -I/usr/local/include -c client.c In file included from client.c:3: ./config.h:753:6: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] void client_poll(); ^ client.c:48:6: note: conflicting prototype is here void client_poll(unsigned int local_timeout) ^ 1 warning generated. /bin/rm -f sysmon cc -L/usr/local//lib -o sysmon client.o talktcp.o lib.o dnscache.o -lpthread -ll -lfl -lncurses -lcurses -lssl -lcrypto client.c(client.o:(parse_data)): warning: strcpy() is almost always misused, please use strlcpy() client.c(client.o:(show_data)): warning: sprintf() is often misused, please use snprintf() lib.c(lib.o:(print_err)): warning: vsprintf() is often misused, please use vsnprintf() lib.c(lib.o:(randchar)): warning: rand() may return deterministic values, is that what you want? >>> Running package in sysutils/sysmon at 1714747755.96 ===> sysutils/sysmon ===> Faking installation for sysmon-0.93p4 /exopi-obj/pobj/sysmon-0.93/bin/install -c -s -m 755 /exopi-obj/pobj/sysmon-0.93/sysmon-0.93/src/{sysmon,sysmond} /exopi-obj/pobj/sysmon-0.93/fake-amd64/usr/local/bin /exopi-obj/pobj/sysmon-0.93/bin/install -d -m 755 /exopi-obj/pobj/sysmon-0.93/fake-amd64/usr/local/share/doc/sysmon /exopi-obj/pobj/sysmon-0.93/fake-amd64/usr/local/share/examples/sysmon /exopi-obj/pobj/sysmon-0.93/bin/install -c -m 644 /exopi-obj/pobj/sysmon-0.93/sysmon-0.93/docs/{README,*.html,*.jpg,*.png,*.txt} /exopi-obj/pobj/sysmon-0.93/fake-amd64/usr/local/share/doc/sysmon /exopi-obj/pobj/sysmon-0.93/bin/install -c -m 644 /exopi-obj/pobj/sysmon-0.93/sysmon-0.93/LICENSE /exopi-obj/pobj/sysmon-0.93/fake-amd64/usr/local/share/doc/sysmon /exopi-obj/pobj/sysmon-0.93/bin/install -c -m 644 /exopi-obj/pobj/sysmon-0.93/sysmon-0.93/examples/sysmon.conf.dist /exopi-obj/pobj/sysmon-0.93/fake-amd64/usr/local/share/examples/sysmon /exopi-obj/pobj/sysmon-0.93/bin/install -c -m 644 /exopi-obj/pobj/sysmon-0.93/sysmon-0.93/docs/sysmon.man /exopi-obj/pobj/sysmon-0.93/fake-amd64/usr/local/man/man1/sysmon.1 /exopi-obj/pobj/sysmon-0.93/bin/install -c -m 644 /exopi-obj/pobj/sysmon-0.93/sysmon-0.93/docs/sysmon.conf.man /exopi-obj/pobj/sysmon-0.93/fake-amd64/usr/local/man/man5/sysmon.conf.5 Installing /exopi-cvs/ports/sysutils/sysmon/pkg/README as /exopi-obj/pobj/sysmon-0.93/fake-amd64/usr/local/share/doc/pkg-readmes/sysmon Installing /exopi-cvs/ports/sysutils/sysmon/pkg/sysmond.rc as /exopi-obj/pobj/sysmon-0.93/fake-amd64/etc/rc.d/sysmond ===> Building package for sysmon-0.93p4 Create /exopi-cvs/ports/packages/amd64/all/sysmon-0.93p4.tgz Creating package sysmon-0.93p4 reading plist| checking dependencies| checksumming| checksumming| | 0% checksumming|** | 3% checksumming|*** | 6% checksumming|***** | 9% checksumming|******* | 11% checksumming|********* | 14% checksumming|********** | 17% checksumming|************ | 20% checksumming|************** | 23% checksumming|**************** | 26% checksumming|***************** | 29% checksumming|******************* | 31% checksumming|********************* | 34% checksumming|*********************** | 37% checksumming|************************ | 40% checksumming|************************** | 43% checksumming|**************************** | 46% checksumming|****************************** | 49% checksumming|******************************* | 51% checksumming|********************************* | 54% checksumming|*********************************** | 57% checksumming|************************************* | 60% checksumming|************************************** | 63% checksumming|**************************************** | 66% checksumming|****************************************** | 69% checksumming|******************************************** | 71% checksumming|********************************************* | 74% checksumming|*********************************************** | 77% checksumming|************************************************* | 80% checksumming|*************************************************** | 83% checksumming|**************************************************** | 86% checksumming|****************************************************** | 89% checksumming|******************************************************** | 91% checksumming|********************************************************** | 94% checksumming|*********************************************************** | 97% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|***** | 8% archiving|*************************** | 43% archiving|**************************** | 43% archiving|***************************** | 45% archiving|********************************** | 53% archiving|*********************************** | 55% archiving|************************************ | 55% archiving|************************************** | 60% archiving|*************************************** | 60% archiving|********************************************** | 72% archiving|*********************************************** | 73% archiving|************************************************ | 75% archiving|*************************************************************** | 99% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/sysmon-0.93p4.tgz >>> Running clean in sysutils/sysmon at 1714747757.85 ===> sysutils/sysmon ===> Cleaning for sysmon-0.93p4 >>> Ended at 1714747758.08 max_stuck=0.00/build=16.59/package=1.89/clean=0.26