+ 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/pv-1.9.31/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/pv-1.9.31/work.log ===> Building for pv-1.9.31 Making all in po gmake[1]: Entering directory '/home/pbulk/build/sysutils/pv/work/pv-1.9.31/po' gmake[1]: Nothing to be done for 'all'. gmake[1]: Leaving directory '/home/pbulk/build/sysutils/pv/work/pv-1.9.31/po' gmake[1]: Entering directory '/home/pbulk/build/sysutils/pv/work/pv-1.9.31' depbase=`echo src/main/debug.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -I./src/include -I/opt/pkg/include -DLOCALEDIR=\"/opt/pkg/lib/locale\" -I./src/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DENABLE_LARGEFILE=1 -I/opt/pkg/include -MT src/main/debug.o -MD -MP -MF $depbase.Tpo -c -o src/main/debug.o src/main/debug.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/main/help.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -I./src/include -I/opt/pkg/include -DLOCALEDIR=\"/opt/pkg/lib/locale\" -I./src/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DENABLE_LARGEFILE=1 -I/opt/pkg/include -MT src/main/help.o -MD -MP -MF $depbase.Tpo -c -o src/main/help.o src/main/help.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/main/main.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -I./src/include -I/opt/pkg/include -DLOCALEDIR=\"/opt/pkg/lib/locale\" -I./src/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DENABLE_LARGEFILE=1 -I/opt/pkg/include -MT src/main/main.o -MD -MP -MF $depbase.Tpo -c -o src/main/main.o src/main/main.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/main/options.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -I./src/include -I/opt/pkg/include -DLOCALEDIR=\"/opt/pkg/lib/locale\" -I./src/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DENABLE_LARGEFILE=1 -I/opt/pkg/include -MT src/main/options.o -MD -MP -MF $depbase.Tpo -c -o src/main/options.o src/main/options.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/main/remote.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -I./src/include -I/opt/pkg/include -DLOCALEDIR=\"/opt/pkg/lib/locale\" -I./src/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DENABLE_LARGEFILE=1 -I/opt/pkg/include -MT src/main/remote.o -MD -MP -MF $depbase.Tpo -c -o src/main/remote.o src/main/remote.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/main/version.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -I./src/include -I/opt/pkg/include -DLOCALEDIR=\"/opt/pkg/lib/locale\" -I./src/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DENABLE_LARGEFILE=1 -I/opt/pkg/include -MT src/main/version.o -MD -MP -MF $depbase.Tpo -c -o src/main/version.o src/main/version.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/pv/calc.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -I./src/include -I/opt/pkg/include -DLOCALEDIR=\"/opt/pkg/lib/locale\" -I./src/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DENABLE_LARGEFILE=1 -I/opt/pkg/include -MT src/pv/calc.o -MD -MP -MF $depbase.Tpo -c -o src/pv/calc.o src/pv/calc.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/pv/cursor.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -I./src/include -I/opt/pkg/include -DLOCALEDIR=\"/opt/pkg/lib/locale\" -I./src/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DENABLE_LARGEFILE=1 -I/opt/pkg/include -MT src/pv/cursor.o -MD -MP -MF $depbase.Tpo -c -o src/pv/cursor.o src/pv/cursor.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/pv/display.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -I./src/include -I/opt/pkg/include -DLOCALEDIR=\"/opt/pkg/lib/locale\" -I./src/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DENABLE_LARGEFILE=1 -I/opt/pkg/include -MT src/pv/display.o -MD -MP -MF $depbase.Tpo -c -o src/pv/display.o src/pv/display.c &&\ mv -f $depbase.Tpo $depbase.Po src/pv/cursor.c: In function 'pv_crs_fini': src/pv/cursor.c:665:43: error: passing argument 1 of 'shmdt' from incompatible pointer type [-Wincompatible-pointer-types] 665 | (void) shmdt(state->cursor.shared); | ~~~~~~~~~~~~~^~~~~~~ | | | struct pvcursorstate_s * In file included from src/pv/cursor.c:34: /usr/include/sys/shm.h:136:11: note: expected 'char *' but argument is of type 'struct pvcursorstate_s *' 136 | int shmdt(char *); | ^~~~~~ gmake[1]: *** [Makefile:932: src/pv/cursor.o] Error 1 gmake[1]: *** Waiting for unfinished jobs.... gmake[1]: Leaving directory '/home/pbulk/build/sysutils/pv/work/pv-1.9.31' gmake: *** [Makefile:1016: all-recursive] Error 1 *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/sysutils/pv *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/sysutils/pv