+ 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/libxml2-2.9.14nb1/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake configure BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/libxml2-2.9.14nb1/work.log => Bootstrap dependency digest>=20211023: found digest-20220214 => Checksum BLAKE2s OK for libxml2-2.9.14.tar.xz => Checksum SHA512 OK for libxml2-2.9.14.tar.xz ===> Installing dependencies for libxml2-2.9.14nb1 ========================================================================== The supported build options for libxml2 are: icu inet6 The currently selected options are: inet6 You can select which build options to use by setting PKG_DEFAULT_OPTIONS or the following variable. Its current value is shown: PKG_OPTIONS.libxml2 (not defined) ========================================================================== => Tool dependency xmlcatmgr-[0-9]*: found xmlcatmgr-2.2nb1 => Tool dependency libtool-base>=2.4.2nb9: found libtool-base-2.4.7nb1 => Tool dependency mktools-[0-9]*: found mktools-20220614 => Tool dependency gmake>=3.81: found gmake-4.4 => Tool dependency cwrappers>=20150314: found cwrappers-20220403 => Tool dependency checkperms>=1.1: found checkperms-1.12 => Full dependency xz>=5.0.0: found xz-5.2.8 => Full dependency libiconv>=1.9.1nb4: found libiconv-1.14nb3 => Full dependency zlib>=1.2.3: found zlib-1.2.13 => Full dependency xmlcatmgr>=2.0beta1: found xmlcatmgr-2.2nb1 ===> Overriding tools for libxml2-2.9.14nb1 ===> Extracting for libxml2-2.9.14nb1 ===> Patching for libxml2-2.9.14nb1 => Applying pkgsrc patches for libxml2-2.9.14nb1 => Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/textproc/libxml2/../../textproc/libxml2/patches/patch-Makefile.in => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/textproc/libxml2/../../textproc/libxml2/patches/patch-Makefile.in Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-Makefile.in,v 1.2 2022/03/12 07:33:22 kim Exp $ | |Move EXAMPLES_DIR to fit pkgsrc. | |--- Makefile.in.orig 2022-02-20 12:11:09.000000000 +0000 |+++ Makefile.in 2022-03-12 06:35:56.019772087 +0000 -------------------------- Patching file Makefile.in using Plan A... Hunk #1 succeeded at 878 (offset 1 line). done => Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/textproc/libxml2/../../textproc/libxml2/patches/patch-catalog.c => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/textproc/libxml2/../../textproc/libxml2/patches/patch-catalog.c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-catalog.c,v 1.1 2019/01/09 19:09:03 adam Exp $ | |Parametrize XML and SGML catalog directories. | |--- catalog.c.orig 2014-10-03 11:28:05.000000000 +0000 |+++ catalog.c -------------------------- Patching file catalog.c using Plan A... Hunk #1 succeeded at 70. done => Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/textproc/libxml2/../../textproc/libxml2/patches/patch-configure => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/textproc/libxml2/../../textproc/libxml2/patches/patch-configure Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-configure,v 1.4 2022/03/12 07:33:22 kim Exp $ | |Various configure fixes: | * Don't leak non-existent include directories to xml2-config. | Important for CMake on Darwin. | * Add run-path to XML_LIBDIR | * Fix handling of pthreads | * Add portability to OpenBSD, MirBSD, FreeBSD, NetBSD and DragonFly | * Fix test for SAX | Submitted as https://bugzilla.gnome.org/show_bug.cgi?id=766859 | |--- configure.orig 2022-02-20 12:11:10.000000000 +0000 |+++ configure 2022-03-12 06:29:48.961424860 +0000 -------------------------- Patching file configure using Plan A... Hunk #1 succeeded at 14901 (offset 3 lines). Hunk #2 succeeded at 15374 (offset 3 lines). Hunk #3 succeeded at 15412 (offset 3 lines). Hunk #4 succeeded at 15431 (offset 3 lines). Hunk #5 succeeded at 15453 (offset 3 lines). Hunk #6 succeeded at 15727 (offset 3 lines). Hunk #7 succeeded at 15912 (offset 3 lines). done => Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/textproc/libxml2/../../textproc/libxml2/patches/patch-doc_examples_Makefile.in => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/textproc/libxml2/../../textproc/libxml2/patches/patch-doc_examples_Makefile.in Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-doc_examples_Makefile.in,v 1.2 2022/03/12 07:33:22 kim Exp $ | |Don't install html files. | |--- doc/examples/Makefile.in.orig 2022-02-20 12:11:09.000000000 +0000 |+++ doc/examples/Makefile.in 2022-03-12 06:46:08.723880132 +0000 -------------------------- Patching file doc/examples/Makefile.in using Plan A... Hunk #1 succeeded at 975 (offset 1 line). done => Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/textproc/libxml2/../../textproc/libxml2/patches/patch-encoding.c => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/textproc/libxml2/../../textproc/libxml2/patches/patch-encoding.c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-encoding.c,v 1.3 2020/11/05 17:45:55 adam Exp $ | |Fix building with ICU 68.1. |Avoid potential undefined behaviour by casting arg to toupper() |to an appropriate value range. |https://bugzilla.gnome.org/show_bug.cgi?id=766838 | |Also, on NetBSD, add CP1141 encoding alias. | |--- encoding.c.orig 2019-10-22 18:46:01.000000000 +0000 |+++ encoding.c -------------------------- Patching file encoding.c using Plan A... Hunk #1 succeeded at 48. Hunk #2 succeeded at 1043 (offset 11 lines). Hunk #3 succeeded at 1078 (offset 11 lines). Hunk #4 succeeded at 1180 (offset 11 lines). Hunk #5 succeeded at 1356 (offset 11 lines). Hunk #6 succeeded at 1458 (offset 11 lines). Hunk #7 succeeded at 1686 (offset 9 lines). done => Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/textproc/libxml2/../../textproc/libxml2/patches/patch-python_libxml.c => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/textproc/libxml2/../../textproc/libxml2/patches/patch-python_libxml.c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-python_libxml.c,v 1.4 2021/06/12 17:02:51 gutteridge Exp $ | |Avoid returning invalid UTF-8 strings to Python. |Based on https://bugzilla.opensuse.org/attachment.cgi?id=746044&action=edit |Fixes https://github.com/itstool/itstool/issues/22 | |--- python/libxml.c.orig 2016-06-07 10:04:14.000000000 +0000 |+++ python/libxml.c -------------------------- Patching file python/libxml.c using Plan A... Hunk #1 succeeded at 1621 (offset 1 line). Hunk #2 succeeded at 1638 (offset 1 line). done => Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/textproc/libxml2/../../textproc/libxml2/patches/patch-python_libxml.py => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/textproc/libxml2/../../textproc/libxml2/patches/patch-python_libxml.py Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-python_libxml.py,v 1.1 2017/10/31 13:15:44 fhajny Exp $ | |--- python/libxml.py.orig 2004-09-28 05:59:58.000000000 -0500 |+++ python/libxml.py -------------------------- Patching file python/libxml.py using Plan A... Hunk #1 succeeded at 339 (offset 58 lines). done => Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/textproc/libxml2/../../textproc/libxml2/patches/patch-python_libxml2.py => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/textproc/libxml2/../../textproc/libxml2/patches/patch-python_libxml2.py Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-python_libxml2.py,v 1.1 2017/11/08 22:51:54 prlw1 Exp $ | |name[0:8] will fail if name is None. |https://bugzilla.gnome.org/show_bug.cgi?id=790071 | |--- python/libxml2.py.orig 2017-10-30 07:39:09.000000000 +0000 |+++ python/libxml2.py -------------------------- Patching file python/libxml2.py using Plan A... Hunk #1 succeeded at 573. done => Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/textproc/libxml2/../../textproc/libxml2/patches/patch-python_setup.py => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/textproc/libxml2/../../textproc/libxml2/patches/patch-python_setup.py Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-python_setup.py,v 1.2 2022/03/12 07:33:22 kim Exp $ | |Trust pkgsrc to know which iconv to use. |It will be either in the buildlink directory, or in the compiler's |default search path. | |--- python/setup.py.orig 2022-02-20 12:11:17.000000000 +0000 |+++ python/setup.py 2022-03-12 06:40:36.426429987 +0000 -------------------------- Patching file python/setup.py using Plan A... Hunk #1 succeeded at 66. done => Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/textproc/libxml2/../../textproc/libxml2/patches/patch-xmlcatalog.c => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/textproc/libxml2/../../textproc/libxml2/patches/patch-xmlcatalog.c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-xmlcatalog.c,v 1.1 2019/01/09 19:09:03 adam Exp $ | |Parametrize SGML catalog directory. | |--- xmlcatalog.c.orig 2014-10-03 11:28:06.000000000 +0000 |+++ xmlcatalog.c -------------------------- Patching file xmlcatalog.c using Plan A... Hunk #1 succeeded at 43. done ===> Creating toolchain wrappers for libxml2-2.9.14nb1 ===> Configuring for libxml2-2.9.14nb1 => Substituting "cat" in catalog.c xmlcatalog.c => 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 => Adding run-time search paths to pkg-config files. => Checking for portability problems in extracted files configure: WARNING: unrecognized options: --with-libiconv-prefix checking whether to enable maintainer-specific portions of Makefiles... yes checking build system type... x86_64-sun-solaris2.11 checking host system type... x86_64-sun-solaris2.11 checking for a BSD-compatible install... /opt/pkg/bin/bsdinstall -c -o pbulk -g pbulk checking whether build environment is sane... yes checking for a thread-safe mkdir -p... ./install-sh -c -d checking for gawk... /usr/bin/nawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether make supports nested variables... (cached) yes checking for x86_64-sun-solaris2.11-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 whether gcc understands -c and -o together... yes checking whether make supports the include directive... yes (GNU style) checking dependency style of gcc... gcc3 checking whether ln -s works... yes checking how to run the C preprocessor... gcc -E checking for mv... /usr/bin/mv checking for tar... /usr/bin/gtar checking for perl... /home/pbulk/build/textproc/libxml2/work/.tools/bin/perl checking for wget... /usr/bin/wget checking for xmllint... /usr/bin/xmllint checking for xsltproc... /usr/bin/xsltproc checking pkg-config is at least version 0.9.0... no checking how to print strings... printf checking for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... (cached) /usr/xpg4/bin/grep checking for egrep... (cached) /usr/xpg4/bin/grep -E checking for fgrep... /usr/xpg4/bin/grep -F checking for ld used by gcc... /bin/ld checking if the linker (/bin/ld) is GNU ld... no checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -p checking the name lister (/usr/bin/nm -p) interface... BSD nm checking the maximum length of command line arguments... 786240 checking how to convert x86_64-sun-solaris2.11 file names to x86_64-sun-solaris2.11 format... func_convert_file_noop checking how to convert x86_64-sun-solaris2.11 file names to toolchain format... func_convert_file_noop checking for /bin/ld option to reload object files... -r checking for x86_64-sun-solaris2.11-objdump... no checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for x86_64-sun-solaris2.11-dlltool... no checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for x86_64-sun-solaris2.11-ar... no checking for ar... ar checking for archiver @FILE support... no checking for x86_64-sun-solaris2.11-strip... no checking for strip... strip checking for x86_64-sun-solaris2.11-ranlib... no checking for ranlib... ranlib checking command to parse /usr/bin/nm -p output from gcc object... ok checking for sysroot... no checking for a working dd... /usr/bin/dd checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1 checking for x86_64-sun-solaris2.11-mt... no checking for mt... mt checking if mt is a manifest tool... no 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 for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... no checking if gcc supports -c -o file.o... rm: conftest*: No such file or directory yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/bin/ld -64) supports shared libraries... yes checking whether -lc should be explicitly linked in... rm: conftest*: No such file or directory no checking dynamic linker characteristics... solaris2.11 ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... no checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes Checking zlib checking zlib.h usability... yes checking zlib.h presence... yes checking for zlib.h... yes checking for gzread in -lz... yes Checking lzma checking lzma.h usability... yes checking lzma.h presence... yes checking for lzma.h... yes checking for lzma_code in -llzma... yes Checking headers checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking for ANSI C header files... (cached) yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking for unistd.h... (cached) yes checking ctype.h usability... yes checking ctype.h presence... yes checking for ctype.h... yes checking errno.h usability... yes checking errno.h presence... yes checking for errno.h... yes checking malloc.h usability... yes checking malloc.h presence... yes checking for malloc.h... yes checking stdarg.h usability... yes checking stdarg.h presence... yes checking for stdarg.h... yes checking for sys/stat.h... (cached) yes checking for sys/types.h... (cached) yes checking for stdint.h... (cached) yes checking for inttypes.h... (cached) yes checking time.h usability... yes checking time.h presence... yes checking for time.h... yes checking math.h usability... yes checking math.h presence... yes checking for math.h... yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking float.h usability... yes checking float.h presence... yes checking for float.h... yes checking for stdlib.h... (cached) yes checking for sys/socket.h... yes checking for netinet/in.h... yes checking for arpa/inet.h... yes checking netdb.h usability... yes checking netdb.h presence... yes checking for netdb.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking sys/select.h usability... yes checking sys/select.h presence... yes checking for sys/select.h... yes checking poll.h usability... yes checking poll.h presence... yes checking for poll.h... yes checking sys/mman.h usability... yes checking sys/mman.h presence... yes checking for sys/mman.h... yes checking sys/timeb.h usability... yes checking sys/timeb.h presence... yes checking for sys/timeb.h... yes checking signal.h usability... yes checking signal.h presence... yes checking for signal.h... yes checking for arpa/nameser.h... yes checking for resolv.h... yes checking dl.h usability... no checking dl.h presence... no checking for dl.h... no checking for dlfcn.h... (cached) yes Checking types checking for uint32_t... yes Checking libraries checking for strftime... yes checking for strftime... (cached) yes checking for localtime... yes checking for gettimeofday... yes checking for ftime... yes checking for stat... yes checking for signal... yes checking for rand... yes checking for rand_r... yes checking for srand... yes checking for time... yes checking for isascii... yes checking for mmap... yes checking for munmap... yes checking for putenv... yes checking for va_copy... yes checking whether va_list is an array type... yes checking for library containing gethostent... -lnsl checking for library containing setsockopt... -lsocket checking for library containing connect... none required checking for type of socket length (socklen_t)... socklen_t * checking for const gethostbyname() argument... yes checking for const send() second argument... yes checking whether __attribute__((destructor)) is accepted... yes checking whether to enable IPv6... yes checking struct sockaddr::ss_family... yes checking for getaddrinfo... yes checking for shl_load... no checking for shl_load in -ldld... no checking for dlopen... yes Checking configuration requirements Enabling multithreaded support checking pthread.h usability... yes checking pthread.h presence... yes checking for pthread.h... yes checking for pthread_join in -pthread -lpthread -lrt... yes Enabled Schematron support checking iconv.h usability... yes checking iconv.h presence... yes checking for iconv.h... yes checking for iconv... yes checking for iconv declaration... extern size_t iconv (iconv_t cd, const char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); Disabling ICU support Enabled Schemas/Relax-NG support checking for printf... yes checking for sprintf... yes checking for fprintf... yes checking for snprintf... yes checking for vfprintf... yes checking for vsprintf... yes checking for vsnprintf... yes checking for sscanf... yes Disabling code coverage for GCC checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating libxml2.spec config.status: creating Makefile config.status: creating include/Makefile config.status: creating include/libxml/Makefile config.status: creating doc/Makefile config.status: creating doc/examples/Makefile config.status: creating doc/devhelp/Makefile config.status: creating example/Makefile config.status: creating fuzz/Makefile config.status: creating python/Makefile config.status: creating python/tests/Makefile config.status: creating xstc/Makefile config.status: creating include/libxml/xmlversion.h config.status: creating libxml-2.0.pc config.status: creating libxml-2.0-uninstalled.pc config.status: creating libxml2-config.cmake config.status: creating python/setup.py config.status: creating xml2-config config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands rm: libtoolT: No such file or directory configure: WARNING: unrecognized options: --with-libiconv-prefix Done configuring => Modifying libtool scripts to use pkgsrc libtool => Modifying libtool scripts to use pkgsrc depcomp