+ case "${usergroup_phase}" in + local run_cmd + run_cmd=run_su + shift + run_su /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/bspwm-0.9.10/work.log + su pbulk -c '"$@"' make /opt/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 gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -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 gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -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 gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -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 gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -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 jsmn.o src/jsmn.c gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -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 settings.o src/settings.c gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -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 monitor.o src/monitor.c gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -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 desktop.o src/desktop.c gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -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 tree.o src/tree.c In file included from src/desktop.c:29: src/ewmh.h:30:8: error: unknown type name 'xcb_ewmh_connection_t' 30 | extern xcb_ewmh_connection_t *ewmh; | ^~~~~~~~~~~~~~~~~~~~~ In file included from src/tree.c:31: src/ewmh.h:30:8: error: unknown type name 'xcb_ewmh_connection_t' 30 | extern xcb_ewmh_connection_t *ewmh; | ^~~~~~~~~~~~~~~~~~~~~ In file included from src/monitor.c:32: src/ewmh.h:30:8: error: unknown type name 'xcb_ewmh_connection_t' 30 | extern xcb_ewmh_connection_t *ewmh; | ^~~~~~~~~~~~~~~~~~~~~ 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/tree.c: In function 'initialize_client': src/tree.c:723:85: error: request for member 'WM_PROTOCOLS' in something not a structure or union 723 | if (xcb_icccm_get_wm_protocols_reply(dpy, xcb_icccm_get_wm_protocols(dpy, win, ewmh->WM_PROTOCOLS), &protos, NULL) == 1) { | ^~ src/tree.c:733:2: error: unknown type name 'xcb_ewmh_get_atoms_reply_t'; did you mean 'xcb_intern_atom_reply_t'? 733 | xcb_ewmh_get_atoms_reply_t wm_state; | ^~~~~~~~~~~~~~~~~~~~~~~~~~ | xcb_intern_atom_reply_t gmake: *** [: desktop.o] Error 1 gmake: *** Waiting for unfinished jobs.... 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/tree.c:734:6: warning: implicit declaration of function 'xcb_ewmh_get_wm_state_reply'; did you mean 'xcb_icccm_get_wm_name_reply'? [-Wimplicit-function-declaration] 734 | if (xcb_ewmh_get_wm_state_reply(ewmh, xcb_ewmh_get_wm_state(ewmh, win), &wm_state, NULL) == 1) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ | xcb_icccm_get_wm_name_reply 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 src/tree.c:734:40: warning: implicit declaration of function 'xcb_ewmh_get_wm_state' [-Wimplicit-function-declaration] 734 | if (xcb_ewmh_get_wm_state_reply(ewmh, xcb_ewmh_get_wm_state(ewmh, win), &wm_state, NULL) == 1) { | ^~~~~~~~~~~~~~~~~~~~~ src/tree.c:735:40: error: request for member 'atoms_len' in something not a structure or union 735 | for (unsigned int i = 0; i < wm_state.atoms_len && i < MAX_WM_STATES; i++) { | ^ src/tree.c:737:16: error: request for member 'atoms' in something not a structure or union 737 | if (wm_state.atoms[i] == ewmh->_NET_WM_STATE_##s) { \ | ^ src/tree.c:740:4: note: in expansion of macro 'HANDLE_WM_STATE' 740 | HANDLE_WM_STATE(MODAL) | ^~~~~~~~~~~~~~~ src/tree.c:737:33: error: request for member '_NET_WM_STATE_MODAL' in something not a structure or union 737 | if (wm_state.atoms[i] == ewmh->_NET_WM_STATE_##s) { \ | ^~ src/tree.c:740:4: note: in expansion of macro 'HANDLE_WM_STATE' 740 | HANDLE_WM_STATE(MODAL) | ^~~~~~~~~~~~~~~ gmake: *** [: monitor.o] Error 1 src/tree.c:737:16: error: request for member 'atoms' in something not a structure or union 737 | if (wm_state.atoms[i] == ewmh->_NET_WM_STATE_##s) { \ | ^ src/tree.c:741:4: note: in expansion of macro 'HANDLE_WM_STATE' 741 | HANDLE_WM_STATE(STICKY) | ^~~~~~~~~~~~~~~ src/tree.c:737:33: error: request for member '_NET_WM_STATE_STICKY' in something not a structure or union 737 | if (wm_state.atoms[i] == ewmh->_NET_WM_STATE_##s) { \ | ^~ src/tree.c:741:4: note: in expansion of macro 'HANDLE_WM_STATE' 741 | HANDLE_WM_STATE(STICKY) | ^~~~~~~~~~~~~~~ src/tree.c:737:16: error: request for member 'atoms' in something not a structure or union 737 | if (wm_state.atoms[i] == ewmh->_NET_WM_STATE_##s) { \ | ^ src/tree.c:742:4: note: in expansion of macro 'HANDLE_WM_STATE' 742 | HANDLE_WM_STATE(MAXIMIZED_VERT) | ^~~~~~~~~~~~~~~ src/tree.c:737:33: error: request for member '_NET_WM_STATE_MAXIMIZED_VERT' in something not a structure or union 737 | if (wm_state.atoms[i] == ewmh->_NET_WM_STATE_##s) { \ | ^~ src/tree.c:742:4: note: in expansion of macro 'HANDLE_WM_STATE' 742 | HANDLE_WM_STATE(MAXIMIZED_VERT) | ^~~~~~~~~~~~~~~ src/tree.c:737:16: error: request for member 'atoms' in something not a structure or union 737 | if (wm_state.atoms[i] == ewmh->_NET_WM_STATE_##s) { \ | ^ src/tree.c:743:4: note: in expansion of macro 'HANDLE_WM_STATE' 743 | HANDLE_WM_STATE(MAXIMIZED_HORZ) | ^~~~~~~~~~~~~~~ src/tree.c:737:33: error: request for member '_NET_WM_STATE_MAXIMIZED_HORZ' in something not a structure or union 737 | if (wm_state.atoms[i] == ewmh->_NET_WM_STATE_##s) { \ | ^~ src/tree.c:743:4: note: in expansion of macro 'HANDLE_WM_STATE' 743 | HANDLE_WM_STATE(MAXIMIZED_HORZ) | ^~~~~~~~~~~~~~~ src/tree.c:737:16: error: request for member 'atoms' in something not a structure or union 737 | if (wm_state.atoms[i] == ewmh->_NET_WM_STATE_##s) { \ | ^ src/tree.c:744:4: note: in expansion of macro 'HANDLE_WM_STATE' 744 | HANDLE_WM_STATE(SHADED) | ^~~~~~~~~~~~~~~ src/tree.c:737:33: error: request for member '_NET_WM_STATE_SHADED' in something not a structure or union 737 | if (wm_state.atoms[i] == ewmh->_NET_WM_STATE_##s) { \ | ^~ src/tree.c:744:4: note: in expansion of macro 'HANDLE_WM_STATE' 744 | HANDLE_WM_STATE(SHADED) | ^~~~~~~~~~~~~~~ src/tree.c:737:16: error: request for member 'atoms' in something not a structure or union 737 | if (wm_state.atoms[i] == ewmh->_NET_WM_STATE_##s) { \ | ^ src/tree.c:745:4: note: in expansion of macro 'HANDLE_WM_STATE' 745 | HANDLE_WM_STATE(SKIP_TASKBAR) | ^~~~~~~~~~~~~~~ src/tree.c:737:33: error: request for member '_NET_WM_STATE_SKIP_TASKBAR' in something not a structure or union 737 | if (wm_state.atoms[i] == ewmh->_NET_WM_STATE_##s) { \ | ^~ src/tree.c:745:4: note: in expansion of macro 'HANDLE_WM_STATE' 745 | HANDLE_WM_STATE(SKIP_TASKBAR) | ^~~~~~~~~~~~~~~ src/tree.c:737:16: error: request for member 'atoms' in something not a structure or union 737 | if (wm_state.atoms[i] == ewmh->_NET_WM_STATE_##s) { \ | ^ src/tree.c:746:4: note: in expansion of macro 'HANDLE_WM_STATE' 746 | HANDLE_WM_STATE(SKIP_PAGER) | ^~~~~~~~~~~~~~~ src/tree.c:737:33: error: request for member '_NET_WM_STATE_SKIP_PAGER' in something not a structure or union 737 | if (wm_state.atoms[i] == ewmh->_NET_WM_STATE_##s) { \ | ^~ src/tree.c:746:4: note: in expansion of macro 'HANDLE_WM_STATE' 746 | HANDLE_WM_STATE(SKIP_PAGER) | ^~~~~~~~~~~~~~~ src/tree.c:737:16: error: request for member 'atoms' in something not a structure or union 737 | if (wm_state.atoms[i] == ewmh->_NET_WM_STATE_##s) { \ | ^ src/tree.c:747:4: note: in expansion of macro 'HANDLE_WM_STATE' 747 | HANDLE_WM_STATE(HIDDEN) | ^~~~~~~~~~~~~~~ src/tree.c:737:33: error: request for member '_NET_WM_STATE_HIDDEN' in something not a structure or union 737 | if (wm_state.atoms[i] == ewmh->_NET_WM_STATE_##s) { \ | ^~ src/tree.c:747:4: note: in expansion of macro 'HANDLE_WM_STATE' 747 | HANDLE_WM_STATE(HIDDEN) | ^~~~~~~~~~~~~~~ src/tree.c:737:16: error: request for member 'atoms' in something not a structure or union 737 | if (wm_state.atoms[i] == ewmh->_NET_WM_STATE_##s) { \ | ^ src/tree.c:748:4: note: in expansion of macro 'HANDLE_WM_STATE' 748 | HANDLE_WM_STATE(FULLSCREEN) | ^~~~~~~~~~~~~~~ src/tree.c:737:33: error: request for member '_NET_WM_STATE_FULLSCREEN' in something not a structure or union 737 | if (wm_state.atoms[i] == ewmh->_NET_WM_STATE_##s) { \ | ^~ src/tree.c:748:4: note: in expansion of macro 'HANDLE_WM_STATE' 748 | HANDLE_WM_STATE(FULLSCREEN) | ^~~~~~~~~~~~~~~ src/tree.c:737:16: error: request for member 'atoms' in something not a structure or union 737 | if (wm_state.atoms[i] == ewmh->_NET_WM_STATE_##s) { \ | ^ src/tree.c:749:4: note: in expansion of macro 'HANDLE_WM_STATE' 749 | HANDLE_WM_STATE(ABOVE) | ^~~~~~~~~~~~~~~ src/tree.c:737:33: error: request for member '_NET_WM_STATE_ABOVE' in something not a structure or union 737 | if (wm_state.atoms[i] == ewmh->_NET_WM_STATE_##s) { \ | ^~ src/tree.c:749:4: note: in expansion of macro 'HANDLE_WM_STATE' 749 | HANDLE_WM_STATE(ABOVE) | ^~~~~~~~~~~~~~~ src/tree.c:737:16: error: request for member 'atoms' in something not a structure or union 737 | if (wm_state.atoms[i] == ewmh->_NET_WM_STATE_##s) { \ | ^ src/tree.c:750:4: note: in expansion of macro 'HANDLE_WM_STATE' 750 | HANDLE_WM_STATE(BELOW) | ^~~~~~~~~~~~~~~ src/tree.c:737:33: error: request for member '_NET_WM_STATE_BELOW' in something not a structure or union 737 | if (wm_state.atoms[i] == ewmh->_NET_WM_STATE_##s) { \ | ^~ src/tree.c:750:4: note: in expansion of macro 'HANDLE_WM_STATE' 750 | HANDLE_WM_STATE(BELOW) | ^~~~~~~~~~~~~~~ src/tree.c:737:16: error: request for member 'atoms' in something not a structure or union 737 | if (wm_state.atoms[i] == ewmh->_NET_WM_STATE_##s) { \ | ^ src/tree.c:751:4: note: in expansion of macro 'HANDLE_WM_STATE' 751 | HANDLE_WM_STATE(DEMANDS_ATTENTION) | ^~~~~~~~~~~~~~~ src/tree.c:737:33: error: request for member '_NET_WM_STATE_DEMANDS_ATTENTION' in something not a structure or union 737 | if (wm_state.atoms[i] == ewmh->_NET_WM_STATE_##s) { \ | ^~ src/tree.c:751:4: note: in expansion of macro 'HANDLE_WM_STATE' 751 | HANDLE_WM_STATE(DEMANDS_ATTENTION) | ^~~~~~~~~~~~~~~ src/tree.c:754:3: warning: implicit declaration of function 'xcb_ewmh_get_atoms_reply_wipe' [-Wimplicit-function-declaration] 754 | xcb_ewmh_get_atoms_reply_wipe(&wm_state); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/tree.c: In function 'close_node': src/tree.c:1357:35: error: request for member 'WM_PROTOCOLS' in something not a structure or union 1357 | send_client_message(n->id, ewmh->WM_PROTOCOLS, WM_DELETE_WINDOW); | ^~ gmake: *** [: bspwm.o] Error 1 gmake: *** [: tree.o] Error 1 *** Error code 2 Stop. bmake[1]: stopped in /data/jenkins/workspace/pkgsrc-upstream-bulktest/wm/bspwm *** Error code 1 Stop. bmake: stopped in /data/jenkins/workspace/pkgsrc-upstream-bulktest/wm/bspwm