+ 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/yencode-0.4.6nb1/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/yencode-0.4.6nb1/work.log WARNING: [license.mk] Every package should define a LICENSE. ===> Building for yencode-0.4.6nb1 --- ./config.h.in --- --- stamp-h --- cd . && CONFIG_FILES= CONFIG_HEADERS=config.h /usr/bin/bash ./config.status config.status: creating config.h config.status: config.h is unchanged --- config.h --- --- all --- /opt/pkg/bin/bmake all-recursive --- all-recursive --- Making all in intl Making all in po Making all in lib --- alloca.o --- --- xmalloc.o --- --- xstrdup.o --- --- getopt1.o --- --- xmalloc.o --- source='xmalloc.c' object='xmalloc.o' libtool=no depfile='.deps/xmalloc.Po' tmpdepfile='.deps/xmalloc.TPo' depmode=gcc3 /usr/bin/bash ../depcomp gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -I/opt/pkg/include -I/opt/pkg/include -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Du_int64_t=uint64_t -I/opt/pkg/include -c `test -f xmalloc.c || echo './'`xmalloc.c --- xstrdup.o --- source='xstrdup.c' object='xstrdup.o' libtool=no depfile='.deps/xstrdup.Po' tmpdepfile='.deps/xstrdup.TPo' depmode=gcc3 /usr/bin/bash ../depcomp gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -I/opt/pkg/include -I/opt/pkg/include -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Du_int64_t=uint64_t -I/opt/pkg/include -c `test -f xstrdup.c || echo './'`xstrdup.c --- alloca.o --- source='alloca.c' object='alloca.o' libtool=no depfile='.deps/alloca.Po' tmpdepfile='.deps/alloca.TPo' depmode=gcc3 /usr/bin/bash ../depcomp gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -I/opt/pkg/include -I/opt/pkg/include -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Du_int64_t=uint64_t -I/opt/pkg/include -c `test -f alloca.c || echo './'`alloca.c --- getopt1.o --- source='getopt1.c' object='getopt1.o' libtool=no depfile='.deps/getopt1.Po' tmpdepfile='.deps/getopt1.TPo' depmode=gcc3 /usr/bin/bash ../depcomp gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -I/opt/pkg/include -I/opt/pkg/include -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Du_int64_t=uint64_t -I/opt/pkg/include -c `test -f getopt1.c || echo './'`getopt1.c --- xmalloc.o --- xmalloc.c: In function 'xmalloc': xmalloc.c:48:24: warning: 'malloc' argument 1 type is 'int' where 'long unsigned int' is expected in a call to built-in function declared without prototype [-Wbuiltin-declaration-mismatch] 48 | void *temp = malloc (bytes); | ^~~~~ xmalloc.c:32:14: note: built-in 'malloc' declared here 32 | extern void *malloc (), *realloc (); | ^~~~~~ xmalloc.c: In function 'xrealloc': xmalloc.c:63:20: warning: 'malloc' argument 1 type is 'int' where 'long unsigned int' is expected in a call to built-in function declared without prototype [-Wbuiltin-declaration-mismatch] 63 | temp = malloc (bytes); | ^~~~~ xmalloc.c:32:14: note: built-in 'malloc' declared here 32 | extern void *malloc (), *realloc (); | ^~~~~~ xmalloc.c:65:30: warning: 'realloc' argument 2 type is 'int' where 'long unsigned int' is expected in a call to built-in function declared without prototype [-Wbuiltin-declaration-mismatch] 65 | temp = realloc (pointer, bytes); | ^~~~~ xmalloc.c:32:26: note: built-in 'realloc' declared here 32 | extern void *malloc (), *realloc (); | ^~~~~~~ xmalloc.c: In function 'memory_error_and_abort': xmalloc.c:78:3: error: implicit declaration of function 'abort' [-Wimplicit-function-declaration] 78 | abort (); | ^~~~~ xmalloc.c:31:1: note: include '' or provide a declaration of 'abort' 30 | #include +++ |+#include 31 | xmalloc.c:78:3: warning: incompatible implicit declaration of built-in function 'abort' [-Wbuiltin-declaration-mismatch] 78 | abort (); | ^~~~~ xmalloc.c:78:3: note: include '' or provide a declaration of 'abort' --- getopt.o --- --- xmalloc.o --- *** [xmalloc.o] Error code 1 bmake[2]: stopped making "all" in /home/pbulk/build/converters/yencode/work/yencode-0.46/lib --- getopt.o --- source='getopt.c' object='getopt.o' libtool=no depfile='.deps/getopt.Po' tmpdepfile='.deps/getopt.TPo' depmode=gcc3 /usr/bin/bash ../depcomp gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -I/opt/pkg/include -I/opt/pkg/include -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Du_int64_t=uint64_t -I/opt/pkg/include -c `test -f getopt.c || echo './'`getopt.c getopt.c: In function '_getopt_internal': getopt.c:410:30: error: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration] 410 | if (optind != argc && !strcmp (argv[optind], "--")) | ^~~~~~ getopt.c:79:1: note: include '' or provide a declaration of 'strcmp' 78 | #include "getopt.h" +++ |+#include 79 | getopt.c:486:50: warning: 'strncmp' argument 3 type is 'long int' where 'long unsigned int' is expected in a call to built-in function declared without prototype [-Wbuiltin-declaration-mismatch] 486 | if (!strncmp (p->name, nextchar, nameend - nextchar)) | ~~~~~~~~^~~~~~~~~~ getopt.c:41:12: note: built-in 'strncmp' declared here 41 | extern int strncmp(); | ^~~~~~~ getopt.c:488:39: error: implicit declaration of function 'strlen' [-Wimplicit-function-declaration] 488 | if (nameend - nextchar == strlen (p->name)) | ^~~~~~ getopt.c:488:39: note: include '' or provide a declaration of 'strlen' getopt.c:488:39: warning: incompatible implicit declaration of built-in function 'strlen' [-Wbuiltin-declaration-mismatch] getopt.c:488:39: note: include '' or provide a declaration of 'strlen' getopt.c:512:23: warning: incompatible implicit declaration of built-in function 'strlen' [-Wbuiltin-declaration-mismatch] 512 | nextchar += strlen (nextchar); | ^~~~~~ getopt.c:512:23: note: include '' or provide a declaration of 'strlen' getopt.c:542:31: warning: incompatible implicit declaration of built-in function 'strlen' [-Wbuiltin-declaration-mismatch] 542 | nextchar += strlen (nextchar); | ^~~~~~ getopt.c:542:31: note: include '' or provide a declaration of 'strlen' getopt.c:555:31: warning: incompatible implicit declaration of built-in function 'strlen' [-Wbuiltin-declaration-mismatch] 555 | nextchar += strlen (nextchar); | ^~~~~~ getopt.c:555:31: note: include '' or provide a declaration of 'strlen' getopt.c:559:23: warning: incompatible implicit declaration of built-in function 'strlen' [-Wbuiltin-declaration-mismatch] 559 | nextchar += strlen (nextchar); | ^~~~~~ getopt.c:559:23: note: include '' or provide a declaration of 'strlen' *** [getopt.o] Error code 1 bmake[2]: stopped making "all" in /home/pbulk/build/converters/yencode/work/yencode-0.46/lib bmake[2]: 2 errors bmake[2]: stopped making "all" in /home/pbulk/build/converters/yencode/work/yencode-0.46/lib *** [all-recursive] Error code 1 bmake[1]: stopped making "all-recursive" in /home/pbulk/build/converters/yencode/work/yencode-0.46 bmake[1]: 1 error bmake[1]: stopped making "all-recursive" in /home/pbulk/build/converters/yencode/work/yencode-0.46 *** [all] Error code 2 bmake: stopped making "all" in /home/pbulk/build/converters/yencode/work/yencode-0.46 bmake: 1 error bmake: stopped making "all" in /home/pbulk/build/converters/yencode/work/yencode-0.46 *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/converters/yencode *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/converters/yencode