+ local run_cmd
+ run_cmd=run_su
+ shift
+ run_su /usr/pkg/bin/bmake configure BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/gnustep-base-1.29.0nb6/work.log
+ su pbulk -c '"$@"' make /usr/pkg/bin/bmake configure BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/gnustep-base-1.29.0nb6/work.log
=> Bootstrap dependency digest>=20211023: found digest-20220214
=> Checksum BLAKE2s OK for gnustep-base-1.29.0.tar.gz
=> Checksum SHA512 OK for gnustep-base-1.29.0.tar.gz
===> Installing dependencies for gnustep-base-1.29.0nb6
==========================================================================
The supported build options for gnustep-base are:

	fragile

The currently selected options are:

	fragile

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

	PKG_OPTIONS.gnustep = fragile

==========================================================================
==========================================================================
The following variables will affect the build process of this package,
gnustep-base-1.29.0nb6.  Their current value is shown below:

        * SSLBASE = /usr
        * SSLCERTBUNDLE (not defined)
        * SSLCERTS = /etc/openssl/certs
        * SSLDIR = /etc/openssl
        * SSLKEYS = /etc/openssl/private

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
`/usr/pkg/bin/bmake clean' after the changes.
==========================================================================
=> Tool dependency mktools-[0-9]*: found mktools-20220614
=> Tool dependency gmake>=3.81: found gmake-4.4.1
=> Tool dependency pkgconf-[0-9]*: found pkgconf-2.2.0nb1
=> Tool dependency cwrappers>=20150314: found cwrappers-20220403
=> Tool dependency checkperms>=1.1: found checkperms-1.12
=> Full dependency libffi>=3.4.2nb3: found libffi-3.4.6
=> Full dependency gmp>=6.0: found gmp-6.3.0
=> Full dependency gnustep-make>=2.6.2: found gnustep-make-2.8.0nb1
=> Full dependency gnustep-objc>=1.3.0nb1: found gnustep-objc-2.1.0nb1
=> Full dependency libunwind>=17.0.0<18: found libunwind-17.0.6
=> Full dependency gnutls>=3.8.5nb2: found gnutls-3.8.5nb3
=> Full dependency libxml2>=2.10.4nb3: found libxml2-2.12.8
=> Full dependency libxslt>=1.1.38nb2: found libxslt-1.1.39nb1
=> Full dependency icu>=75.1: found icu-75.1
===> Overriding tools for gnustep-base-1.29.0nb6
===> Extracting for gnustep-base-1.29.0nb6
===> Patching for gnustep-base-1.29.0nb6
=> Applying pkgsrc patches for gnustep-base-1.29.0nb6
=> Verifying /data/jenkins/workspace/pkgsrc-netbsd-trunk-x86_64/devel/gnustep-base/patches/patch-Source_Additions_GSXML.m
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-netbsd-trunk-x86_64/devel/gnustep-base/patches/patch-Source_Additions_GSXML.m
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-Source_Additions_GSXML.m,v 1.1 2024/05/12 00:22:02 manu Exp $
|
|Fix GSXML compatibility with libxml2 v2.11.0
|
|From upstream
|https://github.com/gnustep/libs-base/pull/295/files/9bd745c6b69159cd25150f8297e8aa6c33e2a69f
|
|--- Source/Additions/GSXML.m.orig	2024-05-11 22:55:36.594575380 +0200
|+++ Source/Additions/GSXML.m	2024-05-11 22:55:57.348514948 +0200
--------------------------
Patching file Source/Additions/GSXML.m using Plan A...
Hunk #1 succeeded at 2670.
done
=> Verifying /data/jenkins/workspace/pkgsrc-netbsd-trunk-x86_64/devel/gnustep-base/patches/patch-Source_NSProcessInfo.m
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-netbsd-trunk-x86_64/devel/gnustep-base/patches/patch-Source_NSProcessInfo.m
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-Source_NSProcessInfo.m,v 1.1 2021/11/28 18:38:22 pho Exp $
|
|Work around an issue regarding GNUstep and locale. GNUstep hijacks
|application main() with its own function to setup some global
|variables before the actual main() is called. _gnu_process_args(),
|called by the fake main(), eventually calls nl_langinfo(CODESET) via
|GSPrivateICUCStringEncoding() to determine the locale charset but
|without initializing the locale. When this happens on NetBSD,
|nl_langinfo(CODESET) returns "646" regardless of the actual locale and
|ICU (correctly) interprets this as US-ASCII. This causes all the
|subsequent calls to -[NSString fileSystemRepresentation] to fail for
|any non-ASCII file paths. Applications usually call setlocale(LC_ALL,
|"") in their main() but it's too late at that point because the
|previous value is cached forever.
|
|This is a dirty hack on top of a dirty hack and I'm obvisouly not
|happy with this, but if the dirty hack is broken we still have to fix
|it.
|
|--- Source/NSProcessInfo.m.orig	2020-04-05 18:00:40.000000000 +0000
|+++ Source/NSProcessInfo.m
--------------------------
Patching file Source/NSProcessInfo.m using Plan A...
Hunk #1 succeeded at 979.
done
=> Verifying /data/jenkins/workspace/pkgsrc-netbsd-trunk-x86_64/devel/gnustep-base/patches/patch-Source_common.h
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-netbsd-trunk-x86_64/devel/gnustep-base/patches/patch-Source_common.h
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-Source_common.h,v 1.1 2020/11/11 10:45:52 mef Exp $
|
|Adhoc fix for icu-68 fall out
|
|GSICUString.m:71:18: error: use of undeclared identifier 'TRUE'
|          return TRUE;
|                 ^
|GSICUString.m:80:18: error: use of undeclared identifier 'FALSE'
|          return FALSE;
|                 ^
|
|--- Source/common.h.orig	2020-11-11 09:44:53.977561179 +0000
|+++ Source/common.h
--------------------------
Patching file Source/common.h using Plan A...
Hunk #1 succeeded at 7.
done
=> Verifying /data/jenkins/workspace/pkgsrc-netbsd-trunk-x86_64/devel/gnustep-base/patches/patch-aa
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-netbsd-trunk-x86_64/devel/gnustep-base/patches/patch-aa
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-aa,v 1.19 2020/11/11 11:03:12 mef Exp $
|
|--- configure.orig	2020-04-05 20:00:40.000000000 +0200
|+++ configure	2020-04-14 14:56:23.350836708 +0200
--------------------------
Patching file configure using Plan A...
Hunk #1 succeeded at 6059 (offset 30 lines).
done
=> Verifying /data/jenkins/workspace/pkgsrc-netbsd-trunk-x86_64/devel/gnustep-base/patches/patch-ab
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-netbsd-trunk-x86_64/devel/gnustep-base/patches/patch-ab
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-ab,v 1.11 2020/11/11 11:03:12 mef Exp $
|
|--- base.make.in.orig	2020-04-05 20:00:40.000000000 +0200
|+++ base.make.in	2020-04-14 15:07:00.418458617 +0200
--------------------------
Patching file base.make.in using Plan A...
Hunk #1 succeeded at 40.
done
=> Verifying /data/jenkins/workspace/pkgsrc-netbsd-trunk-x86_64/devel/gnustep-base/patches/patch-ac
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-netbsd-trunk-x86_64/devel/gnustep-base/patches/patch-ac
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-ac,v 1.6 2012/10/22 02:17:16 rh Exp $
|
|--- Tools/Makefile.postamble.orig	2011-06-09 17:08:41.000000000 +0000
|+++ Tools/Makefile.postamble
--------------------------
Patching file Tools/Makefile.postamble using Plan A...
Hunk #1 succeeded at 50.
Hunk #2 succeeded at 57.
done
=> Verifying /data/jenkins/workspace/pkgsrc-netbsd-trunk-x86_64/devel/gnustep-base/patches/patch-ad
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-netbsd-trunk-x86_64/devel/gnustep-base/patches/patch-ad
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-ad,v 1.10 2020/11/11 11:03:12 mef Exp $
|
|--- Source/GNUmakefile.orig	2020-04-05 20:00:40.000000000 +0200
|+++ Source/GNUmakefile	2020-04-14 15:07:59.290740281 +0200
--------------------------
Patching file Source/GNUmakefile using Plan A...
Hunk #1 succeeded at 102.
done
=> Verifying /data/jenkins/workspace/pkgsrc-netbsd-trunk-x86_64/devel/gnustep-base/patches/patch-configure
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-netbsd-trunk-x86_64/devel/gnustep-base/patches/patch-configure
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-configure,v 1.1 2023/01/14 01:40:04 manu Exp $
|
|Shell equality test is = and not ==
|
|--- configure.orig	2023-01-08 09:41:32.000000000 +0100
|+++ configure	2023-01-11 16:11:12.522082237 +0100
--------------------------
Patching file configure using Plan A...
Hunk #1 succeeded at 13700 (offset 1 line).
done
===> Creating toolchain wrappers for gnustep-base-1.29.0nb6
===> Configuring for gnustep-base-1.29.0nb6
=> Fix @PTHREAD_LIBS@ left out in file configure
sed 's|@PREFIX@|/usr/pkg|g' </data/jenkins/workspace/pkgsrc-netbsd-trunk-x86_64/devel/gnustep-base/files/openapp >/home/pbulk/build/devel/gnustep-base/work/openapp
=> Generating pkg-config files for builtin xz package.
=> Modifying GNU configure scripts to avoid --recheck
=> Replacing config-guess with pkgsrc versions
=> Replacing config-sub with pkgsrc versions
=> Replacing install-sh with pkgsrc version
=> Checking for portability problems in extracted files
configure: WARNING: You are running configure with the link options (-Wl,-R/usr/pkg/lib -L/usr/pkg/lib -lunwind -L/usr/pkg/lib -L/usr/pkg/share/GNUstep/lib -Wl,-R/usr/pkg/lib -Wl,-R/usr/pkg/share/GNUstep/lib -Wl,-zrelro -L/usr/lib -Wl,-R/usr/lib -lobjc -lpthread) set to a different value from that used by gnustep-make (-L/usr/pkg/lib -L/usr/pkg/share/GNUstep/lib -Wl,-R/usr/pkg/lib -Wl,-R/usr/pkg/share/GNUstep/lib -Wl,-zrelro -L/usr/lib -Wl,-R/usr/lib -shared-libgcc).  To avoid conflicts/problems, reconfigure/reinstall gnustep-make to use LDFLAGS=-Wl,-R/usr/pkg/lib -L/usr/pkg/lib -lunwind -L/usr/pkg/lib -L/usr/pkg/share/GNUstep/lib -Wl,-R/usr/pkg/lib -Wl,-R/usr/pkg/share/GNUstep/lib -Wl,-zrelro -L/usr/lib -Wl,-R/usr/lib -lobjc -lpthread or run the gnustep-base configure again with your LDFLAGS environment variable set to -L/usr/pkg/lib -L/usr/pkg/share/GNUstep/lib -Wl,-R/usr/pkg/lib -Wl,-R/usr/pkg/share/GNUstep/lib -Wl,-zrelro -L/usr/lib -Wl,-R/usr/lib -shared-libgcc
checking build system type... x86_64--netbsd
checking host system type... x86_64--netbsd
checking target system type... x86_64--netbsd
checking for GNUstep configuration file to use at runtime... /usr/pkg/etc/GNUstep.conf
checking whether the GNUstep.conf file path can be set in the environment... yes
checking if we should import an existing configuration file now... yes
checking for default GNUstep configuration file to use... /usr/pkg/etc/GNUstep.conf
trying to import "/usr/pkg/etc/GNUstep.conf"
configure: If this fails, please run configure again with the --disable-importing-config-file option or specifying an alternative file using the --with-default-config= option
checking for GNUstep-base installation domain... SYSTEM
checking if we are hardcoding any relative paths in gnustep-base... no
configure: We store the following filesystem layout into gnustep-base, to be used when no config file is found
checking for Makefiles directory... /usr/pkg/share/GNUstep/Makefiles
checking for user defaults directory... GNUstep/Defaults
checking for user config file... .GNUstep.conf
checking for System Applications directory... /usr/pkg/lib/GNUstep/Applications
checking for System Admin Applications directory... /usr/pkg/lib/GNUstep/Applications
checking for System Web Applications directory... /usr/pkg/lib/GNUstep/WebApplications
checking for System Tools directory... /usr/pkg/bin
checking for System Admin Tools directory... /usr/pkg/sbin
checking for System Library directory... /usr/pkg/lib/GNUstep
checking for System Libraries directory... /usr/pkg/lib
checking for System Headers directory... /usr/pkg/include
checking for System Documentation directory... /usr/pkg/share/GNUstep/Documentation
checking for System Info Documentation directory... /usr/pkg/info
checking for System Man Documentation directory... /usr/pkg/man
checking for Network Applications directory... /usr/pkg/lib/GNUstep/Applications
checking for Network Admin Applications directory... /usr/pkg/lib/GNUstep/Applications
checking for Network Web Applications directory... /usr/pkg/lib/GNUstep/WebApplications
checking for Network Tools directory... /usr/pkg/bin
checking for Network Admin Tools directory... /usr/pkg/sbin
checking for Network Library directory... /usr/pkg/lib/GNUstep
checking for Network Libraries directory... /usr/pkg/lib
checking for Network Headers directory... /usr/pkg/include
checking for Network Documentation directory... /usr/pkg/share/GNUstep/Documentation
checking for Network Info Documentation directory... /usr/pkg/info
checking for Network Man Documentation directory... /usr/pkg/man
checking for Local Applications directory... /usr/pkg/lib/GNUstep/Applications
checking for Local Admin Applications directory... /usr/pkg/lib/GNUstep/Applications
checking for Local Web Applications directory... /usr/pkg/lib/GNUstep/WebApplications
checking for Local Tools directory... /usr/pkg/bin
checking for Local Admin Tools directory... /usr/pkg/sbin
checking for Local Library directory... /usr/pkg/lib/GNUstep
checking for Local Libraries directory... /usr/pkg/lib
checking for Local Headers directory... /usr/pkg/include
checking for Local Documentation directory... /usr/pkg/share/GNUstep/Documentation
checking for Local Info Documentation directory... /usr/pkg/info
checking for Local Man Documentation directory... /usr/pkg/man
checking for User Applications directory... GNUstep/Applications
checking for User Admin Applications directory... GNUstep/Applications/Admin
checking for User Web Applications directory... GNUstep/WebApplications
checking for User Tools directory... GNUstep/Tools
checking for User Admin Tools directory... GNUstep/Tools/Admin
checking for User Library directory... GNUstep/Library
checking for User Libraries directory... GNUstep/Library/Libraries
checking for User Headers directory... GNUstep/Library/Headers
checking for User Documentation directory... GNUstep/Library/Documentation
checking for User Info Documentation directory... GNUstep/Library/Documentation/info
checking for User Man Documentation directory... GNUstep/Library/Documentation/man
checking for System User directory... /home
checking for Network User directory... /home
checking for Local User directory... /home
checking for x86_64--netbsd-gcc... cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking how to run the C preprocessor... cc -E
checking for grep that handles long lines and -e... (cached) /usr/bin/grep
checking for egrep... (cached) /usr/bin/egrep
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether the compiler is clang... no
checking for _LARGEFILE_SOURCE value needed for large files... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for off_t... yes
checking whether the compiler supports atomic operations... yes
checking for whoami... /usr/bin/whoami
checking pkg-config is at least version 0.9.0... yes
checking the Objective-C runtime... GNU
checking for custom shared objc library... /usr/pkg/lib
checking objc/runtime.h usability... yes
checking objc/runtime.h presence... yes
checking for objc/runtime.h... yes
checking objc/objc.h usability... yes
checking objc/objc.h presence... yes
checking for objc/objc.h... yes
configure: for gdomap network details
checking for variable length socket addresses... found
checking for compiler visibility attribute support... found
checking whether SO_REUSEADDR is broken... no
checking for objc threading flags...   
checking whether byte ordering is bigendian... no
checking size of void*... 8
checking size of short... 2
checking size of int... 4
checking size of long... 8
checking size of long long... 8
checking size of float... 4
checking size of double... 8
checking for working INTPTR_MAX, INTPTR_MIN, UINTPTR_MAX... yes
checking loading of constructor functions... yes
checking windows.h usability... no
checking windows.h presence... no
checking for windows.h... no
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for dynamic linker type... simple
checking for dladdr in -ldl... no
checking for dladdr... yes
checking for gethostbyname... yes
checking for getaddrinfo... yes
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking for pthread_np.h... no
checking size of pthread_mutex_t... 48
checking for pthread_mutex_t.__data.__owner... no
checking size of pthread_cond_t... 40
checking alignment of pthread_mutex_t... 8
checking alignment of pthread_cond_t... 8
checking for pthread_join in -lpthread... yes
checking for pthread_getthreadid_np... no
checking for pthread_main_np... no
checking for sched_yield in -lrt... yes
checking for pthread_setname_np()... netbsd
checking for pthread_spin_lock... yes
checking for nanosleep... yes
checking for usleep... yes
checking for Sleep... no
checking for objc_root_class attribute support... not present
checking for gettid()... no
checking whether objc really works... no
I don't seem to be able to use your Objective-C compiler to produce
working binaries!  Please check your Objective-C compiler installation.
If you are using gcc-3.x make sure that your compiler's libgcc_s and libobjc
can be found by the dynamic linker - usually that requires you to play
with LD_LIBRARY_PATH or /etc/ld.so.conf.
Please refer to your compiler installation instructions for more help.
configure: error: The Objective-C compiler does not work or is not installed properly.
*** Error code 1

Stop.
bmake[1]: stopped in /data/jenkins/workspace/pkgsrc-netbsd-trunk-x86_64/devel/gnustep-base
*** Error code 1

Stop.
bmake: stopped in /data/jenkins/workspace/pkgsrc-netbsd-trunk-x86_64/devel/gnustep-base