+ 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/ii-2.0/work.log + su pbulk -c '"$@"' make /opt/local/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/ii-2.0/work.log ===> Building for ii-2.0 --- ii.o --- gcc -c ii.c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D__EXTENSIONS__ -I/opt/local/include -I/usr/include -I/opt/local/include -I/usr/include -DVERSION=\"2.0\" -D_DEFAULT_SOURCE ii.c: In function 'udsopen': ii.c:376:28: error: expected identifier or '(' before numeric constant 376 | struct sockaddr_un sun; | ^~~ ii.c:383:12: error: request for member 'sun_family' in something not a structure or union 383 | sun.sun_family = AF_UNIX; | ^ ii.c:384:24: error: request for member 'sun_path' in something not a structure or union 384 | if (strlcpy(sun.sun_path, uds, sizeof(sun.sun_path)) >= sizeof(sun.sun_path)) | ^ ii.c:384:50: error: request for member 'sun_path' in something not a structure or union 384 | if (strlcpy(sun.sun_path, uds, sizeof(sun.sun_path)) >= sizeof(sun.sun_path)) | ^ ii.c:384:75: error: request for member 'sun_path' in something not a structure or union 384 | if (strlcpy(sun.sun_path, uds, sizeof(sun.sun_path)) >= sizeof(sun.sun_path)) | ^ ii.c:387:25: error: request for member 'sun_path' in something not a structure or union 387 | len = strlen(sun.sun_path) + 1 + sizeof(sun.sun_family); | ^ ii.c:387:52: error: request for member 'sun_family' in something not a structure or union 387 | len = strlen(sun.sun_path) + 1 + sizeof(sun.sun_family); | ^ ii.c:388:44: error: lvalue required as unary '&' operand 388 | if (connect(fd, (struct sockaddr *)&sun, len) == -1) | ^ *** [ii.o] Error code 1 bmake: stopped making "all" in /home/pbulk/build/chat/ii/work/ii-2.0 bmake: 1 error bmake: stopped making "all" in /home/pbulk/build/chat/ii/work/ii-2.0 *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-trunk-x86_64/chat/ii *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-trunk-x86_64/chat/ii