+ 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/trickle-1.06nb16/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/trickle-1.06nb16/work.log => Bootstrap dependency digest>=20211023: found digest-20220214 WARNING: [license.mk] Every package should define a LICENSE. ===> Building for trickle-1.06nb16 --- trickle.o --- --- util.o --- --- getopt.o --- --- trickled.o --- --- atomicio.o --- --- print.o --- --- bwstat.o --- --- client.o --- --- trickle.o --- gcc -DHAVE_CONFIG_H -I. -I. -I. -I/opt/pkg/include -Wall -Icompat -I/opt/pkg/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -c trickle.c --- util.o --- gcc -DHAVE_CONFIG_H -I. -I. -I. -I/opt/pkg/include -Wall -Icompat -I/opt/pkg/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -c util.c --- getopt.o --- gcc -DHAVE_CONFIG_H -I. -I. -I. -I/opt/pkg/include -Wall -Icompat -I/opt/pkg/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -c getopt.c --- trickled.o --- gcc -DHAVE_CONFIG_H -I. -I. -I. -I/opt/pkg/include -Wall -Icompat -I/opt/pkg/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -c trickled.c --- atomicio.o --- gcc -DHAVE_CONFIG_H -I. -I. -I. -I/opt/pkg/include -Wall -Icompat -I/opt/pkg/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -c atomicio.c --- print.o --- gcc -DHAVE_CONFIG_H -I. -I. -I. -I/opt/pkg/include -Wall -Icompat -I/opt/pkg/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -c print.c --- bwstat.o --- gcc -DHAVE_CONFIG_H -I. -I. -I. -I/opt/pkg/include -Wall -Icompat -I/opt/pkg/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -c bwstat.c --- trickled.o --- In file included from trickled.c:19: config.h:112:19: error: two or more data types in declaration specifiers 112 | #define in_addr_t unsigned long | ^~~~~~~~ config.h:112:28: error: two or more data types in declaration specifiers 112 | #define in_addr_t unsigned long | ^~~~ --- client.o --- gcc -DHAVE_CONFIG_H -I. -I. -I. -I/opt/pkg/include -Wall -Icompat -I/opt/pkg/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -c client.c --- conf.o --- gcc -DHAVE_CONFIG_H -I. -I. -I. -I/opt/pkg/include -Wall -Icompat -I/opt/pkg/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -c conf.c --- cleanup.o --- gcc -DHAVE_CONFIG_H -I. -I. -I. -I/opt/pkg/include -Wall -Icompat -I/opt/pkg/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -c cleanup.c --- xdr.o --- --- client.o --- In file included from client.c:13: config.h:112:19: error: two or more data types in declaration specifiers 112 | #define in_addr_t unsigned long | ^~~~~~~~ config.h:112:28: error: two or more data types in declaration specifiers 112 | #define in_addr_t unsigned long | ^~~~ --- xdr.o --- gcc -DHAVE_CONFIG_H -I. -I. -I. -I/opt/pkg/include -Wall -Icompat -I/opt/pkg/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -c xdr.c --- bwstat.o --- bwstat.c: In function 'bwstat_getdelay': bwstat.c:151:7: warning: variable 'initent' set but not used [-Wunused-but-set-variable] 151 | uint initent; | ^~~~~~~ --- trickled.o --- *** [trickled.o] Error code 1 bmake: stopped in /home/pbulk/build/net/trickle/work/trickle-1.06 --- client.o --- *** [client.o] Error code 1 bmake: stopped in /home/pbulk/build/net/trickle/work/trickle-1.06 --- conf.o --- conf.c: In function 'conf_decode_base64': conf.c:548:17: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness [-Wpointer-sign] 548 | if (!strcmp (buf, "==")) | ^~~ | | | u_char * {aka unsigned char *} In file included from /usr/include/string.h:34, from conf.c:55: /usr/include/iso/string_iso.h:74:19: note: expected 'const char *' but argument is of type 'u_char *' {aka 'unsigned char *'} 74 | extern int strcmp(const char *, const char *); | ^~~~~~~~~~~~ conf.c:564:17: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness [-Wpointer-sign] 564 | if (strcmp (buf, "=")) | ^~~ | | | u_char * {aka unsigned char *} In file included from /usr/include/string.h:34, from conf.c:55: /usr/include/iso/string_iso.h:74:19: note: expected 'const char *' but argument is of type 'u_char *' {aka 'unsigned char *'} 74 | extern int strcmp(const char *, const char *); | ^~~~~~~~~~~~ --- xdr.o --- xdr.c: In function 'msg2xdr': xdr.c:116:23: warning: pointer targets in passing argument 2 of 'xdrmem_create' differ in signedness [-Wpointer-sign] 116 | xdrmem_create(&xdrs, buf, *buflen, XDR_ENCODE); | ^~~ | | | u_char * {aka unsigned char *} In file included from /usr/include/rpc/rpc.h:58, from xdr.c:10: /usr/include/rpc/xdr.h:567:36: note: expected 'caddr_t' {aka 'char * const'} but argument is of type 'u_char *' {aka 'unsigned char *'} 567 | extern void xdrmem_create(XDR *, const caddr_t, const uint_t, const enum | ^~~~~~~~~~~~~ xdr.c: In function 'xdr2msg': xdr.c:136:23: warning: pointer targets in passing argument 2 of 'xdrmem_create' differ in signedness [-Wpointer-sign] 136 | xdrmem_create(&xdrs, buf, buflen, XDR_DECODE); | ^~~ | | | u_char * {aka unsigned char *} In file included from /usr/include/rpc/rpc.h:58, from xdr.c:10: /usr/include/rpc/xdr.h:567:36: note: expected 'caddr_t' {aka 'char * const'} but argument is of type 'u_char *' {aka 'unsigned char *'} 567 | extern void xdrmem_create(XDR *, const caddr_t, const uint_t, const enum | ^~~~~~~~~~~~~ 2 errors bmake: stopped in /home/pbulk/build/net/trickle/work/trickle-1.06 *** Error code 2 Stop. bmake[1]: stopped in /data/jenkins/workspace/pkgsrc-upstream-bulktest/net/trickle *** Error code 1 Stop. bmake: stopped in /data/jenkins/workspace/pkgsrc-upstream-bulktest/net/trickle