=> "/opt/local/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-trunk-x86_64/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/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.c --- /opt/local/bin/bison -y -d exports.y --- lex.yy.c --- flex exports.l --- y.tab.h --- /opt/local/bin/bison -y -d exports.y --- 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: In function 'yyparse': y.tab.c:1559:3: error: 'YY_IGNORE_MAYBE_UNINIT' undeclared (first use in this function); did you mean 'YY_IGNORE_MAYBE_UNINITIALIZED_END'? 1559 | YY_IGNORE_MAYBE_UNINITIALIZED_END | ^~~~~~~~~~~~~~~~~~~~~~ | YY_IGNORE_MAYBE_UNINITIALIZED_END y.tab.c:1559:3: note: each undeclared identifier is reported only once for each function it appears in y.tab.c:1559:25: error: expected ';' at end of input 1559 | YY_IGNORE_MAYBE_UNINITIALIZED_END | ^ | ; 1560 | | y.tab.c:1559:3: error: expected declaration or statement at end of input 1559 | YY_IGNORE_MAYBE_UNINITIALIZED_END | ^~~~~~~~~~~~~~~~~~~~~~ y.tab.c:1546:7: error: label 'yyreduce' used but not defined 1546 | goto yyreduce; | ^~~~ y.tab.c:1544:9: error: label 'yyerrlab' used but not defined 1544 | goto yyerrlab; | ^~~~ y.tab.c:1527:7: error: label 'yyerrlab1' used but not defined 1527 | goto yyerrlab1; | ^~~~ y.tab.c:1539:5: error: label 'yydefault' used but not defined 1539 | goto yydefault; | ^~~~ y.tab.c:1487:5: error: label 'yyacceptlab' used but not defined 1487 | YYACCEPT; | ^~~~~~~~ y.tab.c:1481:9: error: label 'yyabortlab' used but not defined 1481 | YYABORT; | ^~~~~~~ y.tab.c:1463:11: error: label 'yyexhaustedlab' used but not defined 1463 | YYNOMEM; | ^~~~~~~ y.tab.c:1405:1: warning: label 'yynewstate' defined but not used [-Wunused-label] 1405 | yynewstate: | ^~~~~~~~~~ y.tab.c:1393:7: warning: unused variable 'yylen' [-Wunused-variable] 1393 | int yylen = 0; | ^~~~~ y.tab.c:1385:11: warning: unused variable 'yyval' [-Wunused-variable] 1385 | YYSTYPE yyval; | ^~~~~ y.tab.c:1380:7: warning: unused variable 'yyresult' [-Wunused-variable] 1380 | int yyresult; | ^~~~~~~~ y.tab.c:1560: warning: control reaches end of non-void function [-Wreturn-type] 1560 | | y.tab.c: At top level: y.tab.c:1326:1: warning: 'yydestruct' defined but not used [-Wunused-function] 1326 | yydestruct (const char *yymsg, | ^~~~~~~~~~ y.tab.c:1130:26: warning: 'yyr2' defined but not used [-Wunused-const-variable=] 1130 | static const yytype_int8 yyr2[] = | ^~~~ y.tab.c:1122:26: warning: 'yyr1' defined but not used [-Wunused-const-variable=] 1122 | static const yytype_int8 yyr1[] = | ^~~~ y.tab.c:1114:26: warning: 'yystos' defined but not used [-Wunused-const-variable=] 1114 | static const yytype_int8 yystos[] = | ^~~~~~ y.tab.c:1090:26: warning: 'yydefgoto' defined but not used [-Wunused-const-variable=] 1090 | static const yytype_int8 yydefgoto[] = | ^~~~~~~~~ y.tab.c:1084:26: warning: 'yypgoto' defined but not used [-Wunused-const-variable=] 1084 | static const yytype_int8 yypgoto[] = | ^~~~~~~ y.tab.c:1076:26: warning: 'yydefact' defined but not used [-Wunused-const-variable=] 1076 | static const yytype_int8 yydefact[] = | ^~~~~~~~ exports.y:420:13: warning: 'add_option_with_value' defined but not used [-Wunused-function] 420 | static void add_option_with_value(const char *opt, const char *val) | ^~~~~~~~~~~~~~~~~~~~~ exports.y:393:13: warning: 'add_option' defined but not used [-Wunused-function] 393 | static void add_option(const char *opt) | ^~~~~~~~~~ exports.y:370:13: warning: 'set_ipnet' defined but not used [-Wunused-function] 370 | static void set_ipnet(char *addr, int new) | ^~~~~~~~~ exports.y:319:13: warning: 'set_hostname' defined but not used [-Wunused-function] 319 | static void set_hostname(const char *name) | ^~~~~~~~~~~~ exports.y:232:13: warning: 'add_item' defined but not used [-Wunused-function] 232 | static void add_item(const char *path) | ^~~~~~~~ exports.y:79:15: warning: 'last_anongid' defined but not used [-Wunused-variable] 79 | static uint32 last_anongid = ANON_NOTSPECIAL; | ^~~~~~~~~~~~ exports.y:78:15: warning: 'last_anonuid' defined but not used [-Wunused-variable] 78 | static uint32 last_anonuid = ANON_NOTSPECIAL; | ^~~~~~~~~~~~ *** [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-trunk-x86_64/net/unfs3 *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-trunk-x86_64/net/unfs3