+ case "${usergroup_phase}" in + local run_cmd + run_cmd=run_su + shift + run_su /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent PYTHON_VERSION_REQD=312 WRKLOG=/tmp/bulklog/oroborox-0.9.8nb50/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent PYTHON_VERSION_REQD=312 WRKLOG=/tmp/bulklog/oroborox-0.9.8nb50/work.log WARNING: [license.mk] Every package should define a LICENSE. ===> Building for oroborox-0.9.8nb50 --- main.o --- --- client.o --- --- stacking.o --- --- main.o --- gcc -g -I. -I. -DXFT -I/opt/pkg/include/freetype2 -I/opt/pkg/include/libpng16 -I/opt/pkg/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/usr/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include -I/opt/pkg/include/python3.12 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/harfbuzz `/home/pbulk/build/wm/oroborox/work/.tools/bin/pkg-config --cflags glib-2.0 ` -I/usr/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include -I/opt/pkg/include/python3.12 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/harfbuzz -c main.c --- stacking.o --- gcc -g -I. -I. -DXFT -I/opt/pkg/include/freetype2 -I/opt/pkg/include/libpng16 -I/opt/pkg/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/usr/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include -I/opt/pkg/include/python3.12 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/harfbuzz `/home/pbulk/build/wm/oroborox/work/.tools/bin/pkg-config --cflags glib-2.0 ` -I/usr/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include -I/opt/pkg/include/python3.12 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/harfbuzz -c stacking.c --- client.o --- gcc -g -I. -I. -DXFT -I/opt/pkg/include/freetype2 -I/opt/pkg/include/libpng16 -I/opt/pkg/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/usr/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include -I/opt/pkg/include/python3.12 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/harfbuzz `/home/pbulk/build/wm/oroborox/work/.tools/bin/pkg-config --cflags glib-2.0 ` -I/usr/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include -I/opt/pkg/include/python3.12 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/harfbuzz -c client.c --- main.o --- In file included from /usr/include/locale.h:45, from main.c:45: /home/pbulk/build/wm/oroborox/work/.buildlink/include/libintl.h:308:8: error: expected identifier or '(' before '__asm__' 308 | _INTL_ASM (libintl_textdomain); | ^~~~~~~~~ /home/pbulk/build/wm/oroborox/work/.buildlink/include/libintl.h:326:8: error: expected identifier or '(' before '__asm__' 326 | _INTL_ASM (libintl_bindtextdomain); | ^~~~~~~~~ main.c: In function 'set_compliant': main.c:150:57: warning: implicit declaration of function 'getpid'; did you mean 'getpw'? [-Wimplicit-function-declaration] 150 | set_property_card32(root, intern_atoms[NET_WM_PID], getpid()); | ^~~~~~ | getpw main.c: In function 'cleanUp': main.c:202:9: warning: implicit declaration of function 'unloadSettings' [-Wimplicit-function-declaration] 202 | unloadSettings(); | ^~~~~~~~~~~~~~ --- client.o --- client.c: In function 'clientInitPosition': client.c:422:33: warning: implicit declaration of function 'getMargin'; did you mean 'getlogin'? [-Wimplicit-function-declaration] 422 | min_x = getMargin(MARGIN_LEFT, min_y, max_y); | ^~~~~~~~~ | getlogin --- main.o --- main.c: In function 'x_event_dispatch': main.c:413:17: warning: implicit declaration of function 'reloadSettings' [-Wimplicit-function-declaration] 413 | reloadSettings(); | ^~~~~~~~~~~~~~ --- client.o --- client.c:444:47: warning: implicit declaration of function 'frameWidth' [-Wimplicit-function-declaration] 444 | c->geometry.x = mx - (frameWidth(c) / 2); | ^~~~~~~~~~ client.c:445:47: warning: implicit declaration of function 'frameHeight' [-Wimplicit-function-declaration] 445 | c->geometry.y = my - (frameHeight(c) / 2); | ^~~~~~~~~~~ --- main.o --- main.c: In function 'open_display': main.c:485:17: warning: implicit declaration of function 'XShapeQueryExtension'; did you mean 'XRRQueryExtension'? [-Wimplicit-function-declaration] 485 | shape = XShapeQueryExtension(dpy, &shape_event, &dummy); | ^~~~~~~~~~~~~~~~~~~~ | XRRQueryExtension --- client.o --- client.c:467:53: warning: implicit declaration of function 'frameLeft' [-Wimplicit-function-declaration] 467 | if (c->geometry.x > max_x - frameWidth(c) + frameLeft(c)) | ^~~~~~~~~ --- main.o --- main.c:506:9: warning: implicit declaration of function 'initModifiers'; did you mean 'AnyModifier'? [-Wimplicit-function-declaration] 506 | initModifiers(dpy); | ^~~~~~~~~~~~~ | AnyModifier main.c: In function 'main': main.c:559:9: warning: implicit declaration of function 'loadSettings' [-Wimplicit-function-declaration] 559 | loadSettings(); | ^~~~~~~~~~~~ --- client.o --- client.c:469:54: warning: implicit declaration of function 'frameTop' [-Wimplicit-function-declaration] 469 | if (c->geometry.y > max_y - frameHeight(c) + frameTop(c)) | ^~~~~~~~ client.c: In function 'client_create_frame': client.c:481:48: warning: implicit declaration of function 'frameX' [-Wimplicit-function-declaration] 481 | XCreateSimpleWindow(dpy, root, frameX(c), frameY(c), frameWidth(c), frameHeight(c), 0, 0, | ^~~~~~ client.c:481:59: warning: implicit declaration of function 'frameY' [-Wimplicit-function-declaration] 481 | XCreateSimpleWindow(dpy, root, frameX(c), frameY(c), frameWidth(c), frameHeight(c), 0, 0, | ^~~~~~ client.c: In function 'clientFrame': client.c:567:9: warning: implicit declaration of function 'getNetWMStrut' [-Wimplicit-function-declaration] 567 | getNetWMStrut(w, c->margins); | ^~~~~~~~~~~~~ --- main.o --- main.c:562:9: warning: implicit declaration of function 'focus_workspace' [-Wimplicit-function-declaration] 562 | focus_workspace(); | ^~~~~~~~~~~~~~~ main.c:563:9: warning: implicit declaration of function 'update_focus' [-Wimplicit-function-declaration] 563 | update_focus(); | ^~~~~~~~~~~~ --- client.o --- client.c: In function 'client_free': client.c:699:9: warning: implicit declaration of function 'delNetWMStrut' [-Wimplicit-function-declaration] 699 | delNetWMStrut(c); | ^~~~~~~~~~~~~ client.c:715:9: warning: implicit declaration of function 'ping_timeout_remove' [-Wimplicit-function-declaration] 715 | ping_timeout_remove(c); | ^~~~~~~~~~~~~~~~~~~ client.c: In function 'client_on_this_host': --- main.o --- *** [main.o] Error code 1 bmake: stopped making "OroboROX" in /home/pbulk/build/wm/oroborox/work/OroboROX/src --- client.o --- client.c:888:13: warning: implicit declaration of function 'gethostname' [-Wimplicit-function-declaration] 888 | return (gethostname(buf, sizeof(buf)-1) == 0) && (!strcmp(buf, host)); | ^~~~~~~~~~~ client.c: In function 'gravitation': client.c:1190:52: warning: implicit declaration of function 'frameRight' [-Wimplicit-function-declaration] 1190 | dx = dx - ((frameLeft(c) + frameRight(c)) / 2); | ^~~~~~~~~~ client.c:1191:51: warning: implicit declaration of function 'frameBottom'; did you mean 'PlaceOnBottom'? [-Wimplicit-function-declaration] 1191 | dy = dy - ((frameTop(c) + frameBottom(c)) / 2); | ^~~~~~~~~~~ | PlaceOnBottom client.c: In function 'clientClose': client.c:1572:25: warning: implicit declaration of function 'net_wm_ping' [-Wimplicit-function-declaration] 1572 | net_wm_ping(c, timestamp); | ^~~~~~~~~~~ client.c: In function 'clientToggleMaximized': client.c:1775:46: warning: implicit declaration of function 'getMarginWithFrame' [-Wimplicit-function-declaration] 1775 | int margin = getMarginWithFrame(c, MARGIN_LEFT, wc.y, wc.y + wc.height); | ^~~~~~~~~~~~~~~~~~ client.c: In function 'clientMove': client.c:1985:25: warning: 'XKeycodeToKeysym' is deprecated [-Wdeprecated-declarations] 1985 | if (IsModifierKey(XKeycodeToKeysym(dpy, ev.xkey.keycode, 0))) | ^~ In file included from client.c:35: /home/pbulk/build/wm/oroborox/work/.buildlink/include/X11/Xlib.h:1683:15: note: declared here 1683 | extern KeySym XKeycodeToKeysym( | ^~~~~~~~~~~~~~~~ client.c:1985:25: warning: 'XKeycodeToKeysym' is deprecated [-Wdeprecated-declarations] 1985 | if (IsModifierKey(XKeycodeToKeysym(dpy, ev.xkey.keycode, 0))) | ^~ /home/pbulk/build/wm/oroborox/work/.buildlink/include/X11/Xlib.h:1683:15: note: declared here 1683 | extern KeySym XKeycodeToKeysym( | ^~~~~~~~~~~~~~~~ client.c:1985:25: warning: 'XKeycodeToKeysym' is deprecated [-Wdeprecated-declarations] 1985 | if (IsModifierKey(XKeycodeToKeysym(dpy, ev.xkey.keycode, 0))) | ^~ /home/pbulk/build/wm/oroborox/work/.buildlink/include/X11/Xlib.h:1683:15: note: declared here 1683 | extern KeySym XKeycodeToKeysym( | ^~~~~~~~~~~~~~~~ client.c:1985:25: warning: 'XKeycodeToKeysym' is deprecated [-Wdeprecated-declarations] 1985 | if (IsModifierKey(XKeycodeToKeysym(dpy, ev.xkey.keycode, 0))) | ^~ /home/pbulk/build/wm/oroborox/work/.buildlink/include/X11/Xlib.h:1683:15: note: declared here 1683 | extern KeySym XKeycodeToKeysym( | ^~~~~~~~~~~~~~~~ client.c:1985:25: warning: 'XKeycodeToKeysym' is deprecated [-Wdeprecated-declarations] 1985 | if (IsModifierKey(XKeycodeToKeysym(dpy, ev.xkey.keycode, 0))) | ^~ /home/pbulk/build/wm/oroborox/work/.buildlink/include/X11/Xlib.h:1683:15: note: declared here 1683 | extern KeySym XKeycodeToKeysym( | ^~~~~~~~~~~~~~~~ client.c:1985:25: warning: 'XKeycodeToKeysym' is deprecated [-Wdeprecated-declarations] 1985 | if (IsModifierKey(XKeycodeToKeysym(dpy, ev.xkey.keycode, 0))) | ^~ /home/pbulk/build/wm/oroborox/work/.buildlink/include/X11/Xlib.h:1683:15: note: declared here 1683 | extern KeySym XKeycodeToKeysym( | ^~~~~~~~~~~~~~~~ client.c: In function 'clientResize': client.c:2424:25: warning: 'XKeycodeToKeysym' is deprecated [-Wdeprecated-declarations] 2424 | if (IsModifierKey(XKeycodeToKeysym(dpy, ev.xkey.keycode, 0))) | ^~ /home/pbulk/build/wm/oroborox/work/.buildlink/include/X11/Xlib.h:1683:15: note: declared here 1683 | extern KeySym XKeycodeToKeysym( | ^~~~~~~~~~~~~~~~ client.c:2424:25: warning: 'XKeycodeToKeysym' is deprecated [-Wdeprecated-declarations] 2424 | if (IsModifierKey(XKeycodeToKeysym(dpy, ev.xkey.keycode, 0))) | ^~ /home/pbulk/build/wm/oroborox/work/.buildlink/include/X11/Xlib.h:1683:15: note: declared here 1683 | extern KeySym XKeycodeToKeysym( | ^~~~~~~~~~~~~~~~ client.c:2424:25: warning: 'XKeycodeToKeysym' is deprecated [-Wdeprecated-declarations] 2424 | if (IsModifierKey(XKeycodeToKeysym(dpy, ev.xkey.keycode, 0))) | ^~ /home/pbulk/build/wm/oroborox/work/.buildlink/include/X11/Xlib.h:1683:15: note: declared here 1683 | extern KeySym XKeycodeToKeysym( | ^~~~~~~~~~~~~~~~ client.c:2424:25: warning: 'XKeycodeToKeysym' is deprecated [-Wdeprecated-declarations] 2424 | if (IsModifierKey(XKeycodeToKeysym(dpy, ev.xkey.keycode, 0))) | ^~ /home/pbulk/build/wm/oroborox/work/.buildlink/include/X11/Xlib.h:1683:15: note: declared here 1683 | extern KeySym XKeycodeToKeysym( | ^~~~~~~~~~~~~~~~ client.c:2424:25: warning: 'XKeycodeToKeysym' is deprecated [-Wdeprecated-declarations] 2424 | if (IsModifierKey(XKeycodeToKeysym(dpy, ev.xkey.keycode, 0))) | ^~ /home/pbulk/build/wm/oroborox/work/.buildlink/include/X11/Xlib.h:1683:15: note: declared here 1683 | extern KeySym XKeycodeToKeysym( | ^~~~~~~~~~~~~~~~ client.c:2424:25: warning: 'XKeycodeToKeysym' is deprecated [-Wdeprecated-declarations] 2424 | if (IsModifierKey(XKeycodeToKeysym(dpy, ev.xkey.keycode, 0))) | ^~ /home/pbulk/build/wm/oroborox/work/.buildlink/include/X11/Xlib.h:1683:15: note: declared here 1683 | extern KeySym XKeycodeToKeysym( | ^~~~~~~~~~~~~~~~ client.c: In function 'clientCycle': client.c:2641:25: warning: 'XKeycodeToKeysym' is deprecated [-Wdeprecated-declarations] 2641 | if (IsModifierKey(XKeycodeToKeysym(dpy, ev.xkey.keycode, 0))) | ^~ /home/pbulk/build/wm/oroborox/work/.buildlink/include/X11/Xlib.h:1683:15: note: declared here 1683 | extern KeySym XKeycodeToKeysym( | ^~~~~~~~~~~~~~~~ client.c:2641:25: warning: 'XKeycodeToKeysym' is deprecated [-Wdeprecated-declarations] 2641 | if (IsModifierKey(XKeycodeToKeysym(dpy, ev.xkey.keycode, 0))) | ^~ /home/pbulk/build/wm/oroborox/work/.buildlink/include/X11/Xlib.h:1683:15: note: declared here 1683 | extern KeySym XKeycodeToKeysym( | ^~~~~~~~~~~~~~~~ client.c:2641:25: warning: 'XKeycodeToKeysym' is deprecated [-Wdeprecated-declarations] 2641 | if (IsModifierKey(XKeycodeToKeysym(dpy, ev.xkey.keycode, 0))) | ^~ /home/pbulk/build/wm/oroborox/work/.buildlink/include/X11/Xlib.h:1683:15: note: declared here 1683 | extern KeySym XKeycodeToKeysym( | ^~~~~~~~~~~~~~~~ client.c:2641:25: warning: 'XKeycodeToKeysym' is deprecated [-Wdeprecated-declarations] 2641 | if (IsModifierKey(XKeycodeToKeysym(dpy, ev.xkey.keycode, 0))) | ^~ /home/pbulk/build/wm/oroborox/work/.buildlink/include/X11/Xlib.h:1683:15: note: declared here 1683 | extern KeySym XKeycodeToKeysym( | ^~~~~~~~~~~~~~~~ client.c:2641:25: warning: 'XKeycodeToKeysym' is deprecated [-Wdeprecated-declarations] 2641 | if (IsModifierKey(XKeycodeToKeysym(dpy, ev.xkey.keycode, 0))) | ^~ /home/pbulk/build/wm/oroborox/work/.buildlink/include/X11/Xlib.h:1683:15: note: declared here 1683 | extern KeySym XKeycodeToKeysym( | ^~~~~~~~~~~~~~~~ client.c:2641:25: warning: 'XKeycodeToKeysym' is deprecated [-Wdeprecated-declarations] 2641 | if (IsModifierKey(XKeycodeToKeysym(dpy, ev.xkey.keycode, 0))) | ^~ /home/pbulk/build/wm/oroborox/work/.buildlink/include/X11/Xlib.h:1683:15: note: declared here 1683 | extern KeySym XKeycodeToKeysym( | ^~~~~~~~~~~~~~~~ bmake: 1 error bmake: stopped making "OroboROX" in /home/pbulk/build/wm/oroborox/work/OroboROX/src *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/wm/oroborox *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/wm/oroborox