+ 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 gcc -O -o mgl_fontinfo mgl_fontinfo.c 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() { | ^~~~~~~~~~ *** Error code 1 Stop. bmake: stopped making "all" in /home/pbulk/build/fonts/mglfonts/work/fontkit *** Error code 1 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