+ case "${usergroup_phase}" in + local run_cmd + run_cmd=run_su + shift + run_su /usr/pkg/bin/bmake configure BATCH=1 DEPENDS_TARGET=/nonexistent PYTHON_VERSION_REQD=310 WRKLOG=/tmp/bulklog/curl-8.1.1/work.log + su pbulk -c '"$@"' make /usr/pkg/bin/bmake configure BATCH=1 DEPENDS_TARGET=/nonexistent PYTHON_VERSION_REQD=310 WRKLOG=/tmp/bulklog/curl-8.1.1/work.log => Bootstrap dependency digest>=20211023: found digest-20220214 => Checksum BLAKE2s OK for curl-8.1.1.tar.xz => Checksum SHA512 OK for curl-8.1.1.tar.xz ===> Installing dependencies for curl-8.1.1 ========================================================================== The supported build options for curl are: gssapi http2 idn inet6 ldap libssh2 rtmp The currently selected options are: http2 idn inet6 ldap libssh2 You can select which build options to use by setting PKG_DEFAULT_OPTIONS or the following variable. Its current value is shown: PKG_OPTIONS.curl (not defined) ========================================================================== ========================================================================== The following variables will affect the build process of this package, curl-8.1.1. Their current value is shown below: * IPV6_READY = YES * PYTHON_VERSION_DEFAULT = 310 * SSLBASE (defined) * SSLCERTBUNDLE (not defined) * SSLCERTS = /usr/pkg/etc/openssl/certs * SSLDIR = /usr/pkg/etc/openssl * SSLKEYS = /usr/pkg/etc/openssl/private Based on these variables, the following variables have been set: * PYPACKAGE = python310 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 libtool-base>=2.4.2nb9: found libtool-base-2.4.7nb1 => Tool dependency mktools-[0-9]*: found mktools-20220614 => Tool dependency nbpatch-[0-9]*: found nbpatch-20151107 => Tool dependency perl>=5.0: found perl-5.36.1 => Tool dependency pkgconf-[0-9]*: found pkgconf-1.9.4nb1 => Tool dependency cwrappers>=20150314: found cwrappers-20220403 => Tool dependency checkperms>=1.1: found checkperms-1.12 => Full dependency libssh2>=1.9.0nb1: found libssh2-1.10.0 => Full dependency zlib>=1.2.3: found zlib-1.2.13 => Full dependency openssl>=1.1.1pnb1: found openssl-1.1.1tnb1 => Full dependency openldap-client>=2.4.48nb1: found openldap-client-2.6.4 => Full dependency libidn2>=2.3.3nb1: found libidn2-2.3.4 => Full dependency nghttp2>=1.52.0nb1: found nghttp2-1.53.0 ===> Overriding tools for curl-8.1.1 ===> Extracting for curl-8.1.1 ===> Patching for curl-8.1.1 => Applying pkgsrc patches for curl-8.1.1 => Verifying /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/www/curl/patches/patch-configure => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/www/curl/patches/patch-configure Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-configure,v 1.16 2022/04/27 07:51:20 wiz Exp $ | |- Builtin krb5-config in platforms such as solaris do not support | the gssapi option, and need an explicit -lgss |- On Darwin, do not append custom CFLAGS. |- Do not strip debug flags. |- Support Minix. | |--- configure.orig 2022-04-25 07:31:45.000000000 +0000 |+++ configure -------------------------- Patching file configure using Plan A... Hunk #1 succeeded at 4271 (offset 25 lines). Hunk #2 succeeded at 9155 (offset 506 lines). Hunk #3 succeeded at 9262 (offset 25 lines). Hunk #4 succeeded at 13994 (offset 477 lines). Hunk #5 succeeded at 14239 (offset 25 lines). Hunk #6 succeeded at 15808 (offset 477 lines). Hunk #7 succeeded at 18006 (offset 206 lines). Hunk #8 succeeded at 18572 (offset 479 lines). Hunk #9 succeeded at 21228 (offset 376 lines). Hunk #10 succeeded at 25700 (offset 449 lines). done => Verifying /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/www/curl/patches/patch-curl-config.in => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/www/curl/patches/patch-curl-config.in Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-curl-config.in,v 1.10 2020/08/19 09:03:11 leot Exp $ | |- make "curl-config --libs" return proper ldflags for shared libraries | |--- curl-config.in.orig 2020-08-16 22:28:40.000000000 +0000 |+++ curl-config.in -------------------------- Patching file curl-config.in using Plan A... Hunk #1 succeeded at 163 (offset 2 lines). done ===> Creating toolchain wrappers for curl-8.1.1 ===> Configuring for curl-8.1.1 => Adjust hard-coded python invocations => 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 => Replacing python interpreter in tests/*.py. => Replacing Perl interpreter in tests/*.pl tests/*/*.pl. => Adding run-time search paths to pkg-config files. => Checking for portability problems in extracted files checking whether to enable maintainer-specific portions of Makefiles... no checking whether make supports nested variables... yes checking whether to enable debug build options... no checking whether to enable compiler optimizer... (assumed) yes checking whether to enable strict compiler warnings... no checking whether to enable compiler warnings as errors... no checking whether to enable curl debug memory tracking... no checking whether to enable hiding of library internal symbols... yes checking whether to enable c-ares for DNS lookups... no checking whether to disable dependency on -lrt... (assumed no) checking whether to enable ECH support... no checking for path separator... : checking for x86_64-redhat-linux-ar... no checking for ar... /bin/ar checking for a BSD-compatible install... /bin/install -c -o pbulk -g pbulk checking for x86_64-redhat-linux-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 the compiler supports GNU C... yes checking whether cc accepts -g... yes checking for cc option to enable C11 features... -std=gnu11 checking whether cc -std=gnu11 understands -c and -o together... yes checking how to run the C preprocessor... cc -std=gnu11 -E checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for stdatomic.h... no checking for a sed that does not truncate output... /bin/sed checking for code coverage support... no checking whether build environment is sane... yes checking for a race-free mkdir -p... /home/pbulk/build/www/curl/work/.tools/bin/mkdir -p checking for gawk... /bin/gawk checking whether make sets $(MAKE)... yes checking whether make supports the include directive... yes (GNU style) checking dependency style of cc -std=gnu11... gcc3 checking curl version... 8.1.1 checking for httpd... no checking for apache2... no checking for apachectl... no checking for apxs... no configure: httpd/apache2 not in PATH, http tests disabled configure: apxs not in PATH, http tests disabled checking for nghttpx... no checking for caddy... no checking build system type... x86_64-redhat-linux-gnu checking host system type... x86_64-redhat-linux-gnu checking for grep that handles long lines and -e... (cached) /bin/grep checking for egrep... (cached) /bin/egrep checking if OS is AIX (to define _ALL_SOURCE)... no checking if _THREAD_SAFE is already defined... no checking if _THREAD_SAFE is actually needed... no checking if _THREAD_SAFE is onwards defined... no checking if _REENTRANT is already defined... no checking if _REENTRANT is actually needed... no checking if _REENTRANT is onwards defined... no checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking how to print strings... printf checking for a sed that does not truncate output... (cached) /bin/sed checking for fgrep... /bin/grep -F checking for ld used by cc -std=gnu11... /home/pbulk/build/www/curl/work/.cwrapper/bin/ld checking if the linker (/home/pbulk/build/www/curl/work/.cwrapper/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /bin/nm -B checking the name lister (/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... (cached) 2097152 checking how to convert x86_64-redhat-linux-gnu file names to x86_64-redhat-linux-gnu format... func_convert_file_noop checking how to convert x86_64-redhat-linux-gnu file names to toolchain format... func_convert_file_noop checking for /home/pbulk/build/www/curl/work/.cwrapper/bin/ld option to reload object files... -r checking for x86_64-redhat-linux-file... no checking for file... file checking for x86_64-redhat-linux-objdump... no checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for x86_64-redhat-linux-dlltool... no checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for x86_64-redhat-linux-ar... /bin/ar checking for archiver @FILE support... @ checking for x86_64-redhat-linux-strip... no checking for strip... strip checking for x86_64-redhat-linux-ranlib... no checking for ranlib... ranlib checking command to parse /bin/nm -B output from cc -std=gnu11 object... ok checking for sysroot... no checking for a working dd... /bin/dd checking how to truncate binary pipes... /bin/dd bs=4096 count=1 checking for x86_64-redhat-linux-mt... no checking for mt... no checking if : is a manifest tool... no checking for dlfcn.h... yes checking for objdir... .libs checking if cc -std=gnu11 supports -fno-rtti -fno-exceptions... no checking for cc -std=gnu11 option to produce PIC... -fPIC -DPIC checking if cc -std=gnu11 PIC flag -fPIC -DPIC works... yes checking if cc -std=gnu11 static flag -static works... no checking if cc -std=gnu11 supports -c -o file.o... /bin/rm: cannot remove 'conftest*': No such file or directory yes checking if cc -std=gnu11 supports -c -o file.o... (cached) yes checking whether the cc -std=gnu11 linker (/home/pbulk/build/www/curl/work/.cwrapper/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... /bin/rm: cannot remove 'conftest*': No such file or directory no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking whether to build shared libraries with -version-info... yes checking whether to build shared libraries with -no-undefined... no checking whether to build shared libraries with -mimpure-text... no checking whether to build shared libraries with PIC... yes checking whether to build static libraries with PIC... yes checking whether to build shared libraries only... no checking whether to build static libraries only... no checking for x86_64-redhat-linux-windres... no checking for windres... no checking for inline... inline checking if cpp -P is needed... no checking if compiler is DEC/Compaq/HP C... no checking if compiler is HP-UX C... no checking if compiler is IBM C... no checking if compiler is Intel C... no checking if compiler is clang... no checking if compiler is GNU C... yes checking if compiler is LCC... no checking if compiler is SGI MIPSpro C... no checking if compiler is SGI MIPS C... no checking if compiler is SunPro C... no checking if compiler is Tiny C... no checking if compiler optimizer assumed setting might be used... no checking if compiler accepts strict warning options... *** Signal 9 Stop. bmake[1]: stopped in /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/www/curl *** Error code 1 Stop. bmake: stopped in /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/www/curl