=> Bootstrap dependency digest>=20211023: found digest-20211023 => Checksum BLAKE2s OK for gnustep-base-1.27.0.tar.gz => Checksum SHA512 OK for gnustep-base-1.27.0.tar.gz ===> Installing dependencies for gnustep-base-1.27.0nb8 ========================================================================== The supported build options for gnustep-base 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 (not defined) ========================================================================== ========================================================================== The following variables will affect the build process of this package, gnustep-base-1.27.0nb8. 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/bin/make clean' after the changes. ========================================================================== => Tool dependency gmake>=3.81: found gmake-4.3nb3 => Tool dependency pkgconf-[0-9]*: found pkgconf-1.8.0 => Tool dependency checkperms>=1.1: found checkperms-1.12 => Build dependency cwrappers>=20150314: found cwrappers-20180325 => Full dependency clang-[0-9]*: found clang-13.0.1 => Full dependency libffi>=3.4: found libffi-3.4.2nb2 => Full dependency gmp>=6.0: found gmp-6.2.1nb2 => Full dependency gnustep-make>=2.6.2: found gnustep-make-2.8.0nb1 => Full dependency gnustep-objc>=1.3.0nb1: found gnustep-objc-1.8.1 => Full dependency gnutls>=3.7.2nb1: found gnutls-3.7.3 => Full dependency libxml2>=2.9.12nb1: found libxml2-2.9.12nb2 => Full dependency libxslt>=1.1.34nb6: found libxslt-1.1.34nb7 => Full dependency icu>=70.1: found icu-70.1 ===> Skipping vulnerability checks. WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'. ===> Overriding tools for gnustep-base-1.27.0nb8 ===> Extracting for gnustep-base-1.27.0nb8 ===> Patching for gnustep-base-1.27.0nb8 => Applying pkgsrc patches for gnustep-base-1.27.0nb8 => Verifying /amd/pkgsrc/CHROOT/P/pkgsrc/devel/gnustep-base/patches/patch-Source_NSProcessInfo.m => Applying pkgsrc patch /amd/pkgsrc/CHROOT/P/pkgsrc/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 /amd/pkgsrc/CHROOT/P/pkgsrc/devel/gnustep-base/patches/patch-Source_common.h => Applying pkgsrc patch /amd/pkgsrc/CHROOT/P/pkgsrc/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 /amd/pkgsrc/CHROOT/P/pkgsrc/devel/gnustep-base/patches/patch-aa => Applying pkgsrc patch /amd/pkgsrc/CHROOT/P/pkgsrc/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 6029. done => Verifying /amd/pkgsrc/CHROOT/P/pkgsrc/devel/gnustep-base/patches/patch-ab => Applying pkgsrc patch /amd/pkgsrc/CHROOT/P/pkgsrc/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 /amd/pkgsrc/CHROOT/P/pkgsrc/devel/gnustep-base/patches/patch-ac => Applying pkgsrc patch /amd/pkgsrc/CHROOT/P/pkgsrc/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 /amd/pkgsrc/CHROOT/P/pkgsrc/devel/gnustep-base/patches/patch-ad => Applying pkgsrc patch /amd/pkgsrc/CHROOT/P/pkgsrc/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 ===> Creating toolchain wrappers for gnustep-base-1.27.0nb8 ===> Configuring for gnustep-base-1.27.0nb8 => Fix @PTHREAD_LIBS@ left out in file configure sed 's|@PREFIX@|/usr/pkg|g' /tmp/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 (-L/usr/pkg/lib -L/usr/pkg/share/GNUstep/lib -Wl,-R/usr/pkg/lib -Wl,-R/usr/pkg/share/GNUstep/lib -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 -L/usr/lib -Wl,-R/usr/lib). To avoid conflicts/problems, reconfigure/reinstall gnustep-make to use LDFLAGS=-L/usr/pkg/lib -L/usr/pkg/share/GNUstep/lib -Wl,-R/usr/pkg/lib -Wl,-R/usr/pkg/share/GNUstep/lib -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 -L/usr/lib -Wl,-R/usr/lib 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... gcc 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 gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking how to run the C preprocessor... gcc -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... yes 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 nanosleep... yes checking for usleep... yes checking for Sleep... no checking for objc_root_class attribute support... found checking for pthread_setname_np()... netbsd checking for pthread_spin_lock... yes checking for gettid()... no checking whether objc really works... yes checking if the compiler supports -fconstant-string-class... yes checking if +load method is executed before main... yes checking for objc_sync_enter... yes checking for objc_setProperty... yes checking for _Block_copy... yes checking for objc_setUncaughtExceptionHandler() in runtime... no checking for objc_set_unexpected() in runtime... no checking for _objc_unexpected_exception in runtime... yes checking whether to enable native Objective-C exceptions... yes checking for objc_sync_enter... (cached) yes checking for thread-safe +initialize in runtime... yes checking for size_t... yes checking for inline... inline checking for ANSI C header files... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking alloca.h usability... no checking alloca.h presence... no checking for alloca.h... no checking float.h usability... yes checking float.h presence... yes checking for float.h... yes checking for sys/stat.h... (cached) yes checking sys/vfs.h usability... no checking sys/vfs.h presence... no checking for sys/vfs.h... no checking sys/statfs.h usability... no checking sys/statfs.h presence... no checking for sys/statfs.h... no checking sys/statvfs.h usability... yes checking sys/statvfs.h presence... yes checking for sys/statvfs.h... yes checking pwd.h usability... yes checking pwd.h presence... yes checking for pwd.h... yes checking grp.h usability... yes checking grp.h presence... yes checking for grp.h... yes checking sys/cdefs.h usability... yes checking sys/cdefs.h presence... yes checking for sys/cdefs.h... yes checking sys/syslimits.h usability... yes checking sys/syslimits.h presence... yes checking for sys/syslimits.h... yes checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking for sys/syslimits.h... (cached) yes checking for sys/param.h... (cached) yes checking for sys/mount.h... yes checking for sys/types.h... (cached) yes checking for windows.h... (cached) no checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking langinfo.h usability... yes checking langinfo.h presence... yes checking for langinfo.h... yes checking for main in -lm... yes checking for statvfs... yes checking for link... yes checking for symlink... yes checking for readlink... yes checking for geteuid... yes checking for getlogin... yes checking for getpwnam... yes checking for getpwnam_r... yes checking for getpwuid... yes checking for getpwuid_r... yes checking for getgrgid... yes checking for getgrgid_r... yes checking for getgrnam... yes checking for getgrnam_r... yes checking for rint... yes checking for getopt... yes checking for malloc_usable_size... no checking for pw_gecos field in struct passwd... yes checking for currency_symbol field in struct lconv... yes checking time.h usability... yes checking time.h presence... yes checking for time.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking tzfile.h usability... yes checking tzfile.h presence... yes checking for tzfile.h... yes checking sys/rusage.h usability... no checking sys/rusage.h presence... no checking for sys/rusage.h... no checking ucbinclude/sys/resource.h usability... no checking ucbinclude/sys/resource.h presence... no checking for ucbinclude/sys/resource.h... no checking for time... yes checking for ctime... yes checking for tzset... yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking netinet/in.h usability... yes checking netinet/in.h presence... yes checking for netinet/in.h... yes checking for socklen_t... no checking bfd.h usability... no checking bfd.h presence... no checking for bfd.h... no checking for libintl_fprintf in -lintl... no checking for dyn_string_append in -liberty... no checking for bfd_openr in -lbfd... no checking execinfo.h usability... yes checking execinfo.h presence... yes checking for execinfo.h... yes checking for backtrace... no checking for __builtin_extract_return_address... no checking unwind.h usability... yes checking unwind.h presence... yes checking for unwind.h... yes checking syslog.h usability... yes checking syslog.h presence... yes checking for syslog.h... yes checking sys/slog.h usability... no checking sys/slog.h presence... no checking for sys/slog.h... no checking sys/slogcodes.h usability... no checking sys/slogcodes.h presence... no checking for sys/slogcodes.h... no checking for syslog... yes checking poll.h usability... yes checking poll.h presence... yes checking for poll.h... yes checking for poll... yes checking for poll emulation... no checking if poll supports devices... yes checking for vsprintf... yes checking for vasprintf... yes checking for snprintf... yes checking for vsnprintf... yes checking for getcwd... yes checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking getopt.h usability... yes checking getopt.h presence... yes checking for getopt.h... yes checking for posix_memalign... yes checking for valloc... yes checking for times... yes checking for mkstemp... yes checking for shmctl... yes checking for mmap... yes checking for mprotect... yes checking sys/mman.h usability... yes checking sys/mman.h presence... yes checking for sys/mman.h... yes checking for killpg... yes checking for setpgrp... yes checking for setpgid... yes checking for setsid... yes checking for grantpt... yes checking whether setpgrp takes no argument... (cached) yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking for inttypes.h... (cached) yes checking libc.h usability... no checking libc.h presence... no checking for libc.h... no checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking malloc.h usability... yes checking malloc.h presence... yes checking for malloc.h... yes checking for memory.h... (cached) yes checking signal.h usability... yes checking signal.h presence... yes checking for signal.h... yes checking for stdint.h... (cached) yes checking for string.h... (cached) yes checking sys/fcntl.h usability... yes checking sys/fcntl.h presence... yes checking for sys/fcntl.h... yes checking sys/file.h usability... yes checking sys/file.h presence... yes checking for sys/file.h... yes checking sys/filio.h usability... yes checking sys/filio.h presence... yes checking for sys/filio.h... yes checking sys/inttypes.h usability... yes checking sys/inttypes.h presence... yes checking for sys/inttypes.h... yes checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking sys/signal.h usability... yes checking sys/signal.h presence... yes checking for sys/signal.h... yes checking sys/stropts.h usability... no checking sys/stropts.h presence... no checking for sys/stropts.h... no checking sys/wait.h usability... yes checking sys/wait.h presence... yes checking for sys/wait.h... yes checking for unistd.h... (cached) yes checking utime.h usability... yes checking utime.h presence... yes checking for utime.h... yes checking for stdlib.h... (cached) yes checking for library containing inet_ntop... none required checking for gethostbyaddr_r... yes checking for inet_aton... yes checking for inet_pton... yes checking for inet_ntop... yes checking for sigaction... yes checking zlib.h usability... yes checking zlib.h presence... yes checking for zlib.h... yes checking for gzseek in -lz... yes checking sys/resource.h usability... yes checking sys/resource.h presence... yes checking for sys/resource.h... yes checking for setrlimit... yes checking for strerror... yes checking whether strerror_r is declared... yes checking for strerror_r... yes checking whether strerror_r returns char *... no checking for sigsetjmp... no checking for uintmax_t... yes checking wchar.h usability... yes checking wchar.h presence... yes checking for wchar.h... yes checking short/int needs to be word aligned... no checking for register_printf_specifier... no checking for register_printf_function... no checking for realpath... yes checking program_invocation_name in C Library... no checking sys/utsname.h usability... yes checking sys/utsname.h presence... yes checking for sys/utsname.h... yes checking sys/sysctl.h usability... yes checking sys/sysctl.h presence... yes checking for sys/sysctl.h... yes checking for sysctlbyname... yes checking procfs.h usability... no checking procfs.h presence... no checking for procfs.h... no checking kernel support for /proc filesystem... yes checking support for /proc psinfo struct... no checking link to exe of process in /proc... /proc/self/exe checking /proc/24292/cmdline terminated by nul... yes checking for kvm_getenvv in -lkvm... yes checking if we can access kernel memory... yes checking use of pass-through arguments... no checking use of fake-main definition... yes test: -L/usr/pkg/share/GNUstep/lib: unexpected operator checking ffi.h usability... yes checking ffi.h presence... yes checking for ffi.h... yes checking for forwarding callback in runtime... yes checking FFI library usage... libffi checking for ffi_prep_closure_loc... yes checking iconv support... checking non-lossy iconv support... yes, in libc checking for XML... yes checking libxml/SAX2.h usability... yes checking libxml/SAX2.h presence... yes checking for libxml/SAX2.h... yes checking for xsltApplyStylesheet in -lxslt... yes checking libxslt/xslt.h usability... yes checking libxslt/xslt.h presence... yes checking for libxslt/xslt.h... yes checking gnutls support... yes checking for gnutls_transport_set_errno... yes checking for gnutls_x509_privkey_import2... yes checking dns_sd.h usability... yes checking dns_sd.h presence... yes checking for dns_sd.h... yes checking for DNSServiceBrowse in -ldns_sd... yes checking avahi-client/client.h usability... no checking avahi-client/client.h presence... no checking for avahi-client/client.h... no checking for ICU... yes checking unicode/uloc.h usability... yes checking unicode/uloc.h presence... yes checking for unicode/uloc.h... yes checking unicode/ulocdata.h usability... yes checking unicode/ulocdata.h presence... yes checking for unicode/ulocdata.h... yes checking unicode/ucol.h usability... yes checking unicode/ucol.h presence... yes checking for unicode/ucol.h... yes checking unicode/ucurr.h usability... yes checking unicode/ucurr.h presence... yes checking for unicode/ucurr.h... yes checking unicode/uregex.h usability... yes checking unicode/uregex.h presence... yes checking for unicode/uregex.h... yes checking unicode/ucal.h usability... yes checking unicode/ucal.h presence... yes checking for unicode/ucal.h... yes checking unicode/unorm2.h usability... yes checking unicode/unorm2.h presence... yes checking for unicode/unorm2.h... yes checking unicode/unum.h usability... yes checking unicode/unum.h presence... yes checking for unicode/unum.h... yes checking unicode/udat.h usability... yes checking unicode/udat.h presence... yes checking for unicode/udat.h... yes checking unicode/udatpg.h usability... yes checking unicode/udatpg.h presence... yes checking for unicode/udatpg.h... yes checking unicode/ustring.h usability... yes checking unicode/ustring.h presence... yes checking for unicode/ustring.h... yes checking unicode/usearch.h usability... yes checking unicode/usearch.h presence... yes checking for unicode/usearch.h... yes checking unicode/ucnv.h usability... yes checking unicode/ucnv.h presence... yes checking for unicode/ucnv.h... yes checking dispatch.h usability... no checking dispatch.h presence... no checking for dispatch.h... no checking dispatch/dispatch.h usability... no checking dispatch/dispatch.h presence... no checking for dispatch/dispatch.h... no checking dispatch/private.h usability... no checking dispatch/private.h presence... no checking for dispatch/private.h... no checking gmp.h usability... yes checking gmp.h presence... yes checking for gmp.h... yes checking for mpf_abs in -lgmp... no checking for __gmpf_abs in -lgmp... yes checking for nl_langinfo and CODESET... yes checking whether the compiler supports -Wdeclaration-after-statement... yes checking if we should install gdomap as setuid... no checking for the version of gnustep-base we are compiling... 1.27.0 configure: creating ./config.status config.status: creating config.mak config.status: creating base.make config.status: creating Headers/GNUstepBase/GSConfig.h config.status: creating Headers/GNUstepBase/config.h