=> 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':
screen.c: In function 'manage_existing_windows':
action.c:153:37: warning: pointer targets in passing argument 9 of 'XQueryPointer' differ in signedness [-Wpointer-sign]
  153 |   &ptr.x, &ptr.y, &dumint, &dumint, &dumint);
      |                                     ^~~~~~~
      |                                     |
      |                                     int *
screen.c:72:65: warning: pointer targets in passing argument 6 of 'XQueryTree' differ in signedness [-Wpointer-sign]
   72 |  XQueryTree(display, screen->root, &wroot, &wparent, &children, &nchilds);
      |                                                                 ^~~~~~~~
      |                                                                 |
      |                                                                 int *
In file included from wm.h:42,
                 from action.c:29:
/pbulk/work/wm/golem/work/.buildlink/include/X11/Xlib.h:3006:5: note: expected 'unsigned int *' but argument is of type 'int *'
 3006 |     unsigned int*       /* mask_return */
      |     ^~~~~~~~~~~~~
In file included from wm.h:42,
                 from screen.c:29:
/pbulk/work/wm/golem/work/.buildlink/include/X11/Xlib.h:3037:5: note: expected 'unsigned int *' but argument is of type 'int *'
 3037 |     unsigned int* /* nchildren_return */
      |     ^~~~~~~~~~~~~
screen.c: In function 'screen_manage':
screen.c:100:62: warning: pointer targets in passing argument 6 of 'XGetGeometry' differ in signedness [-Wpointer-sign]
  100 |  XGetGeometry(display, screen->root, &dumroot, &dumx, &dumy, &screen->width, &screen->height,
      |                                                              ^~~~~~~~~~~~~~
      |                                                              |
      |                                                              int *
In file included from wm.h:42,
                 from screen.c:29:
/pbulk/work/wm/golem/work/.buildlink/include/X11/Xlib.h:2640:5: note: expected 'unsigned int *' but argument is of type 'int *'
 2640 |     unsigned int* /* width_return */,
      |     ^~~~~~~~~~~~~
screen.c:100:78: warning: pointer targets in passing argument 7 of 'XGetGeometry' differ in signedness [-Wpointer-sign]
  100 |  XGetGeometry(display, screen->root, &dumroot, &dumx, &dumy, &screen->width, &screen->height,
      |                                                                              ^~~~~~~~~~~~~~~
      |                                                                              |
      |                                                                              int *
In file included from wm.h:42,
                 from screen.c:29:
/pbulk/work/wm/golem/work/.buildlink/include/X11/Xlib.h:2641:5: note: expected 'unsigned int *' but argument is of type 'int *'
 2641 |     unsigned int* /* height_return */,
      |     ^~~~~~~~~~~~~
screen.c:101:3: warning: pointer targets in passing argument 8 of 'XGetGeometry' differ in signedness [-Wpointer-sign]
  101 |   &dumbord, &dumdepth);
      |   ^~~~~~~~
      |   |
      |   int *
In file included from wm.h:42,
                 from screen.c:29:
/pbulk/work/wm/golem/work/.buildlink/include/X11/Xlib.h:2642:5: note: expected 'unsigned int *' but argument is of type 'int *'
 2642 |     unsigned int* /* border_width_return */,
      |     ^~~~~~~~~~~~~
screen.c:101:13: warning: pointer targets in passing argument 9 of 'XGetGeometry' differ in signedness [-Wpointer-sign]
  101 |   &dumbord, &dumdepth);
      |             ^~~~~~~~~
      |             |
      |             int *
In file included from wm.h:42,
                 from screen.c:29:
/pbulk/work/wm/golem/work/.buildlink/include/X11/Xlib.h:2643:5: note: expected 'unsigned int *' but argument is of type 'int *'
 2643 |     unsigned int* /* depth_return */
      |     ^~~~~~~~~~~~~
action.c: In function 'resizeloop':
action.c:413:37: warning: pointer targets in passing argument 9 of 'XQueryPointer' differ in signedness [-Wpointer-sign]
  413 |   &ptr.x, &ptr.y, &dumint, &dumint, &dumint);
      |                                     ^~~~~~~
      |                                     |
      |                                     int *
In file included from wm.h:42,
                 from action.c:29:
/pbulk/work/wm/golem/work/.buildlink/include/X11/Xlib.h:3006:5: note: expected 'unsigned int *' but argument is of type 'int *'
 3006 |     unsigned int*       /* mask_return */
      |     ^~~~~~~~~~~~~
client.c: In function 'client_sizeframe':
client.c:443:12: warning: variable 'dgroup' set but not used [-Wunused-but-set-variable]
  443 |  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
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
workspace.c: In function 'workspace_add_bypos':
workspace.c:60:12: warning: variable 'dgroup' set but not used [-Wunused-but-set-variable]
   60 |  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 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
keys.c: In function 'keys_cyclescr':
keys.c:251:21: warning: pointer targets in passing argument 9 of 'XQueryPointer' differ in signedness [-Wpointer-sign]
  251 |   &dumint, &dumint, &dumint);
      |                     ^~~~~~~
      |                     |
      |                     int *
In file included from wm.h:42,
                 from keys.c:29:
/pbulk/work/wm/golem/work/.buildlink/include/X11/Xlib.h:3006:5: note: expected 'unsigned int *' but argument is of type 'int *'
 3006 |     unsigned int*       /* mask_return */
      |     ^~~~~~~~~~~~~
placement.c: In function 'placeloop':
placement.c:50:47: warning: pointer targets in passing argument 9 of 'XQueryPointer' differ in signedness [-Wpointer-sign]
   50 |   &saveptr->x, &saveptr->y, &dumint, &dumint, &dumint);
      |                                               ^~~~~~~
      |                                               |
      |                                               int *
In file included from wm.h:42,
                 from placement.c:30:
/pbulk/work/wm/golem/work/.buildlink/include/X11/Xlib.h:3006:5: note: expected 'unsigned int *' but argument is of type 'int *'
 3006 |     unsigned int*       /* mask_return */
      |     ^~~~~~~~~~~~~
placement.c: In function 'placement_pointer':
placement.c:177:54: warning: pointer targets in passing argument 9 of 'XQueryPointer' differ in signedness [-Wpointer-sign]
  177 |   &dumwin, &client->x, &client->y, &dumint, &dumint, &mask);
      |                                                      ^~~~~
      |                                                      |
      |                                                      int *
In file included from wm.h:42,
                 from placement.c:30:
/pbulk/work/wm/golem/work/.buildlink/include/X11/Xlib.h:3006:5: note: expected 'unsigned int *' but argument is of type 'int *'
 3006 |     unsigned int*       /* mask_return */
      |     ^~~~~~~~~~~~~
pixmap.c: In function 'pixmap_getpixmaps':
pixmap.c:114:22: warning: pointer targets in passing argument 6 of 'XGetGeometry' differ in signedness [-Wpointer-sign]
  114 |    &dumint, &dumint, &pixmap->width,
      |                      ^~~~~~~~~~~~~~
      |                      |
      |                      int *
In file included from wm.h:42,
                 from pixmap.c:29:
/pbulk/work/wm/golem/work/.buildlink/include/X11/Xlib.h:2640:5: note: expected 'unsigned int *' but argument is of type 'int *'
 2640 |     unsigned int* /* width_return */,
      |     ^~~~~~~~~~~~~
pixmap.c:115:4: warning: pointer targets in passing argument 7 of 'XGetGeometry' differ in signedness [-Wpointer-sign]
  115 |    &pixmap->height, &dumint, &dumint);
      |    ^~~~~~~~~~~~~~~
      |    |
      |    int *
In file included from wm.h:42,
                 from pixmap.c:29:
/pbulk/work/wm/golem/work/.buildlink/include/X11/Xlib.h:2641:5: note: expected 'unsigned int *' but argument is of type 'int *'
 2641 |     unsigned int* /* height_return */,
      |     ^~~~~~~~~~~~~
pixmap.c:115:21: warning: pointer targets in passing argument 8 of 'XGetGeometry' differ in signedness [-Wpointer-sign]
  115 |    &pixmap->height, &dumint, &dumint);
      |                     ^~~~~~~
      |                     |
      |                     int *
In file included from wm.h:42,
                 from pixmap.c:29:
/pbulk/work/wm/golem/work/.buildlink/include/X11/Xlib.h:2642:5: note: expected 'unsigned int *' but argument is of type 'int *'
 2642 |     unsigned int* /* border_width_return */,
      |     ^~~~~~~~~~~~~
pixmap.c:115:30: warning: pointer targets in passing argument 9 of 'XGetGeometry' differ in signedness [-Wpointer-sign]
  115 |    &pixmap->height, &dumint, &dumint);
      |                              ^~~~~~~
      |                              |
      |                              int *
In file included from wm.h:42,
                 from pixmap.c:29:
/pbulk/work/wm/golem/work/.buildlink/include/X11/Xlib.h:2643:5: note: expected 'unsigned int *' but argument is of type 'int *'
 2643 |     unsigned int* /* depth_return */
      |     ^~~~~~~~~~~~~
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
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
rcfile.y: In function 'yyparse':
rcfile.y:416:17: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  416 |   | INTEGER  { $$ = (void *) $1; }
      |                 ^
rcfile.y:417:17: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  417 |   | MVDIR   { $$ = (void *) $1; }
      |                 ^
rcfile.y:418:17: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  418 |   | CYCLETYPE  { $$ = (void *) $1; }
      |                 ^
<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]
   93 |    &dumint, &dumint, &width, &height, &dumint, &dumint);
      |                      ^~~~~~
      |                      |
      |                      int *
In file included from ../../src/wm.h:42,
                 from ../include/plugutil.h:33,
                 from box_iconify.c:29:
/pbulk/work/wm/golem/work/.buildlink/include/X11/Xlib.h:2640:5: note: expected 'unsigned int *' but argument is of type 'int *'
 2640 |     unsigned int* /* width_return */,
      |     ^~~~~~~~~~~~~
box_iconify.c:93:30: warning: pointer targets in passing argument 7 of 'XGetGeometry' differ in signedness [-Wpointer-sign]
   93 |    &dumint, &dumint, &width, &height, &dumint, &dumint);
      |                              ^~~~~~~
      |                              |
      |                              int *
In file included from ../../src/wm.h:42,
                 from ../include/plugutil.h:33,
                 from box_iconify.c:29:
/pbulk/work/wm/golem/work/.buildlink/include/X11/Xlib.h:2641:5: note: expected 'unsigned int *' but argument is of type 'int *'
 2641 |     unsigned int* /* height_return */,
      |     ^~~~~~~~~~~~~
box_iconify.c:93:39: warning: pointer targets in passing argument 8 of 'XGetGeometry' differ in signedness [-Wpointer-sign]
   93 |    &dumint, &dumint, &width, &height, &dumint, &dumint);
      |                                       ^~~~~~~
      |                                       |
      |                                       int *
In file included from ../../src/wm.h:42,
                 from ../include/plugutil.h:33,
                 from box_iconify.c:29:
/pbulk/work/wm/golem/work/.buildlink/include/X11/Xlib.h:2642:5: note: expected 'unsigned int *' but argument is of type 'int *'
 2642 |     unsigned int* /* border_width_return */,
      |     ^~~~~~~~~~~~~
box_iconify.c:93:48: warning: pointer targets in passing argument 9 of 'XGetGeometry' differ in signedness [-Wpointer-sign]
   93 |    &dumint, &dumint, &width, &height, &dumint, &dumint);
      |                                                ^~~~~~~
      |                                                |
      |                                                int *
In file included from ../../src/wm.h:42,
                 from ../include/plugutil.h:33,
                 from box_iconify.c:29:
/pbulk/work/wm/golem/work/.buildlink/include/X11/Xlib.h:2643:5: note: expected 'unsigned int *' but argument is of type 'int *'
 2643 |     unsigned int* /* depth_return */
      |     ^~~~~~~~~~~~~
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]
  647 |    &dumint);
      |    ^~~~~~~
      |    |
      |    int *
In file included from ../../src/wm.h:42,
                 from ../include/plugutil.h:33,
                 from menu.h:32,
                 from menu.c:29:
/pbulk/work/wm/golem/work/.buildlink/include/X11/Xlib.h:3006:5: note: expected 'unsigned int *' but argument is of type 'int *'
 3006 |     unsigned int*       /* mask_return */
      |     ^~~~~~~~~~~~~
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]
   81 |    &dumint, &dumint, &slidescr[screen].width, &slidescr[screen].height, &dumint, &dumint);
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
      |                      |
      |                      int *
In file included from ../../src/wm.h:42,
                 from ../include/plugutil.h:33,
                 from start_slide.c:29:
/pbulk/work/wm/golem/work/.buildlink/include/X11/Xlib.h:2640:5: note: expected 'unsigned int *' but argument is of type 'int *'
 2640 |     unsigned int* /* width_return */,
      |     ^~~~~~~~~~~~~
start_slide.c:81:47: warning: pointer targets in passing argument 7 of 'XGetGeometry' differ in signedness [-Wpointer-sign]
   81 |    &dumint, &dumint, &slidescr[screen].width, &slidescr[screen].height, &dumint, &dumint);
      |                                               ^~~~~~~~~~~~~~~~~~~~~~~~
      |                                               |
      |                                               int *
In file included from ../../src/wm.h:42,
                 from ../include/plugutil.h:33,
                 from start_slide.c:29:
/pbulk/work/wm/golem/work/.buildlink/include/X11/Xlib.h:2641:5: note: expected 'unsigned int *' but argument is of type 'int *'
 2641 |     unsigned int* /* height_return */,
      |     ^~~~~~~~~~~~~
start_slide.c:81:73: warning: pointer targets in passing argument 8 of 'XGetGeometry' differ in signedness [-Wpointer-sign]
   81 |    &dumint, &dumint, &slidescr[screen].width, &slidescr[screen].height, &dumint, &dumint);
      |                                                                         ^~~~~~~
      |                                                                         |
      |                                                                         int *
In file included from ../../src/wm.h:42,
                 from ../include/plugutil.h:33,
                 from start_slide.c:29:
/pbulk/work/wm/golem/work/.buildlink/include/X11/Xlib.h:2642:5: note: expected 'unsigned int *' but argument is of type 'int *'
 2642 |     unsigned int* /* border_width_return */,
      |     ^~~~~~~~~~~~~
start_slide.c:81:82: warning: pointer targets in passing argument 9 of 'XGetGeometry' differ in signedness [-Wpointer-sign]
   81 |    &dumint, &dumint, &slidescr[screen].width, &slidescr[screen].height, &dumint, &dumint);
      |                                                                                  ^~~~~~~
      |                                                                                  |
      |                                                                                  int *
In file included from ../../src/wm.h:42,
                 from ../include/plugutil.h:33,
                 from start_slide.c:29:
/pbulk/work/wm/golem/work/.buildlink/include/X11/Xlib.h:2643:5: note: expected 'unsigned int *' but argument is of type 'int *'
 2643 |     unsigned int* /* depth_return */
      |     ^~~~~~~~~~~~~
start_slide.c:123:82: warning: pointer targets in passing argument 6 of 'XGetGeometry' differ in signedness [-Wpointer-sign]
  123 |    XGetGeometry(display, slidescr[screen].logopixmap, &dumwin, &dumint, &dumint, &pmwidth, &pmheight,
      |                                                                                  ^~~~~~~~
      |                                                                                  |
      |                                                                                  int *
In file included from ../../src/wm.h:42,
                 from ../include/plugutil.h:33,
                 from start_slide.c:29:
/pbulk/work/wm/golem/work/.buildlink/include/X11/Xlib.h:2640:5: note: expected 'unsigned int *' but argument is of type 'int *'
 2640 |     unsigned int* /* width_return */,
      |     ^~~~~~~~~~~~~
start_slide.c:123:92: warning: pointer targets in passing argument 7 of 'XGetGeometry' differ in signedness [-Wpointer-sign]
  123 |    XGetGeometry(display, slidescr[screen].logopixmap, &dumwin, &dumint, &dumint, &pmwidth, &pmheight,
      |                                                                                            ^~~~~~~~~
      |                                                                                            |
      |                                                                                            int *
In file included from ../../src/wm.h:42,
                 from ../include/plugutil.h:33,
                 from start_slide.c:29:
/pbulk/work/wm/golem/work/.buildlink/include/X11/Xlib.h:2641:5: note: expected 'unsigned int *' but argument is of type 'int *'
 2641 |     unsigned int* /* height_return */,
      |     ^~~~~~~~~~~~~
start_slide.c:124:5: warning: pointer targets in passing argument 8 of 'XGetGeometry' differ in signedness [-Wpointer-sign]
  124 |     &dumint, &dumint);
      |     ^~~~~~~
      |     |
      |     int *
In file included from ../../src/wm.h:42,
                 from ../include/plugutil.h:33,
                 from start_slide.c:29:
/pbulk/work/wm/golem/work/.buildlink/include/X11/Xlib.h:2642:5: note: expected 'unsigned int *' but argument is of type 'int *'
 2642 |     unsigned int* /* border_width_return */,
      |     ^~~~~~~~~~~~~
start_slide.c:124:14: warning: pointer targets in passing argument 9 of 'XGetGeometry' differ in signedness [-Wpointer-sign]
  124 |     &dumint, &dumint);
      |              ^~~~~~~
      |              |
      |              int *
In file included from ../../src/wm.h:42,
                 from ../include/plugutil.h:33,
                 from start_slide.c:29:
/pbulk/work/wm/golem/work/.buildlink/include/X11/Xlib.h:2643:5: note: expected 'unsigned int *' but argument is of type 'int *'
 2643 |     unsigned int* /* depth_return */
      |     ^~~~~~~~~~~~~
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]
  227 |      &wid, &hei, &dumint, &dumint);
      |      ^~~~
      |      |
      |      int *
In file included from ../../src/wm.h:42,
                 from ../include/plugutil.h:33,
                 from pier.h:32,
                 from pier2.c:29:
/pbulk/work/wm/golem/work/.buildlink/include/X11/Xlib.h:2640:5: note: expected 'unsigned int *' but argument is of type 'int *'
 2640 |     unsigned int* /* width_return */,
      |     ^~~~~~~~~~~~~
pier2.c:227:12: warning: pointer targets in passing argument 7 of 'XGetGeometry' differ in signedness [-Wpointer-sign]
  227 |      &wid, &hei, &dumint, &dumint);
      |            ^~~~
      |            |
      |            int *
In file included from ../../src/wm.h:42,
                 from ../include/plugutil.h:33,
                 from pier.h:32,
                 from pier2.c:29:
/pbulk/work/wm/golem/work/.buildlink/include/X11/Xlib.h:2641:5: note: expected 'unsigned int *' but argument is of type 'int *'
 2641 |     unsigned int* /* height_return */,
      |     ^~~~~~~~~~~~~
pier2.c:227:18: warning: pointer targets in passing argument 8 of 'XGetGeometry' differ in signedness [-Wpointer-sign]
  227 |      &wid, &hei, &dumint, &dumint);
      |                  ^~~~~~~
      |                  |
      |                  int *
In file included from ../../src/wm.h:42,
                 from ../include/plugutil.h:33,
                 from pier.h:32,
                 from pier2.c:29:
/pbulk/work/wm/golem/work/.buildlink/include/X11/Xlib.h:2642:5: note: expected 'unsigned int *' but argument is of type 'int *'
 2642 |     unsigned int* /* border_width_return */,
      |     ^~~~~~~~~~~~~
pier2.c:227:27: warning: pointer targets in passing argument 9 of 'XGetGeometry' differ in signedness [-Wpointer-sign]
  227 |      &wid, &hei, &dumint, &dumint);
      |                           ^~~~~~~
      |                           |
      |                           int *
In file included from ../../src/wm.h:42,
                 from ../include/plugutil.h:33,
                 from pier.h:32,
                 from pier2.c:29:
/pbulk/work/wm/golem/work/.buildlink/include/X11/Xlib.h:2643:5: note: expected 'unsigned int *' but argument is of type 'int *'
 2643 |     unsigned int* /* depth_return */
      |     ^~~~~~~~~~~~~
pier2.c: In function 'pier_gotcom':
pier2.c:339:4: warning: pointer targets in passing argument 6 of 'XGetGeometry' differ in signedness [-Wpointer-sign]
  339 |    &wid, &hei, &border, &dumint);
      |    ^~~~
      |    |
      |    int *
In file included from ../../src/wm.h:42,
                 from ../include/plugutil.h:33,
                 from pier.h:32,
                 from pier2.c:29:
/pbulk/work/wm/golem/work/.buildlink/include/X11/Xlib.h:2640:5: note: expected 'unsigned int *' but argument is of type 'int *'
 2640 |     unsigned int* /* width_return */,
      |     ^~~~~~~~~~~~~
pier2.c:339:10: warning: pointer targets in passing argument 7 of 'XGetGeometry' differ in signedness [-Wpointer-sign]
  339 |    &wid, &hei, &border, &dumint);
      |          ^~~~
      |          |
      |          int *
In file included from ../../src/wm.h:42,
                 from ../include/plugutil.h:33,
                 from pier.h:32,
                 from pier2.c:29:
/pbulk/work/wm/golem/work/.buildlink/include/X11/Xlib.h:2641:5: note: expected 'unsigned int *' but argument is of type 'int *'
 2641 |     unsigned int* /* height_return */,
      |     ^~~~~~~~~~~~~
pier2.c:339:16: warning: pointer targets in passing argument 8 of 'XGetGeometry' differ in signedness [-Wpointer-sign]
  339 |    &wid, &hei, &border, &dumint);
      |                ^~~~~~~
      |                |
      |                int *
In file included from ../../src/wm.h:42,
                 from ../include/plugutil.h:33,
                 from pier.h:32,
                 from pier2.c:29:
/pbulk/work/wm/golem/work/.buildlink/include/X11/Xlib.h:2642:5: note: expected 'unsigned int *' but argument is of type 'int *'
 2642 |     unsigned int* /* border_width_return */,
      |     ^~~~~~~~~~~~~
pier2.c:339:25: warning: pointer targets in passing argument 9 of 'XGetGeometry' differ in signedness [-Wpointer-sign]
  339 |    &wid, &hei, &border, &dumint);
      |                         ^~~~~~~
      |                         |
      |                         int *
In file included from ../../src/wm.h:42,
                 from ../include/plugutil.h:33,
                 from pier.h:32,
                 from pier2.c:29:
/pbulk/work/wm/golem/work/.buildlink/include/X11/Xlib.h:2643:5: note: expected 'unsigned int *' but argument is of type 'int *'
 2643 |     unsigned int* /* depth_return */
      |     ^~~~~~~~~~~~~
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:803:3: warning: 'tmpy' may be used uninitialized in this function [-Wmaybe-uninitialized]
  803 |   pager_dragged(pager, paged, tmpx - ptx, tmpy - pty, event.xbutton.x_root,
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  804 |    event.xbutton.y_root, 1);
      |    ~~~~~~~~~~~~~~~~~~~~~~~~
pager2.c:803:3: warning: 'tmpx' may be used uninitialized in this function [-Wmaybe-uninitialized]
pager2.c:818:4: warning: 'oldy' may be used uninitialized in this function [-Wmaybe-uninitialized]
  818 |    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]
   75 |  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,
                 from anim_line_break.c:29:
animtab.h:29: error: unterminated #ifndef
   29 | #ifndef _ANIMTAB_H
      | 
In file included from animations.h:55,
                 from anim_window_slide.c:29:
animtab.h:29: error: unterminated #ifndef
   29 | #ifndef _ANIMTAB_H
      | 
gmake[2]: *** [<builtin>: anim_line_break.o] Error 1
gmake[2]: *** Waiting for unfinished jobs....
gmake[2]: *** [<builtin>: anim_window_slide.o] Error 1
In file included from animations.h:55,
                 from anim_zoom_simple.c:29:
animtab.h:29: error: unterminated #ifndef
   29 | #ifndef _ANIMTAB_H
      | 
gmake[2]: *** [<builtin>: anim_zoom_simple.o] Error 1
In file included from animations.h:55,
                 from animations.c:29:
animtab.h:29: error: unterminated #ifndef
   29 | #ifndef _ANIMTAB_H
      | 
gmake[2]: *** [<builtin>: animations.o] Error 1
In file included from animations.h:55,
                 from anim_fall_break.c:29:
animtab.h:29: error: unterminated #ifndef
   29 | #ifndef _ANIMTAB_H
      | 
gmake[2]: *** [<builtin>: anim_fall_break.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