+ 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/entropy-0.9.1.439nb5/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/entropy-0.9.1.439nb5/work.log WARNING: [license.mk] Every package should define a LICENSE. ===> Building for entropy-0.9.1.439nb5 gcc -Iinclude -I/opt/pkg/include -E -MM src/*.c >.depend gcc -Iinclude -I/opt/pkg/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -W -Wall -Wuninitialized -Wno-unused -o obj/entropy.o -c src/entropy.c gcc -Iinclude -I/opt/pkg/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -W -Wall -Wuninitialized -Wno-unused -o obj/logger.o -c src/logger.c gcc -Iinclude -I/opt/pkg/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -W -Wall -Wuninitialized -Wno-unused -o obj/funclib.o -c src/funclib.c gcc -Iinclude -I/opt/pkg/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -W -Wall -Wuninitialized -Wno-unused -o obj/osd.o -c src/osd.c In file included from include/peer.h:29, from include/file.h:35, from src/entropy.c:28: include/bignum.h:63:18: error: conflicting types for 'cnt_t'; have 'uint32_t' {aka 'unsigned int'} 63 | typedef uint32_t cnt_t; | ^~~~~ In file included from /usr/include/fcntl.h:39, from include/config.h:163, from include/osd.h:25, from src/entropy.c:22: /usr/include/sys/types.h:109:25: note: previous declaration of 'cnt_t' with type 'cnt_t' {aka 'short int'} 109 | typedef short cnt_t; /* ? type */ | ^~~~~ gmake: *** [Makefile:166: obj/entropy.o] Error 1 gmake: *** Waiting for unfinished jobs.... In file included from include/tools.h:27, from src/osd.c:25: src/osd.c: In function 'osd_usleep': src/osd.c:98:30: warning: format '%lld' expects argument of type 'long long int', but argument 2 has type 'int64_t' {aka 'long int'} [-Wformat=] 98 | LOG(L_DEBUG,("usleep(%lld)\n", usecs)); | ^~~~~~~~~~~~~~~~ ~~~~~ | | | int64_t {aka long int} include/logger.h:67:78: note: in definition of macro 'LOG' 67 | logprintf(level, __function__, __FILE__, __LINE__, logappend msg) | ^~~ src/osd.c:98:41: note: format string is defined here 98 | LOG(L_DEBUG,("usleep(%lld)\n", usecs)); | ~~~^ | | | long long int | %ld src/osd.c: In function 'osd_sem_global_init': src/osd.c:584:16: warning: pointer targets in assignment from 'caddr_t' {aka 'char *'} to 'uint8_t *' {aka 'unsigned char *'} differ in signedness [-Wpointer-sign] 584 | zeroes = xcalloc(1, semsize); | ^ *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/net/entropy *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/net/entropy