+ 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/bspwm-0.9.10/work.log + su pbulk -c '"$@"' make /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/bspwm-0.9.10/work.log => Bootstrap dependency digest>=20211023: found digest-20220214 ===> Building for bspwm-0.9.10 => Fixing makefile cc -pipe -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -std=c99 -pedantic -Wall -Wextra -DJSMN_STRICT -I/usr/pkg/include -D_POSIX_C_SOURCE=200809L -DVERSION=\"0.9.10\" -c -o bspwm.o src/bspwm.c cc -pipe -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -std=c99 -pedantic -Wall -Wextra -DJSMN_STRICT -I/usr/pkg/include -D_POSIX_C_SOURCE=200809L -DVERSION=\"0.9.10\" -c -o helpers.o src/helpers.c In file included from src/bspwm.c:48:0: src/ewmh.h:30:1: error: unknown type name 'xcb_ewmh_connection_t' extern xcb_ewmh_connection_t *ewmh; ^ src/bspwm.c: In function 'main': src/bspwm.c:277:2: warning: implicit declaration of function 'xcb_ewmh_connection_wipe' [-Wimplicit-function-declaration] xcb_ewmh_connection_wipe(ewmh); ^ src/bspwm.c: In function 'setup': src/bspwm.c:363:32: error: request for member '_NET_SUPPORTED' in something not a structure or union xcb_atom_t net_atoms[] = {ewmh->_NET_SUPPORTED, ^ src/bspwm.c:364:32: error: request for member '_NET_SUPPORTING_WM_CHECK' in something not a structure or union ewmh->_NET_SUPPORTING_WM_CHECK, ^ src/bspwm.c:365:32: error: request for member '_NET_DESKTOP_NAMES' in something not a structure or union ewmh->_NET_DESKTOP_NAMES, ^ src/bspwm.c:366:32: error: request for member '_NET_DESKTOP_VIEWPORT' in something not a structure or union ewmh->_NET_DESKTOP_VIEWPORT, ^ src/bspwm.c:367:32: error: request for member '_NET_NUMBER_OF_DESKTOPS' in something not a structure or union ewmh->_NET_NUMBER_OF_DESKTOPS, ^ src/bspwm.c:368:32: error: request for member '_NET_CURRENT_DESKTOP' in something not a structure or union ewmh->_NET_CURRENT_DESKTOP, ^ src/bspwm.c:369:32: error: request for member '_NET_CLIENT_LIST' in something not a structure or union ewmh->_NET_CLIENT_LIST, ^ src/bspwm.c:370:32: error: request for member '_NET_ACTIVE_WINDOW' in something not a structure or union ewmh->_NET_ACTIVE_WINDOW, ^ src/bspwm.c:371:32: error: request for member '_NET_CLOSE_WINDOW' in something not a structure or union ewmh->_NET_CLOSE_WINDOW, ^ src/bspwm.c:372:32: error: request for member '_NET_WM_STRUT_PARTIAL' in something not a structure or union ewmh->_NET_WM_STRUT_PARTIAL, ^ src/bspwm.c:373:32: error: request for member '_NET_WM_DESKTOP' in something not a structure or union ewmh->_NET_WM_DESKTOP, ^ src/bspwm.c:374:32: error: request for member '_NET_WM_STATE' in something not a structure or union ewmh->_NET_WM_STATE, ^ src/bspwm.c:375:32: error: request for member '_NET_WM_STATE_HIDDEN' in something not a structure or union ewmh->_NET_WM_STATE_HIDDEN, ^ src/bspwm.c:376:32: error: request for member '_NET_WM_STATE_FULLSCREEN' in something not a structure or union ewmh->_NET_WM_STATE_FULLSCREEN, ^ src/bspwm.c:377:32: error: request for member '_NET_WM_STATE_BELOW' in something not a structure or union ewmh->_NET_WM_STATE_BELOW, ^ src/bspwm.c:378:32: error: request for member '_NET_WM_STATE_ABOVE' in something not a structure or union ewmh->_NET_WM_STATE_ABOVE, ^ src/bspwm.c:379:32: error: request for member '_NET_WM_STATE_STICKY' in something not a structure or union ewmh->_NET_WM_STATE_STICKY, ^ src/bspwm.c:380:32: error: request for member '_NET_WM_STATE_DEMANDS_ATTENTION' in something not a structure or union ewmh->_NET_WM_STATE_DEMANDS_ATTENTION, ^ src/bspwm.c:381:32: error: request for member '_NET_WM_WINDOW_TYPE' in something not a structure or union ewmh->_NET_WM_WINDOW_TYPE, ^ src/bspwm.c:382:32: error: request for member '_NET_WM_WINDOW_TYPE_DOCK' in something not a structure or union ewmh->_NET_WM_WINDOW_TYPE_DOCK, ^ src/bspwm.c:383:32: error: request for member '_NET_WM_WINDOW_TYPE_DESKTOP' in something not a structure or union ewmh->_NET_WM_WINDOW_TYPE_DESKTOP, ^ src/bspwm.c:384:32: error: request for member '_NET_WM_WINDOW_TYPE_NOTIFICATION' in something not a structure or union ewmh->_NET_WM_WINDOW_TYPE_NOTIFICATION, ^ src/bspwm.c:385:32: error: request for member '_NET_WM_WINDOW_TYPE_DIALOG' in something not a structure or union ewmh->_NET_WM_WINDOW_TYPE_DIALOG, ^ src/bspwm.c:386:32: error: request for member '_NET_WM_WINDOW_TYPE_UTILITY' in something not a structure or union ewmh->_NET_WM_WINDOW_TYPE_UTILITY, ^ src/bspwm.c:387:32: error: request for member '_NET_WM_WINDOW_TYPE_TOOLBAR' in something not a structure or union ewmh->_NET_WM_WINDOW_TYPE_TOOLBAR}; ^ src/bspwm.c:389:2: warning: implicit declaration of function 'xcb_ewmh_set_supported' [-Wimplicit-function-declaration] xcb_ewmh_set_supported(ewmh, default_screen, LENGTH(net_atoms), net_atoms); ^ make: *** [bspwm.o] Error 1 make: *** Waiting for unfinished jobs.... *** Error code 2 Stop. bmake[1]: stopped in /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/wm/bspwm *** Error code 1 Stop. bmake: stopped in /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/wm/bspwm