=> Bootstrap dependency digest>=20211023: found digest-20220214
WARNING: [license.mk] Every package should define a LICENSE.
===> Building for mesure-0.5nb3
cd src && /opt/pkg/bin/gmake all
gmake[1]: Entering directory '/Users/pbulk/build/sysutils/mesure/work/mesure-0.5/src'
clang -pipe -Os -I/opt/pkg/include -DVERSION=0.5 -DHAVE_GMP=1 -DHAVE_PCAP=1 -I/opt/pkg/include  -c -o main.o main.c
main.c:58:3: warning: call to undeclared function 'stdin_finalize'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
                stdin_finalize();
                ^
main.c:61:3: warning: call to undeclared function 'sniff_finalize'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
                sniff_finalize();
                ^
main.c:178:3: warning: call to undeclared function 'file_get_value'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
                file_get_value(target,&one);
                ^
main.c:185:18: warning: call to undeclared function 'mem_get_value'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
                mpz_set_d(one, mem_get_value());
                               ^
main.c:199:17: warning: call to undeclared function 'stdin_get_value'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
                mpz_set_d(one,stdin_get_value());
                              ^
main.c:213:3: warning: call to undeclared function 'sniff_get_value'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
                sniff_get_value(&one);
                ^
6 warnings generated.
clang -pipe -Os -I/opt/pkg/include -DVERSION=0.5 -DHAVE_GMP=1 -DHAVE_PCAP=1 -I/opt/pkg/include  -c -o iface.o iface.c
clang -pipe -Os -I/opt/pkg/include -DVERSION=0.5 -DHAVE_GMP=1 -DHAVE_PCAP=1 -I/opt/pkg/include  -c -o file.o file.c
clang -pipe -Os -I/opt/pkg/include -DVERSION=0.5 -DHAVE_GMP=1 -DHAVE_PCAP=1 -I/opt/pkg/include  -c -o mem.o mem.c
mem.c:14:10: fatal error: 'kvm.h' file not found
#include <kvm.h>
         ^~~~~~~
1 error generated.
gmake[1]: *** [<builtin>: mem.o] Error 1
gmake[1]: Leaving directory '/Users/pbulk/build/sysutils/mesure/work/mesure-0.5/src'
gmake: *** [Makefile:12: all] Error 2
*** Error code 2

Stop.
bmake[1]: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/sysutils/mesure
*** Error code 1

Stop.
bmake: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/sysutils/mesure