=> Bootstrap dependency digest>=20010302: found digest-20190127
===> Building for sqlite-2.8.17nb1
sed -e s/--VERS--/`cat ./VERSION`/ \
            -e s/--ENCODING--/ISO8859/ \
                 ./src/sqlite.h.in >sqlite.h
echo '#include <stdlib.h>' >temp.c
echo '/* Automatically generated file.  Do not edit */' >opcodes.h
echo '#include <stdio.h>' >>temp.c
grep '^case OP_' ./src/vdbe.c | \
  sed -e 's/://' | \
  awk '{printf "#define %-30s %3d\n", $2, ++cnt}' >>opcodes.h
echo 'int main(){printf(' >>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 -o lemon ./tool/lemon.c
echo '"#define SQLITE_PTR_SZ %d",sizeof(char*));' >>temp.c
./libtool --mode=compile 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 -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c ./src/encode.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 -o temp temp.c
libtool: compile:  gcc -O2 -DUINT32_TYPE=u_int32_t -DUINT16_TYPE=u_int16_t -DUINT8_TYPE=u_int8_t -DINTPTR_TYPE=long -D_FORTIFY_SOURCE=2 -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c ./src/encode.c  -fPIC -DPIC -o .libs/encode.o
./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();
              ^~~~~~
./temp >config.h
echo >>config.h
rm -f temp.c temp
echo '/* Automatically generated file.  Do not edit */' >opcodes.c
echo 'char *sqliteOpcodeNames[] = { "???", ' >>opcodes.c
grep '^case OP_' ./src/vdbe.c | \
  sed -e 's/^.*OP_/  "/' -e 's/:.*$/", /' >>opcodes.c
echo '};' >>opcodes.c
./libtool --mode=compile 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 -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c opcodes.c
libtool: compile:  gcc -O2 -DUINT32_TYPE=u_int32_t -DUINT16_TYPE=u_int16_t -DUINT8_TYPE=u_int8_t -DINTPTR_TYPE=long -D_FORTIFY_SOURCE=2 -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c ./src/encode.c -o encode.o >/dev/null 2>&1
libtool: compile:  gcc -O2 -DUINT32_TYPE=u_int32_t -DUINT16_TYPE=u_int16_t -DUINT8_TYPE=u_int8_t -DINTPTR_TYPE=long -D_FORTIFY_SOURCE=2 -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c opcodes.c  -fPIC -DPIC -o .libs/opcodes.o
libtool: compile:  gcc -O2 -DUINT32_TYPE=u_int32_t -DUINT16_TYPE=u_int16_t -DUINT8_TYPE=u_int8_t -DINTPTR_TYPE=long -D_FORTIFY_SOURCE=2 -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c opcodes.c -o opcodes.o >/dev/null 2>&1
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