+ 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/kplex-1.3.2/work.log + su pbulk -c '"$@"' make /opt/local/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/kplex-1.3.2/work.log ===> Building for kplex-1.3.2 cat: cannot open base_version: No such file or directory gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -I/opt/local/include -I/usr/include -c -o kplex.o kplex.c gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -I/opt/local/include -I/usr/include -c -o fileio.o fileio.c gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -I/opt/local/include -I/usr/include -c -o serial.o serial.c gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -I/opt/local/include -I/usr/include -c -o bcast.o bcast.c serial.c:21:10: fatal error: pty.h: No such file or directory 21 | #include <pty.h> | ^~~~~~~ compilation terminated. bcast.c: In function 'write_bcast': bcast.c:118:9: error: 'struct msghdr' has no member named 'msg_control' 118 | msgh.msg_control=NULL; | ^ bcast.c:119:9: error: 'struct msghdr' has no member named 'msg_controllen' 119 | msgh.msg_controllen=msgh.msg_flags=0; | ^ bcast.c:119:29: error: 'struct msghdr' has no member named 'msg_flags' 119 | msgh.msg_controllen=msgh.msg_flags=0; | ^ gmake: *** [<builtin>: serial.o] Error 1 gmake: *** Waiting for unfinished jobs.... kplex.c: In function 'main': kplex.c:1609:20: error: too many arguments to function 'sigwait' 1609 | (void) sigwait(&set,&rcvdsig); | ^~~~~~~ In file included from kplex.c:16: /usr/include/signal.h:165:12: note: declared here 165 | extern int sigwait(sigset_t *); | ^~~~~~~ gmake: *** [<builtin>: bcast.o] Error 1 gmake: *** [<builtin>: kplex.o] Error 1 *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-2024Q4-x86_64/geography/kplex *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-2024Q4-x86_64/geography/kplex