=> Bootstrap dependency digest>=20211023: found digest-20211023 WARNING: [license.mk] Every package should define a LICENSE. ===> Skipping vulnerability checks. WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'. ===> Building for bww2tex-2.00 --- y.tab.c --- --- y.tab.h --- bison -t -v -b y -d grammar.y --- y.tab.c --- bison -t -v -b y -d grammar.y grammar.y: warning: 85 shift/reduce conflicts [-Wconflicts-sr] --- y.tab.h --- grammar.y: warning: 85 shift/reduce conflicts [-Wconflicts-sr] grammar.y: warning: 64 reduce/reduce conflicts [-Wconflicts-rr] grammar.y: note: rerun with option '-Wcounterexamples' to generate conflict counterexamples --- y.tab.c --- grammar.y: warning: 64 reduce/reduce conflicts [-Wconflicts-rr] grammar.y: note: rerun with option '-Wcounterexamples' to generate conflict counterexamples grammar.y:556.6-49: warning: rule useless in parser due to conflicts [-Wother] --- y.tab.h --- grammar.y:556.6-49: warning: rule useless in parser due to conflicts [-Wother] --- y.tab.c --- 556 | | emb EMB { $$ = strcat($1,$2); } | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ grammar.y:557.6-49: warning: rule useless in parser due to conflicts [-Wother] 557 | | emb EMBP { $$ = strcat($1,$2); free($2);} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --- y.tab.h --- 556 | | emb EMB { $$ = strcat($1,$2); } | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ grammar.y:557.6-49: warning: rule useless in parser due to conflicts [-Wother] 557 | | emb EMBP { $$ = strcat($1,$2); free($2);} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --- lex.yy.o --- --- y.tab.o --- cc -c -g y.tab.c --- lex.yy.o --- cc -c lex.yy.c --- y.tab.o --- y.tab.c: In function 'yyparse': y.tab.c:1283:16: warning: implicit declaration of function 'yylex' [-Wimplicit-function-declaration] yychar = yylex (); ^~~~~ y.tab.c:2413:7: warning: implicit declaration of function 'yyerror'; did you mean 'yyerrok'? [-Wimplicit-function-declaration] yyerror (YY_("syntax error")); ^~~~~~~ yyerrok --- lex.yy.o --- expressions.l:488:1: warning: return type defaults to 'int' [-Wimplicit-int] yywrap(){return 1;} ^~~~~~ --- bww2tex --- cc -g -o bww2tex y.tab.o lex.yy.o