+ 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/babl-0.1.90nb1/work.log
+ su pbulk -c '"$@"' make /opt/pkg/bin/bmake configure BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/babl-0.1.90nb1/work.log
=> Bootstrap dependency digest>=20211023: found digest-20220214
=> Checksum BLAKE2s OK for babl-0.1.90.tar.xz
=> Checksum SHA512 OK for babl-0.1.90.tar.xz
===> Installing dependencies for babl-0.1.90nb1
==========================================================================
The supported build options for babl are:

	mmx

The currently selected options are:

	mmx

You can select which build options to use by setting PKG_DEFAULT_OPTIONS
or the following variable.  Its current value is shown:

	PKG_OPTIONS.babl (not defined)

==========================================================================
=> Tool dependency meson>=0: found meson-0.62.2
=> Tool dependency glib2-tools-[0-9]*: found glib2-tools-2.70.5
=> Tool dependency mktools-[0-9]*: found mktools-20220614
=> Tool dependency pkgconf-[0-9]*: found pkgconf-1.8.0
=> Tool dependency cwrappers>=20150314: found cwrappers-20220403
=> Tool dependency checkperms>=1.1: found checkperms-1.12
=> Full dependency glib2>=2.70.2: found glib2-2.70.5
=> Full dependency lcms2>=2.2: found lcms2-2.12
===> Overriding tools for babl-0.1.90nb1
===> Extracting for babl-0.1.90nb1
===> Patching for babl-0.1.90nb1
=> Applying pkgsrc patches for babl-0.1.90nb1
=> Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/graphics/babl/patches/patch-babl_babl-cpuaccel.c
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/graphics/babl/patches/patch-babl_babl-cpuaccel.c
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-babl_babl-cpuaccel.c,v 1.1 2022/03/23 22:43:43 tnn Exp $
|
|only use Linux-specific neon instruction set detection on Linux
|
|--- babl/babl-cpuaccel.c.orig	2022-02-21 21:30:17.000000000 +0000
|+++ babl/babl-cpuaccel.c
--------------------------
Patching file babl/babl-cpuaccel.c using Plan A...
Hunk #1 succeeded at 550.
done
=> Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/graphics/babl/patches/patch-babl_meson.build
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/graphics/babl/patches/patch-babl_meson.build
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-babl_meson.build,v 1.4 2021/01/12 18:06:58 jperkin Exp $
|
|Not having --version-script is not an error.
|
|--- babl/meson.build.orig	2020-10-04 16:37:23.504518000 +0000
|+++ babl/meson.build
--------------------------
Patching file babl/meson.build using Plan A...
Hunk #1 succeeded at 46.
done
=> Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/graphics/babl/patches/patch-extensions_gggl.c
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/graphics/babl/patches/patch-extensions_gggl.c
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-extensions_gggl.c,v 1.3 2019/06/18 14:24:03 ryoon Exp $
|
|Patch also submitted upstream:
|	https://bugzilla.gnome.org/show_bug.cgi?id=795726
|
|Fixes crashes on alignment critical architectures.
|
|--- extensions/gggl.c.orig	2019-03-21 11:34:40.000000000 +0000
|+++ extensions/gggl.c
--------------------------
Patching file extensions/gggl.c using Plan A...
Hunk #1 succeeded at 60 (offset 1 line).
Hunk #2 succeeded at 82 (offset 1 line).
Hunk #3 succeeded at 118 (offset 1 line).
Hunk #4 succeeded at 136 (offset 1 line).
Hunk #5 succeeded at 157 (offset 1 line).
Hunk #6 succeeded at 186 (offset 1 line).
Hunk #7 succeeded at 206 (offset 1 line).
Hunk #8 succeeded at 238 (offset 1 line).
Hunk #9 succeeded at 255 (offset 1 line).
Hunk #10 succeeded at 481 (offset 1 line).
Hunk #11 succeeded at 504 (offset 1 line).
Hunk #12 succeeded at 534 (offset 1 line).
Hunk #13 succeeded at 547 (offset 1 line).
Hunk #14 succeeded at 569 (offset 1 line).
Hunk #15 succeeded at 583 (offset 1 line).
Hunk #16 succeeded at 615 (offset 1 line).
Hunk #17 succeeded at 673 (offset 1 line).
Hunk #18 succeeded at 698 (offset 1 line).
Hunk #19 succeeded at 731 (offset 1 line).
Hunk #20 succeeded at 759 (offset 1 line).
Hunk #21 succeeded at 774 (offset 1 line).
Hunk #22 succeeded at 795 (offset 1 line).
Hunk #23 succeeded at 816 (offset 1 line).
Hunk #24 succeeded at 838 (offset 1 line).
Hunk #25 succeeded at 860 (offset 1 line).
Hunk #26 succeeded at 886 (offset 1 line).
Hunk #27 succeeded at 910 (offset 1 line).
Hunk #28 succeeded at 942 (offset 1 line).
Hunk #29 succeeded at 975 (offset 1 line).
done
=> Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/graphics/babl/patches/patch-meson.build
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/graphics/babl/patches/patch-meson.build
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-meson.build,v 1.1 2022/05/29 21:44:13 ryoon Exp $
|
|* Fix build failure with meson-0.62.1.
|  Upstream merge-request 45
|
|--- meson.build.orig	2022-02-21 21:30:17.000000000 +0000
|+++ meson.build
--------------------------
Patching file meson.build using Plan A...
Hunk #1 succeeded at 55.
done
===> Creating toolchain wrappers for babl-0.1.90nb1
===> Configuring for babl-0.1.90nb1
=> Adding run-time search paths to pkg-config files.
=> Checking for portability problems in extracted files
cd /home/pbulk/build/graphics/babl/work/babl-0.1.90 && cd . && /usr/bin/env USETOOLS=no CMAKE=false PTHREAD_CFLAGS=\ -pthread\  PTHREAD_LDFLAGS=\ -pthread PTHREAD_LIBS=-lpthread\ -lrt PTHREADBASE=/usr DL_CFLAGS= DL_LDFLAGS= DL_LIBS= CXXCPP=cpp CC=gcc CFLAGS=-pipe\ -fno-aggressive-loop-optimizations\ -pipe\ -fno-aggressive-loop-optimizations\ -D_FORTIFY_SOURCE=2\ -I/opt/pkg/include/glib-2.0\ -I/opt/pkg/include/gio-unix-2.0\ -I/opt/pkg/lib/glib-2.0/include\ -I/opt/pkg/include\ -I/usr/include CPPFLAGS=-I/opt/pkg/include/glib-2.0\ -I/opt/pkg/include/gio-unix-2.0\ -I/opt/pkg/lib/glib-2.0/include\ -I/opt/pkg/include\ -I/usr/include CXX=g++ CXXFLAGS=-pipe\ -fno-aggressive-loop-optimizations\ -pipe\ -fno-aggressive-loop-optimizations\ -D_FORTIFY_SOURCE=2\ -I/opt/pkg/include/glib-2.0\ -I/opt/pkg/include/gio-unix-2.0\ -I/opt/pkg/lib/glib-2.0/include\ -I/opt/pkg/include\ -I/usr/include 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=-L/opt/pkg/lib\ -Wl,-R/opt/pkg/lib\ -L/usr/lib/amd64\ -Wl,-R/usr/lib/amd64 LINKER_RPATH_FLAG=-R PATH=/home/pbulk/build/graphics/babl/work/.cwrapper/bin:/home/pbulk/build/graphics/babl/work/.buildlink/bin:/home/pbulk/build/graphics/babl/work/.tools/bin:/home/pbulk/build/graphics/babl/work/.gcc/bin:/opt/pkg/bin:/sbin:/usr/sbin:/usr/bin:/opt/tools/bin:/opt/pkg/bin:/opt/pkg/bin PREFIX=/opt/pkg MAKELEVEL=0 CONFIG_SITE= PKG_SYSCONFDIR=/etc/opt/pkg HOME=/home/pbulk/build/graphics/babl/work/.home CWRAPPERS_CONFIG_DIR=/home/pbulk/build/graphics/babl/work/.cwrapper/config CPP=cpp LOCALBASE=/opt/pkg X11BASE=/opt/pkg PKGMANDIR=share/man PKGINFODIR=info PKGGNUDIR=gnu/ MAKECONF=/dev/null OBJECT_FMT=ELF USETOOLS=no BSD_INSTALL_PROGRAM=/opt/pkg/bin/bsdinstall\ -c\ -s\ -o\ pbulk\ -g\ pbulk\ -m\ 755 BSD_INSTALL_SCRIPT=/opt/pkg/bin/bsdinstall\ -c\ -o\ pbulk\ -g\ pbulk\ -m\ 755 BSD_INSTALL_LIB=/opt/pkg/bin/bsdinstall\ -c\ -o\ pbulk\ -g\ pbulk\ -m\ 755 BSD_INSTALL_DATA=/opt/pkg/bin/bsdinstall\ -c\ -o\ pbulk\ -g\ pbulk\ -m\ 644 BSD_INSTALL_MAN=/opt/pkg/bin/bsdinstall\ -c\ -o\ pbulk\ -g\ pbulk\ -m\ 644 BSD_INSTALL=/opt/pkg/bin/bsdinstall BSD_INSTALL_PROGRAM_DIR=/opt/pkg/bin/bsdinstall\ -d\ -o\ pbulk\ -g\ pbulk\ -m\ 755 BSD_INSTALL_SCRIPT_DIR=/opt/pkg/bin/bsdinstall\ -d\ -o\ pbulk\ -g\ pbulk\ -m\ 755 BSD_INSTALL_LIB_DIR=/opt/pkg/bin/bsdinstall\ -d\ -o\ pbulk\ -g\ pbulk\ -m\ 755 BSD_INSTALL_DATA_DIR=/opt/pkg/bin/bsdinstall\ -d\ -o\ pbulk\ -g\ pbulk\ -m\ 755 BSD_INSTALL_MAN_DIR=/opt/pkg/bin/bsdinstall\ -d\ -o\ pbulk\ -g\ pbulk\ -m\ 755 BSD_INSTALL_GAME=/opt/pkg/bin/bsdinstall\ -c\ -s\ -o\ pbulk\ -g\ pbulk\ -m\ 2555 BSD_INSTALL_GAME_DATA=/opt/pkg/bin/bsdinstall\ -c\ -o\ pbulk\ -g\ pbulk\ -m\ 664 BSD_INSTALL_GAME_DIR=/opt/pkg/bin/bsdinstall\ -d\ -o\ pbulk\ -g\ pbulk\ -m\ 775 INSTALL_INFO= MAKEINFO=/home/pbulk/build/graphics/babl/work/.tools/bin/makeinfo FLEX= BISON= ITSTOOL=/home/pbulk/build/graphics/babl/work/.tools/bin/itstool GDBUS_CODEGEN=/home/pbulk/build/graphics/babl/work/.tools/bin/gdbus-codegen PKG_CONFIG=/home/pbulk/build/graphics/babl/work/.tools/bin/pkg-config PKG_CONFIG_LIBDIR=/home/pbulk/build/graphics/babl/work/.buildlink/lib/amd64/pkgconfig:/home/pbulk/build/graphics/babl/work/.buildlink/lib/pkgconfig:/home/pbulk/build/graphics/babl/work/.buildlink/share/pkgconfig PKG_CONFIG_LOG=/home/pbulk/build/graphics/babl/work/.pkg-config.log PKG_CONFIG_PATH= CWRAPPERS_CONFIG_DIR=/home/pbulk/build/graphics/babl/work/.cwrapper/config meson  --prefix /opt/pkg  --libdir lib  --libexecdir libexec  --mandir share/man  --sysconfdir /etc/opt/pkg    --buildtype=plain -Dwith-docs=false -Denable-gir=false -Denable-mmx=true . output
The Meson build system
Version: 0.62.2
Source dir: /home/pbulk/build/graphics/babl/work/babl-0.1.90
Build dir: /home/pbulk/build/graphics/babl/work/babl-0.1.90/output
Build type: native build
Project name: babl
Project version: 0.1.90
C compiler for the host machine: gcc (gcc 10.3.0 "gcc (GCC) 10.3.0")
C linker for the host machine: gcc ld.solaris 5.11-1.1781 (illumos)
Host machine cpu family: x86_64
Host machine cpu: x86_64
Program python3 found: YES (/opt/pkg/bin/python3.9)
Message: Host os: sunos
Message: Build os: sunos
Compiler for C supports arguments -fno-unsafe-math-optimizations: YES 
Compiler for C supports arguments -ftree-vectorize: YES 
Compiler for C supports arguments -Wdeclaration-after-statement: YES 
Compiler for C supports arguments -Winit-self: YES 
Compiler for C supports arguments -Wmissing-declarations: YES 
Compiler for C supports arguments -Wmissing-prototypes: YES 
Compiler for C supports arguments -Wold-style-definition: YES 
Compiler for C supports arguments -Wpointer-arith: YES 
Compiler for C supports arguments -march=x86-64: YES 
Compiler for C supports arguments -msse2: YES 
Compiler for C supports arguments -msse2: YES (cached)
Compiler for C supports arguments -msse4.1: YES 
Compiler for C supports arguments -msse4.2: YES 
Compiler for C supports arguments -mpopcnt: YES 
Compiler for C supports arguments -mssse3: YES 
Compiler for C supports arguments -mavx: YES 
Compiler for C supports arguments -mavx2: YES 
Compiler for C supports arguments -mf16c: YES 
Compiler for C supports arguments -mfma: YES 
Compiler for C supports arguments -mmovbe: YES 
Compiler for C supports arguments -mbmi: YES 
Compiler for C supports arguments -mbmi2: YES 
Compiler for C supports arguments -mmmx: YES 
Message: mmx assembly available
Compiler for C supports arguments -msse: YES 
Message: sse assembly available
Compiler for C supports arguments -mfpmath=sse: YES 
Compiler for C supports arguments -msse2: YES (cached)
Message: sse2 assembly available
Compiler for C supports arguments -msse4.1: YES (cached)
Message: sse4.1 assembly available
Compiler for C supports arguments -mavx2: YES (cached)
Message: avx2 assembly available
Compiler for C supports arguments -mf16c: YES (cached)
Message: Can compile half-floating point code (f16c)
Has header "stdatomic.h" : YES 
Has header "dlfcn.h" : YES 
Has header "dl.h" : NO 
Checking for function "gettimeofday" : YES 
Checking for function "rint" : NO 
Checking for function "srandom" : YES 
Library m found: YES
Run-time dependency threads found: YES
Library dl found: YES
Found pkg-config: /home/pbulk/build/graphics/babl/work/.tools/bin/pkg-config (1.8.0)
WARNING: Found CMake '/home/pbulk/build/graphics/babl/work/.tools/bin/false' but couldn't run it
Found CMake: NO
Run-time dependency gobject-introspection-1.0 found: NO (tried pkgconfig and cmake)
Run-time dependency lcms2 found: YES 2.12
Run-time dependency vapigen found: NO (tried pkgconfig and cmake)
Program git found: NO
Program env found: YES (/home/pbulk/build/graphics/babl/work/.tools/bin/env)
Program rsvg-convert found: NO
Program w3m found: NO
Configuring config.h using configuration
Program gen_babl_map.py found: YES (/opt/pkg/bin/python3.9 /home/pbulk/build/graphics/babl/work/babl-0.1.90/gen_babl_map.py)
Checking if "-Wl,--version-script" : links: NO 
Configuring babl-version.h using configuration
Build targets in project: 97
NOTICE: Future-deprecated features used:
 * 0.55.0: {'meson.has_exe_wrapper'}

babl 0.1.90

  Directories
    prefix        : /opt/pkg
    libdir        : lib

  Optional features
    BABL docs     : False
    Introspection : False
    VALA support  : False

  Processor extensions
    mmx           : True
    sse           : True
    sse2          : True
    sse4_1        : True
    avx2          : True
    f16c (half fp): True

  Optional dependencies
    lcms          : True

  User defined options
    buildtype     : plain
    libdir        : lib
    libexecdir    : libexec
    mandir        : share/man
    prefix        : /opt/pkg
    sysconfdir    : /etc/opt/pkg
    enable-gir    : false
    enable-mmx    : true
    with-docs     : false

Found ninja-1.11.0 at /opt/pkg/bin/ninja
WARNING: custom_target 'babl.map' has more than one output! Using the first one.