+ 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]
 "'|'\0" "'}'\0" ;
 ^
rdp.c: In function 'item_inl':
rdp.c:1023:13: warning: overflow in implicit constant conversion [-Woverflow]
             if (rdp_pass == 2) { \
             ^
rdp.c:1104:19: warning: overflow in implicit constant conversion [-Woverflow]
                   if (rdp_pass == 2) { \
                   ^
rdp.c:1195:13: warning: overflow in implicit constant conversion [-Woverflow]
             if (rdp_pass == 2) { \
             ^
rdp.c:1213:13: warning: overflow in implicit constant conversion [-Woverflow]
             if (rdp_pass == 2) { \
             ^
rdp.c: In function 'rule':
rdp.c:1584:12: warning: overflow in implicit constant conversion [-Woverflow]
            result->parameterised = 1; 
            ^
rdp.c:1720:5: warning: overflow in implicit constant conversion [-Woverflow]
     if (rdp_pass == 2) { \
     ^
rdp.c: In function 'prod':
rdp.c:1849:12: warning: 'result' may be used uninitialized in this function [-Wmaybe-uninitialized]
  promote_op=body->promote; default_action = NULL;  \
            ^
rdp.c:1007:13: note: 'result' was declared here
   rdp_data* result;
             ^
rdp.c:2001:46: warning: 'promote_epsilon' may be used uninitialized in this function [-Wmaybe-uninitialized]
                         end->promote_epsilon = promote_epsilon; \
                                              ^
rdp.c:1743:41: note: 'promote_epsilon' was declared here
      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]
                         end->default_action = default_action; \
                                             ^
rdp.c:1741:9: note: 'default_action' was declared here
   char* default_action;
         ^
rdp.c:1995:12: warning: 'end' may be used uninitialized in this function [-Wmaybe-uninitialized]
  end->next = (rdp_list*) mem_calloc(sizeof(rdp_list), 1); \
            ^
rdp.c:1743:16: note: 'end' was declared here
      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]
  result = result->next;  \
         ^
rdp.c:1738:13: note: 'result' was declared here
   rdp_list* result;
             ^
rdp.c:1537:12: warning: 'end' may be used uninitialized in this function [-Wmaybe-uninitialized]
  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]
  result = result->next;  \
         ^
rdp.c: In function 'unit':
rdp.c:554:13: warning: 'var' may be used uninitialized in this function [-Wmaybe-uninitialized]
  rdp_add_arg(ARG_STRING,  key, var, desc);  \
             ^
rdp.c:410:9: note: 'var' was declared here
   char* var;
         ^
rdp.c:1625:43: warning: 'stars' may be used uninitialized in this function [-Wmaybe-uninitialized]
                              param->stars = stars; \
                                           ^
rdp.c:1564:15: note: 'stars' was declared here
      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:7: warning: overflow in implicit constant conversion [-Woverflow]
       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:5: warning: overflow in implicit constant conversion [-Woverflow]
     prod->ll1_violation = 1; 
     ^
rdp_gram.c:118:5: warning: overflow in implicit constant conversion [-Woverflow]
     prod->in_use = 1;         /* mark this production as being processed */
     ^
rdp_gram.c:122:7: warning: overflow in implicit constant conversion [-Woverflow]
       prod->contains_null = 1;  /* set up list flag */
       ^
rdp_gram.c:145:5: warning: overflow in implicit constant conversion [-Woverflow]
     prod->first_done = 1;     /* first set is now complete */
     ^
rdp_gram.c: In function 'rdp_check_empties':
rdp_gram.c:278:11: warning: overflow in implicit constant conversion [-Woverflow]
           list->production->code_terminator = 1; 
           ^
rdp_gram.c:280:11: warning: overflow in implicit constant conversion [-Woverflow]
           list->next->production->code_successor = 1;  /* next one is code successor */
           ^
rdp_gram.c:282:11: warning: overflow in implicit constant conversion [-Woverflow]
           list->production->code_terminator = 1;  /* this one is code terminator */
           ^
rdp_gram.c:276:12: warning: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses]
         if (list->production->kind == K_CODE) /* check code position */
            ^
rdp_gram.c:297:9: warning: overflow in implicit constant conversion [-Woverflow]
         temp->ll1_violation = 1; 
         ^
rdp_gram.c:301:9: warning: overflow in implicit constant conversion [-Woverflow]
         temp->code_only = 1; 
         ^
rdp_gram.c:315:7: warning: overflow in implicit constant conversion [-Woverflow]
       temp->code_only = 1; 
       ^
rdp_gram.c: In function 'rdp_check_nested_nullable':
rdp_gram.c:354:11: warning: overflow in implicit constant conversion [-Woverflow]
           temp->ll1_violation = 1; 
           ^
rdp_gram.c:355:11: warning: overflow in implicit constant conversion [-Woverflow]
           inner->production->ll1_violation = 1; 
           ^
rdp_gram.c: In function 'rdp_check_disjoint':
rdp_gram.c:392:13: warning: overflow in implicit constant conversion [-Woverflow]
             left->production->ll1_violation = 1; 
             ^
rdp_gram.c:393:13: warning: overflow in implicit constant conversion [-Woverflow]
             right->production->ll1_violation = 1; 
             ^
rdp_gram.c:410:13: warning: overflow in implicit constant conversion [-Woverflow]
             left->production->ll1_violation = 1; 
             ^
rdp_gram.c:411:13: warning: overflow in implicit constant conversion [-Woverflow]
             right->production->ll1_violation = 1; 
             ^
rdp_gram.c: In function 'rdp_check_nullable':
rdp_gram.c:445:9: warning: overflow in implicit constant conversion [-Woverflow]
         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]
     ); 
     ^
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
./rdp_supp/textio.c:31:1: error: initializer element is not constant
 static FILE * messages = stdout;  /* TEXT_MESSAGES; */
 ^
*** Error code 1

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

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

Stop.
bmake: stopped in /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/devel/rdp