=> Bootstrap dependency digest>=20211023: found digest-20220214
=> Checksum BLAKE2s OK for MoarVM-2022.12.tar.gz
=> Checksum SHA512 OK for MoarVM-2022.12.tar.gz
===> Installing dependencies for MoarVM-2022.12
=> Tool dependency mktools-[0-9]*: found mktools-20220614
=> Tool dependency gmake>=3.81: found gmake-4.4
=> Tool dependency perl>=5.0: found perl-5.36.0
=> Tool dependency distcc-[0-9]*: found distcc-3.4
=> Tool dependency cwrappers>=20150314: found cwrappers-20220403
=> Full dependency zstd>=1.0.0: found zstd-1.5.2
=> Full dependency libatomic_ops>=7.4.0<2000: found libatomic_ops-7.6.14
=> Full dependency libffi>=3.4.2nb3: found libffi-3.4.4
=> Full dependency libuv>=1.6: found libuv-1.44.2
=> Full dependency ltm>=0.30nb1: found ltm-1.2.0nb1
===> 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'.
===> Overriding tools for MoarVM-2022.12
===> Extracting for MoarVM-2022.12
===> Patching for MoarVM-2022.12
=> Applying pkgsrc patches for MoarVM-2022.12
===> Creating toolchain wrappers for MoarVM-2022.12
===> Configuring for MoarVM-2022.12
Welcome to MoarVM!
Configuring native build environment ...................
trying to compile a simple C program ............... YES
probing support of -Werror=* ....................... YES
probing stdatomic .................................. YES
did not find libzstd; will not use heap snapshot format version 3
OK
probing whether your compiler thinks that it is gcc YES
probing how your compiler does static inline ....... static __inline__
probing if your compiler offers thread local storage _Thread_local
probing if your pow() handles NaN and Inf corner cases NO
probing if your log() returns NaN for negative values YES
probing if your log10() returns NaN for negative values YES
probing if your asin() returns NaN for negative values YES
probing if your acos() returns NaN for negative values YES
probing if you have isnan .......................... YES
probing if you have isinf .......................... YES
probing if you have signbit ........................ YES
your CPU can't read unaligned values for any of int32 int64 num64
probing the size of pointers ....................... 8
Defaulting to mimalloc because you have <stdatomic.h>
JIT isn't supported on sparc64-netbsd-thread-multi yet.
probing C type support for booleans ................ _Bool
probing computed goto support ...................... YES
probing pthread_yield support ...................... NO
probing pthread_setname_np support (optional) ...... NO
probing existance of optional malloc_trim() ........ NO
probing support of rdtscp intrinsic ................ NO
make: make
compile: gcc -std=gnu99 -Wextra -Wall -Wno-unused-parameter -Wno-unused-function -Wno-missing-braces -Werror=pointer-arith -Werror=vla -O3 -DNDEBUG -D_REENTRANT -D_FILE_OFFSET_BITS=64 -DHAVE_LIBFFI -fPIC -DWORDS_BIGENDIAN -DMVM_HEAPSNAPSHOT_FORMAT=2 -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/pkg/include -DMI_SKIP_COLLECT_ON_EXIT
includes: -I/usr/local/include -I3rdparty/mimalloc/include -I3rdparty/mimalloc/src
link: gcc -O3 -DNDEBUG -Wl,-rpath,"/@libdir@" -Wl,-R/usr/pkg/lib -L/usr/pkg/lib
libs: -L/usr/local/lib -lffi -ltommath -luv -lm -lpthread -lkvm
byte order: big endian
Configuring 3rdparty libs .............................. OK
3rdparty: 3rdparty/cmp/libcmp.a
3rdparty/sha1/libsha1.a
3rdparty/tinymt/libtinymt.a
Generating src/gen/config.c ............................ OK
Generating src/gen/config.h ............................ OK
Generating Makefile .................................... OK
Generating tools/check.mk .............................. OK
Generating build/mk-moar-pc.pl ......................... OK
Configuration SUCCESS.
Type 'make' to build and 'make help' to see a list of
available make targets.