+ case "${usergroup_phase}" in + local run_cmd + run_cmd=run_su + shift + run_su /usr/pkg/bin/bmake configure BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/libtrace-4.0.10nb17/work.log + su pbulk -c '"$@"' make /usr/pkg/bin/bmake configure BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/libtrace-4.0.10nb17/work.log => Bootstrap dependency digest>=20211023: found digest-20220214 => Checksum BLAKE2s OK for libtrace-4.0.10.tar.bz2 => Checksum SHA512 OK for libtrace-4.0.10.tar.bz2 ===> Installing dependencies for libtrace-4.0.10nb17 ========================================================================== The following variables will affect the build process of this package, libtrace-4.0.10nb17. Their current value is shown below: * CURSES_DEFAULT = ncurses * 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: * CURSES_TYPE = ncurses 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 flex>=2.5.4a: found flex-2.6.4 => Tool dependency nbpatch-[0-9]*: found nbpatch-20151107 => Tool dependency bison>=1.0: found bison-3.8.2nb1 => Tool dependency cwrappers>=20150314: found cwrappers-20220403 => Tool dependency checkperms>=1.1: found checkperms-1.12 => Build dependency flex>=2.5.4a: found flex-2.6.4 => Full dependency libpcap>=1.3.0nb1: found libpcap-1.10.5 => Full dependency libyaml>=0.1.4: found libyaml-0.2.5 => Full dependency ncurses>=6.5: found ncurses-6.5 => Full dependency openssl>=3: found openssl-3.3.2 => Full dependency wandio>=4.2.2nb17: found wandio-4.2.2nb17 => Full dependency bzip2>=1.0.1: found bzip2-1.0.8 => Full dependency curl>=7.12.3: found curl-8.11.0nb2 => Full dependency cyrus-sasl>=2.1.12: found cyrus-sasl-2.1.28nb1 => Full dependency libidn2>=2.0.0: found libidn2-2.3.7 => Full dependency libssh2>=0.18: found libssh2-1.11.1 => Full dependency libunistring>=0.9.3: found libunistring-1.2 => Full dependency libxml2>=2.6.2: found libxml2-2.12.9nb3 => Full dependency lz4>=1.7.3<100: found lz4-1.10.0 => Full dependency lzo>=2.01: found lzo-2.10 => Full dependency nghttp2>=1.0.0: found nghttp2-1.64.0nb3 => Full dependency openldap-client>=2.4.6: found openldap-client-2.6.9 => Full dependency xz>=5.0.0: found xz-5.6.3 => Full dependency zlib>=1.1.4: found zlib-1.3.1 => Full dependency zstd>=1.3.6: found zstd-1.5.6 ===> Overriding tools for libtrace-4.0.10nb17 ===> Extracting for libtrace-4.0.10nb17 ===> Patching for libtrace-4.0.10nb17 => Applying pkgsrc patches for libtrace-4.0.10nb17 => Verifying /data/jenkins/workspace/pkgsrc-el9-trunk-x86_64/net/libtrace/patches/patch-lib_format__ndag.c => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el9-trunk-x86_64/net/libtrace/patches/patch-lib_format__ndag.c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-lib_format__ndag.c,v 1.1 2019/11/20 21:00:47 adam Exp $ | |Fix building on systems without multicast join group. | |--- lib/format_ndag.c.orig 2019-11-20 15:53:12.972523619 +0000 |+++ lib/format_ndag.c -------------------------- Patching file lib/format_ndag.c using Plan A... Hunk #1 succeeded at 181. Hunk #2 succeeded at 289. done ===> Creating toolchain wrappers for libtrace-4.0.10nb17 ===> Configuring for libtrace-4.0.10nb17 => 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 a BSD-compatible install... /bin/install -c -o pbulk -g pbulk checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /home/pbulk/build/net/libtrace/work/.tools/bin/mkdir -p checking for gawk... /bin/gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes 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 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 for style of include used by make... GNU checking dependency style of cc... gcc3 checking whether we are using the GNU C++ compiler... yes checking whether c++ accepts -g... yes checking dependency style of c++... gcc3 checking whether the C++ compiler works... yes checking for bison... /usr/pkg/bin/bison -y checking for flex... flex checking lex output file root... lex.yy checking lex library... -lfl checking whether yytext is a pointer... yes checking how to run the C preprocessor... cc -E checking for grep that handles long lines and -e... (cached) /bin/grep checking for egrep... (cached) /bin/grep -E 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 stdlib.h... (cached) yes checking for GNU libc compatible malloc... yes checking for stdlib.h... (cached) yes checking for GNU libc compatible realloc... yes checking for an ANSI C-conforming const... yes checking for inline... inline checking whether byte ordering is bigendian... no checking for size_t... yes checking whether time.h and sys/time.h may both be included... yes checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking for simple visibility declarations... yes checking if -Werror flag is supported by compiler... yes checking if compiler supports __attribute__((packed))... yes checking if compiler supports __attribute__((deprecated))... yes checking if compiler supports __attribute__((unused))... yes checking if compiler supports __attribute__((pure))... no checking if compiler supports __attribute__((format(printf)))... yes checking if compiler supports TLS __thread... yes checking build system type... x86_64-redhat-linux-gnu checking host system type... x86_64-redhat-linux-gnu checking how to print strings... printf checking for a sed that does not truncate output... /bin/sed checking for fgrep... /bin/grep -F checking for ld used by cc... /home/pbulk/build/net/libtrace/work/.cwrapper/bin/ld checking if the linker (/home/pbulk/build/net/libtrace/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 whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes 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/net/libtrace/work/.cwrapper/bin/ld option to reload object files... -r 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... no checking for ar... 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 object... ok checking for sysroot... no 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 supports -fno-rtti -fno-exceptions... no checking for cc option to produce PIC... -fPIC -DPIC checking if cc PIC flag -fPIC -DPIC works... yes checking if cc static flag -static works... no checking if cc supports -c -o file.o... /bin/rm: cannot remove 'conftest*': No such file or directory yes checking if cc supports -c -o file.o... (cached) yes checking whether the cc linker (/home/pbulk/build/net/libtrace/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 how to run the C++ preprocessor... c++ -E checking for ld used by c++... /home/pbulk/build/net/libtrace/work/.cwrapper/bin/ld -m elf_x86_64 checking if the linker (/home/pbulk/build/net/libtrace/work/.cwrapper/bin/ld -m elf_x86_64) is GNU ld... yes checking whether the c++ linker (/home/pbulk/build/net/libtrace/work/.cwrapper/bin/ld -m elf_x86_64) supports shared libraries... yes checking for c++ option to produce PIC... -fPIC -DPIC checking if c++ PIC flag -fPIC -DPIC works... yes checking if c++ static flag -static works... no checking if c++ supports -c -o file.o... /bin/rm: cannot remove 'conftest*': No such file or directory yes checking if c++ supports -c -o file.o... (cached) yes checking whether the c++ linker (/home/pbulk/build/net/libtrace/work/.cwrapper/bin/ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether cc needs -traditional... no checking whether strdup is declared... yes checking whether strlcpy is declared... no checking whether strcasecmp is declared... yes checking whether strncasecmp is declared... yes checking whether snprintf is declared... yes checking whether vsnprintf is declared... yes checking whether strndup is declared... yes checking whether socket is declared... yes checking whether recvmmsg is declared... yes checking size of long int... 8 checking for ANSI C header files... (cached) yes checking pcap.h usability... yes checking pcap.h presence... yes checking for pcap.h... yes checking pcap-bpf.h usability... yes checking pcap-bpf.h presence... yes checking for pcap-bpf.h... yes checking net/bpf.h usability... no checking net/bpf.h presence... no checking for net/bpf.h... no checking sys/limits.h usability... no checking sys/limits.h presence... no checking for sys/limits.h... no checking stddef.h usability... yes checking stddef.h presence... yes checking for stddef.h... yes checking for inttypes.h... (cached) yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking net/ethernet.h usability... yes checking net/ethernet.h presence... yes checking for net/ethernet.h... yes checking sys/prctl.h usability... yes checking sys/prctl.h presence... yes checking for sys/prctl.h... yes checking ncurses.h usability... yes checking ncurses.h presence... yes checking for ncurses.h... yes checking netinet/in.h usability... yes checking netinet/in.h presence... yes checking for netinet/in.h... yes checking netpacket/packet.h usability... yes checking netpacket/packet.h presence... yes checking for netpacket/packet.h... yes checking for net/if.h... yes checking for netinet/ether.h... yes checking for netinet/if_ether.h... yes checking for net/if_arp.h... yes checking for pcap-bpf.h... (cached) yes checking for net/bpf.h... (cached) no checking gdc.h usability... no checking gdc.h presence... no checking for gdc.h... no checking for wandio_wflush in -lwandio... yes checking for EVP_EncryptInit_ex in -lcrypto... yes checking openssl/evp.h usability... yes checking openssl/evp.h presence... yes checking for openssl/evp.h... yes checking for yaml_parser_initialize in -lyaml... yes checking for asn1_array2tree in -ltasn1... no checking for pcap_next_ex in -lpcap... yes checking for pcap_create in -lpcap... yes checking for pcap_set_immediate_mode in -lpcap... yes checking whether BIOCSETIF is declared... no checking for pcap_inject... yes checking for pcap_sendpacket... yes checking for pcap_setnonblock... yes checking for dag_open in -ldag... no checking whether we have DAG 2.4 API instead... false checking whether PACKET_FANOUT is declared... yes checking for numa_node_to_cpus in -lnuma... no checking for init_wandder_decoder in -lwandder... no checking for pthread_create in -lpthread... yes checking for pthread_setname_np in -lpthread... yes checking for library containing getservent... none required checking for library containing inet_ntop... none required checking for library containing dlopen... none required checking for clock_gettime in -lrt... yes checking for library containing mvprintw... -lncurses checking for doxygen... false configure: creating ./config.status config.status: creating Makefile config.status: creating lib/Makefile config.status: creating docs/Makefile config.status: creating libpacketdump/Makefile config.status: creating tools/Makefile config.status: creating tools/traceanon/Makefile config.status: creating tools/tracepktdump/Makefile config.status: creating tools/tracemerge/Makefile config.status: creating tools/tracereport/Makefile config.status: creating tools/tracertstats/Makefile config.status: creating tools/tracesplit/Makefile config.status: creating tools/tracestats/Makefile config.status: creating tools/tracetop/Makefile config.status: creating tools/tracereplay/Makefile config.status: creating tools/tracediff/Makefile config.status: creating tools/traceends/Makefile config.status: creating examples/Makefile config.status: creating examples/skeleton/Makefile config.status: creating examples/rate/Makefile config.status: creating examples/stats/Makefile config.status: creating examples/tutorial/Makefile config.status: creating examples/parallel/Makefile config.status: creating docs/libtrace.doxygen config.status: creating lib/libtrace.h config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands /bin/rm: cannot remove 'libtoolT': No such file or directory configure: Libtrace version 4.0.10 configure: Compiled with PCAP support: >= 1.0 configure: Compiled with DAG live capture support: No configure: Compiled with LLVM BPF JIT support: No configure: Compiled with live ETSI LI support (requires libwandder): No configure: Building man pages/documentation: No configure: Building tracetop (requires libncurses): Yes configure: Building traceanon (requires libyaml): Yes configure: Building traceanon with CryptoPan (requires libcrypto and openssl/evp.h): Yes => Modifying libtool scripts to use pkgsrc libtool => Modifying libtool scripts to use pkgsrc depcomp