+ 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/oroborus-2.0.12nb1/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/oroborus-2.0.12nb1/work.log WARNING: [license.mk] Every package should define a LICENSE. ===> Building for oroborus-2.0.12nb1 --- all-recursive --- Making all in src --- all --- /opt/pkg/bin/bmake all-am --- client.o --- --- frame.o --- --- i18n.o --- --- misc.o --- --- client.o --- if gcc -DHAVE_CONFIG_H -I. -I. -I. -I/opt/pkg/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DDATADIR=\"/opt/pkg/share/oroborus\" -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -MT client.o -MD -MP -MF ".deps/client.Tpo" -c -o client.o `test -f 'client.c' || echo './'`client.c; then mv ".deps/client.Tpo" ".deps/client.Po"; else rm -f ".deps/client.Tpo"; exit 1; fi --- frame.o --- if gcc -DHAVE_CONFIG_H -I. -I. -I. -I/opt/pkg/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DDATADIR=\"/opt/pkg/share/oroborus\" -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -MT frame.o -MD -MP -MF ".deps/frame.Tpo" -c -o frame.o `test -f 'frame.c' || echo './'`frame.c; then mv ".deps/frame.Tpo" ".deps/frame.Po"; else rm -f ".deps/frame.Tpo"; exit 1; fi --- i18n.o --- if gcc -DHAVE_CONFIG_H -I. -I. -I. -I/opt/pkg/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DDATADIR=\"/opt/pkg/share/oroborus\" -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -MT i18n.o -MD -MP -MF ".deps/i18n.Tpo" -c -o i18n.o `test -f 'i18n.c' || echo './'`i18n.c; then mv ".deps/i18n.Tpo" ".deps/i18n.Po"; else rm -f ".deps/i18n.Tpo"; exit 1; fi --- misc.o --- if gcc -DHAVE_CONFIG_H -I. -I. -I. -I/opt/pkg/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DDATADIR=\"/opt/pkg/share/oroborus\" -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -MT misc.o -MD -MP -MF ".deps/misc.Tpo" -c -o misc.o `test -f 'misc.c' || echo './'`misc.c; then mv ".deps/misc.Tpo" ".deps/misc.Po"; else rm -f ".deps/misc.Tpo"; exit 1; fi --- i18n.o --- i18n.c: In function 'getWindowName': i18n.c:181:36: warning: pointer targets in passing argument 1 of 'strdup' differ in signedness [-Wpointer-sign] 181 | *name = strdup (text_prop.value); | ~~~~~~~~~^~~~~~ | | | unsigned char * In file included from i18n.c:28: /usr/include/string.h:142:21: note: expected 'const char *' but argument is of type 'unsigned char *' 142 | extern char *strdup(const char *); | ^~~~~~~~~~~~ --- misc.o --- misc.c: In function 'getMouseXY': misc.c:40:54: warning: pointer targets in passing argument 9 of 'XQueryPointer' differ in signedness [-Wpointer-sign] 40 | XQueryPointer (dpy, w, &w1, &w2, &x1, &y1, x2, y2, &m); | ^~ | | | int * In file included from misc.c:23: /home/pbulk/build/wm/oroborus/work/.buildlink/include/X11/Xlib.h:3002:5: note: expected 'unsigned int *' but argument is of type 'int *' 3002 | unsigned int* /* mask_return */ | ^~~~~~~~~~~~~ misc.c: In function 'getMouseWindow': misc.c:53:56: warning: pointer targets in passing argument 9 of 'XQueryPointer' differ in signedness [-Wpointer-sign] 53 | XQueryPointer (dpy, w, &w1, &w2, &x1, &y1, &x2, &y2, &m); | ^~ | | | int * /home/pbulk/build/wm/oroborus/work/.buildlink/include/X11/Xlib.h:3002:5: note: expected 'unsigned int *' but argument is of type 'int *' 3002 | unsigned int* /* mask_return */ | ^~~~~~~~~~~~~ --- client.o --- client.c: In function 'clientMove': client.c:1205:11: warning: 'XKeycodeToKeysym' is deprecated [-Wdeprecated-declarations] 1205 | if (IsModifierKey (XKeycodeToKeysym (dpy, ev.xkey.keycode, 0))) | ^~ In file included from oroborus.h:25, from client.c:22: /home/pbulk/build/wm/oroborus/work/.buildlink/include/X11/Xlib.h:1683:15: note: declared here 1683 | extern KeySym XKeycodeToKeysym( | ^~~~~~~~~~~~~~~~ client.c:1205:11: warning: 'XKeycodeToKeysym' is deprecated [-Wdeprecated-declarations] 1205 | if (IsModifierKey (XKeycodeToKeysym (dpy, ev.xkey.keycode, 0))) | ^~ /home/pbulk/build/wm/oroborus/work/.buildlink/include/X11/Xlib.h:1683:15: note: declared here 1683 | extern KeySym XKeycodeToKeysym( | ^~~~~~~~~~~~~~~~ client.c:1205:11: warning: 'XKeycodeToKeysym' is deprecated [-Wdeprecated-declarations] 1205 | if (IsModifierKey (XKeycodeToKeysym (dpy, ev.xkey.keycode, 0))) | ^~ /home/pbulk/build/wm/oroborus/work/.buildlink/include/X11/Xlib.h:1683:15: note: declared here 1683 | extern KeySym XKeycodeToKeysym( | ^~~~~~~~~~~~~~~~ client.c:1205:11: warning: 'XKeycodeToKeysym' is deprecated [-Wdeprecated-declarations] 1205 | if (IsModifierKey (XKeycodeToKeysym (dpy, ev.xkey.keycode, 0))) | ^~ /home/pbulk/build/wm/oroborus/work/.buildlink/include/X11/Xlib.h:1683:15: note: declared here 1683 | extern KeySym XKeycodeToKeysym( | ^~~~~~~~~~~~~~~~ client.c:1205:11: warning: 'XKeycodeToKeysym' is deprecated [-Wdeprecated-declarations] 1205 | if (IsModifierKey (XKeycodeToKeysym (dpy, ev.xkey.keycode, 0))) | ^~ /home/pbulk/build/wm/oroborus/work/.buildlink/include/X11/Xlib.h:1683:15: note: declared here 1683 | extern KeySym XKeycodeToKeysym( | ^~~~~~~~~~~~~~~~ client.c:1205:11: warning: 'XKeycodeToKeysym' is deprecated [-Wdeprecated-declarations] 1205 | if (IsModifierKey (XKeycodeToKeysym (dpy, ev.xkey.keycode, 0))) | ^~ /home/pbulk/build/wm/oroborus/work/.buildlink/include/X11/Xlib.h:1683:15: note: declared here 1683 | extern KeySym XKeycodeToKeysym( | ^~~~~~~~~~~~~~~~ client.c: In function 'clientResize': client.c:1516:11: warning: 'XKeycodeToKeysym' is deprecated [-Wdeprecated-declarations] 1516 | if (IsModifierKey (XKeycodeToKeysym (dpy, ev.xkey.keycode, 0))) | ^~ /home/pbulk/build/wm/oroborus/work/.buildlink/include/X11/Xlib.h:1683:15: note: declared here 1683 | extern KeySym XKeycodeToKeysym( | ^~~~~~~~~~~~~~~~ client.c:1516:11: warning: 'XKeycodeToKeysym' is deprecated [-Wdeprecated-declarations] 1516 | if (IsModifierKey (XKeycodeToKeysym (dpy, ev.xkey.keycode, 0))) | ^~ /home/pbulk/build/wm/oroborus/work/.buildlink/include/X11/Xlib.h:1683:15: note: declared here 1683 | extern KeySym XKeycodeToKeysym( | ^~~~~~~~~~~~~~~~ client.c:1516:11: warning: 'XKeycodeToKeysym' is deprecated [-Wdeprecated-declarations] 1516 | if (IsModifierKey (XKeycodeToKeysym (dpy, ev.xkey.keycode, 0))) | ^~ /home/pbulk/build/wm/oroborus/work/.buildlink/include/X11/Xlib.h:1683:15: note: declared here 1683 | extern KeySym XKeycodeToKeysym( | ^~~~~~~~~~~~~~~~ client.c:1516:11: warning: 'XKeycodeToKeysym' is deprecated [-Wdeprecated-declarations] 1516 | if (IsModifierKey (XKeycodeToKeysym (dpy, ev.xkey.keycode, 0))) | ^~ /home/pbulk/build/wm/oroborus/work/.buildlink/include/X11/Xlib.h:1683:15: note: declared here 1683 | extern KeySym XKeycodeToKeysym( | ^~~~~~~~~~~~~~~~ client.c:1516:11: warning: 'XKeycodeToKeysym' is deprecated [-Wdeprecated-declarations] 1516 | if (IsModifierKey (XKeycodeToKeysym (dpy, ev.xkey.keycode, 0))) | ^~ /home/pbulk/build/wm/oroborus/work/.buildlink/include/X11/Xlib.h:1683:15: note: declared here 1683 | extern KeySym XKeycodeToKeysym( | ^~~~~~~~~~~~~~~~ client.c:1516:11: warning: 'XKeycodeToKeysym' is deprecated [-Wdeprecated-declarations] 1516 | if (IsModifierKey (XKeycodeToKeysym (dpy, ev.xkey.keycode, 0))) | ^~ /home/pbulk/build/wm/oroborus/work/.buildlink/include/X11/Xlib.h:1683:15: note: declared here 1683 | extern KeySym XKeycodeToKeysym( | ^~~~~~~~~~~~~~~~ client.c: In function 'clientCycle': client.c:1718:11: warning: 'XKeycodeToKeysym' is deprecated [-Wdeprecated-declarations] 1718 | if (IsModifierKey (XKeycodeToKeysym (dpy, ev.xkey.keycode, 0))) | ^~ /home/pbulk/build/wm/oroborus/work/.buildlink/include/X11/Xlib.h:1683:15: note: declared here 1683 | extern KeySym XKeycodeToKeysym( | ^~~~~~~~~~~~~~~~ client.c:1718:11: warning: 'XKeycodeToKeysym' is deprecated [-Wdeprecated-declarations] 1718 | if (IsModifierKey (XKeycodeToKeysym (dpy, ev.xkey.keycode, 0))) | ^~ /home/pbulk/build/wm/oroborus/work/.buildlink/include/X11/Xlib.h:1683:15: note: declared here 1683 | extern KeySym XKeycodeToKeysym( | ^~~~~~~~~~~~~~~~ client.c:1718:11: warning: 'XKeycodeToKeysym' is deprecated [-Wdeprecated-declarations] 1718 | if (IsModifierKey (XKeycodeToKeysym (dpy, ev.xkey.keycode, 0))) | ^~ /home/pbulk/build/wm/oroborus/work/.buildlink/include/X11/Xlib.h:1683:15: note: declared here 1683 | extern KeySym XKeycodeToKeysym( | ^~~~~~~~~~~~~~~~ client.c:1718:11: warning: 'XKeycodeToKeysym' is deprecated [-Wdeprecated-declarations] 1718 | if (IsModifierKey (XKeycodeToKeysym (dpy, ev.xkey.keycode, 0))) | ^~ /home/pbulk/build/wm/oroborus/work/.buildlink/include/X11/Xlib.h:1683:15: note: declared here 1683 | extern KeySym XKeycodeToKeysym( | ^~~~~~~~~~~~~~~~ client.c:1718:11: warning: 'XKeycodeToKeysym' is deprecated [-Wdeprecated-declarations] 1718 | if (IsModifierKey (XKeycodeToKeysym (dpy, ev.xkey.keycode, 0))) | ^~ /home/pbulk/build/wm/oroborus/work/.buildlink/include/X11/Xlib.h:1683:15: note: declared here 1683 | extern KeySym XKeycodeToKeysym( | ^~~~~~~~~~~~~~~~ client.c:1718:11: warning: 'XKeycodeToKeysym' is deprecated [-Wdeprecated-declarations] 1718 | if (IsModifierKey (XKeycodeToKeysym (dpy, ev.xkey.keycode, 0))) | ^~ /home/pbulk/build/wm/oroborus/work/.buildlink/include/X11/Xlib.h:1683:15: note: declared here 1683 | extern KeySym XKeycodeToKeysym( | ^~~~~~~~~~~~~~~~ --- parserc.o --- if gcc -DHAVE_CONFIG_H -I. -I. -I. -I/opt/pkg/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DDATADIR=\"/opt/pkg/share/oroborus\" -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -MT parserc.o -MD -MP -MF ".deps/parserc.Tpo" -c -o parserc.o `test -f 'parserc.c' || echo './'`parserc.c; then mv ".deps/parserc.Tpo" ".deps/parserc.Po"; else rm -f ".deps/parserc.Tpo"; exit 1; fi --- settings.o --- if gcc -DHAVE_CONFIG_H -I. -I. -I. -I/opt/pkg/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DDATADIR=\"/opt/pkg/share/oroborus\" -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -MT settings.o -MD -MP -MF ".deps/settings.Tpo" -c -o settings.o `test -f 'settings.c' || echo './'`settings.c; then mv ".deps/settings.Tpo" ".deps/settings.Po"; else rm -f ".deps/settings.Tpo"; exit 1; fi --- parserc.o --- parserc.c: In function 'parseRc': parserc.c:43:5: warning: 'strncpy' specified bound 512 equals destination size [-Wstringop-truncation] 43 | strncpy (filename, file, sizeof (filename)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --- events.o --- if gcc -DHAVE_CONFIG_H -I. -I. -I. -I/opt/pkg/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DDATADIR=\"/opt/pkg/share/oroborus\" -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -MT events.o -MD -MP -MF ".deps/events.Tpo" -c -o events.o `test -f 'events.c' || echo './'`events.c; then mv ".deps/events.Tpo" ".deps/events.Po"; else rm -f ".deps/events.Tpo"; exit 1; fi --- hints.o --- if gcc -DHAVE_CONFIG_H -I. -I. -I. -I/opt/pkg/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DDATADIR=\"/opt/pkg/share/oroborus\" -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -MT hints.o -MD -MP -MF ".deps/hints.Tpo" -c -o hints.o `test -f 'hints.c' || echo './'`hints.c; then mv ".deps/hints.Tpo" ".deps/hints.Po"; else rm -f ".deps/hints.Tpo"; exit 1; fi hints.c: In function 'initGnomeHints': hints.c:145:10: warning: variable 'root' set but not used [-Wunused-but-set-variable] 145 | Window root; | ^~~~ --- keyboard.o --- if gcc -DHAVE_CONFIG_H -I. -I. -I. -I/opt/pkg/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DDATADIR=\"/opt/pkg/share/oroborus\" -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -MT keyboard.o -MD -MP -MF ".deps/keyboard.Tpo" -c -o keyboard.o `test -f 'keyboard.c' || echo './'`keyboard.c; then mv ".deps/keyboard.Tpo" ".deps/keyboard.Po"; else rm -f ".deps/keyboard.Tpo"; exit 1; fi --- oroborus.o --- if gcc -DHAVE_CONFIG_H -I. -I. -I. -I/opt/pkg/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DDATADIR=\"/opt/pkg/share/oroborus\" -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -MT oroborus.o -MD -MP -MF ".deps/oroborus.Tpo" -c -o oroborus.o `test -f 'oroborus.c' || echo './'`oroborus.c; then mv ".deps/oroborus.Tpo" ".deps/oroborus.Po"; else rm -f ".deps/oroborus.Tpo"; exit 1; fi --- pixmap.o --- if gcc -DHAVE_CONFIG_H -I. -I. -I. -I/opt/pkg/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DDATADIR=\"/opt/pkg/share/oroborus\" -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -MT pixmap.o -MD -MP -MF ".deps/pixmap.Tpo" -c -o pixmap.o `test -f 'pixmap.c' || echo './'`pixmap.c; then mv ".deps/pixmap.Tpo" ".deps/pixmap.Po"; else rm -f ".deps/pixmap.Tpo"; exit 1; fi --- workspaces.o --- if gcc -DHAVE_CONFIG_H -I. -I. -I. -I/opt/pkg/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DDATADIR=\"/opt/pkg/share/oroborus\" -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -MT workspaces.o -MD -MP -MF ".deps/workspaces.Tpo" -c -o workspaces.o `test -f 'workspaces.c' || echo './'`workspaces.c; then mv ".deps/workspaces.Tpo" ".deps/workspaces.Po"; else rm -f ".deps/workspaces.Tpo"; exit 1; fi --- pixmap.o --- pixmap.c: In function 'scalePixmap': pixmap.c:106:12: warning: pointer targets in assignment from 'unsigned int *' to 'int *' differ in signedness [-Wpointer-sign] 106 | dst_data = xi_dst.data; | ^ pixmap.c:107:12: warning: pointer targets in assignment from 'unsigned int *' to 'int *' differ in signedness [-Wpointer-sign] 107 | src_data = xi_src.data; | ^ pixmap.c:116:16: warning: pointer targets in assignment from 'unsigned int *' to 'int *' differ in signedness [-Wpointer-sign] 116 | dst_data = xi_dst.data + (y * xi_dst.width); | ^ --- xmalloc.o --- if gcc -DHAVE_CONFIG_H -I. -I. -I. -I/opt/pkg/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DDATADIR=\"/opt/pkg/share/oroborus\" -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -MT xmalloc.o -MD -MP -MF ".deps/xmalloc.Tpo" -c -o xmalloc.o `test -f 'xmalloc.c' || echo './'`xmalloc.c; then mv ".deps/xmalloc.Tpo" ".deps/xmalloc.Po"; else rm -f ".deps/xmalloc.Tpo"; exit 1; fi xmalloc.c: In function 'fixup_null_alloc': xmalloc.c:80:7: error: implicit declaration of function 'exit' [-Wimplicit-function-declaration] 80 | exit (xmalloc_exit_failure); | ^~~~ xmalloc.c:41:1: note: include '' or provide a declaration of 'exit' 40 | # include +++ |+#include 41 | xmalloc.c:80:7: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch] 80 | exit (xmalloc_exit_failure); | ^~~~ xmalloc.c:80:7: note: include '' or provide a declaration of 'exit' --- getopt.o --- if gcc -DHAVE_CONFIG_H -I. -I. -I. -I/opt/pkg/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DDATADIR=\"/opt/pkg/share/oroborus\" -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -MT getopt.o -MD -MP -MF ".deps/getopt.Tpo" -c -o getopt.o `test -f 'getopt.c' || echo './'`getopt.c; then mv ".deps/getopt.Tpo" ".deps/getopt.Po"; else rm -f ".deps/getopt.Tpo"; exit 1; fi --- getopt1.o --- if gcc -DHAVE_CONFIG_H -I. -I. -I. -I/opt/pkg/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DDATADIR=\"/opt/pkg/share/oroborus\" -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -MT getopt1.o -MD -MP -MF ".deps/getopt1.Tpo" -c -o getopt1.o `test -f 'getopt1.c' || echo './'`getopt1.c; then mv ".deps/getopt1.Tpo" ".deps/getopt1.Po"; else rm -f ".deps/getopt1.Tpo"; exit 1; fi --- xmalloc.o --- *** [xmalloc.o] Error code 1 bmake[2]: stopped making "all-am" in /home/pbulk/build/wm/oroborus/work/oroborus-2.0.12/src bmake[2]: 1 error bmake[2]: stopped making "all-am" in /home/pbulk/build/wm/oroborus/work/oroborus-2.0.12/src *** [all] Error code 2 bmake[1]: stopped making "all" in /home/pbulk/build/wm/oroborus/work/oroborus-2.0.12/src bmake[1]: 1 error bmake[1]: stopped making "all" in /home/pbulk/build/wm/oroborus/work/oroborus-2.0.12/src *** [all-recursive] Error code 1 bmake: stopped making "all" in /home/pbulk/build/wm/oroborus/work/oroborus-2.0.12 bmake: 1 error bmake: stopped making "all" in /home/pbulk/build/wm/oroborus/work/oroborus-2.0.12 *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/wm/oroborus *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/wm/oroborus