=> 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 golem-0.0.5nb7
===> src
gmake[1]: Entering directory '/pbulk/work/wm/golem/work/golem-0.0.5/src'
gcc -I. -O2 -DPKG_SYSCONFDIR="\"/usr/pkg/etc\"" -I/usr/pkg/include -I/usr/X11R7/include -Wall  -I/usr/X11R7/include -DHAVE_CONFIG_H -DLIBDIR=\"/usr/pkg/lib\" -DDATADIR=\"/usr/pkg/share\" -I/usr/pkg/include -I/usr/X11R7/include  -c -o bsd_err.o bsd_err.c
gcc -I. -O2 -DPKG_SYSCONFDIR="\"/usr/pkg/etc\"" -I/usr/pkg/include -I/usr/X11R7/include -Wall  -I/usr/X11R7/include -DHAVE_CONFIG_H -DLIBDIR=\"/usr/pkg/lib\" -DDATADIR=\"/usr/pkg/share\" -I/usr/pkg/include -I/usr/X11R7/include  -c -o main.o main.c
gcc -I. -O2 -DPKG_SYSCONFDIR="\"/usr/pkg/etc\"" -I/usr/pkg/include -I/usr/X11R7/include -Wall  -I/usr/X11R7/include -DHAVE_CONFIG_H -DLIBDIR=\"/usr/pkg/lib\" -DDATADIR=\"/usr/pkg/share\" -I/usr/pkg/include -I/usr/X11R7/include  -c -o screen.o screen.c
gcc -I. -O2 -DPKG_SYSCONFDIR="\"/usr/pkg/etc\"" -I/usr/pkg/include -I/usr/X11R7/include -Wall  -I/usr/X11R7/include -DHAVE_CONFIG_H -DLIBDIR=\"/usr/pkg/lib\" -DDATADIR=\"/usr/pkg/share\" -I/usr/pkg/include -I/usr/X11R7/include  -c -o event.o event.c
gcc -I. -O2 -DPKG_SYSCONFDIR="\"/usr/pkg/etc\"" -I/usr/pkg/include -I/usr/X11R7/include -Wall  -I/usr/X11R7/include -DHAVE_CONFIG_H -DLIBDIR=\"/usr/pkg/lib\" -DDATADIR=\"/usr/pkg/share\" -I/usr/pkg/include -I/usr/X11R7/include  -c -o client.o client.c
gcc -I. -O2 -DPKG_SYSCONFDIR="\"/usr/pkg/etc\"" -I/usr/pkg/include -I/usr/X11R7/include -Wall  -I/usr/X11R7/include -DHAVE_CONFIG_H -DLIBDIR=\"/usr/pkg/lib\" -DDATADIR=\"/usr/pkg/share\" -I/usr/pkg/include -I/usr/X11R7/include  -c -o action.o action.c
gcc -I. -O2 -DPKG_SYSCONFDIR="\"/usr/pkg/etc\"" -I/usr/pkg/include -I/usr/X11R7/include -Wall  -I/usr/X11R7/include -DHAVE_CONFIG_H -DLIBDIR=\"/usr/pkg/lib\" -DDATADIR=\"/usr/pkg/share\" -I/usr/pkg/include -I/usr/X11R7/include  -c -o options.o options.c
gcc -I. -O2 -DPKG_SYSCONFDIR="\"/usr/pkg/etc\"" -I/usr/pkg/include -I/usr/X11R7/include -Wall  -I/usr/X11R7/include -DHAVE_CONFIG_H -DLIBDIR=\"/usr/pkg/lib\" -DDATADIR=\"/usr/pkg/share\" -I/usr/pkg/include -I/usr/X11R7/include  -c -o draw.o draw.c
gcc -I. -O2 -DPKG_SYSCONFDIR="\"/usr/pkg/etc\"" -I/usr/pkg/include -I/usr/X11R7/include -Wall  -I/usr/X11R7/include -DHAVE_CONFIG_H -DLIBDIR=\"/usr/pkg/lib\" -DDATADIR=\"/usr/pkg/share\" -I/usr/pkg/include -I/usr/X11R7/include  -c -o workspace.o workspace.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:0,
                 from action.c:29:
/pbulk/work/wm/golem/work/.buildlink/include/X11/Xlib.h:2983: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:0,
                 from action.c:29:
/pbulk/work/wm/golem/work/.buildlink/include/X11/Xlib.h:2983:13: note: expected 'unsigned int *' but argument is of type 'int *'
 extern Bool XQueryPointer(
             ^~~~~~~~~~~~~
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:0,
                 from screen.c:29:
/pbulk/work/wm/golem/work/.buildlink/include/X11/Xlib.h:3017: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:0,
                 from screen.c:29:
/pbulk/work/wm/golem/work/.buildlink/include/X11/Xlib.h:2620: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:0,
                 from screen.c:29:
/pbulk/work/wm/golem/work/.buildlink/include/X11/Xlib.h:2620: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:0,
                 from screen.c:29:
/pbulk/work/wm/golem/work/.buildlink/include/X11/Xlib.h:2620: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:0,
                 from screen.c:29:
/pbulk/work/wm/golem/work/.buildlink/include/X11/Xlib.h:2620:15: note: expected 'unsigned int *' but argument is of type 'int *'
 extern Status XGetGeometry(
               ^~~~~~~~~~~~
client.c: In function 'client_sizeframe':
client.c:443:12: warning: variable 'dgroup' set but not used [-Wunused-but-set-variable]
  dgroup_t *dgroup;
            ^~~~~~
gcc -I. -O2 -DPKG_SYSCONFDIR="\"/usr/pkg/etc\"" -I/usr/pkg/include -I/usr/X11R7/include -Wall  -I/usr/X11R7/include -DHAVE_CONFIG_H -DLIBDIR=\"/usr/pkg/lib\" -DDATADIR=\"/usr/pkg/share\" -I/usr/pkg/include -I/usr/X11R7/include  -c -o desktop.o desktop.c
gcc -I. -O2 -DPKG_SYSCONFDIR="\"/usr/pkg/etc\"" -I/usr/pkg/include -I/usr/X11R7/include -Wall  -I/usr/X11R7/include -DHAVE_CONFIG_H -DLIBDIR=\"/usr/pkg/lib\" -DDATADIR=\"/usr/pkg/share\" -I/usr/pkg/include -I/usr/X11R7/include  -c -o keys.o keys.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;
            ^~~~~~
gcc -I. -O2 -DPKG_SYSCONFDIR="\"/usr/pkg/etc\"" -I/usr/pkg/include -I/usr/X11R7/include -Wall  -I/usr/X11R7/include -DHAVE_CONFIG_H -DLIBDIR=\"/usr/pkg/lib\" -DDATADIR=\"/usr/pkg/share\" -I/usr/pkg/include -I/usr/X11R7/include  -c -o decor.o decor.c
gcc -I. -O2 -DPKG_SYSCONFDIR="\"/usr/pkg/etc\"" -I/usr/pkg/include -I/usr/X11R7/include -Wall  -I/usr/X11R7/include -DHAVE_CONFIG_H -DLIBDIR=\"/usr/pkg/lib\" -DDATADIR=\"/usr/pkg/share\" -I/usr/pkg/include -I/usr/X11R7/include  -c -o placement.o placement.c
gcc -I. -O2 -DPKG_SYSCONFDIR="\"/usr/pkg/etc\"" -I/usr/pkg/include -I/usr/X11R7/include -Wall  -I/usr/X11R7/include -DHAVE_CONFIG_H -DLIBDIR=\"/usr/pkg/lib\" -DDATADIR=\"/usr/pkg/share\" -I/usr/pkg/include -I/usr/X11R7/include  -c -o pixmap.o pixmap.c
gcc -I. -O2 -DPKG_SYSCONFDIR="\"/usr/pkg/etc\"" -I/usr/pkg/include -I/usr/X11R7/include -Wall  -I/usr/X11R7/include -DHAVE_CONFIG_H -DLIBDIR=\"/usr/pkg/lib\" -DDATADIR=\"/usr/pkg/share\" -I/usr/pkg/include -I/usr/X11R7/include  -c -o dgroup.o dgroup.c
gcc -I. -O2 -DPKG_SYSCONFDIR="\"/usr/pkg/etc\"" -I/usr/pkg/include -I/usr/X11R7/include -Wall  -I/usr/X11R7/include -DHAVE_CONFIG_H -DLIBDIR=\"/usr/pkg/lib\" -DDATADIR=\"/usr/pkg/share\" -I/usr/pkg/include -I/usr/X11R7/include  -c -o plugin.o plugin.c
gcc -I. -O2 -DPKG_SYSCONFDIR="\"/usr/pkg/etc\"" -I/usr/pkg/include -I/usr/X11R7/include -Wall  -I/usr/X11R7/include -DHAVE_CONFIG_H -DLIBDIR=\"/usr/pkg/lib\" -DDATADIR=\"/usr/pkg/share\" -I/usr/pkg/include -I/usr/X11R7/include  -c -o focus.o focus.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:0,
                 from keys.c:29:
/pbulk/work/wm/golem/work/.buildlink/include/X11/Xlib.h:2983:13: note: expected 'unsigned int *' but argument is of type 'int *'
 extern Bool XQueryPointer(
             ^~~~~~~~~~~~~
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:0,
                 from placement.c:30:
/pbulk/work/wm/golem/work/.buildlink/include/X11/Xlib.h:2983: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:0,
                 from placement.c:30:
/pbulk/work/wm/golem/work/.buildlink/include/X11/Xlib.h:2983:13: note: expected 'unsigned int *' but argument is of type 'int *'
 extern Bool XQueryPointer(
             ^~~~~~~~~~~~~
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:0,
                 from pixmap.c:29:
/pbulk/work/wm/golem/work/.buildlink/include/X11/Xlib.h:2620: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:0,
                 from pixmap.c:29:
/pbulk/work/wm/golem/work/.buildlink/include/X11/Xlib.h:2620: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:0,
                 from pixmap.c:29:
/pbulk/work/wm/golem/work/.buildlink/include/X11/Xlib.h:2620: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:0,
                 from pixmap.c:29:
/pbulk/work/wm/golem/work/.buildlink/include/X11/Xlib.h:2620:15: note: expected 'unsigned int *' but argument is of type 'int *'
 extern Status XGetGeometry(
               ^~~~~~~~~~~~
gcc -I. -O2 -DPKG_SYSCONFDIR="\"/usr/pkg/etc\"" -I/usr/pkg/include -I/usr/X11R7/include -Wall  -I/usr/X11R7/include -DHAVE_CONFIG_H -DLIBDIR=\"/usr/pkg/lib\" -DDATADIR=\"/usr/pkg/share\" -I/usr/pkg/include -I/usr/X11R7/include  -c -o stacking.o stacking.c
gcc -I. -O2 -DPKG_SYSCONFDIR="\"/usr/pkg/etc\"" -I/usr/pkg/include -I/usr/X11R7/include -Wall  -I/usr/X11R7/include -DHAVE_CONFIG_H -DLIBDIR=\"/usr/pkg/lib\" -DDATADIR=\"/usr/pkg/share\" -I/usr/pkg/include -I/usr/X11R7/include  -c -o image.o image.c
gcc -I. -O2 -DPKG_SYSCONFDIR="\"/usr/pkg/etc\"" -I/usr/pkg/include -I/usr/X11R7/include -Wall  -I/usr/X11R7/include -DHAVE_CONFIG_H -DLIBDIR=\"/usr/pkg/lib\" -DDATADIR=\"/usr/pkg/share\" -I/usr/pkg/include -I/usr/X11R7/include  -c -o xinerama.o xinerama.c
gcc -I. -O2 -DPKG_SYSCONFDIR="\"/usr/pkg/etc\"" -I/usr/pkg/include -I/usr/X11R7/include -Wall  -I/usr/X11R7/include -DHAVE_CONFIG_H -DLIBDIR=\"/usr/pkg/lib\" -DDATADIR=\"/usr/pkg/share\" -I/usr/pkg/include -I/usr/X11R7/include  -c -o rect.o rect.c
/usr/bin/yacc -d rcfile.y
/usr/bin/lex -t rclex.l > rclex.c
mv y.tab.c rcfile.tab.c
mv y.tab.h rcfile.tab.h
gcc -I. -O2 -DPKG_SYSCONFDIR="\"/usr/pkg/etc\"" -I/usr/pkg/include -I/usr/X11R7/include -Wall  -I/usr/X11R7/include -DHAVE_CONFIG_H -DLIBDIR=\"/usr/pkg/lib\" -DDATADIR=\"/usr/pkg/share\" -I/usr/pkg/include -I/usr/X11R7/include  -c -o i18n.o i18n.c
gcc -I. -O2 -DPKG_SYSCONFDIR="\"/usr/pkg/etc\"" -I/usr/pkg/include -I/usr/X11R7/include -Wall  -I/usr/X11R7/include -DHAVE_CONFIG_H -DLIBDIR=\"/usr/pkg/lib\" -DDATADIR=\"/usr/pkg/share\" -I/usr/pkg/include -I/usr/X11R7/include  -c -o rcfile.tab.o rcfile.tab.c
gcc -I. -O2 -DPKG_SYSCONFDIR="\"/usr/pkg/etc\"" -I/usr/pkg/include -I/usr/X11R7/include -Wall  -I/usr/X11R7/include -DHAVE_CONFIG_H -DLIBDIR=\"/usr/pkg/lib\" -DDATADIR=\"/usr/pkg/share\" -I/usr/pkg/include -I/usr/X11R7/include  -c -o rclex.o rclex.c
<stdout>:2401:16: warning: 'input' defined but not used [-Wunused-function]
gcc bsd_err.o main.o screen.o event.o client.o action.o options.o draw.o workspace.o desktop.o keys.o decor.o placement.o pixmap.o dgroup.o plugin.o focus.o stacking.o image.o xinerama.o rect.o rcfile.tab.o rclex.o i18n.o -o golem -Wl,-zrelro -L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib -Wl,-R/usr/pkg/lib  -L/usr/X11R7/lib -lXinerama -export-dynamic -lX11 -lXpm -lXext
mkdir -p ../build-bin
cp golem ../build-bin
gmake[1]: Leaving directory '/pbulk/work/wm/golem/work/golem-0.0.5/src'
===> plugins
gmake[1]: Entering directory '/pbulk/work/wm/golem/work/golem-0.0.5/plugins'
===> box_iconify
gmake[2]: Entering directory '/pbulk/work/wm/golem/work/golem-0.0.5/plugins/box_iconify'
gcc -O2 -DPKG_SYSCONFDIR="\"/usr/pkg/etc\"" -I/usr/pkg/include -I/usr/X11R7/include -Wall -fPIC -I../../src/ -I../include/  -I/usr/X11R7/include -DHAVE_CONFIG_H -I/usr/pkg/include -I/usr/X11R7/include  -c -o box_iconify.o box_iconify.c
mkdir -p ../../sample.golem/plugins/box_iconify
touch ../../sample.golem/plugins/box_iconify
for file in tile.xpm rc ; do \
	cp $file ../../sample.golem/plugins/box_iconify/ ; \
done
box_iconify.c: In function 'icon_add':
box_iconify.c:93:22: warning: pointer targets in passing argument 6 of 'XGetGeometry' differ in signedness [-Wpointer-sign]
    &dumint, &dumint, &width, &height, &dumint, &dumint);
                      ^
In file included from ../../src/wm.h:42:0,
                 from ../include/plugutil.h:33,
                 from box_iconify.c:29:
/pbulk/work/wm/golem/work/.buildlink/include/X11/Xlib.h:2620:15: note: expected 'unsigned int *' but argument is of type 'int *'
 extern Status XGetGeometry(
               ^~~~~~~~~~~~
box_iconify.c:93:30: warning: pointer targets in passing argument 7 of 'XGetGeometry' differ in signedness [-Wpointer-sign]
    &dumint, &dumint, &width, &height, &dumint, &dumint);
                              ^
In file included from ../../src/wm.h:42:0,
                 from ../include/plugutil.h:33,
                 from box_iconify.c:29:
/pbulk/work/wm/golem/work/.buildlink/include/X11/Xlib.h:2620:15: note: expected 'unsigned int *' but argument is of type 'int *'
 extern Status XGetGeometry(
               ^~~~~~~~~~~~
box_iconify.c:93:39: warning: pointer targets in passing argument 8 of 'XGetGeometry' differ in signedness [-Wpointer-sign]
    &dumint, &dumint, &width, &height, &dumint, &dumint);
                                       ^
In file included from ../../src/wm.h:42:0,
                 from ../include/plugutil.h:33,
                 from box_iconify.c:29:
/pbulk/work/wm/golem/work/.buildlink/include/X11/Xlib.h:2620:15: note: expected 'unsigned int *' but argument is of type 'int *'
 extern Status XGetGeometry(
               ^~~~~~~~~~~~
box_iconify.c:93:48: warning: pointer targets in passing argument 9 of 'XGetGeometry' differ in signedness [-Wpointer-sign]
    &dumint, &dumint, &width, &height, &dumint, &dumint);
                                                ^
In file included from ../../src/wm.h:42:0,
                 from ../include/plugutil.h:33,
                 from box_iconify.c:29:
/pbulk/work/wm/golem/work/.buildlink/include/X11/Xlib.h:2620:15: note: expected 'unsigned int *' but argument is of type 'int *'
 extern Status XGetGeometry(
               ^~~~~~~~~~~~
gcc box_iconify.o -o box_iconify.so -shared
mkdir -p ../../build-plugin
cp box_iconify.so ../../build-plugin/
gmake[2]: Leaving directory '/pbulk/work/wm/golem/work/golem-0.0.5/plugins/box_iconify'
===> simple_menus
gmake[2]: Entering directory '/pbulk/work/wm/golem/work/golem-0.0.5/plugins/simple_menus'
gcc -O2 -DPKG_SYSCONFDIR="\"/usr/pkg/etc\"" -I/usr/pkg/include -I/usr/X11R7/include -Wall -fPIC -I../../src/ -I../include/  -I/usr/X11R7/include -DHAVE_CONFIG_H -I/usr/pkg/include -I/usr/X11R7/include  -c -o simple_menus.o simple_menus.c
gcc -O2 -DPKG_SYSCONFDIR="\"/usr/pkg/etc\"" -I/usr/pkg/include -I/usr/X11R7/include -Wall -fPIC -I../../src/ -I../include/  -I/usr/X11R7/include -DHAVE_CONFIG_H -I/usr/pkg/include -I/usr/X11R7/include  -c -o menu.o menu.c
gcc -O2 -DPKG_SYSCONFDIR="\"/usr/pkg/etc\"" -I/usr/pkg/include -I/usr/X11R7/include -Wall -fPIC -I../../src/ -I../include/  -I/usr/X11R7/include -DHAVE_CONFIG_H -I/usr/pkg/include -I/usr/X11R7/include  -c -o parseparams.o parseparams.c
mkdir -p ../../sample.golem/plugins/simple_menus
touch ../../sample.golem/plugins/simple_menus
for file in rc ; do \
	cp $file ../../sample.golem/plugins/simple_menus/ ; \
done
menu.c: In function 'menu_use':
menu.c:647:4: warning: pointer targets in passing argument 9 of 'XQueryPointer' differ in signedness [-Wpointer-sign]
    &dumint);
    ^
In file included from ../../src/wm.h:42:0,
                 from ../include/plugutil.h:33,
                 from menu.h:32,
                 from menu.c:29:
/pbulk/work/wm/golem/work/.buildlink/include/X11/Xlib.h:2983:13: note: expected 'unsigned int *' but argument is of type 'int *'
 extern Bool XQueryPointer(
             ^~~~~~~~~~~~~
gcc simple_menus.o menu.o parseparams.o -o simple_menus.so -shared
mkdir -p ../../build-plugin
cp simple_menus.so ../../build-plugin/
gmake[2]: Leaving directory '/pbulk/work/wm/golem/work/golem-0.0.5/plugins/simple_menus'
===> start_slide
gmake[2]: Entering directory '/pbulk/work/wm/golem/work/golem-0.0.5/plugins/start_slide'
gcc -O2 -DPKG_SYSCONFDIR="\"/usr/pkg/etc\"" -I/usr/pkg/include -I/usr/X11R7/include -Wall -fPIC -I../../src/ -I../include/  -I/usr/X11R7/include -DHAVE_CONFIG_H -I/usr/pkg/include -I/usr/X11R7/include  -c -o start_slide.o start_slide.c
mkdir -p ../../sample.golem/plugins/start_slide
touch ../../sample.golem/plugins/start_slide
for file in README rc ; do \
	cp $file ../../sample.golem/plugins/start_slide/ ; \
done
start_slide.c: In function 'init':
start_slide.c:81:22: warning: pointer targets in passing argument 6 of 'XGetGeometry' differ in signedness [-Wpointer-sign]
    &dumint, &dumint, &slidescr[screen].width, &slidescr[screen].height, &dumint, &dumint);
                      ^
In file included from ../../src/wm.h:42:0,
                 from ../include/plugutil.h:33,
                 from start_slide.c:29:
/pbulk/work/wm/golem/work/.buildlink/include/X11/Xlib.h:2620:15: note: expected 'unsigned int *' but argument is of type 'int *'
 extern Status XGetGeometry(
               ^~~~~~~~~~~~
start_slide.c:81:47: warning: pointer targets in passing argument 7 of 'XGetGeometry' differ in signedness [-Wpointer-sign]
    &dumint, &dumint, &slidescr[screen].width, &slidescr[screen].height, &dumint, &dumint);
                                               ^
In file included from ../../src/wm.h:42:0,
                 from ../include/plugutil.h:33,
                 from start_slide.c:29:
/pbulk/work/wm/golem/work/.buildlink/include/X11/Xlib.h:2620:15: note: expected 'unsigned int *' but argument is of type 'int *'
 extern Status XGetGeometry(
               ^~~~~~~~~~~~
start_slide.c:81:73: warning: pointer targets in passing argument 8 of 'XGetGeometry' differ in signedness [-Wpointer-sign]
    &dumint, &dumint, &slidescr[screen].width, &slidescr[screen].height, &dumint, &dumint);
                                                                         ^
In file included from ../../src/wm.h:42:0,
                 from ../include/plugutil.h:33,
                 from start_slide.c:29:
/pbulk/work/wm/golem/work/.buildlink/include/X11/Xlib.h:2620:15: note: expected 'unsigned int *' but argument is of type 'int *'
 extern Status XGetGeometry(
               ^~~~~~~~~~~~
start_slide.c:81:82: warning: pointer targets in passing argument 9 of 'XGetGeometry' differ in signedness [-Wpointer-sign]
    &dumint, &dumint, &slidescr[screen].width, &slidescr[screen].height, &dumint, &dumint);
                                                                                  ^
In file included from ../../src/wm.h:42:0,
                 from ../include/plugutil.h:33,
                 from start_slide.c:29:
/pbulk/work/wm/golem/work/.buildlink/include/X11/Xlib.h:2620:15: note: expected 'unsigned int *' but argument is of type 'int *'
 extern Status XGetGeometry(
               ^~~~~~~~~~~~
start_slide.c:123:82: warning: pointer targets in passing argument 6 of 'XGetGeometry' differ in signedness [-Wpointer-sign]
    XGetGeometry(display, slidescr[screen].logopixmap, &dumwin, &dumint, &dumint, &pmwidth, &pmheight,
                                                                                  ^
In file included from ../../src/wm.h:42:0,
                 from ../include/plugutil.h:33,
                 from start_slide.c:29:
/pbulk/work/wm/golem/work/.buildlink/include/X11/Xlib.h:2620:15: note: expected 'unsigned int *' but argument is of type 'int *'
 extern Status XGetGeometry(
               ^~~~~~~~~~~~
start_slide.c:123:92: warning: pointer targets in passing argument 7 of 'XGetGeometry' differ in signedness [-Wpointer-sign]
    XGetGeometry(display, slidescr[screen].logopixmap, &dumwin, &dumint, &dumint, &pmwidth, &pmheight,
                                                                                            ^
In file included from ../../src/wm.h:42:0,
                 from ../include/plugutil.h:33,
                 from start_slide.c:29:
/pbulk/work/wm/golem/work/.buildlink/include/X11/Xlib.h:2620:15: note: expected 'unsigned int *' but argument is of type 'int *'
 extern Status XGetGeometry(
               ^~~~~~~~~~~~
start_slide.c:124:5: warning: pointer targets in passing argument 8 of 'XGetGeometry' differ in signedness [-Wpointer-sign]
     &dumint, &dumint);
     ^
In file included from ../../src/wm.h:42:0,
                 from ../include/plugutil.h:33,
                 from start_slide.c:29:
/pbulk/work/wm/golem/work/.buildlink/include/X11/Xlib.h:2620:15: note: expected 'unsigned int *' but argument is of type 'int *'
 extern Status XGetGeometry(
               ^~~~~~~~~~~~
start_slide.c:124:14: warning: pointer targets in passing argument 9 of 'XGetGeometry' differ in signedness [-Wpointer-sign]
     &dumint, &dumint);
              ^
In file included from ../../src/wm.h:42:0,
                 from ../include/plugutil.h:33,
                 from start_slide.c:29:
/pbulk/work/wm/golem/work/.buildlink/include/X11/Xlib.h:2620:15: note: expected 'unsigned int *' but argument is of type 'int *'
 extern Status XGetGeometry(
               ^~~~~~~~~~~~
gcc start_slide.o -o start_slide.so -shared
mkdir -p ../../build-plugin
cp start_slide.so ../../build-plugin/
gmake[2]: Leaving directory '/pbulk/work/wm/golem/work/golem-0.0.5/plugins/start_slide'
===> gnome
gmake[2]: Entering directory '/pbulk/work/wm/golem/work/golem-0.0.5/plugins/gnome'
gcc -O2 -DPKG_SYSCONFDIR="\"/usr/pkg/etc\"" -I/usr/pkg/include -I/usr/X11R7/include -Wall -fPIC -I../../src/ -I../include/  -I/usr/X11R7/include -DHAVE_CONFIG_H -I/usr/pkg/include -I/usr/X11R7/include  -c -o gnome.o gnome.c
mkdir -p ../../sample.golem/plugins/gnome
touch ../../sample.golem/plugins/gnome
for file in rc ; do \
	cp $file ../../sample.golem/plugins/gnome/ ; \
done
gcc gnome.o -o gnome.so -shared
mkdir -p ../../build-plugin
cp gnome.so ../../build-plugin/
gmake[2]: Leaving directory '/pbulk/work/wm/golem/work/golem-0.0.5/plugins/gnome'
===> pier
gmake[2]: Entering directory '/pbulk/work/wm/golem/work/golem-0.0.5/plugins/pier'
gcc -O2 -DPKG_SYSCONFDIR="\"/usr/pkg/etc\"" -I/usr/pkg/include -I/usr/X11R7/include -Wall -fPIC -I../../src/ -I../include/  -I/usr/X11R7/include -DHAVE_CONFIG_H -I/usr/pkg/include -I/usr/X11R7/include  -c -o pier.o pier.c
gcc -O2 -DPKG_SYSCONFDIR="\"/usr/pkg/etc\"" -I/usr/pkg/include -I/usr/X11R7/include -Wall -fPIC -I../../src/ -I../include/  -I/usr/X11R7/include -DHAVE_CONFIG_H -I/usr/pkg/include -I/usr/X11R7/include  -c -o pier2.o pier2.c
gcc -O2 -DPKG_SYSCONFDIR="\"/usr/pkg/etc\"" -I/usr/pkg/include -I/usr/X11R7/include -Wall -fPIC -I../../src/ -I../include/  -I/usr/X11R7/include -DHAVE_CONFIG_H -I/usr/pkg/include -I/usr/X11R7/include  -c -o parseparams.o parseparams.c
mkdir -p ../../sample.golem/plugins/pier
touch ../../sample.golem/plugins/pier
for file in daemon.xpm netscape.xpm rc ; do \
	cp $file ../../sample.golem/plugins/pier/ ; \
done
pier2.c: In function 'pier_realize':
pier2.c:227:6: warning: pointer targets in passing argument 6 of 'XGetGeometry' differ in signedness [-Wpointer-sign]
      &wid, &hei, &dumint, &dumint);
      ^
In file included from ../../src/wm.h:42:0,
                 from ../include/plugutil.h:33,
                 from pier.h:32,
                 from pier2.c:29:
/pbulk/work/wm/golem/work/.buildlink/include/X11/Xlib.h:2620:15: note: expected 'unsigned int *' but argument is of type 'int *'
 extern Status XGetGeometry(
               ^~~~~~~~~~~~
pier2.c:227:12: warning: pointer targets in passing argument 7 of 'XGetGeometry' differ in signedness [-Wpointer-sign]
      &wid, &hei, &dumint, &dumint);
            ^
In file included from ../../src/wm.h:42:0,
                 from ../include/plugutil.h:33,
                 from pier.h:32,
                 from pier2.c:29:
/pbulk/work/wm/golem/work/.buildlink/include/X11/Xlib.h:2620:15: note: expected 'unsigned int *' but argument is of type 'int *'
 extern Status XGetGeometry(
               ^~~~~~~~~~~~
pier2.c:227:18: warning: pointer targets in passing argument 8 of 'XGetGeometry' differ in signedness [-Wpointer-sign]
      &wid, &hei, &dumint, &dumint);
                  ^
In file included from ../../src/wm.h:42:0,
                 from ../include/plugutil.h:33,
                 from pier.h:32,
                 from pier2.c:29:
/pbulk/work/wm/golem/work/.buildlink/include/X11/Xlib.h:2620:15: note: expected 'unsigned int *' but argument is of type 'int *'
 extern Status XGetGeometry(
               ^~~~~~~~~~~~
pier2.c:227:27: warning: pointer targets in passing argument 9 of 'XGetGeometry' differ in signedness [-Wpointer-sign]
      &wid, &hei, &dumint, &dumint);
                           ^
In file included from ../../src/wm.h:42:0,
                 from ../include/plugutil.h:33,
                 from pier.h:32,
                 from pier2.c:29:
/pbulk/work/wm/golem/work/.buildlink/include/X11/Xlib.h:2620:15: note: expected 'unsigned int *' but argument is of type 'int *'
 extern Status XGetGeometry(
               ^~~~~~~~~~~~
pier2.c: In function 'pier_gotcom':
pier2.c:339:4: warning: pointer targets in passing argument 6 of 'XGetGeometry' differ in signedness [-Wpointer-sign]
    &wid, &hei, &border, &dumint);
    ^
In file included from ../../src/wm.h:42:0,
                 from ../include/plugutil.h:33,
                 from pier.h:32,
                 from pier2.c:29:
/pbulk/work/wm/golem/work/.buildlink/include/X11/Xlib.h:2620:15: note: expected 'unsigned int *' but argument is of type 'int *'
 extern Status XGetGeometry(
               ^~~~~~~~~~~~
pier2.c:339:10: warning: pointer targets in passing argument 7 of 'XGetGeometry' differ in signedness [-Wpointer-sign]
    &wid, &hei, &border, &dumint);
          ^
In file included from ../../src/wm.h:42:0,
                 from ../include/plugutil.h:33,
                 from pier.h:32,
                 from pier2.c:29:
/pbulk/work/wm/golem/work/.buildlink/include/X11/Xlib.h:2620:15: note: expected 'unsigned int *' but argument is of type 'int *'
 extern Status XGetGeometry(
               ^~~~~~~~~~~~
pier2.c:339:16: warning: pointer targets in passing argument 8 of 'XGetGeometry' differ in signedness [-Wpointer-sign]
    &wid, &hei, &border, &dumint);
                ^
In file included from ../../src/wm.h:42:0,
                 from ../include/plugutil.h:33,
                 from pier.h:32,
                 from pier2.c:29:
/pbulk/work/wm/golem/work/.buildlink/include/X11/Xlib.h:2620:15: note: expected 'unsigned int *' but argument is of type 'int *'
 extern Status XGetGeometry(
               ^~~~~~~~~~~~
pier2.c:339:25: warning: pointer targets in passing argument 9 of 'XGetGeometry' differ in signedness [-Wpointer-sign]
    &wid, &hei, &border, &dumint);
                         ^
In file included from ../../src/wm.h:42:0,
                 from ../include/plugutil.h:33,
                 from pier.h:32,
                 from pier2.c:29:
/pbulk/work/wm/golem/work/.buildlink/include/X11/Xlib.h:2620:15: note: expected 'unsigned int *' but argument is of type 'int *'
 extern Status XGetGeometry(
               ^~~~~~~~~~~~
gcc pier.o pier2.o parseparams.o -o pier.so -shared
mkdir -p ../../build-plugin
cp pier.so ../../build-plugin/
gmake[2]: Leaving directory '/pbulk/work/wm/golem/work/golem-0.0.5/plugins/pier'
===> mwm_hints
gmake[2]: Entering directory '/pbulk/work/wm/golem/work/golem-0.0.5/plugins/mwm_hints'
gcc -O2 -DPKG_SYSCONFDIR="\"/usr/pkg/etc\"" -I/usr/pkg/include -I/usr/X11R7/include -Wall -fPIC -I../../src/ -I../include/  -I/usr/X11R7/include -DHAVE_CONFIG_H -I/usr/pkg/include -I/usr/X11R7/include  -c -o mwm_hints.o mwm_hints.c
mkdir -p ../../sample.golem/plugins/mwm_hints
touch ../../sample.golem/plugins/mwm_hints
for file in rc ; do \
	cp $file ../../sample.golem/plugins/mwm_hints/ ; \
done
gcc mwm_hints.o -o mwm_hints.so -shared
mkdir -p ../../build-plugin
cp mwm_hints.so ../../build-plugin/
gmake[2]: Leaving directory '/pbulk/work/wm/golem/work/golem-0.0.5/plugins/mwm_hints'
===> pager
gmake[2]: Entering directory '/pbulk/work/wm/golem/work/golem-0.0.5/plugins/pager'
gcc -O2 -DPKG_SYSCONFDIR="\"/usr/pkg/etc\"" -I/usr/pkg/include -I/usr/X11R7/include -Wall -fPIC -I../../src/ -I../include/  -I/usr/X11R7/include -DHAVE_CONFIG_H -I/usr/pkg/include -I/usr/X11R7/include  -c -o pager.o pager.c
gcc -O2 -DPKG_SYSCONFDIR="\"/usr/pkg/etc\"" -I/usr/pkg/include -I/usr/X11R7/include -Wall -fPIC -I../../src/ -I../include/  -I/usr/X11R7/include -DHAVE_CONFIG_H -I/usr/pkg/include -I/usr/X11R7/include  -c -o pager2.o pager2.c
mkdir -p ../../sample.golem/plugins/pager
touch ../../sample.golem/plugins/pager
for file in rc ; do \
	cp $file ../../sample.golem/plugins/pager/ ; \
done
pager2.c: In function 'pager_drag':
pager2.c:818:4: warning: 'oldy' may be used uninitialized in this function [-Wmaybe-uninitialized]
    draw_winbox(client->screen, client, oldx, oldy, client->width, client->height);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pager2.c:818:4: warning: 'oldx' may be used uninitialized in this function [-Wmaybe-uninitialized]
gcc pager.o pager2.o -o pager.so -shared
mkdir -p ../../build-plugin
cp pager.so ../../build-plugin/
gmake[2]: Leaving directory '/pbulk/work/wm/golem/work/golem-0.0.5/plugins/pager'
===> setroot
gmake[2]: Entering directory '/pbulk/work/wm/golem/work/golem-0.0.5/plugins/setroot'
gcc -O2 -DPKG_SYSCONFDIR="\"/usr/pkg/etc\"" -I/usr/pkg/include -I/usr/X11R7/include -Wall -fPIC -I../../src/ -I../include/  -I/usr/X11R7/include -DHAVE_CONFIG_H -I/usr/pkg/include -I/usr/X11R7/include  -c -o setroot.o setroot.c
mkdir -p ../../sample.golem/plugins/setroot
touch ../../sample.golem/plugins/setroot
for file in rc ; do \
	cp $file ../../sample.golem/plugins/setroot/ ; \
done
setroot.c: In function 'start':
setroot.c:75:8: warning: variable 'pid' set but not used [-Wunused-but-set-variable]
  pid_t pid;
        ^~~
gcc setroot.o -o setroot.so -shared
mkdir -p ../../build-plugin
cp setroot.so ../../build-plugin/
gmake[2]: Leaving directory '/pbulk/work/wm/golem/work/golem-0.0.5/plugins/setroot'
===> animations
gmake[2]: Entering directory '/pbulk/work/wm/golem/work/golem-0.0.5/plugins/animations'
./makeanimtab.sh
gcc -O2 -DPKG_SYSCONFDIR="\"/usr/pkg/etc\"" -I/usr/pkg/include -I/usr/X11R7/include -Wall -fPIC -I../../src/ -I../include/  -I/usr/X11R7/include -DHAVE_CONFIG_H -I/usr/pkg/include -I/usr/X11R7/include  -c -o animations.o animations.c
gcc -O2 -DPKG_SYSCONFDIR="\"/usr/pkg/etc\"" -I/usr/pkg/include -I/usr/X11R7/include -Wall -fPIC -I../../src/ -I../include/  -I/usr/X11R7/include -DHAVE_CONFIG_H -I/usr/pkg/include -I/usr/X11R7/include  -c -o anim_window_slide.o anim_window_slide.c
gcc -O2 -DPKG_SYSCONFDIR="\"/usr/pkg/etc\"" -I/usr/pkg/include -I/usr/X11R7/include -Wall -fPIC -I../../src/ -I../include/  -I/usr/X11R7/include -DHAVE_CONFIG_H -I/usr/pkg/include -I/usr/X11R7/include  -c -o anim_zoom_simple.o anim_zoom_simple.c
Making animtab.c and animtab.h
gcc -O2 -DPKG_SYSCONFDIR="\"/usr/pkg/etc\"" -I/usr/pkg/include -I/usr/X11R7/include -Wall -fPIC -I../../src/ -I../include/  -I/usr/X11R7/include -DHAVE_CONFIG_H -I/usr/pkg/include -I/usr/X11R7/include  -c -o anim_line_break.o anim_line_break.c
gcc -O2 -DPKG_SYSCONFDIR="\"/usr/pkg/etc\"" -I/usr/pkg/include -I/usr/X11R7/include -Wall -fPIC -I../../src/ -I../include/  -I/usr/X11R7/include -DHAVE_CONFIG_H -I/usr/pkg/include -I/usr/X11R7/include  -c -o anim_fall_break.o anim_fall_break.c
mkdir -p ../../sample.golem/plugins/animations
touch ../../sample.golem/plugins/animations
for file in rc ; do \
	cp $file ../../sample.golem/plugins/animations/ ; \
done
In file included from animations.h:55:0,
                 from anim_fall_break.c:29:
animtab.h:29:0: error: unterminated #ifndef
 #ifndef _ANIMTAB_H
 
In file included from animations.h:55:0,
                 from anim_zoom_simple.c:29:
animtab.h:29:0: error: unterminated #ifndef
 #ifndef _ANIMTAB_H
 
gmake[2]: *** [<builtin>: anim_fall_break.o] Error 1
gmake[2]: *** Waiting for unfinished jobs....
In file included from animations.h:55:0,
                 from anim_line_break.c:29:
animtab.h:29:0: error: unterminated #ifndef
 #ifndef _ANIMTAB_H
 
gmake[2]: *** [<builtin>: anim_zoom_simple.o] Error 1
gmake[2]: *** [<builtin>: anim_line_break.o] Error 1
In file included from animations.h:55:0,
                 from anim_window_slide.c:29:
animtab.h:29:0: error: unterminated #ifndef
 #ifndef _ANIMTAB_H
 
gmake[2]: *** [<builtin>: anim_window_slide.o] Error 1
In file included from animations.h:55:0,
                 from animations.c:29:
animtab.h:29:0: error: unterminated #ifndef
 #ifndef _ANIMTAB_H
 
gmake[2]: *** [<builtin>: animations.o] Error 1
gmake[2]: Leaving directory '/pbulk/work/wm/golem/work/golem-0.0.5/plugins/animations'
gmake[1]: *** [Makefile:15: all] Error 1
gmake[1]: Leaving directory '/pbulk/work/wm/golem/work/golem-0.0.5/plugins'
gmake: *** [Makefile:24: all] Error 1
*** Error code 2

Stop.
make[1]: stopped in /usr/pkgsrc/wm/golem
*** Error code 1

Stop.
make: stopped in /usr/pkgsrc/wm/golem