=> "/opt/pkg/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-upstream-trunk/converters/bbcim", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] WARNING: [license.mk] Every package should define a LICENSE. ===> Building for bbcim-0.95b5nb1 (cd /home/pbulk/work/converters/bbcim/work/bbcim && /home/pbulk/work/converters/bbcim/work/bbcim/mkbbcim) In file included from bbcim.c:200: diskb_del.c: In function 'del_from_im': diskb_del.c:14:8: warning: variable 'locked' set but not used [-Wunused-but-set-variable] 14 | int locked; | ^~~~~~ In file included from bbcim.c:210: xbeeb.c: In function 'xbeeb': xbeeb.c:147:23: warning: suggest parentheses around assignment used as truth value [-Wparentheses] 147 | if (fp_oude_cat=fopen(oude_catalogus,"r")) { /*EXISTS ??*/ | ^~~~~~~~~~~ xbeeb.c:168:23: warning: suggest parentheses around assignment used as truth value [-Wparentheses] 168 | if (fp_oude_cat=fopen(oude_catalogus,"r")) { /*exists ??? */ | ^~~~~~~~~~~ bbcim.c: In function 'main': bbcim.c:491:5: error: implicit declaration of function 'mkdir' [-Wimplicit-function-declaration] 491 | mkdir(basisnaam, dir_mode); | ^~~~~ bbcim.c:246:27: warning: variable 'cat' set but not used [-Wunused-but-set-variable] 246 | int extr=0, extr_dir=0, cat=0, expand=0, min=0, bcrc=0, short_name=0; | ^~~