=> 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 nomarch-1.4 --- main.o --- --- readrle.o --- --- readhuff.o --- --- readlzw.o --- --- main.o --- gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -c main.c --- readrle.o --- gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -c readrle.c --- readhuff.o --- gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -c readhuff.c --- readlzw.o --- gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -c readlzw.c --- readhuff.o --- readhuff.c: In function 'convert_huff': readhuff.c:93:3: warning: argument 1 value '18446744073709551608' exceeds maximum object size 9223372036854775807 [-Walloc-size-larger-than=] if((nodearr=malloc(sizeof(struct huff_node_tag)*nodes))==NULL) ^ In file included from readhuff.c:14:0: /usr/include/stdlib.h:117:7: note: in a call to allocation function 'malloc' declared here void *malloc(size_t); ^~~~~~ --- nomarch --- gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -o nomarch main.o readrle.o readhuff.o readlzw.o