=> Bootstrap dependency digest>=20211023: found digest-20220214
WARNING: [license.mk] Every package should define a LICENSE.
===> Building for rdp-1.5nb2
clang -pipe -Os -I./rdp_supp/ -D_POSIX_SOURCE -Wmissing-prototypes -Wstrict-prototypes -fno-common -Wall -ansi -pedantic -c rdp.c
rdp.c:31:20: warning: string literal of length 810 exceeds maximum length 509 that C90 compilers are required to support [-Woverlength-strings]
char *rdp_tokens = "IGNORE\0" 
                   ^~~~~~~~~~
rdp.c:994:11: warning: variable 'result' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized]
      if (rdp_pass == 2) { \
          ^~~~~~~~~~~~~
rdp.c:1002:10: note: uninitialized use occurs here
  return result;
         ^~~~~~
rdp.c:994:7: note: remove the 'if' if its condition is always true
      if (rdp_pass == 2) { \
      ^~~~~~~~~~~~~~~~~~~
rdp.c:984:9: warning: variable 'result' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized]
    if (scan_test(NULL, RDP_T_COMMENT_NEST, NULL))
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rdp.c:1002:10: note: uninitialized use occurs here
  return result;
         ^~~~~~
rdp.c:984:5: note: remove the 'if' if its condition is always true
    if (scan_test(NULL, RDP_T_COMMENT_NEST, NULL))
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rdp.c:979:11: warning: variable 'result' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized]
      if (rdp_pass == 2) { \
          ^~~~~~~~~~~~~
rdp.c:1002:10: note: uninitialized use occurs here
  return result;
         ^~~~~~
rdp.c:979:7: note: remove the 'if' if its condition is always true
      if (rdp_pass == 2) { \
      ^~~~~~~~~~~~~~~~~~~
rdp.c:965:11: warning: variable 'result' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized]
      if (rdp_pass == 2) { \
          ^~~~~~~~~~~~~
rdp.c:1002:10: note: uninitialized use occurs here
  return result;
         ^~~~~~
rdp.c:965:7: note: remove the 'if' if its condition is always true
      if (rdp_pass == 2) { \
      ^~~~~~~~~~~~~~~~~~~
rdp.c:951:19: note: initialize the variable 'result' to silence this warning
  rdp_data* result;
                  ^
                   = NULL
rdp.c:1025:47: warning: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Wsingle-bit-bitfield-constant-conversion]
                        result->contains_null = 1; \
                                              ^ ~
rdp.c:1105:45: warning: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Wsingle-bit-bitfield-constant-conversion]
 if (result->lo == 0) result->contains_null = 1; \
                                            ^ ~
rdp.c:1198:68: warning: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Wsingle-bit-bitfield-constant-conversion]
                        result->list = body; result->contains_null = 1; \
                                                                   ^ ~
rdp.c:1216:68: warning: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Wsingle-bit-bitfield-constant-conversion]
                        result->list = body; result->contains_null = 1; \
                                                                   ^ ~
rdp.c:1231:17: warning: variable 'result' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized]
            if (rdp_pass == 2) { \
                ^~~~~~~~~~~~~
rdp.c:1249:10: note: uninitialized use occurs here
  return result;
         ^~~~~~
rdp.c:1231:13: note: remove the 'if' if its condition is always true
            if (rdp_pass == 2) { \
            ^~~~~~~~~~~~~~~~~~~
rdp.c:1224:15: warning: variable 'result' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized]
          if (scan_test(NULL, RDP_T_27 /* < */, NULL))
              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rdp.c:1249:10: note: uninitialized use occurs here
  return result;
         ^~~~~~
rdp.c:1224:11: note: remove the 'if' if its condition is always true
          if (scan_test(NULL, RDP_T_27 /* < */, NULL))
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rdp.c:1213:17: warning: variable 'result' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized]
            if (rdp_pass == 2) { \
                ^~~~~~~~~~~~~
rdp.c:1249:10: note: uninitialized use occurs here
  return result;
         ^~~~~~
rdp.c:1213:13: note: remove the 'if' if its condition is always true
            if (rdp_pass == 2) { \
            ^~~~~~~~~~~~~~~~~~~
rdp.c:1195:17: warning: variable 'result' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized]
            if (rdp_pass == 2) { \
                ^~~~~~~~~~~~~
rdp.c:1249:10: note: uninitialized use occurs here
  return result;
         ^~~~~~
rdp.c:1195:13: note: remove the 'if' if its condition is always true
            if (rdp_pass == 2) { \
            ^~~~~~~~~~~~~~~~~~~
rdp.c:1055:17: warning: variable 'result' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized]
            if (rdp_pass == 2) { \
                ^~~~~~~~~~~~~
rdp.c:1249:10: note: uninitialized use occurs here
  return result;
         ^~~~~~
rdp.c:1055:13: note: remove the 'if' if its condition is always true
            if (rdp_pass == 2) { \
            ^~~~~~~~~~~~~~~~~~~
rdp.c:1023:17: warning: variable 'result' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized]
            if (rdp_pass == 2) { \
                ^~~~~~~~~~~~~
rdp.c:1249:10: note: uninitialized use occurs here
  return result;
         ^~~~~~
rdp.c:1023:13: note: remove the 'if' if its condition is always true
            if (rdp_pass == 2) { \
            ^~~~~~~~~~~~~~~~~~~
rdp.c:1007:19: note: initialize the variable 'result' to silence this warning
  rdp_data* result;
                  ^
                   = NULL
rdp.c:1464:11: warning: variable 'result' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized]
      if (rdp_pass == 2) { \
          ^~~~~~~~~~~~~
rdp.c:1519:10: note: uninitialized use occurs here
  return result;
         ^~~~~~
rdp.c:1464:7: note: remove the 'if' if its condition is always true
      if (rdp_pass == 2) { \
      ^~~~~~~~~~~~~~~~~~~
rdp.c:1455:9: warning: variable 'result' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized]
    if (scan_test(NULL, RDP_T_COMMENT_LINE_VISIBLE, NULL))
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rdp.c:1519:10: note: uninitialized use occurs here
  return result;
         ^~~~~~
rdp.c:1455:5: note: remove the 'if' if its condition is always true
    if (scan_test(NULL, RDP_T_COMMENT_LINE_VISIBLE, NULL))
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rdp.c:1450:11: warning: variable 'result' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized]
      if (rdp_pass == 2) { \
          ^~~~~~~~~~~~~
rdp.c:1519:10: note: uninitialized use occurs here
  return result;
         ^~~~~~
rdp.c:1450:7: note: remove the 'if' if its condition is always true
      if (rdp_pass == 2) { \
      ^~~~~~~~~~~~~~~~~~~
rdp.c:1435:11: warning: variable 'result' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized]
      if (rdp_pass == 2) { \
          ^~~~~~~~~~~~~
rdp.c:1519:10: note: uninitialized use occurs here
  return result;
         ^~~~~~
rdp.c:1435:7: note: remove the 'if' if its condition is always true
      if (rdp_pass == 2) { \
      ^~~~~~~~~~~~~~~~~~~
rdp.c:1420:11: warning: variable 'result' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized]
      if (rdp_pass == 2) { \
          ^~~~~~~~~~~~~
rdp.c:1519:10: note: uninitialized use occurs here
  return result;
         ^~~~~~
rdp.c:1420:7: note: remove the 'if' if its condition is always true
      if (rdp_pass == 2) { \
      ^~~~~~~~~~~~~~~~~~~
rdp.c:1405:11: warning: variable 'result' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized]
      if (rdp_pass == 2) { \
          ^~~~~~~~~~~~~
rdp.c:1519:10: note: uninitialized use occurs here
  return result;
         ^~~~~~
rdp.c:1405:7: note: remove the 'if' if its condition is always true
      if (rdp_pass == 2) { \
      ^~~~~~~~~~~~~~~~~~~
rdp.c:1391:11: warning: variable 'result' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized]
      if (rdp_pass == 2) { \
          ^~~~~~~~~~~~~
rdp.c:1519:10: note: uninitialized use occurs here
  return result;
         ^~~~~~
rdp.c:1391:7: note: remove the 'if' if its condition is always true
      if (rdp_pass == 2) { \
      ^~~~~~~~~~~~~~~~~~~
rdp.c:1376:11: warning: variable 'result' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized]
      if (rdp_pass == 2) { \
          ^~~~~~~~~~~~~
rdp.c:1519:10: note: uninitialized use occurs here
  return result;
         ^~~~~~
rdp.c:1376:7: note: remove the 'if' if its condition is always true
      if (rdp_pass == 2) { \
      ^~~~~~~~~~~~~~~~~~~
rdp.c:1362:11: warning: variable 'result' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized]
      if (rdp_pass == 2) { \
          ^~~~~~~~~~~~~
rdp.c:1519:10: note: uninitialized use occurs here
  return result;
         ^~~~~~
rdp.c:1362:7: note: remove the 'if' if its condition is always true
      if (rdp_pass == 2) { \
      ^~~~~~~~~~~~~~~~~~~
rdp.c:1254:19: note: initialize the variable 'result' to silence this warning
  rdp_data* result;
                  ^
                   = NULL
rdp.c:1584:34: warning: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Wsingle-bit-bitfield-constant-conversion]
           result->parameterised = 1; 
                                 ^ ~
rdp.c:1723:59: warning: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Wsingle-bit-bitfield-constant-conversion]
                                     result->been_defined = 1; \
                                                          ^ ~
26 warnings generated.
clang -pipe -Os -I./rdp_supp/ -D_POSIX_SOURCE -Wmissing-prototypes -Wstrict-prototypes -fno-common -Wall -ansi -pedantic -c rdp_aux.c
rdp_aux.c:224:24: warning: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Wsingle-bit-bitfield-constant-conversion]
      temp->first_done = 1; 
                       ^ ~
1 warning generated.
clang -pipe -Os -I./rdp_supp/ -D_POSIX_SOURCE -Wmissing-prototypes -Wstrict-prototypes -fno-common -Wall -ansi -pedantic -c rdp_gram.c
rdp_gram.c:110:25: warning: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Wsingle-bit-bitfield-constant-conversion]
    prod->ll1_violation = 1; 
                        ^ ~
rdp_gram.c:118:18: warning: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Wsingle-bit-bitfield-constant-conversion]
    prod->in_use = 1;         /* mark this production as being processed */
                 ^ ~
rdp_gram.c:122:27: warning: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Wsingle-bit-bitfield-constant-conversion]
      prod->contains_null = 1;  /* set up list flag */
                          ^ ~
rdp_gram.c:145:22: warning: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Wsingle-bit-bitfield-constant-conversion]
    prod->first_done = 1;     /* first set is now complete */
                     ^ ~
rdp_gram.c:278:45: warning: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Wsingle-bit-bitfield-constant-conversion]
          list->production->code_terminator = 1; 
                                            ^ ~
rdp_gram.c:280:50: warning: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Wsingle-bit-bitfield-constant-conversion]
          list->next->production->code_successor = 1;  /* next one is code successor */
                                                 ^ ~
rdp_gram.c:282:45: warning: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Wsingle-bit-bitfield-constant-conversion]
          list->production->code_terminator = 1;  /* this one is code terminator */
                                            ^ ~
rdp_gram.c:279:9: warning: add explicit braces to avoid dangling else [-Wdangling-else]
        else if (list->next->production->kind == K_CODE) /* is the next one code? */
        ^
rdp_gram.c:297:29: warning: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Wsingle-bit-bitfield-constant-conversion]
        temp->ll1_violation = 1; 
                            ^ ~
rdp_gram.c:301:25: warning: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Wsingle-bit-bitfield-constant-conversion]
        temp->code_only = 1; 
                        ^ ~
rdp_gram.c:315:23: warning: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Wsingle-bit-bitfield-constant-conversion]
      temp->code_only = 1; 
                      ^ ~
rdp_gram.c:354:31: warning: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Wsingle-bit-bitfield-constant-conversion]
          temp->ll1_violation = 1; 
                              ^ ~
rdp_gram.c:355:44: warning: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Wsingle-bit-bitfield-constant-conversion]
          inner->production->ll1_violation = 1; 
                                           ^ ~
rdp_gram.c:392:45: warning: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Wsingle-bit-bitfield-constant-conversion]
            left->production->ll1_violation = 1; 
                                            ^ ~
rdp_gram.c:393:46: warning: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Wsingle-bit-bitfield-constant-conversion]
            right->production->ll1_violation = 1; 
                                             ^ ~
rdp_gram.c:410:45: warning: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Wsingle-bit-bitfield-constant-conversion]
            left->production->ll1_violation = 1; 
                                            ^ ~
rdp_gram.c:411:46: warning: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Wsingle-bit-bitfield-constant-conversion]
            right->production->ll1_violation = 1; 
                                             ^ ~
rdp_gram.c:445:29: warning: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Wsingle-bit-bitfield-constant-conversion]
        temp->ll1_violation = 1; 
                            ^ ~
18 warnings generated.
clang -pipe -Os -I./rdp_supp/ -D_POSIX_SOURCE -Wmissing-prototypes -Wstrict-prototypes -fno-common -Wall -ansi -pedantic -c rdp_prnt.c
rdp_prnt.c:1268:17: warning: string literal of length 630 exceeds maximum length 509 that C90 compilers are required to support [-Woverlength-strings]
    text_printf("  if (rdp_vcg_filename != NULL)\n"
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
clang -pipe -Os -I./rdp_supp/ -D_POSIX_SOURCE -Wmissing-prototypes -Wstrict-prototypes -fno-common -Wall -ansi -pedantic -c ./rdp_supp/arg.c
clang -pipe -Os -I./rdp_supp/ -D_POSIX_SOURCE -Wmissing-prototypes -Wstrict-prototypes -fno-common -Wall -ansi -pedantic -c ./rdp_supp/graph.c
clang -pipe -Os -I./rdp_supp/ -D_POSIX_SOURCE -Wmissing-prototypes -Wstrict-prototypes -fno-common -Wall -ansi -pedantic -c ./rdp_supp/memalloc.c
clang -pipe -Os -I./rdp_supp/ -D_POSIX_SOURCE -Wmissing-prototypes -Wstrict-prototypes -fno-common -Wall -ansi -pedantic -c ./rdp_supp/scan.c
clang -pipe -Os -I./rdp_supp/ -D_POSIX_SOURCE -Wmissing-prototypes -Wstrict-prototypes -fno-common -Wall -ansi -pedantic -c ./rdp_supp/scanner.c
clang -pipe -Os -I./rdp_supp/ -D_POSIX_SOURCE -Wmissing-prototypes -Wstrict-prototypes -fno-common -Wall -ansi -pedantic -c ./rdp_supp/set.c
clang -pipe -Os -I./rdp_supp/ -D_POSIX_SOURCE -Wmissing-prototypes -Wstrict-prototypes -fno-common -Wall -ansi -pedantic -c ./rdp_supp/symbol.c
clang -pipe -Os -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:26: error: initializer element is not a compile-time constant
static FILE * messages = stdout;  /* TEXT_MESSAGES; */
                         ^~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/stdio.h:128:16: note: expanded from macro 'stdout'
#define stdout  __stdoutp
                ^~~~~~~~~
1 error generated.
*** Error code 1

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

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

Stop.
bmake: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos11-trunk-arm64/devel/rdp