=> Bootstrap dependency digest>=20211023: found digest-20220214
===> Building for gkrellm-server-2.2.10nb7
for subdir in server; do						\
cd $subdir && 								\
/opt/pkg/bin/gmake build MODULE=$subdir GTOP= || exit 1;	\
cd ..;									\
done
gmake[1]: Entering directory '/Users/pbulk/build/sysutils/gkrellm-server/work/gkrellm-2.2.10/server'
Package gtk+-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gtk+-2.0.pc'
to the PKG_CONFIG_PATH environment variable
Package 'gtk+-2.0' not found
Package gtk+-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gtk+-2.0.pc'
to the PKG_CONFIG_PATH environment variable
Package 'gtk+-2.0' not found
clang -pipe -Os -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include   -Wall -I.. `/Users/pbulk/build/sysutils/gkrellm-server/work/.tools/bin/pkg-config --cflags glib-2.0 gthread-2.0`   -DHAVE_GETADDRINFO -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include  -c -o main.o main.c
main.c:848:6: warning: 'daemon' is deprecated: first deprecated in macOS 10.5 - Use posix_spawn APIs instead. [-Wdeprecated-declarations]
        if (daemon(0, 0))
            ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/stdlib.h:294:6: note: 'daemon' has been explicitly marked deprecated here
int      daemon(int, int) __DARWIN_1050(daemon) __OSX_AVAILABLE_BUT_DEPRECATED_MSG(__MAC_10_0, __MAC_10_5, __IPHONE_2_0, __IPHONE_2_0, "Use posix_spawn APIs instead.") __WATCHOS_PROHIBITED __TVOS_PROHIBITED;
         ^
main.c:974:2: warning: 'g_thread_init' is deprecated [-Wdeprecated-declarations]
        g_thread_init(NULL);
        ^
/Users/pbulk/build/sysutils/gkrellm-server/work/.buildlink/include/glib-2.0/glib/deprecated/gthread.h:270:1: note: 'g_thread_init' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32
^
/Users/pbulk/build/sysutils/gkrellm-server/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:139:33: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32'
#define GLIB_DEPRECATED_IN_2_32 GLIB_DEPRECATED
                                ^
/Users/pbulk/build/sysutils/gkrellm-server/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED'
#define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN
                        ^
/Users/pbulk/build/sysutils/gkrellm-server/work/.buildlink/include/glib-2.0/glib/gmacros.h:1263:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
main.c:1073:7: warning: passing 'int *' to parameter of type 'socklen_t *' (aka 'unsigned int *') converts between pointers to integer types with different sign [-Wpointer-sign]
                                                (socklen_t *) (void *)&addr_len);
                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/sys/socket.h:704:73: note: passing argument to parameter here
int     accept(int, struct sockaddr * __restrict, socklen_t * __restrict)
                                                                        ^
3 warnings generated.
clang -pipe -Os -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include   -Wall -I.. `/Users/pbulk/build/sysutils/gkrellm-server/work/.tools/bin/pkg-config --cflags glib-2.0 gthread-2.0`   -DHAVE_GETADDRINFO -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include  -c -o monitor.o monitor.c
monitor.c:1495:4: warning: 'g_thread_create' is deprecated: Use 'g_thread_new' instead [-Wdeprecated-declarations]
                        g_thread_create(get_fsusage_thread, m, FALSE, NULL);
                        ^
/Users/pbulk/build/sysutils/gkrellm-server/work/.buildlink/include/glib-2.0/glib/deprecated/gthread.h:101:1: note: 'g_thread_create' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(g_thread_new)
^
/Users/pbulk/build/sysutils/gkrellm-server/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:140:40: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
#define GLIB_DEPRECATED_IN_2_32_FOR(f) GLIB_DEPRECATED_FOR (f)
                                       ^
/Users/pbulk/build/sysutils/gkrellm-server/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:31:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/Users/pbulk/build/sysutils/gkrellm-server/work/.buildlink/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
                                           ^
monitor.c:1830:2: warning: 'g_thread_create' is deprecated: Use 'g_thread_new' instead [-Wdeprecated-declarations]
        g_thread_create(read_sensors, NULL, FALSE, NULL);
        ^
/Users/pbulk/build/sysutils/gkrellm-server/work/.buildlink/include/glib-2.0/glib/deprecated/gthread.h:101:1: note: 'g_thread_create' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(g_thread_new)
^
/Users/pbulk/build/sysutils/gkrellm-server/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:140:40: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
#define GLIB_DEPRECATED_IN_2_32_FOR(f) GLIB_DEPRECATED_FOR (f)
                                       ^
/Users/pbulk/build/sysutils/gkrellm-server/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:31:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/Users/pbulk/build/sysutils/gkrellm-server/work/.buildlink/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
                                           ^
2 warnings generated.
clang -pipe -Os -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include   -Wall -I.. `/Users/pbulk/build/sysutils/gkrellm-server/work/.tools/bin/pkg-config --cflags glib-2.0 gthread-2.0`   -DHAVE_GETADDRINFO -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include  -c -o mail.o mail.c
mail.c:541:23: 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]
                        (*mbox->check_func)(mbox);
                                           ^
1 warning generated.
clang -pipe -Os -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include   -Wall -I.. `/Users/pbulk/build/sysutils/gkrellm-server/work/.tools/bin/pkg-config --cflags glib-2.0 gthread-2.0`   -DHAVE_GETADDRINFO -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include  -c -o plugins.o plugins.c
clang -pipe -Os -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include   -Wall -I.. `/Users/pbulk/build/sysutils/gkrellm-server/work/.tools/bin/pkg-config --cflags glib-2.0 gthread-2.0`   -DHAVE_GETADDRINFO -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include  -c -o glib.o glib.c
clang -pipe -Os -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include   -Wall -I.. `/Users/pbulk/build/sysutils/gkrellm-server/work/.tools/bin/pkg-config --cflags glib-2.0 gthread-2.0`   -DHAVE_GETADDRINFO -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include  -c -o utils.o utils.c
clang -pipe -Os -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include   -Wall -I.. `/Users/pbulk/build/sysutils/gkrellm-server/work/.tools/bin/pkg-config --cflags glib-2.0 gthread-2.0`   -DHAVE_GETADDRINFO -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include  -c -o sysdeps-unix.o sysdeps-unix.c
In file included from sysdeps-unix.c:33:
./../src/sysdeps/darwin.c:24:10: fatal error: 'kvm.h' file not found
#include <kvm.h>
         ^~~~~~~
1 error generated.
gmake[1]: *** [<builtin>: sysdeps-unix.o] Error 1
gmake[1]: Leaving directory '/Users/pbulk/build/sysutils/gkrellm-server/work/gkrellm-2.2.10/server'
gmake: *** [Makefile:23: build-rec] Error 1
*** Error code 2

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

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