+ 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/rofi-1.7.0nb2/work.log + su pbulk -c '"$@"' make /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/rofi-1.7.0nb2/work.log => Bootstrap dependency digest>=20211023: found digest-20220214 ===> Building for rofi-1.7.0nb2 --- ./gitconfig.h --- ./script/get_git_rev.sh . ./gitconfig.h --- all --- /usr/pkg/bin/bmake 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/nk_xdg_theme_lookup-xdg-theme-example.o --- CC subprojects/libnkutils/src/nk_xdg_theme_lookup-xdg-theme-example.o --- 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 --- CC 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-bindings.o --- CC subprojects/libnkutils/src/libnkutils_a-bindings.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); ^ --- subprojects/libnkutils/libnkutils.a --- AR subprojects/libnkutils/libnkutils.a --- 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: /home/pbulk/build/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 ^ In file included from /home/pbulk/build/x11/rofi/work/.buildlink/include/X11/Xlib.h:47:0, from /home/pbulk/build/x11/rofi/work/.buildlink/include/startup-notification-1.0/libsn/sn-common.h:30, from /home/pbulk/build/x11/rofi/work/.buildlink/include/startup-notification-1.0/libsn/sn-launchee.h:30, from /home/pbulk/build/x11/rofi/work/.buildlink/include/startup-notification-1.0/libsn/sn.h:30, from source/view.c:52: /home/pbulk/build/x11/rofi/work/.buildlink/include/X11/Xfuncproto.h:174:24: warning: ISO C does not permit named variadic macros [-Wvariadic-macros] #define _X_NONNULL(args...) __attribute__((nonnull(args))) ^ 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:873:26: warning: passing argument 2 of 'window_set_atom_prop' makes integer from pointer without a cast [enabled by default] sizeof(atoms) / sizeof(xcb_atom_t)); ^ In file included from ./include/xrmoptions.h:31:0, from source/view.c:63: ./include/xcb.h:70:6: note: expected 'xcb_atom_t' but argument is of type 'xcb_atom_t *' 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:879:30: warning: passing argument 3 of 'xcb_icccm_set_wm_protocols' makes integer from pointer without a cast [enabled by default] protocols); ^ In file included from source/view.c:42:0: /home/pbulk/build/x11/rofi/work/.buildlink/include/xcb/xcb_icccm.h:969:19: note: expected 'xcb_atom_t' but argument is of type 'xcb_atom_t *' 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' [-Wimplicit-function-declaration] xcb_ewmh_set_wm_pid(&(xcb->ewmh), CacheState.main_window, pid); ^ 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:1239:27: warning: passing argument 4 of 'xcb_convert_selection' makes integer from pointer without a cast [enabled by default] xcb->ewmh.UTF8_STRING, XCB_CURRENT_TIME); ^ In file included from /home/pbulk/build/x11/rofi/work/.buildlink/include/xcb/xcb.h:209:0, from /home/pbulk/build/x11/rofi/work/.buildlink/include/xcb/xcb_icccm.h:42, from source/view.c:42: /home/pbulk/build/x11/rofi/work/.buildlink/include/xcb/xproto.h:7203:1: note: expected 'xcb_atom_t' but argument is of type 'xcb_atom_t *' 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 [enabled by default] xcb->ewmh.UTF8_STRING, XCB_CURRENT_TIME); ^ In file included from /home/pbulk/build/x11/rofi/work/.buildlink/include/xcb/xcb.h:209:0, from /home/pbulk/build/x11/rofi/work/.buildlink/include/xcb/xcb_icccm.h:42, from source/view.c:42: /home/pbulk/build/x11/rofi/work/.buildlink/include/xcb/xproto.h:7203:1: note: expected 'xcb_atom_t' but argument is of type 'xcb_atom_t *' 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:1245:27: warning: passing argument 4 of 'xcb_convert_selection' makes integer from pointer without a cast [enabled by default] xcb->ewmh.UTF8_STRING, XCB_CURRENT_TIME); ^ In file included from /home/pbulk/build/x11/rofi/work/.buildlink/include/xcb/xcb.h:209:0, from /home/pbulk/build/x11/rofi/work/.buildlink/include/xcb/xcb_icccm.h:42, from source/view.c:42: /home/pbulk/build/x11/rofi/work/.buildlink/include/xcb/xproto.h:7203:1: note: expected 'xcb_atom_t' but argument is of type 'xcb_atom_t *' 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 [enabled by default] xcb->ewmh.UTF8_STRING, XCB_CURRENT_TIME); ^ In file included from /home/pbulk/build/x11/rofi/work/.buildlink/include/xcb/xcb.h:209:0, from /home/pbulk/build/x11/rofi/work/.buildlink/include/xcb/xcb_icccm.h:42, from source/view.c:42: /home/pbulk/build/x11/rofi/work/.buildlink/include/xcb/xproto.h:7203:1: note: expected 'xcb_atom_t' but argument is of type 'xcb_atom_t *' 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:2206:23: warning: passing argument 4 of 'xcb_change_property' makes integer from pointer without a cast [enabled by default] xcb->ewmh.UTF8_STRING, 8, len, title); ^ In file included from /home/pbulk/build/x11/rofi/work/.buildlink/include/xcb/xcb.h:209:0, from /home/pbulk/build/x11/rofi/work/.buildlink/include/xcb/xcb_icccm.h:42, from source/view.c:42: /home/pbulk/build/x11/rofi/work/.buildlink/include/xcb/xproto.h:6847:1: note: expected 'xcb_atom_t' but argument is of type 'xcb_atom_t *' 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 [enabled by default] xcb->ewmh.UTF8_STRING, 8, len, title); ^ In file included from /home/pbulk/build/x11/rofi/work/.buildlink/include/xcb/xcb.h:209:0, from /home/pbulk/build/x11/rofi/work/.buildlink/include/xcb/xcb_icccm.h:42, from source/view.c:42: /home/pbulk/build/x11/rofi/work/.buildlink/include/xcb/xproto.h:6847:1: note: expected 'xcb_atom_t' but argument is of type 'xcb_atom_t *' xcb_change_property (xcb_connection_t *c, ^ *** [source/rofi-view.o] Error code 1 bmake[1]: stopped in /home/pbulk/build/x11/rofi/work/rofi-1.7.0 1 error bmake[1]: stopped in /home/pbulk/build/x11/rofi/work/rofi-1.7.0 *** [all] Error code 2 bmake: stopped in /home/pbulk/build/x11/rofi/work/rofi-1.7.0 1 error bmake: stopped in /home/pbulk/build/x11/rofi/work/rofi-1.7.0 *** Error code 2 Stop. bmake[1]: stopped in /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/x11/rofi *** Error code 1 Stop. bmake: stopped in /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/x11/rofi