=> 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: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
20 warnings generated.
clang -pipe -Os -I./rdp_supp/ -D_POSIX_SOURCE -Wmissing-prototypes -Wstrict-prototypes -fno-common -Wall -ansi -pedantic -c rdp_aux.c
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: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? */
        ^
1 warning 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; */
                         ^~~~~~
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.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-macos-trunk-arm64/devel/rdp
*** Error code 1

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