+ 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/ffproxy-1.6nb1/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/ffproxy-1.6nb1/work.log ===> Building for ffproxy-1.6nb1 --- man --- --- conf --- --- main.o --- --- print.o --- --- man --- for i in ffproxy.8 ffproxy.conf.5 ffproxy.quick.7; do sed -e 's|_BASE_|/opt/pkg/share/ffproxy|g' -e 's|_CFGFILE_|/opt/pkg/etc/ffproxy.conf|g' $i.s > $i; done || for i in ffproxy.8 ffproxy.conf.5 ffproxy.quick.7; do cp $i $i.s; done --- conf --- sed -e 's|_BASE_|/opt/pkg/share/ffproxy|g' sample.config.s > sample.config || cp sample.config.s sample.config cp sample.config ffproxy.conf --- print.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DCFGFILE="\"/opt/pkg/etc/ffproxy.conf\"" -DDATADIR="\"/opt/pkg/share/ffproxy\"" -c print.c --- main.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DCFGFILE="\"/opt/pkg/etc/ffproxy.conf\"" -DDATADIR="\"/opt/pkg/share/ffproxy\"" -c main.c --- socket.o --- --- request.o --- --- socket.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DCFGFILE="\"/opt/pkg/etc/ffproxy.conf\"" -DDATADIR="\"/opt/pkg/share/ffproxy\"" -c socket.c --- request.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DCFGFILE="\"/opt/pkg/etc/ffproxy.conf\"" -DDATADIR="\"/opt/pkg/share/ffproxy\"" -c request.c --- main.o --- main.c:58:12: error: static declaration of 'daemon' follows non-static declaration 58 | static int daemon(int, int); | ^~~~~~ In file included from main.c:30: /usr/include/stdlib.h:272:12: note: previous declaration of 'daemon' with type 'int(int, int)' 272 | extern int daemon(int, int); | ^~~~~~ *** [main.o] Error code 1 bmake: stopped making "all" in /home/pbulk/build/www/ffproxy/work/ffproxy-1.6 --- request.o --- request.c: In function 'do_request': request.c:428:40: warning: 'strncat' specified bound 2 equals source length [-Wstringop-overflow=] 428 | (void) strncat(buf, "\r\n", strlen("\r\n")); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ request.c:452:24: warning: 'strncat' specified bound 2 equals source length [-Wstringop-overflow=] 452 | (void) strncat(buf, "\r\n", strlen("\r\n")); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ request.c:427:40: warning: 'strncat' specified bound depends on the length of the source argument [-Wstringop-overflow=] 427 | (void) strncat(buf, r->header[i++], len); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ request.c:425:32: note: length computed here 425 | len += strlen(r->header[i]) + strlen("\r\n"); | ^~~~~~~~~~~~~~~~~~~~ bmake: 1 error bmake: stopped making "all" in /home/pbulk/build/www/ffproxy/work/ffproxy-1.6 *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/www/ffproxy *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/www/ffproxy