=> Bootstrap dependency digest>=20010302: found digest-20160304 ===> Building for mesure-0.5nb3 cd src && /usr/pkg/bin/gmake all gmake[1]: Entering directory '/usr/pkgsrc/work/sysutils/mesure/work/mesure-0.5/src' cc -O2 -march=i586 -I/usr/pkg/include -DVERSION=0.5 -DHAVE_GMP=1 -DHAVE_PCAP=1 -I/usr/pkg/include -c -o main.o main.c main.c:58:3: warning: implicit declaration of function 'stdin_finalize' is invalid in C99 [-Wimplicit-function-declaration] stdin_finalize(); ^ main.c:61:3: warning: implicit declaration of function 'sniff_finalize' is invalid in C99 [-Wimplicit-function-declaration] sniff_finalize(); ^ main.c:178:3: warning: implicit declaration of function 'file_get_value' is invalid in C99 [-Wimplicit-function-declaration] file_get_value(target,&one); ^ main.c:185:18: warning: implicit declaration of function 'mem_get_value' is invalid in C99 [-Wimplicit-function-declaration] mpz_set_d(one, mem_get_value()); ^ main.c:199:17: warning: implicit declaration of function 'stdin_get_value' is invalid in C99 [-Wimplicit-function-declaration] mpz_set_d(one,stdin_get_value()); ^ main.c:213:3: warning: implicit declaration of function 'sniff_get_value' is invalid in C99 [-Wimplicit-function-declaration] sniff_get_value(&one); ^ 6 warnings generated. cc -O2 -march=i586 -I/usr/pkg/include -DVERSION=0.5 -DHAVE_GMP=1 -DHAVE_PCAP=1 -I/usr/pkg/include -c -o iface.o iface.c iface.c:115:5: warning: implicit declaration of function 'getifaddrs' is invalid in C99 [-Wimplicit-function-declaration] getifaddrs(&ifa); ^ iface.c:118:32: error: incomplete definition of type 'struct ifaddrs' strncpy(ifmr.ifm_name,ifa->ifa_name,sizeof(ifmr.ifm_name)); ~~~^ iface.c:104:9: note: forward declaration of 'struct ifaddrs' struct ifaddrs *ifa=NULL; ^ iface.c:119:11: error: incomplete definition of type 'struct ifaddrs' addr=ifa->ifa_addr; ~~~^ iface.c:104:9: note: forward declaration of 'struct ifaddrs' struct ifaddrs *ifa=NULL; ^ iface.c:123:10: error: incomplete definition of type 'struct ifaddrs' ifm=ifa->ifa_data; ~~~^ iface.c:104:9: note: forward declaration of 'struct ifaddrs' struct ifaddrs *ifa=NULL; ^ iface.c:125:18: error: incomplete definition of type 'struct ifaddrs' if (!strcmp(ifa->ifa_name,name)) ~~~^ iface.c:104:9: note: forward declaration of 'struct ifaddrs' struct ifaddrs *ifa=NULL; ^ iface.c:151:20: error: incomplete definition of type 'struct ifaddrs' ifa=ifa->ifa_next; ~~~^ iface.c:104:9: note: forward declaration of 'struct ifaddrs' struct ifaddrs *ifa=NULL; ^ 1 warning and 5 errors generated. : recipe for target 'iface.o' failed gmake[1]: *** [iface.o] Error 1 gmake[1]: Leaving directory '/usr/pkgsrc/work/sysutils/mesure/work/mesure-0.5/src' Makefile:12: recipe for target 'all' failed gmake: *** [all] Error 2 *** Error code 2 Stop. bmake[1]: stopped in /usr/pkgsrc/sysutils/mesure *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/sysutils/mesure