+ 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/gflib-20030604/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/gflib-20030604/work.log WARNING: [license.mk] Every package should define a LICENSE. ===> Building for gflib-20030604 --- w16 --- make "CFLAGS=-O -DW_16 -DTABLE" gf_mult gf_div parity_test xor rs_encode_file rs_decode_file --- gflib.o --- --- xor.o --- --- gflib.o --- gcc -O -DW_16 -DTABLE -c gflib.c --- xor.o --- gcc -O -DW_16 -DTABLE -c xor.c --- gflib.o --- gflib.c: In function 'gf_mult_region': gflib.c:116:12: error: implicit declaration of function 'memset' [-Wimplicit-function-declaration] 116 | (void) memset(region, 0, size); | ^~~~~~ gflib.c:44:1: note: include '' or provide a declaration of 'memset' 43 | #include "gflib.h" +++ |+#include 44 | gflib.c:116:12: warning: incompatible implicit declaration of built-in function 'memset' [-Wbuiltin-declaration-mismatch] 116 | (void) memset(region, 0, size); | ^~~~~~ gflib.c:116:12: note: include '' or provide a declaration of 'memset' gflib.c: At top level: gflib.c:443:8: error: return type defaults to 'int' [-Wimplicit-int] 443 | static pic(int *inv, int *copy, int rows, char *s) | ^~~ --- xor.o --- xor.c:42:1: error: return type defaults to 'int' [-Wimplicit-int] 42 | main(argc, argv) | ^~~~ xor.c: In function 'main': xor.c:50:9: error: implicit declaration of function 'atoi' [-Wimplicit-function-declaration] 50 | n = atoi(argv[i]); | ^~~~ *** [xor.o] Error code 1 make[1]: stopped making "gf_mult gf_div parity_test xor rs_encode_file rs_decode_file" in /home/pbulk/build/devel/gflib/work/gflib --- gflib.o --- *** [gflib.o] Error code 1 make[1]: stopped making "gf_mult gf_div parity_test xor rs_encode_file rs_decode_file" in /home/pbulk/build/devel/gflib/work/gflib make[1]: 2 errors make[1]: stopped making "gf_mult gf_div parity_test xor rs_encode_file rs_decode_file" in /home/pbulk/build/devel/gflib/work/gflib *** [w16] Error code 2 bmake: stopped making "w16" in /home/pbulk/build/devel/gflib/work/gflib bmake: 1 error bmake: stopped making "w16" in /home/pbulk/build/devel/gflib/work/gflib *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/devel/gflib *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/devel/gflib