=> Bootstrap dependency digest>=20211023: found digest-20220214 ===> Skipping vulnerability checks. WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'. ===> Building for xdo-0.5.7 gcc -O2 -D_XOPEN_SOURCE=700 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -std=c99 -pedantic -Wall -Wextra -I/usr/pkg/include -I/usr/X11R7/include -D_POSIX_C_SOURCE=200809L -DVERSION=\"0.5.7\" -c -o xdo.o xdo.c gcc -O2 -D_XOPEN_SOURCE=700 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -std=c99 -pedantic -Wall -Wextra -I/usr/pkg/include -I/usr/X11R7/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'; did you mean 'xcb_connection_t'? xcb_ewmh_connection_t *ewmh; ^~~~~~~~~~~~~~~~~~~~~ xcb_connection_t xdo.c: In function 'setup': xdo.c:290:23: error: 'xcb_ewmh_connection_t' undeclared (first use in this function); did you mean 'xcb_connection_t'? ewmh = malloc(sizeof(xcb_ewmh_connection_t)); ^~~~~~~~~~~~~~~~~~~~~ xcb_connection_t xdo.c:290:23: note: each undeclared identifier is reported only once for each function it appears in xdo.c:291:6: warning: implicit declaration of function 'xcb_ewmh_init_atoms_replies'; did you mean 'xcb_intern_atom_reply'? [-Wimplicit-function-declaration] if (xcb_ewmh_init_atoms_replies(ewmh, xcb_ewmh_init_atoms(dpy, ewmh), NULL) == 0) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~ xcb_intern_atom_reply xdo.c:291:40: warning: implicit declaration of function 'xcb_ewmh_init_atoms'; did you mean 'xcb_intern_atom'? [-Wimplicit-function-declaration] if (xcb_ewmh_init_atoms_replies(ewmh, xcb_ewmh_init_atoms(dpy, ewmh), NULL) == 0) { ^~~~~~~~~~~~~~~~~~~ xcb_intern_atom xdo.c: In function 'finish': xdo.c:299:2: warning: implicit declaration of function 'xcb_ewmh_connection_wipe'; did you mean 'xcb_connect_to_fd'? [-Wimplicit-function-declaration] xcb_ewmh_connection_wipe(ewmh); ^~~~~~~~~~~~~~~~~~~~~~~~ xcb_connect_to_fd xdo.c: In function 'get_active_window': xdo.c:313:6: warning: implicit declaration of function 'xcb_ewmh_get_active_window_reply'; did you mean 'xcb_test_get_version_reply'? [-Wimplicit-function-declaration] if (xcb_ewmh_get_active_window_reply(ewmh, xcb_ewmh_get_active_window(ewmh, default_screen), win, NULL) != 1) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ xcb_test_get_version_reply xdo.c:313:45: warning: implicit declaration of function 'xcb_ewmh_get_active_window'; did you mean 'get_active_window'? [-Wimplicit-function-declaration] if (xcb_ewmh_get_active_window_reply(ewmh, xcb_ewmh_get_active_window(ewmh, default_screen), win, NULL) != 1) { ^~~~~~~~~~~~~~~~~~~~~~~~~~ get_active_window xdo.c: In function 'get_pid': xdo.c:353:10: warning: implicit declaration of function 'xcb_ewmh_get_wm_pid_reply'; did you mean 'xcb_icccm_get_wm_hints_reply'? [-Wimplicit-function-declaration] return (xcb_ewmh_get_wm_pid_reply(ewmh, xcb_ewmh_get_wm_pid(ewmh, win), pid, NULL) == 1); ^~~~~~~~~~~~~~~~~~~~~~~~~ xcb_icccm_get_wm_hints_reply xdo.c:353:42: warning: implicit declaration of function 'xcb_ewmh_get_wm_pid'; did you mean 'xcb_aux_get_depth'? [-Wimplicit-function-declaration] return (xcb_ewmh_get_wm_pid_reply(ewmh, xcb_ewmh_get_wm_pid(ewmh, win), pid, NULL) == 1); ^~~~~~~~~~~~~~~~~~~ xcb_aux_get_depth xdo.c: In function 'get_desktop': xdo.c:358:10: warning: implicit declaration of function 'xcb_ewmh_get_wm_desktop_reply'; did you mean 'xcb_icccm_get_wm_hints_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)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ xcb_icccm_get_wm_hints_reply xdo.c:358:46: warning: implicit declaration of function 'xcb_ewmh_get_wm_desktop'; did you mean 'xcb_aux_get_depth'? [-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)); ^~~~~~~~~~~~~~~~~~~~~~~ xcb_aux_get_depth xdo.c: In function 'get_current_desktop': xdo.c:363:10: warning: implicit declaration of function 'xcb_ewmh_get_current_desktop_reply'; did you mean 'get_current_desktop'? [-Wimplicit-function-declaration] return (xcb_ewmh_get_current_desktop_reply(ewmh, xcb_ewmh_get_current_desktop(ewmh, default_screen), desktop, NULL) == 1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ get_current_desktop xdo.c:363:51: warning: implicit declaration of function 'xcb_ewmh_get_current_desktop'; did you mean 'get_current_desktop'? [-Wimplicit-function-declaration] return (xcb_ewmh_get_current_desktop_reply(ewmh, xcb_ewmh_get_current_desktop(ewmh, default_screen), desktop, NULL) == 1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ get_current_desktop xdo.c: In function 'window_close': xdo.c:368:2: warning: implicit declaration of function 'xcb_ewmh_request_close_window'; did you mean 'xcb_setup_request_end'? [-Wimplicit-function-declaration] xcb_ewmh_request_close_window(ewmh, default_screen, win, XCB_CURRENT_TIME, XCB_EWMH_CLIENT_SOURCE_TYPE_OTHER); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ xcb_setup_request_end 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); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gmake: *** [: xdo.o] Error 1 *** Error code 2 Stop. make[1]: stopped in /amd/pkgsrc/CHROOT/P/pkgsrc/x11/xdo *** Error code 1 Stop. make: stopped in /amd/pkgsrc/CHROOT/P/pkgsrc/x11/xdo