=> 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 tree-sitter-html-0.19.0
cd /scratch/work/textproc/tree-sitter-html/work/tree-sitter-html-0.19.0/src &&  libtool --mode=compile gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -std=c99 -I. -c -fPIC parser.c
libtool: compile:  gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -std=c99 -I. -c -fPIC parser.c  -fPIC -DPIC -o .libs/parser.o
libtool: compile:  gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -std=c99 -I. -c -fPIC parser.c -o parser.o >/dev/null 2>&1
cd /scratch/work/textproc/tree-sitter-html/work/tree-sitter-html-0.19.0/src &&  if [ -f scanner.c ]; then libtool --mode=compile gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -std=c99 -I. -c -fPIC scanner.c; fi
cd /scratch/work/textproc/tree-sitter-html/work/tree-sitter-html-0.19.0/src &&  if [ -f scanner.cc ]; then libtool --mode=compile c++ -O2 -fPIC -D_FORTIFY_SOURCE=2 -I. -c -fPIC scanner.cc; fi
libtool: compile:  c++ -O2 -fPIC -D_FORTIFY_SOURCE=2 -I. -c -fPIC scanner.cc  -fPIC -DPIC -o .libs/scanner.o
scanner.cc: In member function 'unsigned int {anonymous}::Scanner::serialize(char*)':
scanner.cc:30:40: error: 'UINT16_MAX' was not declared in this scope
     uint16_t tag_count = tags.size() > UINT16_MAX ? UINT16_MAX : tags.size();
                                        ^
scanner.cc:41:27: error: 'UINT8_MAX' was not declared in this scope
         if (name_length > UINT8_MAX) name_length = UINT8_MAX;
                           ^
*** Error code 1

Stop.
make[1]: stopped in /tree/pkgsrc/textproc/tree-sitter-html
*** Error code 1

Stop.
make: stopped in /tree/pkgsrc/textproc/tree-sitter-html