+ 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/xmlindent-0.2.16nb1/work.log + su pbulk -c '"$@"' make /opt/pkg/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 --- --- buffer.o --- --- error.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -c error.c --- lexer --- flex xmlindent.yy --- indent.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -c indent.c --- main.o --- --- buffer.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -c buffer.c --- main.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -c main.c --- indent.o --- indent.c: In function 'indent': indent.c:119:5: error: 'yyin' undeclared (first use in this function) 119 | yyin = input; | ^~~~ indent.c:119:5: note: each undeclared identifier is reported only once for each function it appears in indent.c:121:5: warning: implicit declaration of function 'yylex' [-Wimplicit-function-declaration] 121 | yylex(); | ^~~~~ 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: 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': 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' [-Wimplicit-function-declaration] 183 | int current = input(); | ^~~~~ indent.c: In function 'start_tag': indent.c:290:18: error: 'yytext' undeclared (first use in this function) 290 | tmp = strdup(yytext); | ^~~~~~ indent.c:301:5: warning: implicit declaration of function 'free' [-Wimplicit-function-declaration] 301 | free(tmp); | ^~~~ indent.c:39:1: note: include '<stdlib.h>' or provide a declaration of 'free' 38 | #include "lex.yy.c" +++ |+#include <stdlib.h> 39 | indent.c:301:5: warning: incompatible implicit declaration of built-in function 'free' [-Wbuiltin-declaration-mismatch] 301 | free(tmp); | ^~~~ indent.c:301:5: note: include '<stdlib.h>' or provide a declaration of 'free' indent.c: In function 'end_tag': indent.c:311:18: error: 'yytext' undeclared (first use in this function) 311 | tmp = strdup(yytext); | ^~~~~~ indent.c:330:5: warning: incompatible implicit declaration of built-in function 'free' [-Wbuiltin-declaration-mismatch] 330 | free(tmp); | ^~~~ indent.c:330:5: note: include '<stdlib.h>' or provide a declaration of 'free' 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:363:5: warning: incompatible implicit declaration of built-in function 'free' [-Wbuiltin-declaration-mismatch] 363 | free(tmp); | ^~~~ indent.c:363:5: note: include '<stdlib.h>' or provide a declaration of 'free' 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); | ^~~~~~ *** [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-upstream-trunk/textproc/xmlindent *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/textproc/xmlindent