=> Bootstrap dependency digest>=20211023: found digest-20220214 ===> 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 ocaml-sqlite3-5.1.0 gcc src/sqlite3_stubs.o (exit 1) (cd _build/default/src && /tmp/databases/ocaml-sqlite3/work/.cwrapper/bin/gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -fno-strict-aliasing -fwrapv -fPIC -O2 -fPIC -DPIC -g -I /usr/pkg/lib/ocaml -o sqlite3_stubs.o -c sqlite3_stubs.c) sqlite3_stubs.c: In function 'Val_string_option': sqlite3_stubs.c:113:26: error: 'Val_none' undeclared (first use in this function); did you mean 'Val_not'? { return (str == NULL) ? Val_none : caml_alloc_some(caml_copy_string(str)); } ^~~~~~~~ Val_not sqlite3_stubs.c:113:26: note: each undeclared identifier is reported only once for each function it appears in sqlite3_stubs.c:113:37: warning: implicit declaration of function 'caml_alloc_some'; did you mean 'caml_alloc_boxed'? [-Wimplicit-function-declaration] { return (str == NULL) ? Val_none : caml_alloc_some(caml_copy_string(str)); } ^~~~~~~~~~~~~~~ caml_alloc_boxed sqlite3_stubs.c: In function 'copy_string_option_array': sqlite3_stubs.c:333:42: error: 'Val_none' undeclared (first use in this function); did you mean 'Val_not'? if (str == NULL) Field(v_res, i) = Val_none; ^~~~~~~~ Val_not sqlite3_stubs.c: In function 'caml_sqlite3_open': sqlite3_stubs.c:470:7: warning: implicit declaration of function 'Is_none'; did you mean 'Is_long'? [-Wimplicit-function-declaration] if (Is_none(v_vfs_opt)) vfs = NULL; ^~~~~~~ Is_long sqlite3_stubs.c: In function 'caml_sqlite3_exec': sqlite3_stubs.c:652:7: warning: implicit declaration of function 'Is_some'; did you mean 'Is_long'? [-Wimplicit-function-declaration] if (Is_some(v_maybe_cb)) { ^~~~~~~ Is_long In file included from sqlite3_stubs.c:33:0: sqlite3_stubs.c: In function 'caml_sqlite3_prepare_tail': sqlite3_stubs.c:936:19: error: 'Val_none' undeclared (first use in this function); did you mean 'Val_not'? else CAMLreturn(Val_none); ^ /usr/pkg/lib/ocaml/caml/memory.h:476:29: note: in definition of macro 'CAMLreturnT' type caml__temp_result = (result); \ ^~~~~~ sqlite3_stubs.c:936:8: note: in expansion of macro 'CAMLreturn' else CAMLreturn(Val_none); ^~~~~~~~~~ sqlite3_stubs.c: In function 'caml_sqlite3_wrap_values': sqlite3_stubs.c:1378:19: error: 'Val_none' undeclared (first use in this function); did you mean 'Val_not'? v_res = Val_none; ^~~~~~~~ Val_not *** Error code 1 Stop. make[1]: stopped in /amd/pkgsrc/CHROOT/P/pkgsrc/databases/ocaml-sqlite3 *** Error code 1 Stop. make: stopped in /amd/pkgsrc/CHROOT/P/pkgsrc/databases/ocaml-sqlite3