=> 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 rscode-1.0 gcc -Wall -Wstrict-prototypes -g -I.. -c rs.c gcc -Wall -Wstrict-prototypes -g -I.. -c galois.c gcc -Wall -Wstrict-prototypes -g -I.. -c berlekamp.c gcc -Wall -Wstrict-prototypes -g -I.. -c crcgen.c rm -f libecc.a ar cq libecc.a rs.o galois.o berlekamp.o crcgen.o if [ "ranlib" ]; then ranlib libecc.a; fi gcc -Wall -Wstrict-prototypes -g -I.. -c example.c example.c:58:1: warning: return type of 'main' is not 'int' [-Wmain] main (int argc, char *argv[]) ^~~~ gcc -o example example.o -L. -lecc