+ case "${usergroup_phase}" in + local run_cmd + run_cmd=run_su + shift + run_su /opt/local/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/gnutime-1.7nb1/work.log + su pbulk -c '"$@"' make /opt/local/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/gnutime-1.7nb1/work.log => Bootstrap dependency digest>=20211023: found digest-20220214 ===> Building for gnutime-1.7nb1 gcc -c -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STRING_H=1 -Dpid_t=int -Dsize_t=unsigned -DRETSIGTYPE=int -DHAVE_TIMEVAL=1 -DHAVE_VPRINTF=1 -DHAVE_STRERROR=1 -I. -I. -I/opt/local/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include time.c <command-line>: error: two or more data types in declaration specifiers <command-line>: error: two or more data types in declaration specifiers In file included from time.c:34: resuse.h:43:8: error: redefinition of 'struct rusage' 43 | struct rusage | ^~~~~~ In file included from /usr/include/sys/wait.h:40, from wait.h:21, from time.c:24: /usr/include/sys/resource.h:172:9: note: originally defined here 172 | struct rusage { | ^~~~~~ time.c: In function 'run_command': time.c:620:20: warning: assignment to 'sighandler' {aka 'int (*)()'} from incompatible pointer type 'void (*)(int)' [-Wincompatible-pointer-types] 620 | interrupt_signal = signal (SIGINT, SIG_IGN); | ^ time.c:621:15: warning: assignment to 'sighandler' {aka 'int (*)()'} from incompatible pointer type 'void (*)(int)' [-Wincompatible-pointer-types] 621 | quit_signal = signal (SIGQUIT, SIG_IGN); | ^ time.c:627:19: warning: passing argument 2 of 'signal' from incompatible pointer type [-Wincompatible-pointer-types] 627 | signal (SIGINT, interrupt_signal); | ^~~~~~~~~~~~~~~~ | | | sighandler {aka int (*)()} In file included from /usr/include/signal.h:42, from time.c:27: /usr/include/iso/signal_iso.h:63:27: note: expected 'void (*)(int)' but argument is of type 'sighandler' {aka 'int (*)()'} 63 | extern void (*signal(int, void (*)(int)))(int); | ^~~~~~~~~~~~~ time.c:628:20: warning: passing argument 2 of 'signal' from incompatible pointer type [-Wincompatible-pointer-types] 628 | signal (SIGQUIT, quit_signal); | ^~~~~~~~~~~ | | | sighandler {aka int (*)()} /usr/include/iso/signal_iso.h:63:27: note: expected 'void (*)(int)' but argument is of type 'sighandler' {aka 'int (*)()'} 63 | extern void (*signal(int, void (*)(int)))(int); | ^~~~~~~~~~~~~ *** [time.o] Error code 1 bmake: stopped in /home/pbulk/build/time/gnutime/work/time-1.7 1 error bmake: stopped in /home/pbulk/build/time/gnutime/work/time-1.7 *** Error code 2 Stop. bmake[1]: stopped in /data/jenkins/workspace/pkgsrc-2023Q4-x86_64/time/gnutime *** Error code 1 Stop. bmake: stopped in /data/jenkins/workspace/pkgsrc-2023Q4-x86_64/time/gnutime