+ case "${usergroup_phase}" in + local run_cmd + run_cmd=run_su + shift + run_su /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/xdo-0.5.7/work.log + su pbulk -c '"$@"' make /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/xdo-0.5.7/work.log => Bootstrap dependency digest>=20211023: found digest-20220214 ===> Building for xdo-0.5.7 cc -pipe -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -std=c99 -pedantic -Wall -Wextra -I/usr/pkg/include -D_POSIX_C_SOURCE=200809L -DVERSION=\"0.5.7\" -c -o xdo.o xdo.c cc -pipe -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -std=c99 -pedantic -Wall -Wextra -I/usr/pkg/include -D_POSIX_C_SOURCE=200809L -DVERSION=\"0.5.7\" -c -o helpers.o helpers.c In file included from xdo.c:14:0: xdo.h:37:1: error: unknown type name 'xcb_ewmh_connection_t' xcb_ewmh_connection_t *ewmh; ^ xdo.c: In function 'setup': xdo.c:290:23: error: 'xcb_ewmh_connection_t' undeclared (first use in this function) ewmh = malloc(sizeof(xcb_ewmh_connection_t)); ^ xdo.c:290:23: note: each undeclared identifier is reported only once for each function it appears in xdo.c:291:2: warning: implicit declaration of function 'xcb_ewmh_init_atoms_replies' [-Wimplicit-function-declaration] if (xcb_ewmh_init_atoms_replies(ewmh, xcb_ewmh_init_atoms(dpy, ewmh), NULL) == 0) { ^ xdo.c:291:2: warning: implicit declaration of function 'xcb_ewmh_init_atoms' [-Wimplicit-function-declaration] xdo.c: In function 'finish': xdo.c:299:2: warning: implicit declaration of function 'xcb_ewmh_connection_wipe' [-Wimplicit-function-declaration] xcb_ewmh_connection_wipe(ewmh); ^ xdo.c: In function 'get_active_window': xdo.c:313:2: warning: implicit declaration of function 'xcb_ewmh_get_active_window_reply' [-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:2: warning: implicit declaration of function 'xcb_ewmh_get_active_window' [-Wimplicit-function-declaration] xdo.c: In function 'get_pid': xdo.c:353:2: warning: implicit declaration of function 'xcb_ewmh_get_wm_pid_reply' [-Wimplicit-function-declaration] return (xcb_ewmh_get_wm_pid_reply(ewmh, xcb_ewmh_get_wm_pid(ewmh, win), pid, NULL) == 1); ^ xdo.c:353:2: warning: implicit declaration of function 'xcb_ewmh_get_wm_pid' [-Wimplicit-function-declaration] xdo.c: In function 'get_desktop': xdo.c:358:2: warning: implicit declaration of function 'xcb_ewmh_get_wm_desktop_reply' [-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:2: warning: implicit declaration of function 'xcb_ewmh_get_wm_desktop' [-Wimplicit-function-declaration] xdo.c: In function 'get_current_desktop': xdo.c:363:2: warning: implicit declaration of function 'xcb_ewmh_get_current_desktop_reply' [-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:2: warning: implicit declaration of function 'xcb_ewmh_get_current_desktop' [-Wimplicit-function-declaration] xdo.c: In function 'window_close': xdo.c:368:2: warning: implicit declaration of function 'xcb_ewmh_request_close_window' [-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: 'XCB_EWMH_CLIENT_SOURCE_TYPE_OTHER' undeclared (first use in this function) xcb_ewmh_request_close_window(ewmh, default_screen, win, XCB_CURRENT_TIME, XCB_EWMH_CLIENT_SOURCE_TYPE_OTHER); ^ xdo.c: In function 'window_activate': xdo.c:457:2: warning: implicit declaration of function 'xcb_ewmh_request_change_active_window' [-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: 'XCB_EWMH_CLIENT_SOURCE_TYPE_OTHER' undeclared (first use in this function) xcb_ewmh_request_change_active_window(ewmh, default_screen, win, XCB_EWMH_CLIENT_SOURCE_TYPE_OTHER, XCB_CURRENT_TIME, XCB_NONE); ^ make: *** [xdo.o] Error 1 *** Error code 2 Stop. bmake[1]: stopped in /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/x11/xdo *** Error code 1 Stop. bmake: stopped in /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/x11/xdo