+ case "${usergroup_phase}" in + local run_cmd + run_cmd=run_su + shift + run_su /opt/pkg/bin/bmake configure BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/MoarVM-2025.04/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake configure BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/MoarVM-2025.04/work.log => Checksum BLAKE2s OK for MoarVM-2025.04.tar.gz => Checksum SHA512 OK for MoarVM-2025.04.tar.gz ===> Installing dependencies for MoarVM-2025.04 => Tool dependency gmake>=3.81: found gmake-4.4.1 => Tool dependency perl>=5.0: found perl-5.42.0 => Tool dependency cwrappers>=20150314: found cwrappers-20220403 => Tool dependency checkperms>=1.1: found checkperms-1.12 => Full dependency zstd>=1.0.0: found zstd-1.5.7 => Full dependency libatomic_ops>=7.4.0<2000: found libatomic_ops-7.8.2 => Full dependency libffi>=3.4.2nb3: found libffi-3.5.1 => Full dependency libuv>=1.6: found libuv-1.51.0 => Full dependency ltm>=0.30nb1: found ltm-1.3.0 ===> Overriding tools for MoarVM-2025.04 ===> Extracting for MoarVM-2025.04 ===> Patching for MoarVM-2025.04 => Applying pkgsrc patches for MoarVM-2025.04 => Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/devel/MoarVM/patches/patch-build_setup.pm => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/devel/MoarVM/patches/patch-build_setup.pm Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-build_setup.pm,v 1.1 2016/04/08 20:26:46 bsiegert Exp $ | |pkgsrc uses gmake everywhere, so use gmake syntax. |Not for upstreaming. | |--- build/setup.pm.orig 2015-12-25 12:37:32.000000000 +0000 |+++ build/setup.pm -------------------------- Patching file build/setup.pm using Plan A... Hunk #1 succeeded at 177 (offset 6 lines). done ===> Creating toolchain wrappers for MoarVM-2025.04 ===> Configuring for MoarVM-2025.04 => Checking for portability problems in extracted files Welcome to MoarVM! Configuring native build environment ................... trying to compile a simple C program ............... YES probing support of -Werror=* ....................... YES probing stdatomic .................................. YES Can't exec "pkg": No such file or directory at Configure.pl line 359. Unable to find ffi.h. Please install libffi by doing: 'sudo pkg install libffi' did not find libzstd; will not use heap snapshot format version 3 Defaulting to mimalloc because you have 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 YES 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 read unaligned values for all of int32 int64 num64 probing the size of pointers ....................... 8 probing C type support for booleans ................ _Bool probing computed goto support ...................... YES probing pthread_yield support ...................... NO probing pthread_setname_np support (optional) ...... YES probing existance of optional malloc_trim() ........ NO probing support of rdtscp intrinsic ................ YES make: make compile: gcc -fwrapv -std=gnu99 -Wextra -Wall -Wno-unused-parameter -Wno-unused-function -Wno-missing-braces -Werror=pointer-arith -O3 -DNDEBUG -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__=1 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -DHAVE_LIBFFI -fPIC -DMVM_HEAPSNAPSHOT_FORMAT=2 -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include includes: -I/usr/local/include -I3rdparty/mimalloc/include -I3rdparty/mimalloc/src link: gcc -O3 -DNDEBUG -Wl,-rpath,"/@libdir@" -Wl,-R/opt/pkg/lib -L/opt/pkg/lib libs: -L/usr/local/lib -lffi -ltommath -luv -lsocket -lsendfile -lnsl -lpthread -lkstat -lm -lrt byte order: little endian Checking perl5 modules ................................. OK Configuring 3rdparty libs .............................. OK 3rdparty: 3rdparty/cmp/libcmp.a 3rdparty/sha1/libsha1.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.