+ 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/xmlindent-0.2.16nb1/work.log + su pbulk -c '"$@"' make /opt/local/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/xmlindent-0.2.16nb1/work.log ===> Building for xmlindent-0.2.16nb1 --- lexer --- --- error.o --- --- indent.o --- --- lexer --- flex xmlindent.yy --- error.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -c error.c --- indent.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -c indent.c --- buffer.o --- --- indent.o --- In file included from indent.c:38: lex.yy.c:291:27: error: expected ';' before 'extern' 291 | static void yy_load_buffer_state ( void ); | ^ | ; indent.c: In function 'indent': indent.c:121:5: warning: implicit declaration of function 'yylex'; did you mean 'yyless'? [-Wimplicit-function-declaration] 121 | yylex(); | ^~~~~ | yyless indent.c: In function 'xml_declaration': indent.c:145:34: error: 'yytext' undeclared (first use in this function) 145 | buffer_push_str(current_buf, yytext); | ^~~~~~ indent.c:145:34: note: each undeclared identifier is reported only once for each function it appears in indent.c: In function 'cdata_section': indent.c:150:34: error: 'yytext' undeclared (first use in this function) 150 | buffer_push_str(current_buf, yytext); | ^~~~~~ indent.c: In function 'doctype_declaration': --- buffer.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -c buffer.c --- indent.o --- indent.c:155:34: error: 'yytext' undeclared (first use in this function) 155 | buffer_push_str(current_buf, yytext); | ^~~~~~ indent.c: In function 'eat_whitespace': indent.c:183:23: warning: implicit declaration of function 'input'; did you mean 'unput'? [-Wimplicit-function-declaration] 183 | int current = input(); | ^~~~~ | unput indent.c: In function 'start_tag': indent.c:290:18: error: 'yytext' undeclared (first use in this function) 290 | tmp = strdup(yytext); | ^~~~~~ indent.c: In function 'end_tag': indent.c:311:18: error: 'yytext' undeclared (first use in this function) 311 | tmp = strdup(yytext); | ^~~~~~ indent.c: In function 'empty_element_tag': indent.c:340:18: error: 'yytext' undeclared (first use in this function) 340 | tmp = strdup(yytext); | ^~~~~~ indent.c: In function 'comment': indent.c:377:34: error: 'yytext' undeclared (first use in this function) 377 | buffer_push_str(current_buf, yytext); | ^~~~~~ In file included from indent.c:18: indent.c: In function 'content': indent.c:443:19: error: 'yytext' undeclared (first use in this function) 443 | assert(strlen(yytext) == 1); | ^~~~~~ indent.c: In function 'processing_insn': indent.c:496:34: error: 'yytext' undeclared (first use in this function) 496 | buffer_push_str(current_buf, yytext); | ^~~~~~ --- main.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -c main.c --- indent.o --- *** [indent.o] Error code 1 bmake: stopped making "all" in /home/pbulk/build/textproc/xmlindent/work/xmlindent-0.2.16 bmake: 1 error bmake: stopped making "all" in /home/pbulk/build/textproc/xmlindent/work/xmlindent-0.2.16 *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-trunk-x86_64/textproc/xmlindent *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-trunk-x86_64/textproc/xmlindent