=> Bootstrap dependency digest>=20211023: found digest-20220214 ===> Building for bspwm-0.9.10 => Fixing makefile clang -pipe -Os -I/opt/pkg/include -std=c99 -pedantic -Wall -Wextra -DJSMN_STRICT -I/opt/pkg/include -D_POSIX_C_SOURCE=200809L -DVERSION=\"0.9.10\" -c -o bspwm.o src/bspwm.c clang -pipe -Os -I/opt/pkg/include -std=c99 -pedantic -Wall -Wextra -DJSMN_STRICT -I/opt/pkg/include -D_POSIX_C_SOURCE=200809L -DVERSION=\"0.9.10\" -c -o helpers.o src/helpers.c clang -pipe -Os -I/opt/pkg/include -std=c99 -pedantic -Wall -Wextra -DJSMN_STRICT -I/opt/pkg/include -D_POSIX_C_SOURCE=200809L -DVERSION=\"0.9.10\" -c -o geometry.o src/geometry.c In file included from src/bspwm.c:48: src/ewmh.h:30:8: error: unknown type name 'xcb_ewmh_connection_t' extern xcb_ewmh_connection_t *ewmh; ^ src/bspwm.c:277:2: warning: implicit declaration of function 'xcb_ewmh_connection_wipe' is invalid in C99 [-Wimplicit-function-declaration] xcb_ewmh_connection_wipe(ewmh); ^ src/bspwm.c:389:2: warning: implicit declaration of function 'xcb_ewmh_set_supported' is invalid in C99 [-Wimplicit-function-declaration] xcb_ewmh_set_supported(ewmh, default_screen, LENGTH(net_atoms), net_atoms); ^ src/bspwm.c:389:47: error: invalid application of 'sizeof' to an incomplete type 'xcb_atom_t[]' xcb_ewmh_set_supported(ewmh, default_screen, LENGTH(net_atoms), net_atoms); ^~~~~~~~~~~~~~~~~ src/helpers.h:35:34: note: expanded from macro 'LENGTH' #define LENGTH(x) (sizeof(x) / sizeof(*x)) ^~~ src/bspwm.c:455:3: warning: implicit declaration of function 'xcb_ewmh_connection_wipe' is invalid in C99 [-Wimplicit-function-declaration] xcb_ewmh_connection_wipe(ewmh); ^ 3 warnings and 2 errors generated. gmake: *** [: bspwm.o] Error 1 gmake: *** Waiting for unfinished jobs.... *** Error code 2 Stop. bmake[1]: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos11-trunk-arm64/wm/bspwm *** Error code 1 Stop. bmake: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos11-trunk-arm64/wm/bspwm