+ 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/mglfonts-0.1/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/mglfonts-0.1/work.log WARNING: [license.mk] Every package should define a LICENSE. ===> Building for mglfonts-0.1 --- mgl_fontinfo --- --- bdftomgl --- --- mgl_fontinfo --- gcc -O -o mgl_fontinfo mgl_fontinfo.c --- bdftomgl --- gcc -O -o bdftomgl bdftomgl.c bdftomgl.c:14:1: error: return type defaults to 'int' [-Wimplicit-int] 14 | main(argc,argv) int argc; char *argv[]; { | ^~~~ bdftomgl.c: In function 'main': bdftomgl.c:62:9: error: implicit declaration of function 'memset' [-Wimplicit-function-declaration] 62 | memset(fnt,0,size); | ^~~~~~ bdftomgl.c:4:1: note: include '' or provide a declaration of 'memset' 3 | #include +++ |+#include 4 | bdftomgl.c:62:9: warning: incompatible implicit declaration of built-in function 'memset' [-Wbuiltin-declaration-mismatch] 62 | memset(fnt,0,size); | ^~~~~~ bdftomgl.c:62:9: note: include '' or provide a declaration of 'memset' bdftomgl.c:71:29: error: implicit declaration of function 'strncmp' [-Wimplicit-function-declaration] 71 | } else if (!strncmp(buf,"BITMAP",6)) { | ^~~~~~~ bdftomgl.c:71:29: note: include '' or provide a declaration of 'strncmp' bdftomgl.c:71:50: 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] 71 | } else if (!strncmp(buf,"BITMAP",6)) { | ^ : note: built-in 'strncmp' declared here bdftomgl.c:73:51: 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] 73 | } else if (!strncmp(buf,"ENDCHAR",7)) { | ^ : note: built-in 'strncmp' declared here bdftomgl.c:96:50: 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] 96 | } else if (!strncmp(buf,"BITMAP",6)) { | ^ : note: built-in 'strncmp' declared here bdftomgl.c:98:51: 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] 98 | } else if (!strncmp(buf,"ENDCHAR",7)) { | ^ : note: built-in 'strncmp' declared here bdftomgl.c:119:14: error: implicit declaration of function 'creat' [-Wimplicit-function-declaration] 119 | fd = creat(ofont,0666); | ^~~~~ --- mgl_fontinfo --- mgl_fontinfo.c: In function 'load_font': mgl_fontinfo.c:40:14: error: implicit declaration of function 'open'; did you mean 'popen'? [-Wimplicit-function-declaration] 40 | fd = open(fname,mode?2:0); | ^~~~ | popen mgl_fontinfo.c: At top level: mgl_fontinfo.c:95:1: error: return type defaults to 'int' [-Wimplicit-int] 95 | main(argc,argv) int argc; char *argv[]; { | ^~~~ mgl_fontinfo.c: In function 'main': mgl_fontinfo.c:154:25: error: implicit declaration of function 'strlen' [-Wimplicit-function-declaration] 154 | if (strlen(mes) >= 64* font.kbytes) { | ^~~~~~ mgl_fontinfo.c:6:1: note: include '' or provide a declaration of 'strlen' 5 | #include +++ |+#include 6 | mgl_fontinfo.c:154:25: warning: incompatible implicit declaration of built-in function 'strlen' [-Wbuiltin-declaration-mismatch] 154 | if (strlen(mes) >= 64* font.kbytes) { | ^~~~~~ mgl_fontinfo.c:154:25: note: include '' or provide a declaration of 'strlen' mgl_fontinfo.c:158:25: error: implicit declaration of function 'strcpy' [-Wimplicit-function-declaration] 158 | strcpy(font_base + font.koffset + font.kbytes*8000 | ^~~~~~ mgl_fontinfo.c:158:25: note: include '' or provide a declaration of 'strcpy' mgl_fontinfo.c:158:25: warning: incompatible implicit declaration of built-in function 'strcpy' [-Wbuiltin-declaration-mismatch] mgl_fontinfo.c:158:25: note: include '' or provide a declaration of 'strcpy' mgl_fontinfo.c:164:25: error: implicit declaration of function 'patch_font'; did you mean 'pathconf'? [-Wimplicit-function-declaration] 164 | patch_font(); | ^~~~~~~~~~ | pathconf mgl_fontinfo.c:167:25: error: implicit declaration of function 'dump_a' [-Wimplicit-function-declaration] 167 | dump_a(ank_dump); | ^~~~~~ mgl_fontinfo.c:170:25: error: implicit declaration of function 'dump_k' [-Wimplicit-function-declaration] 170 | dump_k(kanji_dump); | ^~~~~~ mgl_fontinfo.c: At top level: mgl_fontinfo.c:179:1: error: return type defaults to 'int' [-Wimplicit-int] 179 | dump_a(int code) { | ^~~~~~ mgl_fontinfo.c:204:1: error: return type defaults to 'int' [-Wimplicit-int] 204 | dump_k(int code) { | ^~~~~~ mgl_fontinfo.c:228:1: error: return type defaults to 'int' [-Wimplicit-int] 228 | patch_font() { | ^~~~~~~~~~ --- bdftomgl --- *** [bdftomgl] Error code 1 bmake: stopped making "all" in /home/pbulk/build/fonts/mglfonts/work/fontkit --- mgl_fontinfo --- *** [mgl_fontinfo] Error code 1 bmake: stopped making "all" in /home/pbulk/build/fonts/mglfonts/work/fontkit bmake: 2 errors bmake: stopped making "all" in /home/pbulk/build/fonts/mglfonts/work/fontkit *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/fonts/mglfonts *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/fonts/mglfonts