=> 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 ile-2.0 --- ile --- gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -o ile ile.c -ltermcap ile.c: In function 'handle_signal': ile.c:203:6: warning: type of 'signo' defaults to 'int' [-Wimplicit-int] void handle_signal(signo) { ^~~~~~~~~~~~~ ile.c: In function 'handle_child': ile.c:269:15: warning: passing argument 1 of 'wait3' from incompatible pointer type [-Wincompatible-pointer-types] if (wait3(&status, WUNTRACED, NULL) != childpid) { ^ In file included from ile.c:62:0: /usr/include/sys/wait.h:208:7: note: expected 'int *' but argument is of type 'union wait *' pid_t wait3(int *, int, struct rusage *) __RENAME(__wait350); ^~~~~ ile.c: In function 'get_termcap': ile.c:358:9: warning: implicit declaration of function 'tgetent'; did you mean 'cgetent'? [-Wimplicit-function-declaration] if (tgetent(termcap_entry, terminal_type) < 1) { ^~~~~~~ cgetent ile.c: At top level: ile.c:495:1: warning: return type defaults to 'int' [-Wimplicit-int] write_line(line, length) char *line; int length; { ^~~~~~~~~~ ile.c:1614:1: warning: return type defaults to 'int' [-Wimplicit-int] main(argc, argv) int argc; char *argv[]; { ^~~~