+ 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/rdp-1.5nb2/work.log
+ su pbulk -c '"$@"' make /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/rdp-1.5nb2/work.log
=> Bootstrap dependency digest>=20211023: found digest-20220214
WARNING: [license.mk] Every package should define a LICENSE.
===> Building for rdp-1.5nb2
cc -pipe -O2 -I./rdp_supp/ -D_POSIX_SOURCE -Wmissing-prototypes -Wstrict-prototypes -fno-common -Wall -ansi -pedantic -c rdp.c
rdp.c:42:1: warning: string length '810' is greater than the length '509' ISO C90 compilers are required to support [-Woverlength-strings]
   42 | "'|'\0" "'}'\0" ;
      | ^~~~~~~
rdp.c: In function 'item_inl':
rdp.c:1025:49: warning: overflow in conversion from 'int' to 'signed char:1' changes value from '1' to '-1' [-Woverflow]
 1025 |                         result->contains_null = 1; \
      |                                                 ^
rdp.c:1105:47: warning: overflow in conversion from 'int' to 'signed char:1' changes value from '1' to '-1' [-Woverflow]
 1105 |  if (result->lo == 0) result->contains_null = 1; \
      |                                               ^
rdp.c:1198:70: warning: overflow in conversion from 'int' to 'signed char:1' changes value from '1' to '-1' [-Woverflow]
 1198 |                         result->list = body; result->contains_null = 1; \
      |                                                                      ^
rdp.c:1216:70: warning: overflow in conversion from 'int' to 'signed char:1' changes value from '1' to '-1' [-Woverflow]
 1216 |                         result->list = body; result->contains_null = 1; \
      |                                                                      ^
rdp.c: In function 'rule':
rdp.c:1584:36: warning: overflow in conversion from 'int' to 'signed char:1' changes value from '1' to '-1' [-Woverflow]
 1584 |            result->parameterised = 1;
      |                                    ^
rdp.c:1723:61: warning: overflow in conversion from 'int' to 'signed char:1' changes value from '1' to '-1' [-Woverflow]
 1723 |                                      result->been_defined = 1; \
      |                                                             ^
rdp.c: In function 'prod':
rdp.c:1849:12: warning: 'result' may be used uninitialized in this function [-Wmaybe-uninitialized]
 1849 |  promote_op=body->promote; default_action = NULL;  \
      |  ~~~~~~~~~~^~~~~~~~~~~~~~
rdp.c:1007:13: note: 'result' was declared here
 1007 |   rdp_data* result;
      |             ^~~~~~
rdp.c:1998:44: warning: 'body' may be used uninitialized in this function [-Wmaybe-uninitialized]
 1998 |                         end->actuals = body->actuals; \
      |                                        ~~~~^~~~~~~~~
rdp.c:1739:13: note: 'body' was declared here
 1739 |   rdp_data* body;
      |             ^~~~
rdp.c:2001:46: warning: 'promote_epsilon' may be used uninitialized in this function [-Wmaybe-uninitialized]
 2001 |                         end->promote_epsilon = promote_epsilon; \
      |                         ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
rdp.c:1743:41: note: 'promote_epsilon' was declared here
 1743 |      rdp_list* end; int promote_op; int promote_epsilon; if (rdp_pass == 2) { \
      |                                         ^~~~~~~~~~~~~~~
rdp.c:2000:38: warning: 'promote_op' may be used uninitialized in this function [-Wmaybe-uninitialized]
 2000 |                         end->promote = promote_op; \
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~
rdp.c:1743:25: note: 'promote_op' was declared here
 1743 |      rdp_list* end; int promote_op; int promote_epsilon; if (rdp_pass == 2) { \
      |                         ^~~~~~~~~~
rdp.c:2002:45: warning: 'default_action' may be used uninitialized in this function [-Wmaybe-uninitialized]
 2002 |                         end->default_action = default_action; \
      |                         ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
rdp.c:1741:9: note: 'default_action' was declared here
 1741 |   char* default_action;
      |         ^~~~~~~~~~~~~~
rdp.c:1999:42: warning: 'ret_name' may be used uninitialized in this function [-Wmaybe-uninitialized]
 1999 |                         end->return_name = ret_name; \
      |                         ~~~~~~~~~~~~~~~~~^~~~~~~~~~
rdp.c:1740:9: note: 'ret_name' was declared here
 1740 |   char* ret_name;
      |         ^~~~~~~~
rdp.c:1995:12: warning: 'end' may be used uninitialized in this function [-Wmaybe-uninitialized]
 1995 |  end->next = (rdp_list*) mem_calloc(sizeof(rdp_list), 1); \
      |  ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rdp.c:1743:16: note: 'end' was declared here
 1743 |      rdp_list* end; int promote_op; int promote_epsilon; if (rdp_pass == 2) { \
      |                ^~~
rdp.c:2010:9: warning: 'result' may be used uninitialized in this function [-Wmaybe-uninitialized]
 2010 |  result = result->next;  \
      |  ~~~~~~~^~~~~~~~~~~~~~
rdp.c:1738:13: note: 'result' was declared here
 1738 |   rdp_list* result;
      |             ^~~~~~
rdp.c:1537:12: warning: 'end' may be used uninitialized in this function [-Wmaybe-uninitialized]
 1537 |  end->next = (rdp_list*) mem_calloc(sizeof(rdp_list), 1); \
      |  ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rdp.c:1550:9: warning: 'result' may be used uninitialized in this function [-Wmaybe-uninitialized]
 1550 |  result = result->next;  \
      |  ~~~~~~~^~~~~~~~~~~~~~
rdp.c: In function 'unit':
rdp.c:554:2: warning: 'var' may be used uninitialized in this function [-Wmaybe-uninitialized]
  554 |  rdp_add_arg(ARG_STRING,  key, var, desc);  \
      |  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rdp.c:410:9: note: 'var' was declared here
  410 |   char* var;
      |         ^~~
rdp.c:1625:43: warning: 'stars' may be used uninitialized in this function [-Wmaybe-uninitialized]
 1625 |                              param->stars = stars; \
      |                              ~~~~~~~~~~~~~^~~~~~~
rdp.c:1564:15: note: 'stars' was declared here
 1564 |      unsigned stars;
      |               ^~~~~
cc -pipe -O2 -I./rdp_supp/ -D_POSIX_SOURCE -Wmissing-prototypes -Wstrict-prototypes -fno-common -Wall -ansi -pedantic -c rdp_aux.c
rdp_aux.c: In function 'rdp_order_tokens':
rdp_aux.c:224:26: warning: overflow in conversion from 'int' to 'signed char:1' changes value from '1' to '-1' [-Woverflow]
  224 |       temp->first_done = 1;
      |                          ^
cc -pipe -O2 -I./rdp_supp/ -D_POSIX_SOURCE -Wmissing-prototypes -Wstrict-prototypes -fno-common -Wall -ansi -pedantic -c rdp_gram.c
rdp_gram.c: In function 'rdp_first':
rdp_gram.c:110:27: warning: overflow in conversion from 'int' to 'signed char:1' changes value from '1' to '-1' [-Woverflow]
  110 |     prod->ll1_violation = 1;
      |                           ^
rdp_gram.c:118:20: warning: overflow in conversion from 'int' to 'signed char:1' changes value from '1' to '-1' [-Woverflow]
  118 |     prod->in_use = 1;         /* mark this production as being processed */
      |                    ^
rdp_gram.c:122:29: warning: overflow in conversion from 'int' to 'signed char:1' changes value from '1' to '-1' [-Woverflow]
  122 |       prod->contains_null = 1;  /* set up list flag */
      |                             ^
rdp_gram.c:145:24: warning: overflow in conversion from 'int' to 'signed char:1' changes value from '1' to '-1' [-Woverflow]
  145 |     prod->first_done = 1;     /* first set is now complete */
      |                        ^
rdp_gram.c: In function 'rdp_check_empties':
rdp_gram.c:278:47: warning: overflow in conversion from 'int' to 'signed char:1' changes value from '1' to '-1' [-Woverflow]
  278 |           list->production->code_terminator = 1;
      |                                               ^
rdp_gram.c:280:52: warning: overflow in conversion from 'int' to 'signed char:1' changes value from '1' to '-1' [-Woverflow]
  280 |           list->next->production->code_successor = 1;  /* next one is code successor */
      |                                                    ^
rdp_gram.c:282:47: warning: overflow in conversion from 'int' to 'signed char:1' changes value from '1' to '-1' [-Woverflow]
  282 |           list->production->code_terminator = 1;  /* this one is code terminator */
      |                                               ^
rdp_gram.c:276:12: warning: suggest explicit braces to avoid ambiguous 'else' [-Wdangling-else]
  276 |         if (list->production->kind == K_CODE) /* check code position */
      |            ^
rdp_gram.c:297:31: warning: overflow in conversion from 'int' to 'signed char:1' changes value from '1' to '-1' [-Woverflow]
  297 |         temp->ll1_violation = 1;
      |                               ^
rdp_gram.c:301:27: warning: overflow in conversion from 'int' to 'signed char:1' changes value from '1' to '-1' [-Woverflow]
  301 |         temp->code_only = 1;
      |                           ^
rdp_gram.c:315:25: warning: overflow in conversion from 'int' to 'signed char:1' changes value from '1' to '-1' [-Woverflow]
  315 |       temp->code_only = 1;
      |                         ^
rdp_gram.c: In function 'rdp_check_nested_nullable':
rdp_gram.c:354:33: warning: overflow in conversion from 'int' to 'signed char:1' changes value from '1' to '-1' [-Woverflow]
  354 |           temp->ll1_violation = 1;
      |                                 ^
rdp_gram.c:355:46: warning: overflow in conversion from 'int' to 'signed char:1' changes value from '1' to '-1' [-Woverflow]
  355 |           inner->production->ll1_violation = 1;
      |                                              ^
rdp_gram.c: In function 'rdp_check_disjoint':
rdp_gram.c:392:47: warning: overflow in conversion from 'int' to 'signed char:1' changes value from '1' to '-1' [-Woverflow]
  392 |             left->production->ll1_violation = 1;
      |                                               ^
rdp_gram.c:393:48: warning: overflow in conversion from 'int' to 'signed char:1' changes value from '1' to '-1' [-Woverflow]
  393 |             right->production->ll1_violation = 1;
      |                                                ^
rdp_gram.c:410:47: warning: overflow in conversion from 'int' to 'signed char:1' changes value from '1' to '-1' [-Woverflow]
  410 |             left->production->ll1_violation = 1;
      |                                               ^
rdp_gram.c:411:48: warning: overflow in conversion from 'int' to 'signed char:1' changes value from '1' to '-1' [-Woverflow]
  411 |             right->production->ll1_violation = 1;
      |                                                ^
rdp_gram.c: In function 'rdp_check_nullable':
rdp_gram.c:445:31: warning: overflow in conversion from 'int' to 'signed char:1' changes value from '1' to '-1' [-Woverflow]
  445 |         temp->ll1_violation = 1;
      |                               ^
cc -pipe -O2 -I./rdp_supp/ -D_POSIX_SOURCE -Wmissing-prototypes -Wstrict-prototypes -fno-common -Wall -ansi -pedantic -c rdp_prnt.c
rdp_prnt.c: In function 'rdp_print_parser':
rdp_prnt.c:1282:5: warning: string length '630' is greater than the length '509' ISO C90 compilers are required to support [-Woverlength-strings]
 1282 |     );
      |     ^
cc -pipe -O2 -I./rdp_supp/ -D_POSIX_SOURCE -Wmissing-prototypes -Wstrict-prototypes -fno-common -Wall -ansi -pedantic -c ./rdp_supp/arg.c
cc -pipe -O2 -I./rdp_supp/ -D_POSIX_SOURCE -Wmissing-prototypes -Wstrict-prototypes -fno-common -Wall -ansi -pedantic -c ./rdp_supp/graph.c
cc -pipe -O2 -I./rdp_supp/ -D_POSIX_SOURCE -Wmissing-prototypes -Wstrict-prototypes -fno-common -Wall -ansi -pedantic -c ./rdp_supp/memalloc.c
cc -pipe -O2 -I./rdp_supp/ -D_POSIX_SOURCE -Wmissing-prototypes -Wstrict-prototypes -fno-common -Wall -ansi -pedantic -c ./rdp_supp/scan.c
cc -pipe -O2 -I./rdp_supp/ -D_POSIX_SOURCE -Wmissing-prototypes -Wstrict-prototypes -fno-common -Wall -ansi -pedantic -c ./rdp_supp/scanner.c
cc -pipe -O2 -I./rdp_supp/ -D_POSIX_SOURCE -Wmissing-prototypes -Wstrict-prototypes -fno-common -Wall -ansi -pedantic -c ./rdp_supp/set.c
cc -pipe -O2 -I./rdp_supp/ -D_POSIX_SOURCE -Wmissing-prototypes -Wstrict-prototypes -fno-common -Wall -ansi -pedantic -c ./rdp_supp/symbol.c
cc -pipe -O2 -I./rdp_supp/ -D_POSIX_SOURCE -Wmissing-prototypes -Wstrict-prototypes -fno-common -Wall -ansi -pedantic -c ./rdp_supp/textio.c
In file included from ./rdp_supp/textio.c:10:
./rdp_supp/textio.c:31:26: error: initializer element is not constant
   31 | static FILE * messages = stdout;  /* TEXT_MESSAGES; */
      |                          ^~~~~~
*** Error code 1

Stop.
bmake: stopped making "all" in /home/pbulk/build/devel/rdp/work/rdp
*** Error code 1

Stop.
bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-el9-trunk-x86_64/devel/rdp
*** Error code 1

Stop.
bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-el9-trunk-x86_64/devel/rdp