=> Bootstrap dependency digest>=20010302: found digest-20180917
===> Skipping vulnerability checks.
WARNING: No /var/db/pkg/pkg-vulnerabilities file found.
WARNING: To fix run: `/usr/sbin/pkg_admin -K /var/db/pkg fetch-pkg-vulnerabilities'.
===> Building for ming-0.4.8
--- all-recursive ---
Making all in src
--- all ---
/usr/bin/make  all-recursive
--- all-recursive ---
Making all in actioncompiler
--- swf4compiler.tab.h ---
--- swf5compiler.tab.h ---
--- swf4compiler.tab.c ---
--- swf5compiler.tab.c ---
--- swf4compiler.tab.h ---
/usr/pkg/bin/bison -y --defines --debug -p swf4 -b swf4compiler ./swf4compiler.y
--- swf5compiler.tab.h ---
/usr/pkg/bin/bison -y --defines --debug -p swf5 -b swf5compiler ./swf5compiler.y
--- swf4compiler.tab.c ---
/usr/pkg/bin/bison -y -p swf4 -b swf4compiler ./swf4compiler.y
--- swf5compiler.tab.c ---
/usr/pkg/bin/bison -y -p swf5 -b swf5compiler ./swf5compiler.y
--- swf4compiler.tab.h ---
./swf4compiler.y: warning: 52 shift/reduce conflicts [-Wconflicts-sr]
./swf4compiler.y: warning: 42 reduce/reduce conflicts [-Wconflicts-rr]
--- swf4compiler.tab.c ---
./swf4compiler.y: warning: 52 shift/reduce conflicts [-Wconflicts-sr]
./swf4compiler.y: warning: 42 reduce/reduce conflicts [-Wconflicts-rr]
--- swf4compiler.tab.h ---
./swf4compiler.y:196.25-38: warning: rule useless in parser due to conflicts [-Wother]
 	: /* empty */	{ $$ = NULL; }
                         ^^^^^^^^^^^^^^
./swf4compiler.y:700.11-704.29: warning: rule useless in parser due to conflicts [-Wother]
 	| '-' NUMBER %prec NEGATE
           ^^^^^^^^^^^^^^^^
--- swf4compiler.tab.c ---
./swf4compiler.y:196.25-38: warning: rule useless in parser due to conflicts [-Wother]
 	: /* empty */	{ $$ = NULL; }
                         ^^^^^^^^^^^^^^
./swf4compiler.y:700.11-704.29: warning: rule useless in parser due to conflicts [-Wother]
 	| '-' NUMBER %prec NEGATE
           ^^^^^^^^^^^^^^^^
--- lex.swf4.c ---
flex -Pswf4 ./swf4compiler.flex
--- lex.swf5.c ---
flex -Pswf5 ./swf5compiler.flex
--- all ---
/usr/bin/make  all-am
--- assembler.lo ---
--- compile.lo ---
--- listaction.lo ---
--- compileaction.lo ---
--- swf4compiler.tab.lo ---
--- swf5compiler.tab.lo ---
--- lex.swf4.lo ---
--- lex.swf5.lo ---
--- assembler.lo ---
  CC       assembler.lo
--- compile.lo ---
  CC       compile.lo
--- listaction.lo ---
  CC       listaction.lo
--- compileaction.lo ---
  CC       compileaction.lo
--- swf4compiler.tab.lo ---
  CC       swf4compiler.tab.lo
--- lex.swf5.lo ---
  CC       lex.swf5.lo
--- swf5compiler.tab.lo ---
  CC       swf5compiler.tab.lo
--- lex.swf4.lo ---
  CC       lex.swf4.lo
--- compile.lo ---
compile.c:598:8: warning: array subscript is of type 'char' [-Wchar-subscripts]
                *s = tolower(*s);
                     ^~~~~~~~~~~
/usr/include/sys/ctype_inline.h:59:46: note: expanded from macro 'tolower'
#define tolower(c)      ((int)((_tolower_tab_ + 1)[(c)]))
                                                  ^~~~
--- swf4compiler.tab.lo ---
swf4compiler.tab.c:3584:26: warning: passing 'const char *' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
        yyerror (buffer, yymsgp);
                         ^~~~~~
./compile.h:20:34: note: passing argument to parameter 'msg' here
void yyerror(void *buffer, char *msg);
                                 ^
--- swf5compiler.tab.lo ---
swf5compiler.tab.c:7005:9: error: use of undeclared identifier 'yyeloc'
        yyeloc = sizeof yymsgbuf;
        ^
swf5compiler.tab.c:7008:13: error: expected expression
            else
            ^
swf5compiler.tab.c:7014:26: error: use of undeclared identifier 'yymsgp'; did you mean 'yymsg'?
        yyerror (buffer, yymsgp);
                         ^~~~~~
                         yymsg
swf5compiler.tab.c:3209:9: note: 'yymsg' declared here
  char *yymsg = yymsgbuf;
        ^
swf5compiler.tab.c:7015:13: error: use of undeclared identifier 'yysyntax_error_status'; did you mean 'yysyntax_error'?
        if (yysyntax_error_status == 2)
            ^~~~~~~~~~~~~~~~~~~~~
            yysyntax_error
swf5compiler.tab.c:3010:1: note: 'yysyntax_error' declared here
yysyntax_error (YYSIZE_T *yymsg_alloc, char **yymsg,
^
swf5compiler.tab.c:7015:35: warning: comparison between pointer and integer ('int (*)(unsigned long *, char **, yytype_int16 *, int)' (aka 'int (*)(unsigned long *, char **, short *, int)') and 'int')
        if (yysyntax_error_status == 2)
            ~~~~~~~~~~~~~~~~~~~~~ ^  ~
swf5compiler.tab.c:3273:14: error: use of undeclared label 'yyexhaustedlab'
        goto yyexhaustedlab;
             ^
swf5compiler.tab.c:3300:9: error: use of undeclared label 'yyabortlab'
        YYABORT;
        ^
swf5compiler.tab.c:2738:30: note: expanded from macro 'YYABORT'
#define YYABORT         goto yyabortlab
                             ^
swf5compiler.tab.c:3306:5: error: use of undeclared label 'yyacceptlab'
    YYACCEPT;
    ^
swf5compiler.tab.c:2737:30: note: expanded from macro 'YYACCEPT'
#define YYACCEPT        goto yyacceptlab
                             ^
swf5compiler.tab.c:7020:5: error: extraneous closing brace ('}')
    }
    ^
swf5compiler.tab.c:7024:3: error: expected identifier or '('
  if (yyerrstatus == 3)
  ^
swf5compiler.tab.c:7045:3: error: expected identifier or '('
  goto yyerrlab1;
  ^
swf5compiler.tab.c:7051:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
yyerrorlab:
^
swf5compiler.tab.c:7051:11: error: expected ';' after top level declarator
yyerrorlab:
          ^
          ;
swf5compiler.tab.c:7056:3: error: expected identifier or '('
  if (/*CONSTCOND*/ 0)
  ^
swf5compiler.tab.c:7061:3: error: expected ')'
  YYPOPSTACK (yylen);
  ^
swf5compiler.tab.c:3213:32: note: expanded from macro 'YYPOPSTACK'
#define YYPOPSTACK(N)   (yyvsp -= (N), yyssp -= (N))
                               ^
swf5compiler.tab.c:7061:3: note: to match this '('
swf5compiler.tab.c:3213:25: note: expanded from macro 'YYPOPSTACK'
#define YYPOPSTACK(N)   (yyvsp -= (N), yyssp -= (N))
                        ^
swf5compiler.tab.c:7061:3: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
  YYPOPSTACK (yylen);
  ^
swf5compiler.tab.c:3213:26: note: expanded from macro 'YYPOPSTACK'
#define YYPOPSTACK(N)   (yyvsp -= (N), yyssp -= (N))
                         ^
swf5compiler.tab.c:7062:3: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
  yylen = 0;
  ^
swf5compiler.tab.c:7064:3: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
  yystate = *yyssp;
  ^
swf5compiler.tab.c:7064:14: error: use of undeclared identifier 'yyssp'
  yystate = *yyssp;
             ^
swf5compiler.tab.c:7065:3: error: expected identifier or '('
  goto yyerrlab1;
  ^
swf5compiler.tab.c:7071:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
yyerrlab1:
^
swf5compiler.tab.c:7071:10: error: expected ';' after top level declarator
yyerrlab1:
         ^
         ;
swf5compiler.tab.c:7072:3: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
  yyerrstatus = 3;      /* Each real token shifted decrements this.  */
  ^
swf5compiler.tab.c:7074:3: error: expected identifier or '('
  for (;;)
  ^
swf5compiler.tab.c:7101:4: error: expected identifier or '('
  *++yyvsp = yylval;
   ^
swf5compiler.tab.c:7108:3: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
  yystate = yyn;
  ^
swf5compiler.tab.c:7108:13: error: use of undeclared identifier 'yyn'
  yystate = yyn;
            ^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
8 warnings and 20 errors generated.
*** [swf5compiler.tab.lo] Error code 1

make[4]: stopped in /data/scratch/multimedia/ming/work/libming-ming-0_4_8/src/actioncompiler
--- compile.lo ---
1 warning generated.
--- swf4compiler.tab.lo ---
1 warning generated.
1 error

make[4]: stopped in /data/scratch/multimedia/ming/work/libming-ming-0_4_8/src/actioncompiler
*** [all] Error code 2

make[3]: stopped in /data/scratch/multimedia/ming/work/libming-ming-0_4_8/src/actioncompiler
1 error

make[3]: stopped in /data/scratch/multimedia/ming/work/libming-ming-0_4_8/src/actioncompiler
*** [all-recursive] Error code 1

make[2]: stopped in /data/scratch/multimedia/ming/work/libming-ming-0_4_8/src
1 error

make[2]: stopped in /data/scratch/multimedia/ming/work/libming-ming-0_4_8/src
*** [all] Error code 2

make[1]: stopped in /data/scratch/multimedia/ming/work/libming-ming-0_4_8/src
1 error

make[1]: stopped in /data/scratch/multimedia/ming/work/libming-ming-0_4_8/src
*** [all-recursive] Error code 1

make: stopped in /data/scratch/multimedia/ming/work/libming-ming-0_4_8
1 error

make: stopped in /data/scratch/multimedia/ming/work/libming-ming-0_4_8
*** Error code 2

Stop.
make[1]: stopped in /data/pkgsrc/multimedia/ming
*** Error code 1

Stop.
make: stopped in /data/pkgsrc/multimedia/ming
