+ 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/dhcpcd-dbus-0.6.1/work.log
+ su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/dhcpcd-dbus-0.6.1/work.log
===> Building for dhcpcd-dbus-0.6.1
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include -I/opt/pkg/include/dbus-1.0 -I/opt/pkg/lib/dbus-1.0/include -c dhcpcd.c -o dhcpcd.o
dhcpcd.c: In function 'dhcpcd_open':
dhcpcd.c:190:28: error: expected identifier or '(' before numeric constant
  190 |         struct sockaddr_un sun;
      |                            ^~~
dhcpcd.c:194:16: error: lvalue required as unary '&' operand
  194 |         memset(&sun, 0, sizeof(sun));
      |                ^
dhcpcd.c:195:12: error: request for member 'sun_family' in something not a structure or union
  195 |         sun.sun_family = AF_UNIX;
      |            ^
dhcpcd.c:196:20: error: request for member 'sun_path' in something not a structure or union
  196 |         strlcpy(sun.sun_path, DHCPCD_SOCKET, sizeof(sun.sun_path));
      |                    ^
dhcpcd.c:196:56: error: request for member 'sun_path' in something not a structure or union
  196 |         strlcpy(sun.sun_path, DHCPCD_SOCKET, sizeof(sun.sun_path));
      |                                                        ^
In file included from /usr/include/sys/socket_impl.h:56,
                 from /usr/include/sys/socket.h:52,
                 from dhcpcd.c:30:
dhcpcd.c:197:34: error: lvalue required as unary '&' operand
  197 |         len = (socklen_t)SUN_LEN(&sun);
      |                                  ^
dhcpcd.c:198:44: error: lvalue required as unary '&' operand
  198 |         if (connect(fd, (struct sockaddr *)&sun, len) == 0)
      |                                            ^
*** [dhcpcd.o] Error code 1

bmake: stopped making "all" in /home/pbulk/build/net/dhcpcd-dbus/work/dhcpcd-dbus-0.6.1
bmake: 1 error

bmake: stopped making "all" in /home/pbulk/build/net/dhcpcd-dbus/work/dhcpcd-dbus-0.6.1
*** Error code 2

Stop.
bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/net/dhcpcd-dbus
*** Error code 1

Stop.
bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/net/dhcpcd-dbus