=> "/opt/pkg/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-upstream-trunk/net/unfs3", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] ===> Building for unfs3-0.9.22nb2 cd /tmp/work/net/unfs3/work/unfs3-0.9.22/Config && /opt/pkg/bin/bmake clean rm -f lex.yy.o y.tab.o lib.a rm -f lex.yy.c y.tab.h y.tab.c --- subdirs --- for i in Config; do cd $i; make all; cd ..; done --- y.tab.c --- --- lex.yy.c --- --- y.tab.c --- /opt/pkg/bin/bison -y -d exports.y --- lex.yy.c --- flex exports.l --- y.tab.h --- /opt/pkg/bin/bison -y -d exports.y --- y.tab.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -Wall -W -I/opt/pkg/include -c y.tab.c --- lex.yy.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -Wall -W -I/opt/pkg/include -c lex.yy.c --- y.tab.o --- exports.y:74:1: error: expected '=', ',', ';', 'asm' or '__attribute__' at end of input 74 | static e_item cur_item; | ^~~~~~ exports.y:73:16: warning: 'e_list' defined but not used [-Wunused-variable] 73 | static e_item *e_list = NULL; | ^~~~~~ *** [y.tab.o] Error code 1 make[1]: stopped making "all" in /tmp/work/net/unfs3/work/unfs3-0.9.22/Config --- lex.yy.o --- lex.yy.c:1259:16: warning: 'input' defined but not used [-Wunused-function] 1259 | #else | ^ make[1]: 1 error make[1]: stopped making "all" in /tmp/work/net/unfs3/work/unfs3-0.9.22/Config *** Error code 6 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/net/unfs3 *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/net/unfs3