+ 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/ucspi-tools-1.7nb1/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/ucspi-tools-1.7nb1/work.log ===> Building for ucspi-tools-1.7nb1 gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -std=c99 -pedantic -Wall -Wextra -D_XOPEN_SOURCE=700 -D_BSD_SOURCE -I/opt/pkg/include -L/opt/pkg/lib -Wl,-R/opt/pkg/lib sockc.c -o sockc gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -std=c99 -pedantic -Wall -Wextra -D_XOPEN_SOURCE=700 -D_BSD_SOURCE -I/opt/pkg/include -c -o tlsc.o tlsc.c gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -std=c99 -pedantic -Wall -Wextra -D_XOPEN_SOURCE=700 -D_BSD_SOURCE -I/opt/pkg/include -c -o tlss.o tlss.c gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -std=c99 -pedantic -Wall -Wextra -D_XOPEN_SOURCE=700 -D_BSD_SOURCE -I/opt/pkg/include -c -o httppc.o httppc.c httppc.c: In function 'main': httppc.c:67:9: warning: implicit declaration of function 'dprintf'; did you mean 'vprintf'? [-Wimplicit-function-declaration] 67 | dprintf(WRITE_FD, "CONNECT %s:%s HTTP/1.1\r\n", host, port); | ^~~~~~~ | vprintf sockc.c: In function 'main': sockc.c:243:17: warning: implicit declaration of function 'strlcpy'; did you mean 'strncpy'? [-Wimplicit-function-declaration] 243 | strlcpy(tmp, reply.addr.name.str, reply.addr.name.len); | ^~~~~~~ | strncpy gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -std=c99 -pedantic -Wall -Wextra -D_XOPEN_SOURCE=700 -D_BSD_SOURCE -I/opt/pkg/include -c -o http_parser.o http_parser.c gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -std=c99 -pedantic -Wall -Wextra -D_XOPEN_SOURCE=700 -D_BSD_SOURCE -I/opt/pkg/include -c -o httpc.o httpc.c gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -std=c99 -pedantic -Wall -Wextra -D_XOPEN_SOURCE=700 -D_BSD_SOURCE -I/opt/pkg/include -L/opt/pkg/lib -Wl,-R/opt/pkg/lib https.c -o https httpc.c: In function 'main': httpc.c:158:9: warning: implicit declaration of function 'dprintf'; did you mean 'vprintf'? [-Wimplicit-function-declaration] 158 | dprintf(WRITE_FD, "GET %s HTTP/1.1\r\n", uri); | ^~~~~~~ | vprintf gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -std=c99 -pedantic -Wall -Wextra -D_XOPEN_SOURCE=700 -D_BSD_SOURCE -I/opt/pkg/include -L/opt/pkg/lib -Wl,-R/opt/pkg/lib ftpc.c -o ftpc https.c: In function 'main': https.c:105:36: warning: format '%lld' expects argument of type 'long long int', but argument 2 has type 'off_t' {aka 'long int'} [-Wformat=] 105 | printf("Content-Length: %lld\r\n", sb.st_size); | ~~~^ ~~~~~~~~~~ | | | | | off_t {aka long int} | long long int | %ld gcc -L/opt/pkg/lib -Wl,-R/opt/pkg/lib -o tlsc tlsc.o -ltls `pkg-config --libs libssl openssl` gcc -L/opt/pkg/lib -Wl,-R/opt/pkg/lib -o tlss tlss.o -ltls `pkg-config --libs libssl openssl` gcc -L/opt/pkg/lib -Wl,-R/opt/pkg/lib -o httppc httppc.o http_parser.o Undefined first referenced symbol in file dprintf httppc.o ld: fatal: symbol referencing errors. No output written to httppc collect2: error: ld returned 1 exit status gmake: *** [Makefile:21: httppc] Error 1 gmake: *** Waiting for unfinished jobs.... *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/net/ucspi-tools *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/net/ucspi-tools