=> 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 dl-ezkit-0.8.1 --- dl.o --- --- lserial.o --- --- coff.o --- --- unix_key.o --- --- lserial.o --- gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -g -Wall -O2 -D__NetBSD__ -c lserial.c --- dl.o --- gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -g -Wall -O2 -D__NetBSD__ -c dl.c --- coff.o --- gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -g -Wall -O2 -D__NetBSD__ -c coff.c --- unix_key.o --- gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -g -Wall -O2 -D__NetBSD__ -c unix_key.c unix_key.c: In function 'UNIX_getc_nowait': unix_key.c:36:7: warning: implicit declaration of function 'memcpy' [-Wimplicit-function-declaration] memcpy (&otermios_rec, &termios_rec, sizeof (struct termios)); ^~~~~~ unix_key.c:36:7: warning: incompatible implicit declaration of built-in function 'memcpy' unix_key.c:36:7: note: include '' or provide a declaration of 'memcpy' --- dl.o --- In file included from dl.c:29:0: kb.h:47:4: warning: #warning using own kbd functions from unix_key.c [-Wcpp] # warning using own kbd functions from unix_key.c ^~~~~~~ --- coff.o --- coff.c: In function 'sym_lookup': coff.c:218:18: warning: 'entry.n_numaux' may be used uninitialized in this function [-Wmaybe-uninitialized] if (entry.n_numaux) ~~~~~^~~~~~~~~ --- dl --- gcc -o dl dl.o lserial.o coff.o unix_key.o