=> 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 xenkernel418-20250701nb1 cd /pbulk/work/sysutils/xenkernel418/work/xen-438bb1285f470e2f385c0ea917ac9787d56aa8d3 && /usr/bin/env OCAML_TOOLS=no XEN_VENDORVERSION=_20250701nb1 USETOOLS=no EXTRA_CFLAGS=-Wno-error=char-subscripts\ -falign-functions=16 PTHREAD_CFLAGS=\ -pthread\ PTHREAD_LDFLAGS=\ -pthread PTHREAD_LIBS= PTHREADBASE=/usr CXXCPP=cpp PYTHON=/usr/pkg/bin/python3.13 CC=gcc CFLAGS=-O2\ -I/usr/include\ -I/usr/pkg/include/python3.13 CPPFLAGS=-I/usr/include\ -I/usr/pkg/include/python3.13 CXX=c++ CXXFLAGS=-O2\ -I/usr/include\ -I/usr/pkg/include/python3.13 COMPILER_RPATH_FLAG=-Wl,-R F77=gfortran FC=gfortran FFLAGS=-O LANG=C LC_ALL=C LC_COLLATE=C LC_CTYPE=C LC_MESSAGES=C LC_MONETARY=C LC_NUMERIC=C LC_TIME=C LDFLAGS=-Wl,-zrelro\ -L/usr/lib\ -Wl,-R/usr/lib\ -Wl,-R/usr/pkg/lib LINKER_RPATH_FLAG=-R PATH=/pbulk/work/sysutils/xenkernel418/work/.cwrapper/bin:/pbulk/work/sysutils/xenkernel418/work/.buildlink/bin:/pbulk/work/sysutils/xenkernel418/work/.tools/bin:/pbulk/work/sysutils/xenkernel418/work/.gcc/bin:/usr/pkg/bin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/pkg/sbin:/usr/pkg/bin:/usr/X11R7/bin:/usr/local/sbin:/usr/local/bin:/usr/pkg/bin:/usr/X11R7/bin PREFIX=/usr/pkg MAKELEVEL=0 CONFIG_SITE= ftp_proxy=downloads-forbidden-except-during-fetch http_proxy=downloads-forbidden-except-during-fetch https_proxy=downloads-forbidden-except-during-fetch no_proxy= PKG_SYSCONFDIR=/usr/pkg/etc HOME=/pbulk/work/sysutils/xenkernel418/work/.home CWRAPPERS_CONFIG_DIR=/pbulk/work/sysutils/xenkernel418/work/.cwrapper/config CPP=cpp LOCALBASE=/usr/pkg X11BASE=/usr/X11R7 PKGMANDIR=man PKGINFODIR=info PKGGNUDIR=gnu/ MAKECONF=/dev/null OBJECT_FMT=ELF USETOOLS=no BSD_INSTALL_PROGRAM=/usr/bin/install\ -c\ -s\ -o\ pbulk\ -g\ users\ -m\ 755 BSD_INSTALL_SCRIPT=/usr/bin/install\ -c\ -o\ pbulk\ -g\ users\ -m\ 755 BSD_INSTALL_LIB=/usr/bin/install\ -c\ -o\ pbulk\ -g\ users\ -m\ 755 BSD_INSTALL_DATA=/usr/bin/install\ -c\ -o\ pbulk\ -g\ users\ -m\ 644 BSD_INSTALL_MAN=/usr/bin/install\ -c\ -o\ pbulk\ -g\ users\ -m\ 644 BSD_INSTALL=/usr/bin/install BSD_INSTALL_PROGRAM_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ users\ -m\ 755 BSD_INSTALL_SCRIPT_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ users\ -m\ 755 BSD_INSTALL_LIB_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ users\ -m\ 755 BSD_INSTALL_DATA_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ users\ -m\ 755 BSD_INSTALL_MAN_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ users\ -m\ 755 BSD_INSTALL_GAME=/usr/bin/install\ -c\ -s\ -o\ pbulk\ -g\ users\ -m\ 2555 BSD_INSTALL_GAME_DATA=/usr/bin/install\ -c\ -o\ pbulk\ -g\ users\ -m\ 664 BSD_INSTALL_GAME_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ users\ -m\ 775 INSTALL_INFO= MAKEINFO=/pbulk/work/sysutils/xenkernel418/work/.tools/bin/makeinfo FLEX= BISON=/pbulk/work/sysutils/xenkernel418/work/.tools/bin/bison ITSTOOL=/pbulk/work/sysutils/xenkernel418/work/.tools/bin/itstool GDBUS_CODEGEN=/pbulk/work/sysutils/xenkernel418/work/.tools/bin/gdbus-codegen PKG_CONFIG=/pbulk/work/sysutils/xenkernel418/work/.tools/bin/pkg-config PKG_CONFIG_LIBDIR=/pbulk/work/sysutils/xenkernel418/work/.buildlink/lib/pkgconfig:/pbulk/work/sysutils/xenkernel418/work/.buildlink/share/pkgconfig PKG_CONFIG_LOG=/pbulk/work/sysutils/xenkernel418/work/.pkg-config.log PKG_CONFIG_PATH= CWRAPPERS_CONFIG_DIR=/pbulk/work/sysutils/xenkernel418/work/.cwrapper/config /usr/pkg/bin/gmake -j8 -f Makefile build-xen /usr/pkg/bin/gmake -C xen build gmake[1]: Entering directory '/pbulk/work/sysutils/xenkernel418/work/xen-438bb1285f470e2f385c0ea917ac9787d56aa8d3/xen' In file included from /usr/include/ctype.h:100, from tools/fixdep.c:100: tools/fixdep.c: In function 'parse_config_file': tools/fixdep.c:243:30: warning: array subscript has type 'char' [-Wchar-subscripts] 243 | if (p > start && (isalnum(p[-1]) || p[-1] == '_')) { | ^ tools/fixdep.c:249:18: warning: array subscript has type 'char' [-Wchar-subscripts] 249 | while (isalnum(*q) || *q == '_') | ^ In file included from /usr/include/ctype.h:100, from tools/kconfig/conf.c:6: tools/kconfig/conf.c: In function 'strip': tools/kconfig/conf.c:61:18: warning: array subscript has type 'char' [-Wchar-subscripts] 61 | while ((isspace(*p))) | ^ tools/kconfig/conf.c:69:18: warning: array subscript has type 'char' [-Wchar-subscripts] 69 | while ((isspace(*p))) | ^ tools/kconfig/conf.c: In function 'conf_choice': tools/kconfig/conf.c:312:25: warning: array subscript has type 'char' [-Wchar-subscripts] 312 | else if (isdigit(line[0])) | ^ In file included from /usr/include/ctype.h:100, from tools/kconfig/expr.c:6: tools/kconfig/expr.c: In function 'expr_parse_string': tools/kconfig/expr.c:1020:56: warning: array subscript has type 'char' [-Wchar-subscripts] 1020 | return !errno && !*tail && tail > str && isxdigit(tail[-1]) | ^ In file included from /usr/include/ctype.h:100, from tools/kconfig/confdata.c:8: tools/kconfig/confdata.c: In function 'tristate_print_symbol': tools/kconfig/confdata.c:723:62: warning: array subscript has type 'char' [-Wchar-subscripts] 723 | fprintf(fp, "%s%s=%c\n", CONFIG_, sym->name, (char)toupper(*value)); | ^ In file included from /usr/include/ctype.h:100, from tools/kconfig/parser.tab.c:73: tools/kconfig/menu.c: In function 'menu_add_prop': tools/kconfig/menu.c:136:15: warning: array subscript has type 'char' [-Wchar-subscripts] 136 | if (isspace(*prompt)) { | ^ tools/kconfig/menu.c:138:19: warning: array subscript has type 'char' [-Wchar-subscripts] 138 | while (isspace(*prompt)) | ^ tools/kconfig/conf -s --syncconfig Kconfig Xen 4.18.5_20250701nb1 /usr/pkg/bin/python3.13 /pbulk/work/sysutils/xenkernel418/work/xen-438bb1285f470e2f385c0ea917ac9787d56aa8d3/xen/../xen/tools/gen-cpuid.py -i /pbulk/work/sysutils/xenkernel418/work/xen-438bb1285f470e2f385c0ea917ac9787d56aa8d3/xen/../xen/include/public/arch-x86/cpufeatureset.h -o cpuid-autogen.h.new if ! cmp -s cpuid-autogen.h.new cpuid-autogen.h; then mv -f cpuid-autogen.h.new cpuid-autogen.h; else rm -f cpuid-autogen.h.new; fi gmake[1]: /usr/pkg/bin/gmake: No such file or directory gmake[1]: /usr/pkg/bin/gmake: No such file or directory gmake[1]: *** [Makefile:605: xen] Error 127 gmake[1]: Leaving directory '/pbulk/work/sysutils/xenkernel418/work/xen-438bb1285f470e2f385c0ea917ac9787d56aa8d3/xen' gmake: *** [Makefile:55: build-xen] Error 2 *** Error code 2 Stop. make[1]: stopped in /usr/pkgsrc/sysutils/xenkernel418 WARNING: *** Please consider adding c++ to USE_LANGUAGES in the package Makefile. *** Error code 1 Stop. make: stopped in /usr/pkgsrc/sysutils/xenkernel418