=> Bootstrap dependency digest>=20211023: found digest-20220214 WARNING: [license.mk] Every package should define a LICENSE. ===> Skipping vulnerability checks. WARNING: No /var/db/pkg/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /var/db/pkg fetch-pkg-vulnerabilities'. ===> Building for sqlite-2.8.17nb1 sed -e s/--VERS--/`cat ./VERSION`/ \ -e s/--ENCODING--/ISO8859/ \ ./src/sqlite.h.in >sqlite.h echo '#include ' >temp.c echo '#include ' >>temp.c echo 'int main(){printf(' >>temp.c echo '"#define SQLITE_PTR_SZ %d",sizeof(char*));' >>temp.c echo 'exit(0);}' >>temp.c gcc -O2 -DUINT32_TYPE=u_int32_t -DUINT16_TYPE=u_int16_t -DUINT8_TYPE=u_int8_t -DINTPTR_TYPE=long -D_FORTIFY_SOURCE=2 -I/usr/include/readline -I/usr/include -o temp temp.c ./temp >config.h echo >>config.h rm -f temp.c temp echo '/* Automatically generated file. Do not edit */' >opcodes.h grep '^case OP_' ./src/vdbe.c | \ sed -e 's/://' | \ awk '{printf "#define %-30s %3d\n", $2, ++cnt}' >>opcodes.h gcc -O2 -DUINT32_TYPE=u_int32_t -DUINT16_TYPE=u_int16_t -DUINT8_TYPE=u_int8_t -DINTPTR_TYPE=long -D_FORTIFY_SOURCE=2 -I/usr/include/readline -I/usr/include -o lemon ./tool/lemon.c ./tool/lemon.c: In function 'tplt_open': ./tool/lemon.c:2821:7: warning: implicit declaration of function 'access' [-Wimplicit-function-declaration] if( access(buf,004)==0 ){ ^~~~~~ ./tool/lemon.c:2713:14: note: previous declaration of 'access' was here extern int access(); ^~~~~~ cp ./tool/lempar.c . cp ./src/parse.y . ./lemon parse.y gmake: *** [Makefile:262: parse.c] Segmentation fault (core dumped) gmake: *** Deleting file 'parse.c' *** Error code 2 Stop. make[1]: stopped in /usr/pkgsrc/databases/sqlite *** Error code 1 Stop. make: stopped in /usr/pkgsrc/databases/sqlite