+ 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/sdorfehs-1.4/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/sdorfehs-1.4/work.log => Bootstrap dependency digest>=20211023: found digest-20220214 ===> Building for sdorfehs-1.4 --- actions.o --- --- bar.o --- --- communications.o --- --- completions.o --- --- editor.o --- --- events.o --- --- format.o --- --- frame.o --- --- bar.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/freetype2 -O2 -Wall -Wunused -Wmissing-prototypes -Wstrict-prototypes -Wunused `pkg-config --cflags x11 xft xrandr xtst` -DVERSION=\"1.4\" -I/opt/pkg/include -I/opt/pkg/include/freetype2 -c bar.c --- actions.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/freetype2 -O2 -Wall -Wunused -Wmissing-prototypes -Wstrict-prototypes -Wunused `pkg-config --cflags x11 xft xrandr xtst` -DVERSION=\"1.4\" -I/opt/pkg/include -I/opt/pkg/include/freetype2 -c actions.c --- communications.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/freetype2 -O2 -Wall -Wunused -Wmissing-prototypes -Wstrict-prototypes -Wunused `pkg-config --cflags x11 xft xrandr xtst` -DVERSION=\"1.4\" -I/opt/pkg/include -I/opt/pkg/include/freetype2 -c communications.c --- editor.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/freetype2 -O2 -Wall -Wunused -Wmissing-prototypes -Wstrict-prototypes -Wunused `pkg-config --cflags x11 xft xrandr xtst` -DVERSION=\"1.4\" -I/opt/pkg/include -I/opt/pkg/include/freetype2 -c editor.c --- completions.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/freetype2 -O2 -Wall -Wunused -Wmissing-prototypes -Wstrict-prototypes -Wunused `pkg-config --cflags x11 xft xrandr xtst` -DVERSION=\"1.4\" -I/opt/pkg/include -I/opt/pkg/include/freetype2 -c completions.c --- events.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/freetype2 -O2 -Wall -Wunused -Wmissing-prototypes -Wstrict-prototypes -Wunused `pkg-config --cflags x11 xft xrandr xtst` -DVERSION=\"1.4\" -I/opt/pkg/include -I/opt/pkg/include/freetype2 -c events.c --- format.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/freetype2 -O2 -Wall -Wunused -Wmissing-prototypes -Wstrict-prototypes -Wunused `pkg-config --cflags x11 xft xrandr xtst` -DVERSION=\"1.4\" -I/opt/pkg/include -I/opt/pkg/include/freetype2 -c format.c --- frame.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/freetype2 -O2 -Wall -Wunused -Wmissing-prototypes -Wstrict-prototypes -Wunused `pkg-config --cflags x11 xft xrandr xtst` -DVERSION=\"1.4\" -I/opt/pkg/include -I/opt/pkg/include/freetype2 -c frame.c --- communications.o --- communications.c: In function 'listen_for_commands': communications.c:49:21: error: expected identifier or '(' before numeric constant 49 | struct sockaddr_un sun; | ^~~ communications.c:55:62: error: request for member 'sun_path' in something not a structure or union 55 | if (strlen(rp_glob_screen.control_socket_path) >= sizeof(sun.sun_path)) | ^ communications.c:59:13: error: request for member 'sun_path' in something not a structure or union 59 | strncpy(sun.sun_path, rp_glob_screen.control_socket_path, | ^ communications.c:60:16: error: request for member 'sun_path' in something not a structure or union 60 | sizeof(sun.sun_path)); | ^ communications.c:61:5: error: request for member 'sun_family' in something not a structure or union 61 | sun.sun_family = AF_UNIX; | ^ communications.c:67:64: error: lvalue required as unary '&' operand 67 | if (bind(rp_glob_screen.control_socket_fd, (struct sockaddr *)&sun, | ^ communications.c: In function 'send_command': communications.c:84:21: error: expected identifier or '(' before numeric constant 84 | struct sockaddr_un sun; | ^~~ communications.c:98:62: error: request for member 'sun_path' in something not a structure or union 98 | if (strlen(rp_glob_screen.control_socket_path) >= sizeof(sun.sun_path)) | ^ communications.c:102:13: error: request for member 'sun_path' in something not a structure or union 102 | strncpy(sun.sun_path, rp_glob_screen.control_socket_path, | ^ communications.c:103:16: error: request for member 'sun_path' in something not a structure or union 103 | sizeof(sun.sun_path)); | ^ communications.c:104:5: error: request for member 'sun_family' in something not a structure or union 104 | sun.sun_family = AF_UNIX; | ^ communications.c:106:37: error: lvalue required as unary '&' operand 106 | if (connect(fd, (struct sockaddr *)&sun, sizeof(sun)) == -1) | ^ *** [communications.o] Error code 1 bmake: stopped in /home/pbulk/build/wm/sdorfehs/work/sdorfehs-1.4 --- actions.o --- actions.c: In function 'spawn': actions.c:2803:17: error: 'TIOCNOTTY' undeclared (first use in this function) 2803 | ioctl(ctty, TIOCNOTTY); | ^~~~~~~~~ actions.c:2803:17: note: each undeclared identifier is reported only once for each function it appears in *** [actions.o] Error code 1 bmake: stopped in /home/pbulk/build/wm/sdorfehs/work/sdorfehs-1.4 2 errors bmake: stopped in /home/pbulk/build/wm/sdorfehs/work/sdorfehs-1.4 *** Error code 2 Stop. bmake[1]: stopped in /data/jenkins/workspace/pkgsrc-upstream-bulktest/wm/sdorfehs *** Error code 1 Stop. bmake: stopped in /data/jenkins/workspace/pkgsrc-upstream-bulktest/wm/sdorfehs