+ case "${usergroup_phase}" in + local run_cmd + run_cmd=run_su + shift + run_su /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/bww2tex-2.00/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/bww2tex-2.00/work.log WARNING: [license.mk] Every package should define a LICENSE. ===> Building for bww2tex-2.00 --- y.tab.c --- --- y.tab.h --- --- y.tab.c --- bison -t -v -b y -d grammar.y --- y.tab.h --- bison -t -v -b y -d grammar.y 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 grammar.y:556.6-49: warning: rule useless in parser due to conflicts [-Wother] 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.c --- 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 grammar.y:556.6-49: warning: rule useless in parser due to conflicts [-Wother] 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 --- --- lex.yy.o --- cc -c lex.yy.c --- y.tab.o --- cc -c -g y.tab.c y.tab.c: In function 'yyparse': y.tab.c:1283:16: error: implicit declaration of function 'yylex' [-Wimplicit-function-declaration] 1283 | yychar = yylex (); | ^~~~~ y.tab.c:2413:7: error: implicit declaration of function 'yyerror'; did you mean 'yyerrok'? [-Wimplicit-function-declaration] 2413 | yyerror (YY_("syntax error")); | ^~~~~~~ | yyerrok *** [y.tab.o] Error code 1 bmake: stopped making "all" in /home/pbulk/build/print/bww2tex/work --- lex.yy.o --- expressions.l:488:1: error: return type defaults to 'int' [-Wimplicit-int] 488 | yywrap(){return 1;} | ^~~~~~ *** [lex.yy.o] Error code 1 bmake: stopped making "all" in /home/pbulk/build/print/bww2tex/work bmake: 2 errors bmake: stopped making "all" in /home/pbulk/build/print/bww2tex/work *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/print/bww2tex *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/print/bww2tex