=> 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 rofi-1.7.0nb2 --- ./gitconfig.h --- ./script/get_git_rev.sh . ./gitconfig.h --- all --- /usr/bin/make all-am --- lexer/.dirstamp --- --- lexer/.deps/.dirstamp --- --- source/.dirstamp --- --- source/.deps/.dirstamp --- --- config/.dirstamp --- --- config/.deps/.dirstamp --- --- source/widgets/.dirstamp --- --- source/widgets/.deps/.dirstamp --- --- source/dialogs/.dirstamp --- --- source/dialogs/.deps/.dirstamp --- --- resources/.dirstamp --- --- resources/.deps/.dirstamp --- --- subprojects/libnkutils/src/.dirstamp --- --- subprojects/libnkutils/src/.deps/.dirstamp --- --- subprojects/libnkutils/.dirstamp --- --- subprojects/libgwater/xcb/.dirstamp --- --- subprojects/libgwater/xcb/.deps/.dirstamp --- --- ./gitconfig.h --- ./script/get_git_rev.sh . ./gitconfig.h --- subprojects/libnkutils/src/libnkutils_a-enum.o --- CC subprojects/libnkutils/src/libnkutils_a-enum.o --- subprojects/libnkutils/src/libnkutils_a-gtk-settings.o --- CC subprojects/libnkutils/src/libnkutils_a-gtk-settings.o --- subprojects/libnkutils/src/libnkutils_a-xdg-de.o --- --- subprojects/libnkutils/src/libnkutils_a-xdg-theme.o --- CC subprojects/libnkutils/src/libnkutils_a-xdg-theme.o --- subprojects/libnkutils/src/libnkutils_a-xdg-de.o --- CC subprojects/libnkutils/src/libnkutils_a-xdg-de.o --- subprojects/libnkutils/src/libnkutils_a-bindings.o --- CC subprojects/libnkutils/src/libnkutils_a-bindings.o --- subprojects/libnkutils/src/nk_xdg_theme_lookup-xdg-theme-example.o --- CC subprojects/libnkutils/src/nk_xdg_theme_lookup-xdg-theme-example.o --- subprojects/libgwater/xcb/libgwater_xcb_a-libgwater-xcb.o --- CC subprojects/libgwater/xcb/libgwater_xcb_a-libgwater-xcb.o subprojects/libgwater/xcb/libgwater-xcb.c: In function '_g_water_xcb_source_dispatch': subprojects/libgwater/xcb/libgwater-xcb.c:97:36: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] ret = ((GWaterXcbEventCallback)(void *)callback)(event, user_data); ^ subprojects/libgwater/xcb/libgwater-xcb.c:97:12: warning: ISO C forbids conversion of object pointer to function pointer type [-Wpedantic] ret = ((GWaterXcbEventCallback)(void *)callback)(event, user_data); ^ subprojects/libgwater/xcb/libgwater-xcb.c: In function 'g_water_xcb_source_new_for_connection': subprojects/libgwater/xcb/libgwater-xcb.c:160:48: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] g_source_set_callback(source, (GSourceFunc)(void *)callback, user_data, destroy_func); ^ subprojects/libgwater/xcb/libgwater-xcb.c:160:35: warning: ISO C forbids conversion of object pointer to function pointer type [-Wpedantic] g_source_set_callback(source, (GSourceFunc)(void *)callback, user_data, destroy_func); ^ --- source/rofi-rofi.o --- CC source/rofi-rofi.o --- source/rofi-view.o --- CC source/rofi-view.o In file included from source/view.c:43:0: /tmp/x11/rofi/work/.buildlink/include/xcb/xkb.h:118:40: warning: ISO C restricts enumerator values to range of 'int' [-Wpedantic] XCB_XKB_CONTROL_CONTROLS_ENABLED = 2147483648 ^~~~~~~~~~ --- source/rofi-mode.o --- CC source/rofi-mode.o --- source/rofi-keyb.o --- CC source/rofi-keyb.o --- source/rofi-view.o --- In file included from source/view.c:62:0: ./include/xcb-internal.h:48:3: error: unknown type name 'xcb_ewmh_connection_t' xcb_ewmh_connection_t ewmh; ^~~~~~~~~~~~~~~~~~~~~ source/view.c: In function '__create_window': source/view.c:855:47: error: request for member '_NET_WM_STATE' in something not a structure or union window_set_atom_prop(box_window, xcb->ewmh._NET_WM_STATE, ^ source/view.c:856:37: error: request for member '_NET_WM_STATE_ABOVE' in something not a structure or union &(xcb->ewmh._NET_WM_STATE_ABOVE), 1); ^ source/view.c:861:47: error: request for member '_NET_WM_WINDOW_TYPE' in something not a structure or union window_set_atom_prop(box_window, xcb->ewmh._NET_WM_WINDOW_TYPE, ^ source/view.c:862:37: error: request for member '_NET_WM_WINDOW_TYPE_NORMAL' in something not a structure or union &(xcb->ewmh._NET_WM_WINDOW_TYPE_NORMAL), 1); ^ source/view.c:870:36: error: request for member '_NET_WM_STATE_FULLSCREEN' in something not a structure or union xcb_atom_t atoms[] = {xcb->ewmh._NET_WM_STATE_FULLSCREEN, ^ source/view.c:871:36: error: request for member '_NET_WM_STATE_ABOVE' in something not a structure or union xcb->ewmh._NET_WM_STATE_ABOVE}; ^ source/view.c:872:47: error: request for member '_NET_WM_STATE' in something not a structure or union window_set_atom_prop(box_window, xcb->ewmh._NET_WM_STATE, atoms, ^ source/view.c:872:38: warning: passing argument 2 of 'window_set_atom_prop' makes integer from pointer without a cast [-Wint-conversion] window_set_atom_prop(box_window, xcb->ewmh._NET_WM_STATE, atoms, ^~~ In file included from ./include/xrmoptions.h:31:0, from source/view.c:63: ./include/xcb.h:70:6: note: expected 'xcb_atom_t {aka unsigned int}' but argument is of type 'xcb_atom_t * {aka unsigned int *}' void window_set_atom_prop(xcb_window_t w, xcb_atom_t prop, xcb_atom_t *atoms, ^~~~~~~~~~~~~~~~~~~~ source/view.c:878:39: error: request for member 'WM_PROTOCOLS' in something not a structure or union xcb->ewmh.WM_PROTOCOLS, G_N_ELEMENTS(protocols), ^ source/view.c:878:30: warning: passing argument 3 of 'xcb_icccm_set_wm_protocols' makes integer from pointer without a cast [-Wint-conversion] xcb->ewmh.WM_PROTOCOLS, G_N_ELEMENTS(protocols), ^~~ In file included from source/view.c:42:0: /tmp/x11/rofi/work/.buildlink/include/xcb/xcb_icccm.h:969:19: note: expected 'xcb_atom_t {aka unsigned int}' but argument is of type 'xcb_atom_t * {aka unsigned int *}' xcb_void_cookie_t xcb_icccm_set_wm_protocols(xcb_connection_t *c, ^~~~~~~~~~~~~~~~~~~~~~~~~~ source/view.c:903:3: warning: implicit declaration of function 'xcb_ewmh_set_wm_pid'; did you mean 'xcb_xkb_set_map'? [-Wimplicit-function-declaration] xcb_ewmh_set_wm_pid(&(xcb->ewmh), CacheState.main_window, pid); ^~~~~~~~~~~~~~~~~~~ xcb_xkb_set_map source/view.c: In function 'rofi_view_trigger_global_action': source/view.c:1238:54: error: request for member 'UTF8_STRING' in something not a structure or union XCB_ATOM_PRIMARY, xcb->ewmh.UTF8_STRING, ^ source/view.c:1239:36: error: request for member 'UTF8_STRING' in something not a structure or union xcb->ewmh.UTF8_STRING, XCB_CURRENT_TIME); ^ source/view.c:1238:45: warning: passing argument 4 of 'xcb_convert_selection' makes integer from pointer without a cast [-Wint-conversion] XCB_ATOM_PRIMARY, xcb->ewmh.UTF8_STRING, ^~~ In file included from /tmp/x11/rofi/work/.buildlink/include/xcb/xcb.h:205:0, from /tmp/x11/rofi/work/.buildlink/include/xcb/xcb_icccm.h:42, from source/view.c:42: /tmp/x11/rofi/work/.buildlink/include/xcb/xproto.h:7203:1: note: expected 'xcb_atom_t {aka unsigned int}' but argument is of type 'xcb_atom_t * {aka unsigned int *}' xcb_convert_selection (xcb_connection_t *c, ^~~~~~~~~~~~~~~~~~~~~ source/view.c:1239:27: warning: passing argument 5 of 'xcb_convert_selection' makes integer from pointer without a cast [-Wint-conversion] xcb->ewmh.UTF8_STRING, XCB_CURRENT_TIME); ^~~ In file included from /tmp/x11/rofi/work/.buildlink/include/xcb/xcb.h:205:0, from /tmp/x11/rofi/work/.buildlink/include/xcb/xcb_icccm.h:42, from source/view.c:42: /tmp/x11/rofi/work/.buildlink/include/xcb/xproto.h:7203:1: note: expected 'xcb_atom_t {aka unsigned int}' but argument is of type 'xcb_atom_t * {aka unsigned int *}' xcb_convert_selection (xcb_connection_t *c, ^~~~~~~~~~~~~~~~~~~~~ source/view.c:1244:57: error: request for member 'UTF8_STRING' in something not a structure or union netatoms[CLIPBOARD], xcb->ewmh.UTF8_STRING, ^ source/view.c:1245:36: error: request for member 'UTF8_STRING' in something not a structure or union xcb->ewmh.UTF8_STRING, XCB_CURRENT_TIME); ^ source/view.c:1244:48: warning: passing argument 4 of 'xcb_convert_selection' makes integer from pointer without a cast [-Wint-conversion] netatoms[CLIPBOARD], xcb->ewmh.UTF8_STRING, ^~~ In file included from /tmp/x11/rofi/work/.buildlink/include/xcb/xcb.h:205:0, from /tmp/x11/rofi/work/.buildlink/include/xcb/xcb_icccm.h:42, from source/view.c:42: /tmp/x11/rofi/work/.buildlink/include/xcb/xproto.h:7203:1: note: expected 'xcb_atom_t {aka unsigned int}' but argument is of type 'xcb_atom_t * {aka unsigned int *}' xcb_convert_selection (xcb_connection_t *c, ^~~~~~~~~~~~~~~~~~~~~ source/view.c:1245:27: warning: passing argument 5 of 'xcb_convert_selection' makes integer from pointer without a cast [-Wint-conversion] xcb->ewmh.UTF8_STRING, XCB_CURRENT_TIME); ^~~ In file included from /tmp/x11/rofi/work/.buildlink/include/xcb/xcb.h:205:0, from /tmp/x11/rofi/work/.buildlink/include/xcb/xcb_icccm.h:42, from source/view.c:42: /tmp/x11/rofi/work/.buildlink/include/xcb/xproto.h:7203:1: note: expected 'xcb_atom_t {aka unsigned int}' but argument is of type 'xcb_atom_t * {aka unsigned int *}' xcb_convert_selection (xcb_connection_t *c, ^~~~~~~~~~~~~~~~~~~~~ source/view.c: In function 'rofi_view_set_window_title': source/view.c:2205:56: error: request for member '_NET_WM_NAME' in something not a structure or union CacheState.main_window, xcb->ewmh._NET_WM_NAME, ^ source/view.c:2206:32: error: request for member 'UTF8_STRING' in something not a structure or union xcb->ewmh.UTF8_STRING, 8, len, title); ^ source/view.c:2205:47: warning: passing argument 4 of 'xcb_change_property' makes integer from pointer without a cast [-Wint-conversion] CacheState.main_window, xcb->ewmh._NET_WM_NAME, ^~~ In file included from /tmp/x11/rofi/work/.buildlink/include/xcb/xcb.h:205:0, from /tmp/x11/rofi/work/.buildlink/include/xcb/xcb_icccm.h:42, from source/view.c:42: /tmp/x11/rofi/work/.buildlink/include/xcb/xproto.h:6847:1: note: expected 'xcb_atom_t {aka unsigned int}' but argument is of type 'xcb_atom_t * {aka unsigned int *}' xcb_change_property (xcb_connection_t *c, ^~~~~~~~~~~~~~~~~~~ source/view.c:2206:23: warning: passing argument 5 of 'xcb_change_property' makes integer from pointer without a cast [-Wint-conversion] xcb->ewmh.UTF8_STRING, 8, len, title); ^~~ In file included from /tmp/x11/rofi/work/.buildlink/include/xcb/xcb.h:205:0, from /tmp/x11/rofi/work/.buildlink/include/xcb/xcb_icccm.h:42, from source/view.c:42: /tmp/x11/rofi/work/.buildlink/include/xcb/xproto.h:6847:1: note: expected 'xcb_atom_t {aka unsigned int}' but argument is of type 'xcb_atom_t * {aka unsigned int *}' xcb_change_property (xcb_connection_t *c, ^~~~~~~~~~~~~~~~~~~ *** [source/rofi-view.o] Error code 1 make[1]: stopped in /tmp/x11/rofi/work/rofi-1.7.0 1 error make[1]: stopped in /tmp/x11/rofi/work/rofi-1.7.0 *** [all] Error code 2 make: stopped in /tmp/x11/rofi/work/rofi-1.7.0 1 error make: stopped in /tmp/x11/rofi/work/rofi-1.7.0 *** Error code 2 Stop. make[1]: stopped in /amd/pkgsrc/CHROOT/P/pkgsrc/x11/rofi *** Error code 1 Stop. make: stopped in /amd/pkgsrc/CHROOT/P/pkgsrc/x11/rofi