+ 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/psify-19980216/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/psify-19980216/work.log WARNING: [license.mk] Every package should define a LICENSE. ===> Building for psify-19980216 --- psify.o --- --- lex.yy.c --- --- psify.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -c psify.c --- lex.yy.c --- lex psify.lex psify.lex:423: warning, rule cannot be matched psify.lex:487: warning, rule cannot be matched psify.lex:488: warning, rule cannot be matched --- psify.o --- psify.c:106:1: error: return type defaults to 'int' [-Wimplicit-int] 106 | main(argc, argv) | ^~~~ psify.c: In function 'main': psify.c:127:3: error: implicit declaration of function 'strcpy' [-Wimplicit-function-declaration] 127 | strcpy(hfont, HFONT); hfontsize = HFONTSIZE; | ^~~~~~ psify.c:27:1: note: include '' or provide a declaration of 'strcpy' 26 | #include +++ |+#include 27 | psify.c:127:3: warning: incompatible implicit declaration of built-in function 'strcpy' [-Wbuiltin-declaration-mismatch] 127 | strcpy(hfont, HFONT); hfontsize = HFONTSIZE; | ^~~~~~ psify.c:127:3: note: include '' or provide a declaration of 'strcpy' psify.c:145:9: error: implicit declaration of function 'strncmp' [-Wimplicit-function-declaration] 145 | if (strncmp(argv[i], "-fb", 3) == 0) { | ^~~~~~~ psify.c:145:9: note: include '' or provide a declaration of 'strncmp' psify.c:145:33: warning: 'strncmp' argument 3 type is 'int' where 'long unsigned int' is expected in a call to built-in function declared without prototype [-Wbuiltin-declaration-mismatch] 145 | if (strncmp(argv[i], "-fb", 3) == 0) { | ^ : note: built-in 'strncmp' declared here psify.c:148:21: error: implicit declaration of function 'atoi' [-Wimplicit-function-declaration] 148 | bfontsize = atoi(s); | ^~~~ psify.c:151:33: warning: 'strncmp' argument 3 type is 'int' where 'long unsigned int' is expected in a call to built-in function declared without prototype [-Wbuiltin-declaration-mismatch] 151 | if (strncmp(argv[i], "-fh", 3) == 0) { | ^ : note: built-in 'strncmp' declared here psify.c:157:33: warning: 'strncmp' argument 3 type is 'int' where 'long unsigned int' is expected in a call to built-in function declared without prototype [-Wbuiltin-declaration-mismatch] 157 | if (strncmp(argv[i], "-fr", 3) == 0) { | ^ : note: built-in 'strncmp' declared here psify.c:163:33: warning: 'strncmp' argument 3 type is 'int' where 'long unsigned int' is expected in a call to built-in function declared without prototype [-Wbuiltin-declaration-mismatch] 163 | if (strncmp(argv[i], "-fc", 3) == 0) { | ^ : note: built-in 'strncmp' declared here psify.c:169:33: warning: 'strncmp' argument 3 type is 'int' where 'long unsigned int' is expected in a call to built-in function declared without prototype [-Wbuiltin-declaration-mismatch] 169 | if (strncmp(argv[i], "-fx", 3) == 0) { | ^ : note: built-in 'strncmp' declared here psify.c:175:33: warning: 'strncmp' argument 3 type is 'int' where 'long unsigned int' is expected in a call to built-in function declared without prototype [-Wbuiltin-declaration-mismatch] 175 | if (strncmp(argv[i], "-fa", 3) == 0) { | ^ : note: built-in 'strncmp' declared here psify.c:186:33: warning: 'strncmp' argument 3 type is 'int' where 'long unsigned int' is expected in a call to built-in function declared without prototype [-Wbuiltin-declaration-mismatch] 186 | if (strncmp(argv[i], "-sz", 3) == 0) { | ^ : note: built-in 'strncmp' declared here psify.c:192:33: warning: 'strncmp' argument 3 type is 'int' where 'long unsigned int' is expected in a call to built-in function declared without prototype [-Wbuiltin-declaration-mismatch] 192 | if (strncmp(argv[i], "-lm", 3) == 0) { | ^ : note: built-in 'strncmp' declared here psify.c:196:33: warning: 'strncmp' argument 3 type is 'int' where 'long unsigned int' is expected in a call to built-in function declared without prototype [-Wbuiltin-declaration-mismatch] 196 | if (strncmp(argv[i], "-tm", 3) == 0) { | ^ : note: built-in 'strncmp' declared here psify.c:200:33: warning: 'strncmp' argument 3 type is 'int' where 'long unsigned int' is expected in a call to built-in function declared without prototype [-Wbuiltin-declaration-mismatch] 200 | if (strncmp(argv[i], "-bm", 3) == 0) { | ^ : note: built-in 'strncmp' declared here psify.c:204:9: error: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration] 204 | if (strcmp(argv[i], "-clu") == 0) { | ^~~~~~ psify.c:204:9: note: include '' or provide a declaration of 'strcmp' psify.c:232:32: warning: 'strncmp' argument 3 type is 'int' where 'long unsigned int' is expected in a call to built-in function declared without prototype [-Wbuiltin-declaration-mismatch] 232 | if (strncmp(argv[i], "-h", 2) == 0) { | ^ : note: built-in 'strncmp' declared here psify.c:249:9: error: implicit declaration of function 'strlen' [-Wimplicit-function-declaration] 249 | if (strlen(argv[i]) == 1) /* Allow "-" option so can have file */ | ^~~~~~ psify.c:249:9: note: include '' or provide a declaration of 'strlen' psify.c:249:9: warning: incompatible implicit declaration of built-in function 'strlen' [-Wbuiltin-declaration-mismatch] psify.c:249:9: note: include '' or provide a declaration of 'strlen' psify.c:253:5: error: implicit declaration of function 'exit' [-Wimplicit-function-declaration] 253 | exit(1); | ^~~~ psify.c:27:1: note: include '' or provide a declaration of 'exit' 26 | #include +++ |+#include 27 | psify.c:253:5: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch] 253 | exit(1); | ^~~~ psify.c:253:5: note: include '' or provide a declaration of 'exit' psify.c:447:5: error: implicit declaration of function 'yylex' [-Wimplicit-function-declaration] 447 | yylex(); | ^~~~~ *** [psify.o] Error code 1 bmake: stopped making "all" in /home/pbulk/build/print/psify/work bmake: 1 error bmake: stopped making "all" in /home/pbulk/build/print/psify/work *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/print/psify *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/print/psify