+ 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.0/work.log
+ su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/dhcpcd-dbus-0.6.0/work.log
=> Bootstrap dependency digest>=20211023: found digest-20220214
===> Building for dhcpcd-dbus-0.6.0
gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -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:180:21: error: expected identifier or '(' before numeric constant
  180 |  struct sockaddr_un sun;
      |                     ^~~
dhcpcd.c:184:9: error: lvalue required as unary '&' operand
  184 |  memset(&sun, 0, sizeof(sun));
      |         ^
dhcpcd.c:185:5: error: request for member 'sun_family' in something not a structure or union
  185 |  sun.sun_family = AF_UNIX;
      |     ^
dhcpcd.c:186:13: error: request for member 'sun_path' in something not a structure or union
  186 |  strlcpy(sun.sun_path, DHCPCD_SOCKET, sizeof(sun.sun_path));
      |             ^
dhcpcd.c:186:49: error: request for member 'sun_path' in something not a structure or union
  186 |  strlcpy(sun.sun_path, DHCPCD_SOCKET, sizeof(sun.sun_path));
      |                                                 ^
dhcpcd.c:187:18: error: request for member 'sun_family' in something not a structure or union
  187 |  len = sizeof(sun.sun_family) + strlen(sun.sun_path) + 1;
      |                  ^
dhcpcd.c:187:43: error: request for member 'sun_path' in something not a structure or union
  187 |  len = sizeof(sun.sun_family) + strlen(sun.sun_path) + 1;
      |                                           ^
dhcpcd.c:188:37: error: lvalue required as unary '&' operand
  188 |  if (connect(fd, (struct sockaddr *)&sun, len) == 0)
      |                                     ^
*** [dhcpcd.o] Error code 1

bmake: stopped in /home/pbulk/build/net/dhcpcd-dbus/work/dhcpcd-dbus-0.6.0
1 error

bmake: stopped in /home/pbulk/build/net/dhcpcd-dbus/work/dhcpcd-dbus-0.6.0
*** Error code 2

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

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