=> Bootstrap dependency digest>=20211023: found digest-20220214 ===> Building for xdo-0.5.7 clang -pipe -Os -I/opt/pkg/include -std=c99 -pedantic -Wall -Wextra -I/opt/pkg/include -D_POSIX_C_SOURCE=200809L -DVERSION=\"0.5.7\" -c -o xdo.o xdo.c clang -pipe -Os -I/opt/pkg/include -std=c99 -pedantic -Wall -Wextra -I/opt/pkg/include -D_POSIX_C_SOURCE=200809L -DVERSION=\"0.5.7\" -c -o helpers.o helpers.c In file included from xdo.c:14: ./xdo.h:37:1: error: unknown type name 'xcb_ewmh_connection_t'; did you mean 'xcb_connection_t'? xcb_ewmh_connection_t *ewmh; ^~~~~~~~~~~~~~~~~~~~~ xcb_connection_t /Users/pbulk/build/x11/xdo/work/.buildlink/include/xcb/xcb.h:108:33: note: 'xcb_connection_t' declared here typedef struct xcb_connection_t xcb_connection_t; /**< Opaque structure containing all data that XCB needs to communicate with an X server. */ ^ xdo.c:290:23: error: use of undeclared identifier 'xcb_ewmh_connection_t' ewmh = malloc(sizeof(xcb_ewmh_connection_t)); ^ xdo.c:291:6: warning: implicit declaration of function 'xcb_ewmh_init_atoms_replies' is invalid in C99 [-Wimplicit-function-declaration] if (xcb_ewmh_init_atoms_replies(ewmh, xcb_ewmh_init_atoms(dpy, ewmh), NULL) == 0) { ^ xdo.c:291:40: warning: implicit declaration of function 'xcb_ewmh_init_atoms' is invalid in C99 [-Wimplicit-function-declaration] if (xcb_ewmh_init_atoms_replies(ewmh, xcb_ewmh_init_atoms(dpy, ewmh), NULL) == 0) { ^ xdo.c:299:2: warning: implicit declaration of function 'xcb_ewmh_connection_wipe' is invalid in C99 [-Wimplicit-function-declaration] xcb_ewmh_connection_wipe(ewmh); ^ xdo.c:313:6: warning: implicit declaration of function 'xcb_ewmh_get_active_window_reply' is invalid in C99 [-Wimplicit-function-declaration] if (xcb_ewmh_get_active_window_reply(ewmh, xcb_ewmh_get_active_window(ewmh, default_screen), win, NULL) != 1) { ^ xdo.c:313:45: warning: implicit declaration of function 'xcb_ewmh_get_active_window' is invalid in C99 [-Wimplicit-function-declaration] if (xcb_ewmh_get_active_window_reply(ewmh, xcb_ewmh_get_active_window(ewmh, default_screen), win, NULL) != 1) { ^ xdo.c:353:10: warning: implicit declaration of function 'xcb_ewmh_get_wm_pid_reply' is invalid in C99 [-Wimplicit-function-declaration] return (xcb_ewmh_get_wm_pid_reply(ewmh, xcb_ewmh_get_wm_pid(ewmh, win), pid, NULL) == 1); ^ xdo.c:353:42: warning: implicit declaration of function 'xcb_ewmh_get_wm_pid' is invalid in C99 [-Wimplicit-function-declaration] return (xcb_ewmh_get_wm_pid_reply(ewmh, xcb_ewmh_get_wm_pid(ewmh, win), pid, NULL) == 1); ^ xdo.c:358:10: warning: implicit declaration of function 'xcb_ewmh_get_wm_desktop_reply' is invalid in C99 [-Wimplicit-function-declaration] return (xcb_ewmh_get_wm_desktop_reply(ewmh, xcb_ewmh_get_wm_desktop(ewmh, win), desktop, NULL) == 1 && (*desktop != ALL_DESKS || cfg.symb_desks)); ^ xdo.c:358:46: warning: implicit declaration of function 'xcb_ewmh_get_wm_desktop' is invalid in C99 [-Wimplicit-function-declaration] return (xcb_ewmh_get_wm_desktop_reply(ewmh, xcb_ewmh_get_wm_desktop(ewmh, win), desktop, NULL) == 1 && (*desktop != ALL_DESKS || cfg.symb_desks)); ^ xdo.c:363:10: warning: implicit declaration of function 'xcb_ewmh_get_current_desktop_reply' is invalid in C99 [-Wimplicit-function-declaration] return (xcb_ewmh_get_current_desktop_reply(ewmh, xcb_ewmh_get_current_desktop(ewmh, default_screen), desktop, NULL) == 1); ^ xdo.c:363:51: warning: implicit declaration of function 'xcb_ewmh_get_current_desktop' is invalid in C99 [-Wimplicit-function-declaration] return (xcb_ewmh_get_current_desktop_reply(ewmh, xcb_ewmh_get_current_desktop(ewmh, default_screen), desktop, NULL) == 1); ^ xdo.c:368:2: warning: implicit declaration of function 'xcb_ewmh_request_close_window' is invalid in C99 [-Wimplicit-function-declaration] xcb_ewmh_request_close_window(ewmh, default_screen, win, XCB_CURRENT_TIME, XCB_EWMH_CLIENT_SOURCE_TYPE_OTHER); ^ xdo.c:368:77: error: use of undeclared identifier 'XCB_EWMH_CLIENT_SOURCE_TYPE_OTHER' xcb_ewmh_request_close_window(ewmh, default_screen, win, XCB_CURRENT_TIME, XCB_EWMH_CLIENT_SOURCE_TYPE_OTHER); ^ xdo.c:457:2: warning: implicit declaration of function 'xcb_ewmh_request_change_active_window' is invalid in C99 [-Wimplicit-function-declaration] xcb_ewmh_request_change_active_window(ewmh, default_screen, win, XCB_EWMH_CLIENT_SOURCE_TYPE_OTHER, XCB_CURRENT_TIME, XCB_NONE); ^ xdo.c:457:67: error: use of undeclared identifier 'XCB_EWMH_CLIENT_SOURCE_TYPE_OTHER' xcb_ewmh_request_change_active_window(ewmh, default_screen, win, XCB_EWMH_CLIENT_SOURCE_TYPE_OTHER, XCB_CURRENT_TIME, XCB_NONE); ^ 13 warnings and 4 errors generated. gmake: *** [<builtin>: xdo.o] Error 1 gmake: *** Waiting for unfinished jobs.... *** Error code 2 Stop. bmake[1]: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos11-trunk-arm64/x11/xdo *** Error code 1 Stop. bmake: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos11-trunk-arm64/x11/xdo