=> "/opt/pkg/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-upstream-trunk/archivers/squsq", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] WARNING: [license.mk] Every package should define a LICENSE. ===> Building for squsq-3.3 --- sq.o --- --- tr1.o --- --- sq.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -c sq.c --- tr1.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -c tr1.c --- sq.o --- 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 */ | ^~~~~~ --- tr1.o --- tr1.c:16:1: error: return type defaults to 'int' [-Wimplicit-int] 16 | init_ncr() /*initialize getcnr() */ | ^~~~~~~~ --- sq.o --- 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' --- tr1.o --- tr1.c: In function 'getcnr': tr1.c:29:28: error: implicit declaration of function 'getc_crc'; did you mean 'getcnr'? [-Wimplicit-function-declaration] 29 | lastchar = getc_crc(iob); | ^~~~~~~~ | getcnr --- sq.o --- 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 --- tr1.o --- tr1.c:66:17: error: implicit declaration of function 'exit' [-Wimplicit-function-declaration] 66 | exit(1); | ^~~~ tr1.c:4:1: note: include '' or provide a declaration of 'exit' 3 | #include "sq.h" +++ |+#include 4 | #define ERROR -1 tr1.c:66:17: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch] 66 | exit(1); | ^~~~ tr1.c:66:17: note: include '' or provide a declaration of 'exit' --- sq.o --- sq.c:295:9: error: implicit declaration of function 'oflush'; did you mean 'fflush'? [-Wimplicit-function-declaration] 295 | oflush(outbuff); | ^~~~~~ | fflush *** [sq.o] Error code 1 bmake: stopped making "all" in /home/pbulk/work/archivers/squsq/work/t20-squsq --- tr1.o --- *** [tr1.o] Error code 1 bmake: stopped making "all" in /home/pbulk/work/archivers/squsq/work/t20-squsq bmake: 2 errors bmake: stopped making "all" in /home/pbulk/work/archivers/squsq/work/t20-squsq *** Error code 2 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