+ 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/ijb-2.0.2nb1/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/ijb-2.0.2nb1/work.log WARNING: [license.mk] Every package should define a LICENSE. ===> Building for ijb-2.0.2nb1 --- jcc.o --- --- parsers.o --- --- filters.o --- --- loaders.o --- --- jcc.o --- gcc -I. -DREGEX -DSTDC_HEADERS -DHAVE_STRING -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -c jcc.c --- parsers.o --- gcc -I. -DREGEX -DSTDC_HEADERS -DHAVE_STRING -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -c parsers.c --- filters.o --- gcc -I. -DREGEX -DSTDC_HEADERS -DHAVE_STRING -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -c filters.c --- loaders.o --- gcc -I. -DREGEX -DSTDC_HEADERS -DHAVE_STRING -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -c loaders.c --- bind.o --- gcc -I. -DREGEX -DSTDC_HEADERS -DHAVE_STRING -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -c bind.c --- conn.o --- gcc -I. -DREGEX -DSTDC_HEADERS -DHAVE_STRING -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -c conn.c --- encode.o --- gcc -I. -DREGEX -DSTDC_HEADERS -DHAVE_STRING -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -c encode.c --- ssplit.o --- gcc -I. -DREGEX -DSTDC_HEADERS -DHAVE_STRING -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -c ssplit.c --- socks4.o --- gcc -I. -DREGEX -DSTDC_HEADERS -DHAVE_STRING -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -c socks4.c --- ssplit.o --- ssplit.c: In function 'ssplit': ssplit.c:61:19: error: implicit declaration of function 'zalloc' [-Wimplicit-function-declaration] 61 | x = (char **) zalloc((xsize) * sizeof(char *)); | ^~~~~~ ssplit.c:61:9: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 61 | x = (char **) zalloc((xsize) * sizeof(char *)); | ^ ssplit.c:73:40: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 73 | char **new_x = (char **) | ^ ssplit.c:78:25: error: implicit declaration of function 'free' [-Wimplicit-function-declaration] 78 | free(x); | ^~~~ ssplit.c:22:1: note: include '' or provide a declaration of 'free' 21 | #include +++ |+#include 22 | ssplit.c:78:25: warning: incompatible implicit declaration of built-in function 'free' [-Wbuiltin-declaration-mismatch] 78 | free(x); | ^~~~ ssplit.c:78:25: note: include '' or provide a declaration of 'free' ssplit.c:103:17: warning: incompatible implicit declaration of built-in function 'free' [-Wbuiltin-declaration-mismatch] 103 | free(x); | ^~~~ ssplit.c:103:17: note: include '' or provide a declaration of 'free' ssplit.c:107:5: warning: incompatible implicit declaration of built-in function 'free' [-Wbuiltin-declaration-mismatch] 107 | free(x); | ^~~~ ssplit.c:107:5: note: include '' or provide a declaration of 'free' --- acl.o --- gcc -I. -DREGEX -DSTDC_HEADERS -DHAVE_STRING -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -c acl.c --- gnu_regex.o --- --- ssplit.o --- *** [ssplit.o] Error code 1 bmake: stopped making "all" in /home/pbulk/build/www/ijb/work/ijb20 --- gnu_regex.o --- gcc -I. -DREGEX -DSTDC_HEADERS -DHAVE_STRING -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -c gnu_regex.c --- socks4.o --- socks4.c: In function 'socks4_connect': socks4.c:91:9: error: implicit declaration of function 'strcpy' [-Wimplicit-function-declaration] 91 | strcpy((char *)&(c->userid), socks_userid); | ^~~~~~ socks4.c:26:1: note: include '' or provide a declaration of 'strcpy' 25 | #include "jcc.h" +++ |+#include 26 | socks4.c:91:9: warning: incompatible implicit declaration of built-in function 'strcpy' [-Wbuiltin-declaration-mismatch] 91 | strcpy((char *)&(c->userid), socks_userid); | ^~~~~~ socks4.c:91:9: note: include '' or provide a declaration of 'strcpy' *** [socks4.o] Error code 1 bmake: stopped making "all" in /home/pbulk/build/www/ijb/work/ijb20 --- gnu_regex.o --- gnu_regex.c: In function 're_match_2': gnu_regex.c:3774:31: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 3774 | if ((int) old_regend[r] >= (int) regstart[r]) | ^ gnu_regex.c:3774:54: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 3774 | if ((int) old_regend[r] >= (int) regstart[r]) | ^ gnu_regex.c:2337:42: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 2337 | fail_stack.stack[fail_stack.avail++] = (fail_stack_elt_t) item | ^ gnu_regex.c:2416:5: note: in expansion of macro 'PUSH_FAILURE_ITEM' 2416 | PUSH_FAILURE_ITEM (lowest_active_reg); \ | ^~~~~~~~~~~~~~~~~ gnu_regex.c:3780:19: note: in expansion of macro 'PUSH_FAILURE_POINT' 3780 | PUSH_FAILURE_POINT (p1 + mcnt, d, -2); | ^~~~~~~~~~~~~~~~~~ gnu_regex.c:2337:42: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 2337 | fail_stack.stack[fail_stack.avail++] = (fail_stack_elt_t) item | ^ gnu_regex.c:2419:5: note: in expansion of macro 'PUSH_FAILURE_ITEM' 2419 | PUSH_FAILURE_ITEM (highest_active_reg); \ | ^~~~~~~~~~~~~~~~~ gnu_regex.c:3780:19: note: in expansion of macro 'PUSH_FAILURE_POINT' 3780 | PUSH_FAILURE_POINT (p1 + mcnt, d, -2); | ^~~~~~~~~~~~~~~~~~ gnu_regex.c:2337:42: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 2337 | fail_stack.stack[fail_stack.avail++] = (fail_stack_elt_t) item | ^ gnu_regex.c:2416:5: note: in expansion of macro 'PUSH_FAILURE_ITEM' 2416 | PUSH_FAILURE_ITEM (lowest_active_reg); \ | ^~~~~~~~~~~~~~~~~ gnu_regex.c:3927:11: note: in expansion of macro 'PUSH_FAILURE_POINT' 3927 | PUSH_FAILURE_POINT (p + mcnt, NULL, -2); | ^~~~~~~~~~~~~~~~~~ gnu_regex.c:2337:42: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 2337 | fail_stack.stack[fail_stack.avail++] = (fail_stack_elt_t) item | ^ gnu_regex.c:2419:5: note: in expansion of macro 'PUSH_FAILURE_ITEM' 2419 | PUSH_FAILURE_ITEM (highest_active_reg); \ | ^~~~~~~~~~~~~~~~~ gnu_regex.c:3927:11: note: in expansion of macro 'PUSH_FAILURE_POINT' 3927 | PUSH_FAILURE_POINT (p + mcnt, NULL, -2); | ^~~~~~~~~~~~~~~~~~ gnu_regex.c:2337:42: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 2337 | fail_stack.stack[fail_stack.avail++] = (fail_stack_elt_t) item | ^ gnu_regex.c:2416:5: note: in expansion of macro 'PUSH_FAILURE_ITEM' 2416 | PUSH_FAILURE_ITEM (lowest_active_reg); \ | ^~~~~~~~~~~~~~~~~ gnu_regex.c:3980:11: note: in expansion of macro 'PUSH_FAILURE_POINT' 3980 | PUSH_FAILURE_POINT (p + mcnt, d, -2); | ^~~~~~~~~~~~~~~~~~ gnu_regex.c:2337:42: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 2337 | fail_stack.stack[fail_stack.avail++] = (fail_stack_elt_t) item | ^ gnu_regex.c:2419:5: note: in expansion of macro 'PUSH_FAILURE_ITEM' 2419 | PUSH_FAILURE_ITEM (highest_active_reg); \ | ^~~~~~~~~~~~~~~~~ gnu_regex.c:3980:11: note: in expansion of macro 'PUSH_FAILURE_POINT' 3980 | PUSH_FAILURE_POINT (p + mcnt, d, -2); | ^~~~~~~~~~~~~~~~~~ gnu_regex.c:2504:14: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 2504 | high_reg = (unsigned) POP_FAILURE_ITEM (); \ | ^ gnu_regex.c:4086:13: note: in expansion of macro 'POP_FAILURE_POINT' 4086 | POP_FAILURE_POINT (sdummy, pdummy, | ^~~~~~~~~~~~~~~~~ gnu_regex.c:2507:13: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 2507 | low_reg = (unsigned) POP_FAILURE_ITEM (); \ | ^ gnu_regex.c:4086:13: note: in expansion of macro 'POP_FAILURE_POINT' 4086 | POP_FAILURE_POINT (sdummy, pdummy, | ^~~~~~~~~~~~~~~~~ gnu_regex.c:2337:42: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 2337 | fail_stack.stack[fail_stack.avail++] = (fail_stack_elt_t) item | ^ gnu_regex.c:2416:5: note: in expansion of macro 'PUSH_FAILURE_ITEM' 2416 | PUSH_FAILURE_ITEM (lowest_active_reg); \ | ^~~~~~~~~~~~~~~~~ gnu_regex.c:4119:11: note: in expansion of macro 'PUSH_FAILURE_POINT' 4119 | PUSH_FAILURE_POINT (0, 0, -2); | ^~~~~~~~~~~~~~~~~~ gnu_regex.c:2337:42: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 2337 | fail_stack.stack[fail_stack.avail++] = (fail_stack_elt_t) item | ^ gnu_regex.c:2419:5: note: in expansion of macro 'PUSH_FAILURE_ITEM' 2419 | PUSH_FAILURE_ITEM (highest_active_reg); \ | ^~~~~~~~~~~~~~~~~ gnu_regex.c:4119:11: note: in expansion of macro 'PUSH_FAILURE_POINT' 4119 | PUSH_FAILURE_POINT (0, 0, -2); | ^~~~~~~~~~~~~~~~~~ gnu_regex.c:2337:42: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 2337 | fail_stack.stack[fail_stack.avail++] = (fail_stack_elt_t) item | ^ gnu_regex.c:2416:5: note: in expansion of macro 'PUSH_FAILURE_ITEM' 2416 | PUSH_FAILURE_ITEM (lowest_active_reg); \ | ^~~~~~~~~~~~~~~~~ gnu_regex.c:4132:11: note: in expansion of macro 'PUSH_FAILURE_POINT' 4132 | PUSH_FAILURE_POINT (0, 0, -2); | ^~~~~~~~~~~~~~~~~~ gnu_regex.c:2337:42: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 2337 | fail_stack.stack[fail_stack.avail++] = (fail_stack_elt_t) item | ^ gnu_regex.c:2419:5: note: in expansion of macro 'PUSH_FAILURE_ITEM' 2419 | PUSH_FAILURE_ITEM (highest_active_reg); \ | ^~~~~~~~~~~~~~~~~ gnu_regex.c:4132:11: note: in expansion of macro 'PUSH_FAILURE_POINT' 4132 | PUSH_FAILURE_POINT (0, 0, -2); | ^~~~~~~~~~~~~~~~~~ gnu_regex.c:2504:14: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 2504 | high_reg = (unsigned) POP_FAILURE_ITEM (); \ | ^ gnu_regex.c:4300:11: note: in expansion of macro 'POP_FAILURE_POINT' 4300 | POP_FAILURE_POINT (d, p, | ^~~~~~~~~~~~~~~~~ gnu_regex.c:2507:13: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 2507 | low_reg = (unsigned) POP_FAILURE_ITEM (); \ | ^ gnu_regex.c:4300:11: note: in expansion of macro 'POP_FAILURE_POINT' 4300 | POP_FAILURE_POINT (d, p, | ^~~~~~~~~~~~~~~~~ bmake: 2 errors bmake: stopped making "all" in /home/pbulk/build/www/ijb/work/ijb20 *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/www/ijb *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/www/ijb