+ 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/libmimedir-0.5.1nb1/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/libmimedir-0.5.1nb1/work.log ===> Building for libmimedir-0.5.1nb1 --- dirsynt.lo --- --- parse.lo --- --- get.lo --- --- dup.lo --- --- dirsynt.lo --- sh ./libtool --mode=compile gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DHAVE_CONFIG_H -o dirsynt.lo -c dirsynt.c --- parse.lo --- sh ./libtool --mode=compile gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DHAVE_CONFIG_H -o parse.lo -c parse.c --- get.lo --- sh ./libtool --mode=compile gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DHAVE_CONFIG_H -o get.lo -c get.c --- dup.lo --- sh ./libtool --mode=compile gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DHAVE_CONFIG_H -o dup.lo -c dup.c --- parse.lo --- libtool: compile: gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DHAVE_CONFIG_H -c parse.c -fPIC -DPIC -o .libs/parse.o --- get.lo --- libtool: compile: gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DHAVE_CONFIG_H -c get.c -fPIC -DPIC -o .libs/get.o --- dirsynt.lo --- libtool: compile: gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DHAVE_CONFIG_H -c dirsynt.c -fPIC -DPIC -o .libs/dirsynt.o --- parse.lo --- libtool: compile: gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DHAVE_CONFIG_H -c parse.c -o parse.o >/dev/null 2>&1 --- get.lo --- libtool: compile: gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DHAVE_CONFIG_H -c get.c -o get.o >/dev/null 2>&1 --- dup.lo --- libtool: compile: gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DHAVE_CONFIG_H -c dup.c -fPIC -DPIC -o .libs/dup.o dup.c: In function 'mdir_dup_list': dup.c:43:25: error: implicit declaration of function 'malloc' [-Wimplicit-function-declaration] 43 | list = (char **)malloc((size + 1) * sizeof(char *)); | ^~~~~~ dup.c:32:1: note: include '' or provide a declaration of 'malloc' 31 | #include "dirsynt.h" +++ |+#include 32 | dup.c:43:25: warning: incompatible implicit declaration of built-in function 'malloc' [-Wbuiltin-declaration-mismatch] 43 | list = (char **)malloc((size + 1) * sizeof(char *)); | ^~~~~~ dup.c:43:25: note: include '' or provide a declaration of 'malloc' dup.c: In function 'mdir_dup_param': dup.c:66:30: error: implicit declaration of function 'calloc' [-Wimplicit-function-declaration] 66 | mdpn = (mdir_param *)calloc(1, sizeof(mdir_param)); | ^~~~~~ dup.c:66:30: note: include '' or provide a declaration of 'calloc' dup.c:66:30: warning: incompatible implicit declaration of built-in function 'calloc' [-Wbuiltin-declaration-mismatch] dup.c:66:30: note: include '' or provide a declaration of 'calloc' dup.c:73:25: error: implicit declaration of function 'free' [-Wimplicit-function-declaration] 73 | free(mdpn); | ^~~~ dup.c:73:25: note: include '' or provide a declaration of 'free' dup.c:73:25: warning: incompatible implicit declaration of built-in function 'free' [-Wbuiltin-declaration-mismatch] dup.c:73:25: note: include '' or provide a declaration of 'free' dup.c:81:33: warning: incompatible implicit declaration of built-in function 'free' [-Wbuiltin-declaration-mismatch] 81 | free(mdpn->key); | ^~~~ dup.c:81:33: note: include '' or provide a declaration of 'free' dup.c:82:25: warning: incompatible implicit declaration of built-in function 'free' [-Wbuiltin-declaration-mismatch] 82 | free(mdpn); | ^~~~ dup.c:82:25: note: include '' or provide a declaration of 'free' dup.c: In function 'mdir_dup_params': dup.c:101:31: warning: incompatible implicit declaration of built-in function 'malloc' [-Wbuiltin-declaration-mismatch] 101 | mdpn = (mdir_param **)malloc((size + 1) * sizeof(mdir_param *)); | ^~~~~~ dup.c:101:31: note: include '' or provide a declaration of 'malloc' dup.c: In function 'mdir_dup_line': dup.c:125:28: warning: incompatible implicit declaration of built-in function 'calloc' [-Wbuiltin-declaration-mismatch] 125 | mdn = (mdir_line *)calloc(1, sizeof(mdir_line)); | ^~~~~~ dup.c:125:28: note: include '' or provide a declaration of 'calloc' dup.c: In function 'mdir_dup': dup.c:171:29: warning: incompatible implicit declaration of built-in function 'malloc' [-Wbuiltin-declaration-mismatch] 171 | mdn = (mdir_line **)malloc((size + 1) * sizeof(mdir_line *)); | ^~~~~~ dup.c:171:29: note: include '' or provide a declaration of 'malloc' *** [dup.lo] Error code 1 bmake: stopped making "all" in /home/pbulk/build/devel/libmimedir/work/libmimedir-0.5.1 --- dirsynt.lo --- libtool: compile: gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DHAVE_CONFIG_H -c dirsynt.c -o dirsynt.o >/dev/null 2>&1 bmake: 1 error bmake: stopped making "all" in /home/pbulk/build/devel/libmimedir/work/libmimedir-0.5.1 *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/devel/libmimedir *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/devel/libmimedir