=> Bootstrap dependency digest>=20010302: found digest-20190127 ===> 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.8nb1 --- 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] --- swf4compiler.tab.c --- ./swf4compiler.y:196.25-38: warning: rule useless in parser due to conflicts [-Wother] --- swf4compiler.tab.h --- : /* empty */ { $$ = NULL; } --- swf4compiler.tab.c --- : /* empty */ { $$ = NULL; } ^^^^^^^^^^^^^^ ./swf4compiler.y:700.11-704.29: warning: rule useless in parser due to conflicts [-Wother] --- swf4compiler.tab.h --- ^^^^^^^^^^^^^^ --- swf4compiler.tab.c --- | '-' NUMBER %prec NEGATE ^^^^^^^^^^^^^^^^ --- swf4compiler.tab.h --- ./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 --- --- 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 --- swf5compiler.tab.lo --- CC swf5compiler.tab.lo --- swf4compiler.tab.lo --- swf4compiler.tab.c:1070:39: error: expected '}' before numeric constant 126, 128, 127, 127, 127 112, 113, ^~~ swf4compiler.tab.c: In function 'swf4parse': swf4compiler.tab.c:3577:26: warning: passing argument 2 of 'swf4error' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] yyerror (buffer, yymsgp); ^~~~~~ swf4compiler.tab.c:68:25: note: expected 'char *' but argument is of type 'const char *' #define yyerror swf4error ^ compile.h:20:6: note: in expansion of macro 'yyerror' void yyerror(void *buffer, char *msg); ^~~~~~~ *** [swf4compiler.tab.lo] Error code 1 make[4]: stopped in /tmp/multimedia/ming/work/libming-ming-0_4_8/src/actioncompiler --- swf5compiler.tab.lo --- swf5compiler.tab.c: In function 'swf5parse': swf5compiler.tab.c:6998:26: warning: passing argument 2 of 'swf5error' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] yyerror (buffer, yymsgp); ^~~~~~ swf5compiler.tab.c:68:25: note: expected 'char *' but argument is of type 'const char *' #define yyerror swf5error ^ compile.h:20:6: note: in expansion of macro 'yyerror' void yyerror(void *buffer, char *msg); ^~~~~~~ swf5compiler.tab.c:7010:17: error: 'yymsgp' undeclared (first use in this function); did you mean 'yymsg'? yymsgp = yymsg; ^~~~~~ yymsg swf5compiler.tab.c:7010:17: note: each undeclared identifier is reported only once for each function it appears in swf5compiler.tab.c:3300:5: error: label 'yyacceptlab' used but not defined YYACCEPT; ^~~~~~~~ ./swf5compiler.y:1608:5: error: label 'yyabortlab' used but not defined YYABORT; ^~~~~~~ swf5compiler.tab.c:7000:11: error: label 'yyexhaustedlab' used but not defined goto yyexhaustedlab; ^~~~ swf5compiler.tab.c:3194:7: warning: unused variable 'yyresult' [-Wunused-variable] int yyresult; ^~~~~~~~ swf5compiler.tab.c: At top level: swf5compiler.tab.c:68:25: warning: data definition has no type or storage class #define yyerror swf5error ^ swf5compiler.tab.c:7013:9: note: in expansion of macro 'yyerror' yyerror (buffer, yymsgp); ^~~~~~~ swf5compiler.tab.c:68:25: warning: type defaults to 'int' in declaration of 'swf5error' [-Wimplicit-int] #define yyerror swf5error ^ swf5compiler.tab.c:7013:9: note: in expansion of macro 'yyerror' yyerror (buffer, yymsgp); ^~~~~~~ swf5compiler.tab.c:7013:9: warning: parameter names (without types) in function declaration swf5compiler.tab.c:68:25: error: conflicting types for 'swf5error' #define yyerror swf5error ^ swf5compiler.tab.c:7013:9: note: in expansion of macro 'yyerror' yyerror (buffer, yymsgp); ^~~~~~~ swf5compiler.tab.c:68:25: note: previous declaration of 'swf5error' was here #define yyerror swf5error ^ compile.h:20:6: note: in expansion of macro 'yyerror' void yyerror(void *buffer, char *msg); ^~~~~~~ swf5compiler.tab.c:7014:9: error: expected identifier or '(' before 'if' if (yysyntax_error_status == 2) ^~ swf5compiler.tab.c:7016:7: error: expected identifier or '(' before '}' token } ^ swf5compiler.tab.c:7018:2: error: #endif without #if #endif ^~~~~ swf5compiler.tab.c:7019:5: error: expected identifier or '(' before '}' token } ^ swf5compiler.tab.c:7023:3: error: expected identifier or '(' before 'if' if (yyerrstatus == 3) ^~ swf5compiler.tab.c:7044:3: error: expected identifier or '(' before 'goto' goto yyerrlab1; ^~~~ swf5compiler.tab.c:7050:11: error: expected '=', ',', ';', 'asm' or '__attribute__' before ':' token yyerrorlab: ^ swf5compiler.tab.c:3208:32: error: expected ')' before '-=' token #define YYPOPSTACK(N) (yyvsp -= (N), yyssp -= (N)) ^ swf5compiler.tab.c:7060:3: note: in expansion of macro 'YYPOPSTACK' YYPOPSTACK (yylen); ^~~~~~~~~~ swf5compiler.tab.c:7061:3: warning: data definition has no type or storage class yylen = 0; ^~~~~ swf5compiler.tab.c:7061:3: warning: type defaults to 'int' in declaration of 'yylen' [-Wimplicit-int] swf5compiler.tab.c:7063:3: warning: data definition has no type or storage class yystate = *yyssp; ^~~~~~~ swf5compiler.tab.c:7063:3: warning: type defaults to 'int' in declaration of 'yystate' [-Wimplicit-int] swf5compiler.tab.c:7063:14: error: 'yyssp' undeclared here (not in a function) yystate = *yyssp; ^~~~~ swf5compiler.tab.c:7064:3: error: expected identifier or '(' before 'goto' goto yyerrlab1; ^~~~ swf5compiler.tab.c:7070:10: error: expected '=', ',', ';', 'asm' or '__attribute__' before ':' token yyerrlab1: ^ swf5compiler.tab.c:7073:3: error: expected identifier or '(' before 'for' for (;;) ^~~ swf5compiler.tab.c:7073:10: error: expected identifier or '(' before ')' token for (;;) ^ swf5compiler.tab.c:7100:4: error: expected identifier or '(' before '++' token *++yyvsp = yylval; ^~ swf5compiler.tab.c:7107:3: warning: data definition has no type or storage class yystate = yyn; ^~~~~~~ swf5compiler.tab.c:7107:3: warning: type defaults to 'int' in declaration of 'yystate' [-Wimplicit-int] swf5compiler.tab.c:7107:3: error: redefinition of 'yystate' swf5compiler.tab.c:7063:3: note: previous definition of 'yystate' was here yystate = *yyssp; ^~~~~~~ swf5compiler.tab.c:7107:13: error: 'yyn' undeclared here (not in a function); did you mean 'yylen'? yystate = yyn; ^~~ yylen swf5compiler.tab.c:7108:3: error: expected identifier or '(' before 'goto' goto yynewstate; ^~~~ swf5compiler.tab.c:7114:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before ':' token yyacceptlab: ^ swf5compiler.tab.c:7116:3: error: expected identifier or '(' before 'goto' goto yyreturn; ^~~~ swf5compiler.tab.c:7121:11: error: expected '=', ',', ';', 'asm' or '__attribute__' before ':' token yyabortlab: ^ swf5compiler.tab.c:7123:3: error: expected identifier or '(' before 'goto' goto yyreturn; ^~~~ swf5compiler.tab.c:7129:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before ':' token yyexhaustedlab: ^ swf5compiler.tab.c:7131:3: warning: data definition has no type or storage class yyresult = 2; ^~~~~~~~ swf5compiler.tab.c:7131:3: warning: type defaults to 'int' in declaration of 'yyresult' [-Wimplicit-int] swf5compiler.tab.c:7135:9: error: expected '=', ',', ';', 'asm' or '__attribute__' before ':' token yyreturn: ^ swf5compiler.tab.c:3208:32: error: expected ')' before '-=' token #define YYPOPSTACK(N) (yyvsp -= (N), yyssp -= (N)) ^ swf5compiler.tab.c:7146:3: note: in expansion of macro 'YYPOPSTACK' YYPOPSTACK (yylen); ^~~~~~~~~~ swf5compiler.tab.c:7148:3: error: expected identifier or '(' before 'while' while (yyssp != yyss) ^~~~~ swf5compiler.tab.c:7155:3: error: expected identifier or '(' before 'if' if (yyss != yyssa) ^~ swf5compiler.tab.c:7159:3: error: expected identifier or '(' before 'if' if (yymsg != yymsgbuf) ^~ swf5compiler.tab.c:7162:3: error: expected identifier or '(' before 'return' return yyresult; ^~~~~~ swf5compiler.tab.c:7163:1: error: expected identifier or '(' before '}' token } ^ swf5compiler.tab.c: In function 'swf5parse': swf5compiler.tab.c:7012:11: warning: control reaches end of non-void function [-Wreturn-type] } ^ At top level: swf5compiler.tab.c:3138:1: warning: 'yydestruct' defined but not used [-Wunused-function] yydestruct (const char *yymsg, int yytype, YYSTYPE *yyvaluep, void *buffer) ^~~~~~~~~~ swf5compiler.tab.c:2543:28: warning: 'yystos' defined but not used [-Wunused-const-variable=] static const yytype_uint16 yystos[] = ^~~~~~ *** [swf5compiler.tab.lo] Error code 1 make[4]: stopped in /tmp/multimedia/ming/work/libming-ming-0_4_8/src/actioncompiler 2 errors make[4]: stopped in /tmp/multimedia/ming/work/libming-ming-0_4_8/src/actioncompiler *** [all] Error code 2 make[3]: stopped in /tmp/multimedia/ming/work/libming-ming-0_4_8/src/actioncompiler 1 error make[3]: stopped in /tmp/multimedia/ming/work/libming-ming-0_4_8/src/actioncompiler *** [all-recursive] Error code 1 make[2]: stopped in /tmp/multimedia/ming/work/libming-ming-0_4_8/src 1 error make[2]: stopped in /tmp/multimedia/ming/work/libming-ming-0_4_8/src *** [all] Error code 2 make[1]: stopped in /tmp/multimedia/ming/work/libming-ming-0_4_8/src 1 error make[1]: stopped in /tmp/multimedia/ming/work/libming-ming-0_4_8/src *** [all-recursive] Error code 1 make: stopped in /tmp/multimedia/ming/work/libming-ming-0_4_8 1 error make: stopped in /tmp/multimedia/ming/work/libming-ming-0_4_8 *** Error code 2 Stop. make[1]: stopped in /amd/pkgsrc/CHROOT/P/pkgsrc/multimedia/ming *** Error code 1 Stop. make: stopped in /amd/pkgsrc/CHROOT/P/pkgsrc/multimedia/ming