+ 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 --- dhcpcd.o --- --- dbus-dict.o --- --- dhcpcd-dbus.o --- --- wpa.o --- --- dhcpcd.o --- 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 --- dbus-dict.o --- 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 dbus-dict.c -o dbus-dict.o --- dhcpcd-dbus.o --- 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-dbus.c -o dhcpcd-dbus.o --- wpa.o --- 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 wpa.c -o wpa.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 --- wpa.o --- wpa.c: In function '_wpa_open': wpa.c:68:28: error: expected identifier or '(' before numeric constant 68 | struct sockaddr_un sun; | ^~~ wpa.c:72:16: error: lvalue required as unary '&' operand 72 | memset(&sun, 0, sizeof(sun)); | ^ wpa.c:73:12: error: request for member 'sun_family' in something not a structure or union 73 | sun.sun_family = AF_UNIX; | ^ wpa.c:74:21: error: request for member 'sun_path' in something not a structure or union 74 | snprintf(sun.sun_path, sizeof(sun.sun_path), | ^ wpa.c:74:42: error: request for member 'sun_path' in something not a structure or union 74 | snprintf(sun.sun_path, sizeof(sun.sun_path), | ^ wpa.c:76:27: error: request for member 'sun_path' in something not a structure or union 76 | *path = strdup(sun.sun_path); | ^ In file included from /usr/include/sys/socket_impl.h:56, from /usr/include/sys/socket.h:52, from wpa.c:27: wpa.c:77:34: error: lvalue required as unary '&' operand 77 | len = (socklen_t)SUN_LEN(&sun); | ^ wpa.c:78:41: error: lvalue required as unary '&' operand 78 | if (bind(fd, (struct sockaddr *)&sun, len) == -1) { | ^ wpa.c:85:21: error: request for member 'sun_path' in something not a structure or union 85 | snprintf(sun.sun_path, sizeof(sun.sun_path), | ^ wpa.c:85:42: error: request for member 'sun_path' in something not a structure or union 85 | snprintf(sun.sun_path, sizeof(sun.sun_path), | ^ wpa.c:87:34: error: lvalue required as unary '&' operand 87 | len = (socklen_t)SUN_LEN(&sun); | ^ wpa.c:88:44: error: lvalue required as unary '&' operand 88 | if (connect(fd, (struct sockaddr *)&sun, len) == 0) { | ^ *** [wpa.o] Error code 1 bmake: stopped making "all" in /home/pbulk/build/net/dhcpcd-dbus/work/dhcpcd-dbus-0.6.1 bmake: 2 errors 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