+ case "${usergroup_phase}" in
+ local run_cmd
+ run_cmd=run_su
+ shift
+ run_su /opt/local/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/coma-1.1nb1/work.log
+ su pbulk -c '"$@"' make /opt/local/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/coma-1.1nb1/work.log
=> Bootstrap dependency digest>=20211023: found digest-20220214
===> Building for coma-1.1nb1
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/opt/local/include/freetype2 -I/usr/include -Wall -Werror -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wsign-compare -std=c99 -pedantic `pkg-config --cflags x11 xft` -c coma.c -o coma.o
In file included from coma.c:30:
coma.h:53:9: error: unknown type name 'u_int32_t'
   53 |         u_int32_t               id;
      |         ^~~~~~~~~
coma.h:54:9: error: unknown type name 'u_int32_t'
   54 |         u_int32_t               flags;
      |         ^~~~~~~~~
coma.h:65:9: error: unknown type name 'u_int16_t'
   65 |         u_int16_t               w;
      |         ^~~~~~~~~
coma.h:66:9: error: unknown type name 'u_int16_t'
   66 |         u_int16_t               h;
      |         ^~~~~~~~~
coma.h:67:9: error: unknown type name 'u_int16_t'
   67 |         u_int16_t               x;
      |         ^~~~~~~~~
coma.h:68:9: error: unknown type name 'u_int16_t'
   68 |         u_int16_t               y;
      |         ^~~~~~~~~
coma.h:69:9: error: unknown type name 'u_int16_t'
   69 |         u_int16_t               bw;
      |         ^~~~~~~~~
coma.h:71:9: error: unknown type name 'u_int16_t'
   71 |         u_int16_t               fbo;
      |         ^~~~~~~~~
coma.h:72:9: error: unknown type name 'u_int16_t'
   72 |         u_int16_t               fbw;
      |         ^~~~~~~~~
coma.h:83:9: error: unknown type name 'u_int16_t'
   83 |         u_int16_t               id;
      |         ^~~~~~~~~
coma.h:92:9: error: unknown type name 'u_int16_t'
   92 |         u_int16_t               w;
      |         ^~~~~~~~~
coma.h:93:9: error: unknown type name 'u_int16_t'
   93 |         u_int16_t               h;
      |         ^~~~~~~~~
coma.h:94:9: error: unknown type name 'u_int16_t'
   94 |         u_int16_t               x;
      |         ^~~~~~~~~
coma.h:95:9: error: unknown type name 'u_int16_t'
   95 |         u_int16_t               y;
      |         ^~~~~~~~~
coma.h:97:9: error: unknown type name 'u_int16_t'
   97 |         u_int16_t               orig_w;
      |         ^~~~~~~~~
coma.h:98:9: error: unknown type name 'u_int16_t'
   98 |         u_int16_t               orig_h;
      |         ^~~~~~~~~
coma.h:99:9: error: unknown type name 'u_int16_t'
   99 |         u_int16_t               orig_x;
      |         ^~~~~~~~~
coma.h:100:9: error: unknown type name 'u_int16_t'
  100 |         u_int16_t               orig_y;
      |         ^~~~~~~~~
coma.h:119:8: error: unknown type name 'u_int16_t'
  119 | extern u_int16_t                frame_gap;
      |        ^~~~~~~~~
coma.h:120:8: error: unknown type name 'u_int16_t'
  120 | extern u_int16_t                frame_bar;
      |        ^~~~~~~~~
coma.h:121:8: error: unknown type name 'u_int16_t'
  121 | extern u_int16_t                frame_width;
      |        ^~~~~~~~~
coma.h:122:8: error: unknown type name 'u_int16_t'
  122 | extern u_int16_t                frame_height;
      |        ^~~~~~~~~
coma.h:123:8: error: unknown type name 'u_int16_t'
  123 | extern u_int16_t                frame_offset;
      |        ^~~~~~~~~
coma.h:124:8: error: unknown type name 'u_int16_t'
  124 | extern u_int16_t                frame_border;
      |        ^~~~~~~~~
coma.h:125:8: error: unknown type name 'u_int16_t'
  125 | extern u_int16_t                screen_width;
      |        ^~~~~~~~~
coma.h:126:8: error: unknown type name 'u_int16_t'
  126 | extern u_int16_t                screen_height;
      |        ^~~~~~~~~
coma.h:171:46: error: unknown type name 'u_int16_t'; did you mean 'uint16_t'?
  171 | void            coma_frame_bar_click(Window, u_int16_t);
      |                                              ^~~~~~~~~
      |                                              uint16_t
coma.h:172:1: error: parameter names (without types) in function declaration [-Werror]
  172 | void            coma_frame_mouseover(u_int16_t, u_int16_t);
      | ^~~~
coma.c: In function 'main':
coma.c:53:33: error: storage size of 'sa' isn't known
   53 |         struct sigaction        sa;
      |                                 ^~
coma.c:63:22: error: implicit declaration of function 'getopt'; did you mean 'gettxt'? [-Werror=implicit-function-declaration]
   63 |         while ((ch = getopt(argc, argv, "c:h")) != -1) {
      |                      ^~~~~~
      |                      gettxt
coma.c:66:34: error: 'optarg' undeclared (first use in this function)
   66 |                         config = optarg;
      |                                  ^~~~~~
coma.c:66:34: note: each undeclared identifier is reported only once for each function it appears in
coma.c:80:13: error: implicit declaration of function 'sigfillset' [-Werror=implicit-function-declaration]
   80 |         if (sigfillset(&sa.sa_mask) == -1)
      |             ^~~~~~~~~~
coma.c:83:13: error: implicit declaration of function 'sigaction' [-Werror=implicit-function-declaration]
   83 |         if (sigaction(SIGINT, &sa, NULL) == -1)
      |             ^~~~~~~~~
coma.c:53:33: error: unused variable 'sa' [-Werror=unused-variable]
   53 |         struct sigaction        sa;
      |                                 ^~
coma.c: In function 'coma_reap':
coma.c:120:36: error: 'WAIT_ANY' undeclared (first use in this function)
  120 |                 if ((pid = waitpid(WAIT_ANY, &status, WNOHANG)) == -1) {
      |                                    ^~~~~~~~
coma.c: In function 'coma_split_string':
coma.c:268:20: error: implicit declaration of function 'strsep'; did you mean 'strstr'? [-Werror=implicit-function-declaration]
  268 |             (*ap = strsep(&input, delim)) != NULL;) {
      |                    ^~~~~~
      |                    strstr
coma.c:268:18: error: assignment to 'char *' from 'int' makes pointer from integer without a cast [-Werror=int-conversion]
  268 |             (*ap = strsep(&input, delim)) != NULL;) {
      |                  ^
cc1: all warnings being treated as errors
*** [coma.o] Error code 1

bmake: stopped in /home/pbulk/build/wm/coma/work/coma-1.1
1 error

bmake: stopped in /home/pbulk/build/wm/coma/work/coma-1.1
*** Error code 2

Stop.
bmake[1]: stopped in /data/jenkins/workspace/pkgsrc-trunk-x86_64/wm/coma
*** Error code 1

Stop.
bmake: stopped in /data/jenkins/workspace/pkgsrc-trunk-x86_64/wm/coma