+ 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/cn2jp-1.4bnb3/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/cn2jp-1.4bnb3/work.log WARNING: [license.mk] Every package should define a LICENSE. ===> Building for cn2jp-1.4bnb3 rm -f *.o *.a */*.o */*.t */*.a */???_table.c */?2? cd table;make make[1]: Entering directory '/home/pbulk/build/converters/cn2jp/work/cn2jp/table' gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I./lib -c -o mktable.o mktable.c mktable.c: In function 'main': mktable.c:88:32: error: implicit declaration of function 'calloc' [-Wimplicit-function-declaration] 88 | tbl = (unsigned char*) calloc(tbl_size,sizeof(unsigned char)); | ^~~~~~ mktable.c:17:1: note: include '' or provide a declaration of 'calloc' 16 | #include +++ |+#include 17 | mktable.c:88:32: warning: incompatible implicit declaration of built-in function 'calloc' [-Wbuiltin-declaration-mismatch] 88 | tbl = (unsigned char*) calloc(tbl_size,sizeof(unsigned char)); | ^~~~~~ mktable.c:88:32: note: include '' or provide a declaration of 'calloc' mktable.c:131:17: error: implicit declaration of function 'to_next_line' [-Wimplicit-function-declaration] 131 | to_next_line(); | ^~~~~~~~~~~~ mktable.c:136:27: error: implicit declaration of function 'get_next_line' [-Wimplicit-function-declaration] 136 | k=get_next_line(buffer); | ^~~~~~~~~~~~~ mktable.c:175:50: error: implicit declaration of function 'add_entry' [-Wimplicit-function-declaration] 175 | if((l3 = add_entry(w[r]))>=0) { | ^~~~~~~~~ mktable.c:206:9: error: implicit declaration of function 'write_supp_tbl' [-Wimplicit-function-declaration] 206 | write_supp_tbl(ptable); | ^~~~~~~~~~~~~~ mktable.c: At top level: mktable.c:215:1: error: return type defaults to 'int' [-Wimplicit-int] 215 | to_next_line() | ^~~~~~~~~~~~ mktable.c:222:1: error: return type defaults to 'int' [-Wimplicit-int] 222 | get_next_line(buffer) | ^~~~~~~~~~~~~ mktable.c:252:1: error: return type defaults to 'int' [-Wimplicit-int] 252 | add_entry(str) | ^~~~~~~~~ mktable.c: In function 'add_entry': mktable.c:268:40: warning: incompatible implicit declaration of built-in function 'calloc' [-Wbuiltin-declaration-mismatch] 268 | p->next = n = (struct entry *) calloc(1,sizeof(struct entry)); | ^~~~~~ mktable.c:268:40: note: include '' or provide a declaration of 'calloc' mktable.c: At top level: mktable.c:290:1: error: return type defaults to 'int' [-Wimplicit-int] 290 | write_supp_tbl(fp) | ^~~~~~~~~~~~~~ make[1]: *** [: mktable.o] Error 1 make[1]: Leaving directory '/home/pbulk/build/converters/cn2jp/work/cn2jp/table' gmake: *** [Makefile:30: mktable] Error 2 *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/converters/cn2jp *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/converters/cn2jp