+ case "${usergroup_phase}" in + local run_cmd + run_cmd=run_su + shift + run_su /opt/local/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/unfs3-0.9.22nb2/work.log + su pbulk -c '"$@"' make /opt/local/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/unfs3-0.9.22nb2/work.log ===> Building for unfs3-0.9.22nb2 cd /home/pbulk/build/net/unfs3/work/unfs3-0.9.22/Config && /opt/local/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.h --- --- y.tab.c --- /opt/local/bin/bison -y -d exports.y --- y.tab.h --- /opt/local/bin/bison -y -d exports.y --- lex.yy.c --- flex exports.l --- y.tab.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -Wall -W -I/opt/local/include -I/usr/include -c y.tab.c --- lex.yy.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -Wall -W -I/opt/local/include -I/usr/include -c lex.yy.c --- y.tab.o --- exports.y: In function 'set_hostname': exports.y:334:40: warning: conversion from 'long unsigned int' to 'uint32_t' {aka 'unsigned int'} changes value from '18446744073709551615' to '4294967295' [-Woverflow] 334 | cur_host.mask.s_addr = ~0UL; | ^ exports.y: In function 'set_ipaddr': exports.y:350:32: warning: conversion from 'long unsigned int' to 'uint32_t' {aka 'unsigned int'} changes value from '18446744073709551615' to '4294967295' [-Woverflow] 350 | cur_host.mask.s_addr = ~0UL; | ^ y.tab.c: At top level: y.tab.c:1017:23: warning: null character(s) ignored 1017 | 5, 6, 7, 8, 9 | ^ y.tab.c:1017: error: expected '}' before 'int' 1017 | 5, 6, 7, 8, 9 | y.tab.c:990:1: note: to match this '{' 990 | { | ^ y.tab.c:1017: error: expected ',' or ';' before ')' token 1017 | 5, 6, 7, 8, 9 | y.tab.c:1044:2: error: #else without #if 1044 | "$accept", "exports", "export", "hosts", "host", "name", "opts", "opt", YY_NULLPTR | ^~~~ y.tab.c:1048: warning: "YY_REDUCE_PRINT" redefined 1048 | yysymbol_name (yysymbol_kind_t yysymbol) | y.tab.c:1035: note: this is the location of the previous definition 1035 | YYSYMBOL. No bounds checking. */ | y.tab.c:1049:2: error: #endif without #if 1049 | { | ^ y.tab.c: In function 'yyparse': y.tab.c:1204:9: error: 'YYNOMEM' undeclared (first use in this function) 1204 | `-----------------------------------*/ | ^~~~~~~ y.tab.c:1204:9: note: each undeclared identifier is reported only once for each function it appears in y.tab.c:1233:9: error: 'YYABORT' undeclared (first use in this function) 1233 | } | ^ y.tab.c:1239:5: error: 'YYACCEPT' undeclared (first use in this function) 1239 | | ^ y.tab.c:1252:9: error: 'yypact' undeclared (first use in this function) 1252 | # define YY_STACK_PRINT(Bottom, Top) \ | ^~~~~~ y.tab.c:1253:7: warning: implicit declaration of function 'yypact_value_is_default' [-Wimplicit-function-declaration] 1253 | do { \ | ^~~~~~~~~~~~~~~~~~~~~~~ y.tab.c:1290:34: error: 'yycheck' undeclared (first use in this function) 1290 | multiple parsers can coexist. */ | ^~~ y.tab.c:1292:9: error: 'yytable' undeclared (first use in this function); did you mean 'yyval'? 1292 | #else /* !YYDEBUG */ | ^~~~~~~ | yyval --- lex.yy.o --- lex.yy.c:1259:16: warning: 'input' defined but not used [-Wunused-function] 1259 | #else | ^ --- y.tab.o --- y.tab.c:1295:11: warning: implicit declaration of function 'yytable_value_is_error' [-Wimplicit-function-declaration] 1295 | # define YY_STACK_PRINT(Bottom, Top) | ^~~~~~~~~~~~~~~~~~~~~~ y.tab.c:1322:9: error: 'yydefact' undeclared (first use in this function); did you mean 'yydefault'? 1322 | | Release the memory associated to this symbol. | | ^~~~~~~~ | yydefault y.tab.c:1333:11: error: 'yyr2' undeclared (first use in this function) 1333 | | ^ y.tab.c:1696:23: error: 'yyr1' undeclared (first use in this function) 1696 | const int yylhs = yyr1[yyn] - YYNTOKENS; | ^~~~ y.tab.c:1697:21: error: 'yypgoto' undeclared (first use in this function) 1697 | const int yyi = yypgoto[yylhs] + *yyssp; | ^~~~~~~ y.tab.c:1700:18: error: 'yydefgoto' undeclared (first use in this function) 1700 | : yydefgoto[yylhs]); | ^~~~~~~~~ y.tab.c:1696:15: warning: variable 'yylhs' set but not used [-Wunused-but-set-variable] 1696 | const int yylhs = yyr1[yyn] - YYNTOKENS; | ^~~~~ y.tab.c:1751:5: error: 'YYERROR' undeclared (first use in this function) 1751 | YYERROR; | ^~~~~~~ y.tab.c:1790:19: warning: implicit declaration of function 'YY_ACCESSING_SYMBOL' [-Wimplicit-function-declaration] 1790 | YY_ACCESSING_SYMBOL (yystate), yyvsp); | ^~~~~~~~~~~~~~~~~~~ y.tab.c:1827:1: warning: label 'yyexhaustedlab' defined but not used [-Wunused-label] 1827 | yyexhaustedlab: | ^~~~~~~~~~~~~~ y.tab.c:1819:1: warning: label 'yyabortlab' defined but not used [-Wunused-label] 1819 | yyabortlab: | ^~~~~~~~~~ y.tab.c:1811:1: warning: label 'yyacceptlab' defined but not used [-Wunused-label] 1811 | yyacceptlab: | ^~~~~~~~~~~ y.tab.c:1747:1: warning: label 'yyerrorlab' defined but not used [-Wunused-label] 1747 | yyerrorlab: | ^~~~~~~~~~ *** [y.tab.o] Error code 1 make[1]: stopped making "all" in /home/pbulk/build/net/unfs3/work/unfs3-0.9.22/Config make[1]: 1 error make[1]: stopped making "all" in /home/pbulk/build/net/unfs3/work/unfs3-0.9.22/Config *** Error code 6 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-trunk-x86_64/net/unfs3 *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-trunk-x86_64/net/unfs3