+ 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/squsq-3.3/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/squsq-3.3/work.log WARNING: [license.mk] Every package should define a LICENSE. ===> Building for squsq-3.3 gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -c sq.c sq.c:91:1: error: return type defaults to 'int' [-Wimplicit-int] 91 | main(argc, argv) | ^~~~ sq.c: In function 'obey': sq.c:192:9: error: implicit declaration of function 'strcpy' [-Wimplicit-function-declaration] 192 | strcpy(outfile, p); /* copy input name to output */ | ^~~~~~ sq.c:77:1: note: include '' or provide a declaration of 'strcpy' 76 | #include "sq.h" +++ |+#include 77 | #ifdef TOPS20 sq.c:192:9: warning: incompatible implicit declaration of built-in function 'strcpy' [-Wbuiltin-declaration-mismatch] 192 | strcpy(outfile, p); /* copy input name to output */ | ^~~~~~ sq.c:192:9: note: include '' or provide a declaration of 'strcpy' sq.c:196:13: error: implicit declaration of function 'strlen' [-Wimplicit-function-declaration] 196 | if (strlen(outfile) + 3 > FNM_LEN) { /* check for long file name */ | ^~~~~~ sq.c:196:13: note: include '' or provide a declaration of 'strlen' sq.c:196:13: warning: incompatible implicit declaration of built-in function 'strlen' [-Wbuiltin-declaration-mismatch] sq.c:196:13: note: include '' or provide a declaration of 'strlen' sq.c:213:9: error: implicit declaration of function 'strcat' [-Wimplicit-function-declaration] 213 | strcat(outfile, ".SQ"); | ^~~~~~ sq.c:213:9: note: include '' or provide a declaration of 'strcat' sq.c:213:9: warning: incompatible implicit declaration of built-in function 'strcat' [-Wbuiltin-declaration-mismatch] sq.c:213:9: note: include '' or provide a declaration of 'strcat' sq.c: In function 'squeeze': sq.c:268:9: error: implicit declaration of function 'init_ncr' [-Wimplicit-function-declaration] 268 | init_ncr(); | ^~~~~~~~ sq.c:269:9: error: implicit declaration of function 'init_huff' [-Wimplicit-function-declaration] 269 | init_huff(inbuff); | ^~~~~~~~~ sq.c:276:9: error: implicit declaration of function 'wrt_head' [-Wimplicit-function-declaration] 276 | wrt_head(outbuff, infile); | ^~~~~~~~ sq.c:293:20: error: implicit declaration of function 'gethuff' [-Wimplicit-function-declaration] 293 | while((c = gethuff(inbuff)) != EOF) | ^~~~~~~ sq.c:294:17: error: implicit declaration of function 'putce'; did you mean 'putc'? [-Wimplicit-function-declaration] 294 | putce(c, outbuff); | ^~~~~ | putc sq.c:295:9: error: implicit declaration of function 'oflush'; did you mean 'fflush'? [-Wimplicit-function-declaration] 295 | oflush(outbuff); | ^~~~~~ | fflush *** Error code 1 Stop. bmake: stopped making "all" in /home/pbulk/build/archivers/squsq/work/t20-squsq *** Error code 1 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/archivers/squsq *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/archivers/squsq