=> Bootstrap dependency digest>=20211023: found digest-20211023 WARNING: [license.mk] Every package should define a LICENSE. ===> Skipping vulnerability checks. WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'. ===> Building for bbcim-0.95b5nb1 (cd /tmp/converters/bbcim/work/bbcim && /tmp/converters/bbcim/work/bbcim/mkbbcim) In file included from bbcim.c:200:0: diskb_del.c: In function 'del_from_im': diskb_del.c:14:8: warning: variable 'locked' set but not used [-Wunused-but-set-variable] int locked; ^~~~~~ In file included from bbcim.c:210:0: xbeeb.c: In function 'xbeeb': xbeeb.c:147:23: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (fp_oude_cat=fopen(oude_catalogus,"r")) { /*EXISTS ??*/ ^~~~~~~~~~~ xbeeb.c:168:16: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (fp_oude_cat=fopen(oude_catalogus,"r")) { /*exists ??? */ ^~~~~~~~~~~ bbcim.c: In function 'main': bbcim.c:491:5: warning: implicit declaration of function 'mkdir'; did you mean 'rmdir'? [-Wimplicit-function-declaration] mkdir(basisnaam, dir_mode); ^~~~~ rmdir bbcim.c:246:27: warning: variable 'cat' set but not used [-Wunused-but-set-variable] int extr=0, extr_dir=0, cat=0, expand=0, min=0, bcrc=0, short_name=0; ^~~ In file included from bbcim.c:199:0: diskb_add.c: In function 'add_to_image': diskb_add.c:88:7: warning: 'fpinfo' may be used uninitialized in this function [-Wmaybe-uninitialized] fclose(fpinfo); ^~~~~~~~~~~~~~