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

	libchamplain

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

	PKG_OPTIONS.geeqie (not defined)

==========================================================================
==========================================================================
The following variables will affect the build process of this package,
geeqie-2.1nb1.  Their current value is shown below:

        * JPEG_DEFAULT = jpeg

Based on these variables, the following variables have been set:

        * JPEGBASE (defined, but empty)
        * JPEG_TYPE = jpeg

You may want to abort the process now with CTRL-C and change the value
of variables in the first group before continuing.  Be sure to run
`/opt/pkg/bin/bmake clean' after the changes.
==========================================================================
=> Tool dependency gettext-m4-[0-9]*: found gettext-m4-0.22
=> Tool dependency vim-share-[0-9]*: found vim-share-9.0.1900
=> Tool dependency meson>=0: found meson-1.2.2nb1
=> Tool dependency glib2-tools-[0-9]*: found glib2-tools-2.76.5
=> Tool dependency mktools-[0-9]*: found mktools-20220614
=> Tool dependency gettext-tools>=0.15: found gettext-tools-0.22
=> Tool dependency pkgconf-[0-9]*: found pkgconf-2.0.3
=> Tool dependency cwrappers>=20150314: found cwrappers-20220403
=> Tool dependency checkperms>=1.1: found checkperms-1.12
=> Build dependency xorgproto>=2016.1: found xorgproto-2023.2
=> Build dependency xcb-proto>=1.15.2nb3: found xcb-proto-1.16.0
=> Full dependency exiv2>=0.28.0: found exiv2-0.28.0nb3
=> Full dependency hicolor-icon-theme>=0.9nb1: found hicolor-icon-theme-0.17nb1
=> Full dependency lcms2>=2.2: found lcms2-2.15
=> Full dependency libheif>=1.15.2nb1: found libheif-1.16.2nb1
=> Full dependency libwebp>=0.6.0: found libwebp-1.3.2
=> Full dependency openjpeg>=2.1.0: found openjpeg-2.5.0nb1
=> Full dependency gtk3+>=3.24.38nb1: found gtk3+-3.24.38nb1
===> Overriding tools for geeqie-2.1nb1
===> Extracting for geeqie-2.1nb1
===> Patching for geeqie-2.1nb1
=> Applying pkgsrc patches for geeqie-2.1nb1
=> Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/graphics/geeqie/patches/patch-meson.build
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/graphics/geeqie/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.3 2023/06/18 12:13:28 wiz Exp $
|
|https://github.com/BestImageViewer/geeqie/issues/1111
|
|--- meson.build.orig	2023-06-17 12:12:30.000000000 +0000
|+++ meson.build
--------------------------
Patching file meson.build using Plan A...
Hunk #1 succeeded at 190.
done
=> Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/graphics/geeqie/patches/patch-src_exif-common.cc
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/graphics/geeqie/patches/patch-src_exif-common.cc
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-src_exif-common.cc,v 1.2 2023/06/17 16:50:53 wiz Exp $
|
|../src/exif-common.cc:780:3: error: 'setenv' was not declared in this scope; did you mean 'getenv'?                                                                                                                
|https://github.com/BestImageViewer/geeqie/pull/1110
|
|--- src/exif-common.cc.orig	2023-06-17 12:12:30.000000000 +0000
|+++ src/exif-common.cc
--------------------------
Patching file src/exif-common.cc using Plan A...
Hunk #1 succeeded at 19.
done
=> Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/graphics/geeqie/patches/patch-src_meson.build
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/graphics/geeqie/patches/patch-src_meson.build
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-src_meson.build,v 1.1 2023/06/18 12:13:28 wiz Exp $
|
|https://github.com/BestImageViewer/geeqie/issues/1111
|
|--- src/meson.build.orig	2023-06-17 12:12:30.000000000 +0000
|+++ src/meson.build
--------------------------
Patching file src/meson.build using Plan A...
Hunk #1 succeeded at 281.
done
=> Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/graphics/geeqie/patches/patch-src_misc.cc
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/graphics/geeqie/patches/patch-src_misc.cc
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-src_misc.cc,v 1.2 2023/06/17 16:50:53 wiz Exp $
|
|../src/misc.cc: In function 'gint date_get_first_day_of_week()':
|../src/misc.cc:262:29: error: 'LC_ALL' was not declared in this scope; did you mean 'P_ALL'?
|  262 |  current_locale = setlocale(LC_ALL, NULL);
|      |                             ^~~~~~
|      |                             P_ALL
|../src/misc.cc:262:19: error: 'setlocale' was not declared in this scope; did you mean '_locale'?
|  262 |  current_locale = setlocale(LC_ALL, NULL);
|      |                   ^~~~~~~~~
|      |                   _locale
|https://github.com/BestImageViewer/geeqie/pull/1110
|
|--- src/misc.cc.orig	2023-06-17 12:12:30.000000000 +0000
|+++ src/misc.cc
--------------------------
Patching file src/misc.cc using Plan A...
Hunk #1 succeeded at 18.
done
===> Creating toolchain wrappers for geeqie-2.1nb1
===> Configuring for geeqie-2.1nb1
=> Replacing bash interpreter in plugins/*/* doc/*.sh g*.sh version.sh.
INFO: [replace-interpreter] Nothing changed in plugins/camera-import/camera-import.desktop.in.
INFO: [replace-interpreter] Nothing changed in plugins/camera-import/meson.build.
INFO: [replace-interpreter] Nothing changed in plugins/export-jpeg/export-jpeg.desktop.in.
INFO: [replace-interpreter] Nothing changed in plugins/export-jpeg/meson.build.
INFO: [replace-interpreter] Nothing changed in plugins/geocode-parameters/geocode-parameters.awk.
INFO: [replace-interpreter] Nothing changed in plugins/geocode-parameters/meson.build.
INFO: [replace-interpreter] Nothing changed in plugins/image-crop/image-crop.desktop.in.
INFO: [replace-interpreter] Nothing changed in plugins/image-crop/meson.build.
INFO: [replace-interpreter] Nothing changed in plugins/lens/lensID.
INFO: [replace-interpreter] Nothing changed in plugins/lens/meson.build.
INFO: [replace-interpreter] Nothing changed in plugins/random-image/meson.build.
INFO: [replace-interpreter] Nothing changed in plugins/random-image/random-image.desktop.in.
INFO: [replace-interpreter] Nothing changed in plugins/rotate/meson.build.
INFO: [replace-interpreter] Nothing changed in plugins/rotate/rotate.desktop.in.
INFO: [replace-interpreter] Nothing changed in plugins/symlink/meson.build.
INFO: [replace-interpreter] Nothing changed in plugins/symlink/symlink.desktop.in.
INFO: [replace-interpreter] Nothing changed in plugins/tethered-photography/meson.build.
INFO: [replace-interpreter] Nothing changed in plugins/tethered-photography/tethered-photography.desktop.in.
=> Fixing locale directory references.
=> Checking for portability problems in extracted files
The Meson build system
Version: 1.2.2
Source dir: /home/pbulk/build/graphics/geeqie/work/geeqie-2.1
Build dir: /home/pbulk/build/graphics/geeqie/work/geeqie-2.1/output
Build type: native build
Project name: geeqie
Project version: 2.1
C compiler for the host machine: gcc (gcc 13.2.0 "gcc (GCC) 13.2.0")
C linker for the host machine: gcc ld.solaris 5.11-1.1790 (illumos)
C++ compiler for the host machine: g++ (gcc 13.2.0 "g++ (GCC) 13.2.0")
C++ linker for the host machine: g++ ld.solaris 5.11-1.1790 (illumos)
Host machine cpu family: x86_64
Host machine cpu: x86_64
Run-time dependency threads found: YES
Program gdk-pixbuf-csource found: YES (/opt/pkg/bin/gdk-pixbuf-csource)
Program glib-compile-resources found: YES (/home/pbulk/build/graphics/geeqie/work/.buildlink/bin/glib-compile-resources)
Program glib-genmarshal found: YES (/opt/pkg/bin/glib-genmarshal)
Program git found: NO
Found pkg-config: /home/pbulk/build/graphics/geeqie/work/.tools/bin/pkg-config (2.0.3)
Run-time dependency gtk+-3.0 found: YES 3.24.38
Run-time dependency glib-2.0 found: YES 2.76.5
Check usable header "execinfo.h" : YES 
Library execinfo found: NO
WARNING: Found CMake '/home/pbulk/build/graphics/geeqie/work/.tools/bin/false' but couldn't run it
Found CMake: NO
Run-time dependency libarchive found: NO (tried pkgconfig and cmake)
Program xxd found: YES (/opt/pkg/bin/xxd)
Run-time dependency lcms2 found: YES 2.15
Run-time dependency ddjvuapi found: NO (tried pkgconfig and cmake)
Program evince found: NO
Check usable header "execinfo.h" : YES (cached)
Dependency exiv2 found: NO found 0.28.0 but need: '!=0.28.0' ; matched: '>=0.11'
Run-time dependency exiv2 found: NO (tried pkgconfig and cmake)
Run-time dependency champlain-0.12 found: NO (tried pkgconfig and cmake)
Run-time dependency champlain-gtk-0.12 found: NO (tried pkgconfig and cmake)
Run-time dependency libheif found: YES 1.16.2
Run-time dependency libopenjp2 found: YES 2.5.0
Run-time dependency libjpeg found: YES 9.5.0
Checking for function "jpeg_destroy_decompress" with dependency libjpeg: YES 
Run-time dependency libjxl found: NO (tried pkgconfig and cmake)
Run-time dependency libraw found: NO (tried pkgconfig and cmake)
Run-time dependency lua found: NO (tried pkgconfig and cmake)
Run-time dependency lua5.3 found: NO (tried pkgconfig and cmake)
Run-time dependency lua-5.3 found: NO (tried pkgconfig and cmake)
Run-time dependency lua53 found: NO (tried pkgconfig and cmake)
Program pandoc found: NO
Run-time dependency poppler-glib found: NO (tried pkgconfig and cmake)
Run-time dependency gspell-1 found: NO (tried pkgconfig and cmake)
Run-time dependency libtiff-4 found: YES 4.5.1
Checking for function "TIFFClientOpen" with dependency libtiff-4: YES 
Run-time dependency libffmpegthumbnailer found: NO (tried pkgconfig and cmake)
Run-time dependency gdk-pixbuf-2.0 found: YES 2.42.10
Library pixbufloader-webp found: NO
Checking if "nl_langinfo and _NL_TIME_FIRST_WEEKDAY" : links: NO 
Configuring config.h using configuration
Program msgfmt found: YES (/home/pbulk/build/graphics/geeqie/work/.tools/bin/msgfmt)
Program msginit found: YES (/opt/pkg/bin/msginit)
Program msgmerge found: YES (/opt/pkg/bin/msgmerge)
Program xgettext found: YES (/opt/pkg/bin/xgettext)
Found pkg-config: /home/pbulk/build/graphics/geeqie/work/.tools/bin/pkg-config (2.0.3)
Dependency glib-2.0 found: YES 2.76.5 (cached)
Program glib-genmarshal found: YES (/opt/pkg/bin/glib-genmarshal)
Program generate-ClayRGB1998-icc-h.sh found: YES (/home/pbulk/build/graphics/geeqie/work/geeqie-2.1/scripts/generate-ClayRGB1998-icc-h.sh)
Program yelp-build found: NO
Configuring geeqie.spec using configuration
Program xvfb-run found: NO
Program shellcheck found: NO
Build targets in project: 60
NOTICE: Future-deprecated features used:
 * 0.60.0: {'install_subdir with empty directory'}

geeqie 2.1

  Directories
    gq_appdir            : share/geeqie
    gq_bindir            : share/doc/geeqie
    gq_helpdir           : share/doc/geeqie
    gq_htmldir           : share/doc/geeqie/html
    gq_localedir         : share/locale

  Debugging
    developer mode       : extended stacktrace:
                           NO
    execinfo             : stacktrace supported:
                           YES

  Configuration
    archive              : libarchive >=3.4.0 not found - archive files e.g. .zip supported::
                           NO
    cms                  : color management supported:
                           YES
    djvu                 : ddjvuapi >=2.5.27 not found - djvu files supported:
                           NO
    print preview        : evince not found - print preview supported:
                           NO
    execinfo             : stacktrace supported:
                           YES
    exiv2                : exiv2 >=0.11!=0.28.0 not found - image data not processed by exiv2:
                           NO
    gps-map-champlain    : champlain-0.12 >=0.12 not found - GPS map displayed:
                           NO
    gps-map-champlain-gtk: champlain-gtk-0.12 >=0.12 not found - GPS map displayed:
                           NO
    heif                 : heif files supported:
                           YES
    j2k                  : j2k files supported:
                           YES
    jpeg                 : jpeg files supported:
                           YES
    jpegxl               : libjxl >=0.3.7 not found - jpegxl files supported:
                           NO
    libraw               : libraw >=0.20 not found - .cr3 files supported:
                           NO
    lua                  : lua >=5.3 not found - lua supported:
                           NO
    pdf                  : poppler-glib >=0.62 not found - pdf files supported:
                           NO
    spell                : gspell-1 >=1.6 not found - spelling checks enabled
                           NO
    tiff                 : tiff files supported:
                           YES
    videothumbnailer     : libvideothumbnailer >=2.1.0 not found - thumbnails of video files supported
                           NO
    webp                 : webp-pixbuf-loader not installed - webp files supported:
                           NO

  Documentation
    README               : pandoc not found - README.html created:
                           NO
    nl_langinfo          : nl_langinfo not found - first weekday depends on locale:
                           NO
                           first weekday defaults to Monday
    help                 : yelp-build not found - Help files created:
                           NO

  Testing
    xvfb                 : Test runs:
                           NO
    shellcheck           : Test runs:
                           NO

  User defined options
    buildtype            : plain
    libdir               : lib
    libexecdir           : libexec
    mandir               : share/man
    prefix               : /opt/pkg
    sysconfdir           : /etc/opt/pkg
    doxygen              : disabled

Found ninja-1.11.1 at /opt/pkg/bin/ninja