=> 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 texi2roff-2.0 --- texi2roff.o --- --- table.o --- --- translate.o --- --- items.o --- --- table.o --- cc -g -c table.c --- translate.o --- cc -g -c translate.c --- items.o --- cc -g -c items.c --- texi2roff.o --- cc -g -c texi2roff.c --- translate.o --- translate.c: In function 'lookup_var': translate.c:155:27: warning: implicit declaration of function 'malloc' [-Wimplicit-function-declaration] v = (struct vartag *) malloc(sizeof(struct vartag)); ^~~~~~ translate.c:155:27: warning: incompatible implicit declaration of built-in function 'malloc' translate.c:155:27: note: include '' or provide a declaration of 'malloc' --- texi2roff.o --- texi2roff.c:30:1: warning: return type defaults to 'int' [-Wimplicit-int] main(argc, argv) ^~~~ texi2roff.c: In function 'main': texi2roff.c:48:17: warning: implicit declaration of function 'getopt'; did you mean 'getdate'? [-Wimplicit-function-declaration] while ((c = getopt(argc, argv, "itIm:--")) != EOF) ^~~~~~ getdate texi2roff.c:93:2: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] exit(1); ^~~~ texi2roff.c:93:2: warning: incompatible implicit declaration of built-in function 'exit' texi2roff.c:93:2: note: include '' or provide a declaration of 'exit' texi2roff.c:119:5: warning: incompatible implicit declaration of built-in function 'exit' exit(errflg); ^~~~ texi2roff.c:119:5: note: include '' or provide a declaration of 'exit' texi2roff.c: In function 'process': texi2roff.c:151:2: warning: incompatible implicit declaration of built-in function 'exit' exit(1); ^~~~ texi2roff.c:151:2: note: include '' or provide a declaration of 'exit' --- texi2roff --- cc -o texi2roff -g texi2roff.o table.o translate.o items.o