+ case "${usergroup_phase}" in
+ local run_cmd
+ run_cmd=run_su
+ shift
+ run_su /opt/local/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/bspwm-0.9.10/work.log
+ su pbulk -c '"$@"' make /opt/local/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
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -std=c99 -pedantic -Wall -Wextra -DJSMN_STRICT -I/opt/local/include -I/usr/include -D_POSIX_C_SOURCE=200809L -DVERSION=\"0.9.10\"  -c -o bspwm.o src/bspwm.c
In file included from src/bspwm.c:48:
src/ewmh.h:30:8: error: unknown type name 'xcb_ewmh_connection_t'
   30 | 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]
  277 |  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
  363 |  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
  364 |                            ewmh->_NET_SUPPORTING_WM_CHECK,
      |                                ^~
src/bspwm.c:365:32: error: request for member '_NET_DESKTOP_NAMES' in something not a structure or union
  365 |                            ewmh->_NET_DESKTOP_NAMES,
      |                                ^~
src/bspwm.c:366:32: error: request for member '_NET_DESKTOP_VIEWPORT' in something not a structure or union
  366 |                            ewmh->_NET_DESKTOP_VIEWPORT,
      |                                ^~
src/bspwm.c:367:32: error: request for member '_NET_NUMBER_OF_DESKTOPS' in something not a structure or union
  367 |                            ewmh->_NET_NUMBER_OF_DESKTOPS,
      |                                ^~
src/bspwm.c:368:32: error: request for member '_NET_CURRENT_DESKTOP' in something not a structure or union
  368 |                            ewmh->_NET_CURRENT_DESKTOP,
      |                                ^~
src/bspwm.c:369:32: error: request for member '_NET_CLIENT_LIST' in something not a structure or union
  369 |                            ewmh->_NET_CLIENT_LIST,
      |                                ^~
src/bspwm.c:370:32: error: request for member '_NET_ACTIVE_WINDOW' in something not a structure or union
  370 |                            ewmh->_NET_ACTIVE_WINDOW,
      |                                ^~
src/bspwm.c:371:32: error: request for member '_NET_CLOSE_WINDOW' in something not a structure or union
  371 |                            ewmh->_NET_CLOSE_WINDOW,
      |                                ^~
src/bspwm.c:372:32: error: request for member '_NET_WM_STRUT_PARTIAL' in something not a structure or union
  372 |                            ewmh->_NET_WM_STRUT_PARTIAL,
      |                                ^~
src/bspwm.c:373:32: error: request for member '_NET_WM_DESKTOP' in something not a structure or union
  373 |                            ewmh->_NET_WM_DESKTOP,
      |                                ^~
src/bspwm.c:374:32: error: request for member '_NET_WM_STATE' in something not a structure or union
  374 |                            ewmh->_NET_WM_STATE,
      |                                ^~
src/bspwm.c:375:32: error: request for member '_NET_WM_STATE_HIDDEN' in something not a structure or union
  375 |                            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
  376 |                            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
  377 |                            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
  378 |                            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
  379 |                            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
  380 |                            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
  381 |                            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
  382 |                            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
  383 |                            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
  384 |                            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
  385 |                            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
  386 |                            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
  387 |                            ewmh->_NET_WM_WINDOW_TYPE_TOOLBAR};
      |                                ^~
src/bspwm.c:389:2: warning: implicit declaration of function 'xcb_ewmh_set_supported'; did you mean 'ewmh_set_supporting'? [-Wimplicit-function-declaration]
  389 |  xcb_ewmh_set_supported(ewmh, default_screen, LENGTH(net_atoms), net_atoms);
      |  ^~~~~~~~~~~~~~~~~~~~~~
      |  ewmh_set_supporting
gmake: *** [<builtin>: bspwm.o] Error 1
*** Error code 2

Stop.
bmake[1]: stopped in /data/jenkins/workspace/pkgsrc-trunk-x86_64/wm/bspwm
*** Error code 1

Stop.
bmake: stopped in /data/jenkins/workspace/pkgsrc-trunk-x86_64/wm/bspwm