+ 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/liblzo-1.08nb1/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/liblzo-1.08nb1/work.log ===> Building for liblzo-1.08nb1 --- all --- /opt/pkg/bin/bmake all-recursive --- all-recursive --- Making all in include Making all in src --- alloc.lo --- --- io.lo --- --- lzo_crc.lo --- --- lzo_dll.lo --- --- alloc.lo --- source='alloc.c' object='alloc.lo' libtool=yes depfile='.deps/alloc.Plo' tmpdepfile='.deps/alloc.TPlo' depmode=gcc3 /usr/bin/bash ../acconfig/depcomp /usr/bin/bash ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -DLZO_HAVE_CONFIG_H -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Wall -Wcast-align -Wcast-qual -Wwrite-strings -fstrict-aliasing -DLZO_BUILD -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-uninitialized -c -o alloc.lo `test -f 'alloc.c' || echo './'`alloc.c --- lzo_crc.lo --- source='lzo_crc.c' object='lzo_crc.lo' libtool=yes depfile='.deps/lzo_crc.Plo' tmpdepfile='.deps/lzo_crc.TPlo' depmode=gcc3 /usr/bin/bash ../acconfig/depcomp /usr/bin/bash ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -DLZO_HAVE_CONFIG_H -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Wall -Wcast-align -Wcast-qual -Wwrite-strings -fstrict-aliasing -DLZO_BUILD -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-uninitialized -c -o lzo_crc.lo `test -f 'lzo_crc.c' || echo './'`lzo_crc.c --- io.lo --- source='io.c' object='io.lo' libtool=yes depfile='.deps/io.Plo' tmpdepfile='.deps/io.TPlo' depmode=gcc3 /usr/bin/bash ../acconfig/depcomp /usr/bin/bash ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -DLZO_HAVE_CONFIG_H -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Wall -Wcast-align -Wcast-qual -Wwrite-strings -fstrict-aliasing -DLZO_BUILD -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-uninitialized -c -o io.lo `test -f 'io.c' || echo './'`io.c --- lzo_dll.lo --- source='lzo_dll.c' object='lzo_dll.lo' libtool=yes depfile='.deps/lzo_dll.Plo' tmpdepfile='.deps/lzo_dll.TPlo' depmode=gcc3 /usr/bin/bash ../acconfig/depcomp /usr/bin/bash ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -DLZO_HAVE_CONFIG_H -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Wall -Wcast-align -Wcast-qual -Wwrite-strings -fstrict-aliasing -DLZO_BUILD -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-uninitialized -c -o lzo_dll.lo `test -f 'lzo_dll.c' || echo './'`lzo_dll.c --- alloc.lo --- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DLZO_HAVE_CONFIG_H -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Wall -Wcast-align -Wcast-qual -Wwrite-strings -fstrict-aliasing -DLZO_BUILD -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-uninitialized -MT alloc.lo -MD -MP -MF .deps/alloc.TPlo.117861 -c alloc.c -fPIC -DPIC -o .libs/alloc.o --- lzo_crc.lo --- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DLZO_HAVE_CONFIG_H -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Wall -Wcast-align -Wcast-qual -Wwrite-strings -fstrict-aliasing -DLZO_BUILD -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-uninitialized -MT lzo_crc.lo -MD -MP -MF .deps/lzo_crc.TPlo.117863 -c lzo_crc.c -fPIC -DPIC -o .libs/lzo_crc.o --- lzo_dll.lo --- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DLZO_HAVE_CONFIG_H -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Wall -Wcast-align -Wcast-qual -Wwrite-strings -fstrict-aliasing -DLZO_BUILD -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-uninitialized -MT lzo_dll.lo -MD -MP -MF .deps/lzo_dll.TPlo.117867 -c lzo_dll.c -fPIC -DPIC -o .libs/lzo_dll.o --- io.lo --- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DLZO_HAVE_CONFIG_H -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Wall -Wcast-align -Wcast-qual -Wwrite-strings -fstrict-aliasing -DLZO_BUILD -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-uninitialized -MT io.lo -MD -MP -MF .deps/io.TPlo.117866 -c io.c -fPIC -DPIC -o .libs/io.o --- alloc.lo --- alloc.c: In function 'lzo_alloc_internal': alloc.c:63:33: error: implicit declaration of function 'malloc' [-Wimplicit-function-declaration] 63 | p = (lzo_voidp) malloc((size_t)s); | ^~~~~~ alloc.c:30:1: note: include '' or provide a declaration of 'malloc' 29 | #include +++ |+#include 30 | alloc.c:63:33: warning: incompatible implicit declaration of built-in function 'malloc' [-Wbuiltin-declaration-mismatch] 63 | p = (lzo_voidp) malloc((size_t)s); | ^~~~~~ alloc.c:63:33: note: include '' or provide a declaration of 'malloc' alloc.c: In function 'lzo_free_internal': alloc.c:88:9: error: implicit declaration of function 'free' [-Wimplicit-function-declaration] 88 | free(p); | ^~~~ alloc.c:88:9: note: include '' or provide a declaration of 'free' alloc.c:88:9: warning: incompatible implicit declaration of built-in function 'free' [-Wbuiltin-declaration-mismatch] alloc.c:88:9: note: include '' or provide a declaration of 'free' --- lzo_dll.lo --- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DLZO_HAVE_CONFIG_H -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Wall -Wcast-align -Wcast-qual -Wwrite-strings -fstrict-aliasing -DLZO_BUILD -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-uninitialized -MT lzo_dll.lo -MD -MP -MF .deps/lzo_dll.TPlo.117867 -c lzo_dll.c -o lzo_dll.o >/dev/null 2>&1 --- alloc.lo --- *** [alloc.lo] Error code 1 bmake[2]: stopped making "all" in /home/pbulk/build/archivers/liblzo/work/lzo-1.08/src --- io.lo --- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DLZO_HAVE_CONFIG_H -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Wall -Wcast-align -Wcast-qual -Wwrite-strings -fstrict-aliasing -DLZO_BUILD -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-uninitialized -MT io.lo -MD -MP -MF .deps/io.TPlo.117866 -c io.c -o io.o >/dev/null 2>&1 --- lzo_crc.lo --- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DLZO_HAVE_CONFIG_H -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Wall -Wcast-align -Wcast-qual -Wwrite-strings -fstrict-aliasing -DLZO_BUILD -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-uninitialized -MT lzo_crc.lo -MD -MP -MF .deps/lzo_crc.TPlo.117863 -c lzo_crc.c -o lzo_crc.o >/dev/null 2>&1 bmake[2]: 1 error bmake[2]: stopped making "all" in /home/pbulk/build/archivers/liblzo/work/lzo-1.08/src *** [all-recursive] Error code 1 bmake[1]: stopped making "all-recursive" in /home/pbulk/build/archivers/liblzo/work/lzo-1.08 bmake[1]: 1 error bmake[1]: stopped making "all-recursive" in /home/pbulk/build/archivers/liblzo/work/lzo-1.08 *** [all] Error code 2 bmake: stopped making "all" in /home/pbulk/build/archivers/liblzo/work/lzo-1.08 bmake: 1 error bmake: stopped making "all" in /home/pbulk/build/archivers/liblzo/work/lzo-1.08 *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/archivers/liblzo *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/archivers/liblzo