+ 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/opensmtpd-table-socketmap-1.1.1/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/opensmtpd-table-socketmap-1.1.1/work.log ===> Building for opensmtpd-table-socketmap-1.1.1 --- all --- /opt/pkg/bin/bmake all-recursive --- all-recursive --- Making all in openbsd-compat --- table_socketmap.o --- --- dict.o --- --- log.o --- --- table_stdio.o --- --- table_socketmap.o --- depbase=`echo table_socketmap.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; gcc -DHAVE_CONFIG_H -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I./openbsd-compat -I./openbsd-compat/tree -MT table_socketmap.o -MD -MP -MF $depbase.Tpo -c -o table_socketmap.o table_socketmap.c && mv -f $depbase.Tpo $depbase.Po --- dict.o --- depbase=`echo dict.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; gcc -DHAVE_CONFIG_H -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I./openbsd-compat -I./openbsd-compat/tree -MT dict.o -MD -MP -MF $depbase.Tpo -c -o dict.o dict.c && mv -f $depbase.Tpo $depbase.Po --- log.o --- depbase=`echo log.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; gcc -DHAVE_CONFIG_H -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I./openbsd-compat -I./openbsd-compat/tree -MT log.o -MD -MP -MF $depbase.Tpo -c -o log.o log.c && mv -f $depbase.Tpo $depbase.Po --- table_stdio.o --- depbase=`echo table_stdio.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; gcc -DHAVE_CONFIG_H -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I./openbsd-compat -I./openbsd-compat/tree -MT table_stdio.o -MD -MP -MF $depbase.Tpo -c -o table_stdio.o table_stdio.c && mv -f $depbase.Tpo $depbase.Po --- table_socketmap.o --- table_socketmap.c: In function 'table_socketmap_connect': table_socketmap.c:56:33: error: expected identifier or '(' before numeric constant 56 | struct sockaddr_un sun; | ^~~ table_socketmap.c:63:16: error: lvalue required as unary '&' operand 63 | memset(&sun, 0, sizeof sun); | ^ table_socketmap.c:64:12: error: request for member 'sun_family' in something not a structure or union 64 | sun.sun_family = AF_UNIX; | ^ table_socketmap.c:65:24: error: request for member 'sun_path' in something not a structure or union 65 | if (strlcpy(sun.sun_path, s, sizeof(sun.sun_path)) >= | ^ table_socketmap.c:65:48: error: request for member 'sun_path' in something not a structure or union 65 | if (strlcpy(sun.sun_path, s, sizeof(sun.sun_path)) >= | ^ table_socketmap.c:66:23: error: request for member 'sun_path' in something not a structure or union 66 | sizeof(sun.sun_path)) { | ^ table_socketmap.c:71:46: error: lvalue required as unary '&' operand 71 | if (connect(sock, (struct sockaddr *)&sun, sizeof(sun)) == -1) { | ^ *** [table_socketmap.o] Error code 1 bmake[2]: stopped making "all-am" in /home/pbulk/build/mail/opensmtpd-table-socketmap/work/table-socketmap-1.1.1 bmake[2]: 1 error bmake[2]: stopped making "all-am" in /home/pbulk/build/mail/opensmtpd-table-socketmap/work/table-socketmap-1.1.1 bmake[1]: stopped making "all-recursive" in /home/pbulk/build/mail/opensmtpd-table-socketmap/work/table-socketmap-1.1.1 bmake: stopped making "all" in /home/pbulk/build/mail/opensmtpd-table-socketmap/work/table-socketmap-1.1.1 *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/mail/opensmtpd-table-socketmap *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/mail/opensmtpd-table-socketmap