=> Bootstrap dependency digest>=20010302: found digest-20160304 ===> Building for mtr-0.87 (CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh /usr/pkgsrc/work/net/mtr/work/mtr-0.87/missing autoheader) WARNING: 'autoheader' is missing on your system. You should only need it if you modified 'acconfig.h' or 'configure.ac'. You might want to install the Autoconf and GNU m4 packages. Grab them from any GNU archive site. rm -f stamp-h1 touch ./config.h.in cd . && /bin/sh ./config.status config.h config.status: creating config.h config.status: config.h is unchanged /usr/pkg/bin/bmake all-recursive Making all in img cc -DHAVE_CONFIG_H -I. -O2 -march=i586 -Wall -Wno-pointer-sign -MT mtr.o -MD -MP -MF .deps/mtr.Tpo -c -o mtr.o mtr.c mtr.c:137:9: warning: array subscript is of type 'char' [-Wchar-subscripts] while(isspace(p[l-1]) && l) p[--l] = 0; ^~~~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:56:44: note: expanded from macro 'isspace' #define isspace(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_S)) ^~~~ mtr.c:138:15: warning: array subscript is of type 'char' [-Wchar-subscripts] while(*p && isspace(*p) && l) ++p, --l; ^~~~~~~~~~~ /usr/include/sys/ctype_inline.h:56:44: note: expanded from macro 'isspace' #define isspace(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_S)) ^~~~ 2 warnings generated. mv -f .deps/mtr.Tpo .deps/mtr.Po cc -DHAVE_CONFIG_H -I. -O2 -march=i586 -Wall -Wno-pointer-sign -MT net.o -MD -MP -MF .deps/net.Tpo -c -o net.o net.c net.c:262:55: warning: taking the absolute value of unsigned type 'unsigned int' has no effect [-Wabsolute-value] memset(csumpacket, (unsigned char) abs(bitpattern), abs(tsize)); ^ net.c:262:55: note: remove the call to 'abs' since unsigned values cannot be negative memset(csumpacket, (unsigned char) abs(bitpattern), abs(tsize)); ^~~ net.c:326:24: warning: unused variable 'local6' [-Wunused-variable] struct sockaddr_in6 *local6 = (struct sockaddr_in6 *) &local; ^ net.c:328:24: warning: unused variable 'remote6' [-Wunused-variable] struct sockaddr_in6 *remote6 = (struct sockaddr_in6 *) &remote; ^ net.c:443:24: warning: unused variable 'local6' [-Wunused-variable] struct sockaddr_in6 *local6 = (struct sockaddr_in6 *) &local; ^ net.c:445:24: warning: unused variable 'remote6' [-Wunused-variable] struct sockaddr_in6 *remote6 = (struct sockaddr_in6 *) &remote; ^ net.c:733:29: error: invalid application of 'sizeof' to an incomplete type 'struct ip6_hdr' ( ( af == AF_INET ) ? 0 : sizeof (struct ip6_hdr) ); ^ ~~~~~~~~~~~~~~~~ net.c:733:44: note: forward declaration of 'struct ip6_hdr' ( ( af == AF_INET ) ? 0 : sizeof (struct ip6_hdr) ); ^ net.c:1541:25: warning: unused variable 'sa6' [-Wunused-variable] struct sockaddr_in6 * sa6; ^ net.c:1545:24: warning: unused variable 'remote6' [-Wunused-variable] struct sockaddr_in6 *remote6 = (struct sockaddr_in6 *) &remote; ^ 7 warnings and 1 error generated. *** Error code 1 Stop. bmake[2]: stopped in /usr/pkgsrc/work/net/mtr/work/mtr-0.87 *** Error code 1 Stop. bmake[1]: stopped in /usr/pkgsrc/work/net/mtr/work/mtr-0.87 *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/work/net/mtr/work/mtr-0.87 *** Error code 1 Stop. bmake[1]: stopped in /usr/pkgsrc/net/mtr *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/net/mtr