=> "/opt/pkg/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-upstream-trunk/net/avahi", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent", "WRKLOG=/data/bob/db/logs/avahi-0.8nb8/work.log"] ===> Building for avahi-0.8nb8 /opt/pkg/bin/gmake all-recursive gmake[1]: Entering directory '/home/pbulk/build/net/avahi/work/avahi-0.8' Making all in common gmake[2]: Entering directory '/home/pbulk/build/net/avahi/work/avahi-0.8/common' gmake[2]: Nothing to be done for 'all'. gmake[2]: Leaving directory '/home/pbulk/build/net/avahi/work/avahi-0.8/common' Making all in avahi-common gmake[2]: Entering directory '/home/pbulk/build/net/avahi/work/avahi-0.8/avahi-common' CC libavahi_common_la-malloc.lo CC libavahi_common_la-alternative.lo CC libavahi_common_la-timeval.lo CC libavahi_common_la-address.lo CC libavahi_common_la-error.lo CC libavahi_common_la-utf8.lo CC libavahi_common_la-rlist.lo CC libavahi_common_la-domain.lo CC libavahi_common_la-strlst.lo CC libavahi_common_la-simple-watch.lo CC libavahi_common_la-thread-watch.lo CC libavahi_common_la-i18n.lo CCLD libavahi-common.la gmake[2]: Leaving directory '/home/pbulk/build/net/avahi/work/avahi-0.8/avahi-common' Making all in avahi-core gmake[2]: Entering directory '/home/pbulk/build/net/avahi/work/avahi-0.8/avahi-core' CC libavahi_core_la-iface.lo CC libavahi_core_la-server.lo CC libavahi_core_la-entry.lo CC libavahi_core_la-timeeventq.lo CC libavahi_core_la-cache.lo CC libavahi_core_la-socket.lo CC libavahi_core_la-prioq.lo CC libavahi_core_la-probe-sched.lo CC libavahi_core_la-query-sched.lo CC libavahi_core_la-browse.lo CC libavahi_core_la-rrlist.lo CC libavahi_core_la-resolve-host-name.lo CC libavahi_core_la-resolve-address.lo CC libavahi_core_la-response-sched.lo CC libavahi_core_la-browse-domain.lo CC libavahi_core_la-announce.lo CC libavahi_core_la-browse-service.lo CC libavahi_core_la-browse-service-type.lo CC libavahi_core_la-resolve-service.lo CC libavahi_core_la-rr.lo CC libavahi_core_la-log.lo CC libavahi_core_la-browse-dns-server.lo CC libavahi_core_la-fdutil.lo CC libavahi_core_la-util.lo CC libavahi_core_la-dns.lo CC libavahi_core_la-hashmap.lo CC libavahi_core_la-wide-area.lo CC libavahi_core_la-multicast-lookup.lo CC libavahi_core_la-querier.lo CC libavahi_core_la-domain-util.lo CC libavahi_core_la-addr-util.lo CC libavahi_core_la-iface-pfroute.lo In file included from fdutil.c:24: fdutil.c: In function 'avahi_wait_for_write': fdutil.c:63:5: error: implicit declaration of function 'memset' [-Wimplicit-function-declaration] 63 | FD_ZERO(&fds); | ^~~~~~~ fdutil.c:30:1: note: include '' or provide a declaration of 'memset' 29 | #include "fdutil.h" +++ |+#include 30 | gmake[2]: *** [Makefile:1280: libavahi_core_la-fdutil.lo] Error 1 gmake[2]: *** Waiting for unfinished jobs.... iface-pfroute.c: In function 'rtm_addr': iface-pfroute.c:189:32: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 189 | prefixlen = bitcount((unsigned int)((struct sockaddr_in6 *)sa)->sin6_addr.s6_addr); | ^ iface-pfroute.c: In function 'if_add_interface': iface-pfroute.c:389:10: warning: unused variable 'caddr' [-Wunused-variable] 389 | char caddr[AVAHI_ADDRESS_STR_MAX]; | ^~~~~ iface-pfroute.c:376:91: warning: unused parameter 'count' [-Wunused-parameter] 376 | static void if_add_interface(struct lifreq *lifreq, AvahiInterfaceMonitor *m, int fd, int count) | ~~~~^~~~~ iface-pfroute.c: In function 'avahi_interface_monitor_sync': iface-pfroute.c:529:24: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 529 | lifc.lifc_family = (sa_family_t)NULL; | ^ iface-pfroute.c:507:9: warning: unused variable 'ret' [-Wunused-variable] 507 | int ret; | ^~~ iface-pfroute.c: At top level: iface-pfroute.c:354:12: warning: 'ip6_masklen' defined but not used [-Wunused-function] 354 | static int ip6_masklen (struct in6_addr netmask) { | ^~~~~~~~~~~ In function 'bitcount', inlined from 'if_add_interface.isra' at iface-pfroute.c:418:25: iface-pfroute.c:59:10: warning: 'mask.sin_addr.S_un.S_addr' may be used uninitialized [-Wmaybe-uninitialized] 59 | while (n) | ^ iface-pfroute.c: In function 'if_add_interface.isra': iface-pfroute.c:387:24: note: 'mask.sin_addr.S_un.S_addr' was declared here 387 | struct sockaddr_in mask; | ^~~~ iface-pfroute.c:449:27: warning: 'prefixlen' may be used uninitialized [-Wmaybe-uninitialized] 449 | if (!(addriface = avahi_interface_address_new(m, iface, &addr, prefixlen))) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ iface-pfroute.c:384:9: note: 'prefixlen' was declared here 384 | int prefixlen; | ^~~~~~~~~ entry.c: In function 'server_add_dns_server_name': entry.c:931:32: warning: '%s' directive output may be truncated writing up to 1013 bytes into a region of size between 997 and 1001 [-Wformat-truncation=] 931 | snprintf(t, sizeof(t), "%s.%s", type == AVAHI_DNS_SERVER_RESOLVE ? "_domain._udp" : "_dns-update._udp", normalized_d); | ^~ ~~~~~~~~~~~~ entry.c:931:5: note: 'snprintf' output between 14 and 1031 bytes into a destination of size 1014 931 | snprintf(t, sizeof(t), "%s.%s", type == AVAHI_DNS_SERVER_RESOLVE ? "_domain._udp" : "_dns-update._udp", normalized_d); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ iface.c: In function 'avahi_hw_interface_update_rrs': iface.c:143:45: warning: ' [' directive output may be truncated writing 2 bytes into a region of size between 1 and 64 [-Wformat-truncation=] 143 | snprintf(name, sizeof(name), "%s [%s]", unescaped, mac); | ^~ iface.c:143:13: note: 'snprintf' output between 4 and 322 bytes into a destination of size 64 143 | snprintf(name, sizeof(name), "%s [%s]", unescaped, mac); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ entry.c: In function 'avahi_server_add_dns_server_address': entry.c:987:37: warning: '%s' directive output may be truncated writing up to 63 bytes into a region of size 60 [-Wformat-truncation=] 987 | snprintf(n, sizeof(n), "ip6-%s.%s", h, domain); | ^~ ~ entry.c:987:9: note: 'snprintf' output 6 or more bytes (assuming 69) into a destination of size 64 987 | snprintf(n, sizeof(n), "ip6-%s.%s", h, domain); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ entry.c:982:36: warning: '%s' directive output may be truncated writing up to 63 bytes into a region of size 61 [-Wformat-truncation=] 982 | snprintf(n, sizeof(n), "ip-%s.%s", h, domain); | ^~ ~ entry.c:982:9: note: 'snprintf' output 5 or more bytes (assuming 68) into a destination of size 64 982 | snprintf(n, sizeof(n), "ip-%s.%s", h, domain); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gmake[2]: Leaving directory '/home/pbulk/build/net/avahi/work/avahi-0.8/avahi-core' gmake[1]: *** [Makefile:825: all-recursive] Error 1 gmake[1]: Leaving directory '/home/pbulk/build/net/avahi/work/avahi-0.8' gmake: *** [Makefile:735: all] Error 2 *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/net/avahi *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/net/avahi