+ 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/at-spi2-core-2.54.0nb8/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake configure BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/at-spi2-core-2.54.0nb8/work.log => Checksum BLAKE2s OK for at-spi2-core-2.54.0.tar.xz => Checksum SHA512 OK for at-spi2-core-2.54.0.tar.xz ===> Installing dependencies for at-spi2-core-2.54.0nb8 ========================================================================== The supported build options for at-spi2-core are: dbus introspection The currently selected options are: dbus introspection You can select which build options to use by setting PKG_DEFAULT_OPTIONS or the following variable. Its current value is shown: PKG_OPTIONS.at-spi2-core (not defined) ========================================================================== ========================================================================== The following variables will affect the build process of this package, at-spi2-core-2.54.0nb8. Their current value is shown below: * PKG_SYSCONFDIR = /etc/opt/pkg 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 meson>=0: found meson-1.9.1nb1 => Tool dependency glib2-tools-[0-9]*: found glib2-tools-2.84.4 => Tool dependency gettext-tools>=0.15: found gettext-tools-0.22.5nb1 => Tool dependency pkgconf-[0-9]*: found pkgconf-2.4.3nb1 => Tool dependency cwrappers>=20150314: found cwrappers-20220403 => Tool dependency checkperms>=1.1: found checkperms-1.12 => Build dependency gobject-introspection>=1.76.1nb1: found gobject-introspection-1.84.0 => Full dependency dbus>=0.91: found dbus-1.16.2nb1 => Full dependency glib2>=2.76.4nb1: found glib2-2.84.4 => Full dependency libxml2>=2.14.2nb1: found libxml2-2.14.6 => Full dependency expat>=1.95.7: found expat-2.7.3 => Full dependency gettext-lib>=0.22: found gettext-lib-0.22.5 => Full dependency libiconv>=1.9.1: found libiconv-1.17nb1 => Full dependency libffi>=1.20: found libffi-3.5.2 => Full dependency pcre2>=10.21: found pcre2-10.46 => Full dependency xz>=5.0.0: found xz-5.8.1 => Full dependency zlib>=1.1.4: found zlib-1.3.1 ===> Overriding tools for at-spi2-core-2.54.0nb8 ===> Extracting for at-spi2-core-2.54.0nb8 ===> Patching for at-spi2-core-2.54.0nb8 => Applying pkgsrc patches for at-spi2-core-2.54.0nb8 => Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/devel/at-spi2-core/patches/patch-atk-adaptor_event.c => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/devel/at-spi2-core/patches/patch-atk-adaptor_event.c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-atk-adaptor_event.c,v 1.1 2025/09/28 15:55:43 prlw1 Exp $ | |warning: array subscript has type 'char' | |--- atk-adaptor/event.c.orig 2025-09-13 14:41:15.000000000 +0000 |+++ atk-adaptor/event.c -------------------------- Patching file atk-adaptor/event.c using Plan A... Hunk #1 succeeded at 363 (offset 7 lines). Hunk #2 succeeded at 389 (offset 7 lines). done => Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/devel/at-spi2-core/patches/patch-atspi_atspi-event-listener.c => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/devel/at-spi2-core/patches/patch-atspi_atspi-event-listener.c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-atspi_atspi-event-listener.c,v 1.1 2025/09/28 15:55:43 prlw1 Exp $ | |warning: array subscript has type 'char' | |--- atspi/atspi-event-listener.c.orig 2025-09-13 14:41:15.000000000 +0000 |+++ atspi/atspi-event-listener.c -------------------------- Patching file atspi/atspi-event-listener.c using Plan A... Hunk #1 succeeded at 197 (offset -3 lines). done => Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/devel/at-spi2-core/patches/patch-atspi_atspi-misc.c => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/devel/at-spi2-core/patches/patch-atspi_atspi-misc.c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-atspi_atspi-misc.c,v 1.1 2025/09/28 15:55:43 prlw1 Exp $ | |warning: array subscript has type 'char' | |--- atspi/atspi-misc.c.orig 2025-09-13 14:41:15.000000000 +0000 |+++ atspi/atspi-misc.c -------------------------- Patching file atspi/atspi-misc.c using Plan A... Hunk #1 succeeded at 2185 (offset -4 lines). done => Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/devel/at-spi2-core/patches/patch-meson.build => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/devel/at-spi2-core/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.2 2025/10/04 21:12:07 prlw1 Exp $ | |tests/at-spi2-atk/atk_test_util.c calls putenv() which isn't part of |POSIX_C_SOURCE. Later versions of at-spi2-core try _XOPEN_SOURCE and |do find putenv(), but fail on other functions such as timersub(). |Bail and remove the artificial restrictions. | |https://mail-index.netbsd.org/pkgsrc-users/2025/09/24/msg042013.html | | |Add _GNU_SOURCE for Linux as per | |https://mail-index.netbsd.org/tech-pkg/2025/10/03/msg031582.html | |--- meson.build.orig 2024-09-14 18:26:17.000000000 +0000 |+++ meson.build -------------------------- Patching file meson.build using Plan A... Hunk #1 succeeded at 8. done => Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/devel/at-spi2-core/patches/patch-registryd_registry.c => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/devel/at-spi2-core/patches/patch-registryd_registry.c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-registryd_registry.c,v 1.1 2025/09/28 15:55:43 prlw1 Exp $ | |warning: array subscript has type 'char' | |--- registryd/registry.c.orig 2025-09-13 14:41:15.000000000 +0000 |+++ registryd/registry.c -------------------------- Patching file registryd/registry.c using Plan A... Hunk #1 succeeded at 362. done ===> Creating toolchain wrappers for at-spi2-core-2.54.0nb8 ===> Configuring for at-spi2-core-2.54.0nb8 => Fixing path to examples directory. => Checking for portability problems in extracted files => Creating meson native file The Meson build system Version: 1.9.1 Source dir: /home/pbulk/build/devel/at-spi2-core/work/at-spi2-core-2.54.0 Build dir: /home/pbulk/build/devel/at-spi2-core/work/at-spi2-core-2.54.0/output Build type: native build Project name: at-spi2-core Project version: 2.54.0 C compiler for the host machine: gcc (gcc 14.3.0 "gcc (GCC) 14.3.0") C linker for the host machine: gcc ld.solaris 5.11-1.1790 (illumos) Host machine cpu family: x86_64 Host machine cpu: x86_64 Compiler for C supports arguments -fvisibility=hidden: YES Checking for function "bind_textdomain_codeset" : YES Found pkg-config: YES (/home/pbulk/build/devel/at-spi2-core/work/.tools/bin/pkg-config) 2.4.3 Run-time dependency dbus-1 found: YES 1.16.2 Run-time dependency glib-2.0 found: YES 2.84.4 Run-time dependency gobject-2.0 found: YES 2.84.4 Run-time dependency gio-2.0 found: YES 2.84.4 Checking for function "dlopen" : YES Run-time dependency gmodule-2.0 found: YES 2.84.4 Run-time dependency libxml-2.0 found: YES 2.14.6 WARNING: Found CMake '/home/pbulk/build/devel/at-spi2-core/work/.tools/bin/false' but couldn't run it Found CMake: NO Run-time dependency x11 found: NO (tried pkgconfig and cmake) Checking for alignment of "char" : 1 Checking for alignment of "double" : 8 Checking for alignment of "dbus_bool_t" with dependency dbus-1: 4 Checking for alignment of "dbus_int16_t" with dependency dbus-1: 2 Checking for alignment of "dbus_int32_t" with dependency dbus-1: 4 Checking for alignment of "dbus_int64_t" with dependency dbus-1: 8 Checking for alignment of "dbind_pointer" : 8 Checking for alignment of "dbind_struct" : 1 Program g-ir-scanner found: YES (/opt/pkg/bin/g-ir-scanner) Program xgettext found: YES (/opt/pkg/bin/xgettext) Configuring config.h using configuration Configuring atkversion.h using configuration Dependency glib-2.0 found: YES 2.84.4 (cached) Program /opt/pkg/bin/glib-genmarshal found: YES (/opt/pkg/bin/glib-genmarshal) Dependency glib-2.0 found: YES 2.84.4 (cached) Program /opt/pkg/bin/glib-mkenums found: YES (/opt/pkg/bin/glib-mkenums) Dependency glib-2.0 found: YES 2.84.4 (cached) Program /opt/pkg/bin/glib-mkenums found: YES (/opt/pkg/bin/glib-mkenums) Run-time dependency gobject-introspection-1.0 found: YES 1.84.0 Dependency gobject-introspection-1.0 found: YES 1.84.0 (cached) Program /opt/pkg/bin/g-ir-scanner found: YES (/opt/pkg/bin/g-ir-scanner) Dependency gobject-introspection-1.0 found: YES 1.84.0 (cached) Program /opt/pkg/bin/g-ir-compiler found: YES (/opt/pkg/bin/g-ir-compiler) Program generate-introspection.py found: YES (/opt/pkg/bin/python3.13 /home/pbulk/build/devel/at-spi2-core/work/at-spi2-core-2.54.0/xml/generate-introspection.py) Configuring atspi-version.h using configuration Dependency glib-2.0 found: YES 2.84.4 (cached) Program /opt/pkg/bin/glib-genmarshal found: YES (/opt/pkg/bin/glib-genmarshal) Dependency glib-2.0 found: YES 2.84.4 (cached) Program /opt/pkg/bin/glib-mkenums found: YES (/opt/pkg/bin/glib-mkenums) Dependency glib-2.0 found: YES 2.84.4 (cached) Program /opt/pkg/bin/glib-mkenums found: YES (/opt/pkg/bin/glib-mkenums) Configuring accessibility.conf using configuration Configuring at-spi-dbus-bus.desktop using configuration Configuring org.a11y.Bus.service using configuration Configuring at-spi-dbus-bus.service using configuration Program dbus-daemon found: YES (/opt/pkg/bin/dbus-daemon) Program dbus-broker-launch found: NO Configuring org.a11y.atspi.Registry.service using configuration Program msgfmt found: YES (/home/pbulk/build/devel/at-spi2-core/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) Build targets in project: 141 at-spi2-core 2.54.0 User defined options Native files: /home/pbulk/build/devel/at-spi2-core/work/.meson_native buildtype : plain libdir : lib libexecdir : libexec mandir : share/man prefix : /opt/pkg sysconfdir : /etc/opt/pkg wrap_mode : nodownload Found ninja-1.13.1 at /opt/pkg/bin/ninja => Adding run-time search paths to pkg-config files.