+ 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/golem-0.0.5nb7/work.log + su pbulk -c '"$@"' make /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/golem-0.0.5nb7/work.log => Bootstrap dependency digest>=20211023: found digest-20220214 WARNING: [license.mk] Every package should define a LICENSE. ===> Building for golem-0.0.5nb7 ===> src gmake[1]: Entering directory '/home/pbulk/build/wm/golem/work/golem-0.0.5/src' cc -I. -pipe -O2 -DPKG_SYSCONFDIR="\"/usr/pkg/etc\"" -I/usr/pkg/include -Wall -DHAVE_CONFIG_H -DLIBDIR=\"/usr/pkg/lib\" -DDATADIR=\"/usr/pkg/share\" -I/usr/pkg/include -c -o bsd_err.o bsd_err.c cc -I. -pipe -O2 -DPKG_SYSCONFDIR="\"/usr/pkg/etc\"" -I/usr/pkg/include -Wall -DHAVE_CONFIG_H -DLIBDIR=\"/usr/pkg/lib\" -DDATADIR=\"/usr/pkg/share\" -I/usr/pkg/include -c -o main.o main.c cc -I. -pipe -O2 -DPKG_SYSCONFDIR="\"/usr/pkg/etc\"" -I/usr/pkg/include -Wall -DHAVE_CONFIG_H -DLIBDIR=\"/usr/pkg/lib\" -DDATADIR=\"/usr/pkg/share\" -I/usr/pkg/include -c -o screen.o screen.c screen.c: In function 'manage_existing_windows': screen.c:72:65: warning: pointer targets in passing argument 6 of 'XQueryTree' differ in signedness [-Wpointer-sign] XQueryTree(display, screen->root, &wroot, &wparent, &children, &nchilds); ^~~~~~~~ In file included from wm.h:42, from screen.c:29: /home/pbulk/build/wm/golem/work/.buildlink/include/X11/Xlib.h:3031:15: note: expected 'unsigned int *' but argument is of type 'int *' extern Status XQueryTree( ^~~~~~~~~~ screen.c: In function 'screen_manage': screen.c:100:62: warning: pointer targets in passing argument 6 of 'XGetGeometry' differ in signedness [-Wpointer-sign] XGetGeometry(display, screen->root, &dumroot, &dumx, &dumy, &screen->width, &screen->height, ^~~~~~~~~~~~~~ In file included from wm.h:42, from screen.c:29: /home/pbulk/build/wm/golem/work/.buildlink/include/X11/Xlib.h:2634:15: note: expected 'unsigned int *' but argument is of type 'int *' extern Status XGetGeometry( ^~~~~~~~~~~~ screen.c:100:78: warning: pointer targets in passing argument 7 of 'XGetGeometry' differ in signedness [-Wpointer-sign] XGetGeometry(display, screen->root, &dumroot, &dumx, &dumy, &screen->width, &screen->height, ^~~~~~~~~~~~~~~ In file included from wm.h:42, from screen.c:29: /home/pbulk/build/wm/golem/work/.buildlink/include/X11/Xlib.h:2634:15: note: expected 'unsigned int *' but argument is of type 'int *' extern Status XGetGeometry( ^~~~~~~~~~~~ screen.c:101:3: warning: pointer targets in passing argument 8 of 'XGetGeometry' differ in signedness [-Wpointer-sign] &dumbord, &dumdepth); ^~~~~~~~ In file included from wm.h:42, from screen.c:29: /home/pbulk/build/wm/golem/work/.buildlink/include/X11/Xlib.h:2634:15: note: expected 'unsigned int *' but argument is of type 'int *' extern Status XGetGeometry( ^~~~~~~~~~~~ screen.c:101:13: warning: pointer targets in passing argument 9 of 'XGetGeometry' differ in signedness [-Wpointer-sign] &dumbord, &dumdepth); ^~~~~~~~~ In file included from wm.h:42, from screen.c:29: /home/pbulk/build/wm/golem/work/.buildlink/include/X11/Xlib.h:2634:15: note: expected 'unsigned int *' but argument is of type 'int *' extern Status XGetGeometry( ^~~~~~~~~~~~ cc -I. -pipe -O2 -DPKG_SYSCONFDIR="\"/usr/pkg/etc\"" -I/usr/pkg/include -Wall -DHAVE_CONFIG_H -DLIBDIR=\"/usr/pkg/lib\" -DDATADIR=\"/usr/pkg/share\" -I/usr/pkg/include -c -o event.o event.c cc -I. -pipe -O2 -DPKG_SYSCONFDIR="\"/usr/pkg/etc\"" -I/usr/pkg/include -Wall -DHAVE_CONFIG_H -DLIBDIR=\"/usr/pkg/lib\" -DDATADIR=\"/usr/pkg/share\" -I/usr/pkg/include -c -o client.o client.c client.c: In function 'client_sizeframe': client.c:443:12: warning: variable 'dgroup' set but not used [-Wunused-but-set-variable] dgroup_t *dgroup; ^~~~~~ cc -I. -pipe -O2 -DPKG_SYSCONFDIR="\"/usr/pkg/etc\"" -I/usr/pkg/include -Wall -DHAVE_CONFIG_H -DLIBDIR=\"/usr/pkg/lib\" -DDATADIR=\"/usr/pkg/share\" -I/usr/pkg/include -c -o action.o action.c cc -I. -pipe -O2 -DPKG_SYSCONFDIR="\"/usr/pkg/etc\"" -I/usr/pkg/include -Wall -DHAVE_CONFIG_H -DLIBDIR=\"/usr/pkg/lib\" -DDATADIR=\"/usr/pkg/share\" -I/usr/pkg/include -c -o options.o options.c cc -I. -pipe -O2 -DPKG_SYSCONFDIR="\"/usr/pkg/etc\"" -I/usr/pkg/include -Wall -DHAVE_CONFIG_H -DLIBDIR=\"/usr/pkg/lib\" -DDATADIR=\"/usr/pkg/share\" -I/usr/pkg/include -c -o draw.o draw.c action.c: In function 'moveloop': action.c:153:37: warning: pointer targets in passing argument 9 of 'XQueryPointer' differ in signedness [-Wpointer-sign] &ptr.x, &ptr.y, &dumint, &dumint, &dumint); ^~~~~~~ In file included from wm.h:42, from action.c:29: /home/pbulk/build/wm/golem/work/.buildlink/include/X11/Xlib.h:2997:13: note: expected 'unsigned int *' but argument is of type 'int *' extern Bool XQueryPointer( ^~~~~~~~~~~~~ action.c: In function 'resizeloop': action.c:413:37: warning: pointer targets in passing argument 9 of 'XQueryPointer' differ in signedness [-Wpointer-sign] &ptr.x, &ptr.y, &dumint, &dumint, &dumint); ^~~~~~~ In file included from wm.h:42, from action.c:29: /home/pbulk/build/wm/golem/work/.buildlink/include/X11/Xlib.h:2997:13: note: expected 'unsigned int *' but argument is of type 'int *' extern Bool XQueryPointer( ^~~~~~~~~~~~~ cc -I. -pipe -O2 -DPKG_SYSCONFDIR="\"/usr/pkg/etc\"" -I/usr/pkg/include -Wall -DHAVE_CONFIG_H -DLIBDIR=\"/usr/pkg/lib\" -DDATADIR=\"/usr/pkg/share\" -I/usr/pkg/include -c -o workspace.o workspace.c workspace.c: In function 'workspace_add_bypos': workspace.c:60:12: warning: variable 'dgroup' set but not used [-Wunused-but-set-variable] dgroup_t *dgroup; ^~~~~~ cc -I. -pipe -O2 -DPKG_SYSCONFDIR="\"/usr/pkg/etc\"" -I/usr/pkg/include -Wall -DHAVE_CONFIG_H -DLIBDIR=\"/usr/pkg/lib\" -DDATADIR=\"/usr/pkg/share\" -I/usr/pkg/include -c -o desktop.o desktop.c cc -I. -pipe -O2 -DPKG_SYSCONFDIR="\"/usr/pkg/etc\"" -I/usr/pkg/include -Wall -DHAVE_CONFIG_H -DLIBDIR=\"/usr/pkg/lib\" -DDATADIR=\"/usr/pkg/share\" -I/usr/pkg/include -c -o keys.o keys.c keys.c: In function 'keys_cyclescr': keys.c:251:21: warning: pointer targets in passing argument 9 of 'XQueryPointer' differ in signedness [-Wpointer-sign] &dumint, &dumint, &dumint); ^~~~~~~ In file included from wm.h:42, from keys.c:29: /home/pbulk/build/wm/golem/work/.buildlink/include/X11/Xlib.h:2997:13: note: expected 'unsigned int *' but argument is of type 'int *' extern Bool XQueryPointer( ^~~~~~~~~~~~~ cc -I. -pipe -O2 -DPKG_SYSCONFDIR="\"/usr/pkg/etc\"" -I/usr/pkg/include -Wall -DHAVE_CONFIG_H -DLIBDIR=\"/usr/pkg/lib\" -DDATADIR=\"/usr/pkg/share\" -I/usr/pkg/include -c -o decor.o decor.c cc -I. -pipe -O2 -DPKG_SYSCONFDIR="\"/usr/pkg/etc\"" -I/usr/pkg/include -Wall -DHAVE_CONFIG_H -DLIBDIR=\"/usr/pkg/lib\" -DDATADIR=\"/usr/pkg/share\" -I/usr/pkg/include -c -o placement.o placement.c placement.c: In function 'placeloop': placement.c:50:47: warning: pointer targets in passing argument 9 of 'XQueryPointer' differ in signedness [-Wpointer-sign] &saveptr->x, &saveptr->y, &dumint, &dumint, &dumint); ^~~~~~~ In file included from wm.h:42, from placement.c:30: /home/pbulk/build/wm/golem/work/.buildlink/include/X11/Xlib.h:2997:13: note: expected 'unsigned int *' but argument is of type 'int *' extern Bool XQueryPointer( ^~~~~~~~~~~~~ placement.c: In function 'placement_pointer': placement.c:177:54: warning: pointer targets in passing argument 9 of 'XQueryPointer' differ in signedness [-Wpointer-sign] &dumwin, &client->x, &client->y, &dumint, &dumint, &mask); ^~~~~ In file included from wm.h:42, from placement.c:30: /home/pbulk/build/wm/golem/work/.buildlink/include/X11/Xlib.h:2997:13: note: expected 'unsigned int *' but argument is of type 'int *' extern Bool XQueryPointer( ^~~~~~~~~~~~~ cc -I. -pipe -O2 -DPKG_SYSCONFDIR="\"/usr/pkg/etc\"" -I/usr/pkg/include -Wall -DHAVE_CONFIG_H -DLIBDIR=\"/usr/pkg/lib\" -DDATADIR=\"/usr/pkg/share\" -I/usr/pkg/include -c -o pixmap.o pixmap.c cc -I. -pipe -O2 -DPKG_SYSCONFDIR="\"/usr/pkg/etc\"" -I/usr/pkg/include -Wall -DHAVE_CONFIG_H -DLIBDIR=\"/usr/pkg/lib\" -DDATADIR=\"/usr/pkg/share\" -I/usr/pkg/include -c -o dgroup.o dgroup.c pixmap.c: In function 'pixmap_getpixmaps': pixmap.c:114:22: warning: pointer targets in passing argument 6 of 'XGetGeometry' differ in signedness [-Wpointer-sign] &dumint, &dumint, &pixmap->width, ^~~~~~~~~~~~~~ In file included from wm.h:42, from pixmap.c:29: /home/pbulk/build/wm/golem/work/.buildlink/include/X11/Xlib.h:2634:15: note: expected 'unsigned int *' but argument is of type 'int *' extern Status XGetGeometry( ^~~~~~~~~~~~ pixmap.c:115:4: warning: pointer targets in passing argument 7 of 'XGetGeometry' differ in signedness [-Wpointer-sign] &pixmap->height, &dumint, &dumint); ^~~~~~~~~~~~~~~ In file included from wm.h:42, from pixmap.c:29: /home/pbulk/build/wm/golem/work/.buildlink/include/X11/Xlib.h:2634:15: note: expected 'unsigned int *' but argument is of type 'int *' extern Status XGetGeometry( ^~~~~~~~~~~~ pixmap.c:115:21: warning: pointer targets in passing argument 8 of 'XGetGeometry' differ in signedness [-Wpointer-sign] &pixmap->height, &dumint, &dumint); ^~~~~~~ In file included from wm.h:42, from pixmap.c:29: /home/pbulk/build/wm/golem/work/.buildlink/include/X11/Xlib.h:2634:15: note: expected 'unsigned int *' but argument is of type 'int *' extern Status XGetGeometry( ^~~~~~~~~~~~ pixmap.c:115:30: warning: pointer targets in passing argument 9 of 'XGetGeometry' differ in signedness [-Wpointer-sign] &pixmap->height, &dumint, &dumint); ^~~~~~~ In file included from wm.h:42, from pixmap.c:29: /home/pbulk/build/wm/golem/work/.buildlink/include/X11/Xlib.h:2634:15: note: expected 'unsigned int *' but argument is of type 'int *' extern Status XGetGeometry( ^~~~~~~~~~~~ cc -I. -pipe -O2 -DPKG_SYSCONFDIR="\"/usr/pkg/etc\"" -I/usr/pkg/include -Wall -DHAVE_CONFIG_H -DLIBDIR=\"/usr/pkg/lib\" -DDATADIR=\"/usr/pkg/share\" -I/usr/pkg/include -c -o plugin.o plugin.c cc -I. -pipe -O2 -DPKG_SYSCONFDIR="\"/usr/pkg/etc\"" -I/usr/pkg/include -Wall -DHAVE_CONFIG_H -DLIBDIR=\"/usr/pkg/lib\" -DDATADIR=\"/usr/pkg/share\" -I/usr/pkg/include -c -o focus.o focus.c cc -I. -pipe -O2 -DPKG_SYSCONFDIR="\"/usr/pkg/etc\"" -I/usr/pkg/include -Wall -DHAVE_CONFIG_H -DLIBDIR=\"/usr/pkg/lib\" -DDATADIR=\"/usr/pkg/share\" -I/usr/pkg/include -c -o stacking.o stacking.c cc -I. -pipe -O2 -DPKG_SYSCONFDIR="\"/usr/pkg/etc\"" -I/usr/pkg/include -Wall -DHAVE_CONFIG_H -DLIBDIR=\"/usr/pkg/lib\" -DDATADIR=\"/usr/pkg/share\" -I/usr/pkg/include -c -o image.o image.c cc -I. -pipe -O2 -DPKG_SYSCONFDIR="\"/usr/pkg/etc\"" -I/usr/pkg/include -Wall -DHAVE_CONFIG_H -DLIBDIR=\"/usr/pkg/lib\" -DDATADIR=\"/usr/pkg/share\" -I/usr/pkg/include -c -o xinerama.o xinerama.c cc -I. -pipe -O2 -DPKG_SYSCONFDIR="\"/usr/pkg/etc\"" -I/usr/pkg/include -Wall -DHAVE_CONFIG_H -DLIBDIR=\"/usr/pkg/lib\" -DDATADIR=\"/usr/pkg/share\" -I/usr/pkg/include -c -o rect.o rect.c /usr/pkg/bin/bison -y -d rcfile.y /usr/pkg/bin/flex -t rclex.l > rclex.c cc -I. -pipe -O2 -DPKG_SYSCONFDIR="\"/usr/pkg/etc\"" -I/usr/pkg/include -Wall -DHAVE_CONFIG_H -DLIBDIR=\"/usr/pkg/lib\" -DDATADIR=\"/usr/pkg/share\" -I/usr/pkg/include -c -o i18n.o i18n.c cc -I. -pipe -O2 -DPKG_SYSCONFDIR="\"/usr/pkg/etc\"" -I/usr/pkg/include -Wall -DHAVE_CONFIG_H -DLIBDIR=\"/usr/pkg/lib\" -DDATADIR=\"/usr/pkg/share\" -I/usr/pkg/include -c -o rclex.o rclex.c rclex.l:31:10: fatal error: rcfile.tab.h: No such file or directory #include "rcfile.tab.h" ^~~~~~~~~~~~~~ compilation terminated. gmake[1]: *** [: rclex.o] Error 1 gmake[1]: *** Waiting for unfinished jobs.... mv y.tab.c rcfile.tab.c mv y.tab.h rcfile.tab.h gmake[1]: Leaving directory '/home/pbulk/build/wm/golem/work/golem-0.0.5/src' gmake: *** [Makefile:24: all] Error 1 *** Error code 2 Stop. bmake[1]: stopped in /data/jenkins/workspace/pkgsrc-el8-trunk-x86_64/wm/golem *** Error code 1 Stop. bmake: stopped in /data/jenkins/workspace/pkgsrc-el8-trunk-x86_64/wm/golem