midchildan opened a new issue, #11861: URL: https://github.com/apache/trafficserver/issues/11861
The 9.2.6 release fails to build on aarch64-darwin. It looks similar to https://github.com/apache/trafficserver/issues/8554. Regenerating the configure script fixed the problem. ``` Undefined symbols for architecture arm64: "thread-local wrapper routine for pluginThreadContext", referenced from: _TSRemapInit in plugin_v2_la-plugin_misc_cb.o _TSRemapNewInstance in plugin_v2_la-plugin_misc_cb.o ``` This was found when updating the Nix package for Traffic Server. https://github.com/NixOS/nixpkgs/pull/355733 <details> <summary>Full logs</summary> ``` Running phase: unpackPhase @nix { "action": "setPhase", "phase": "unpackPhase" } unpacking source archive /nix/store/0cn9vmrz89y6axj8q70ywmd3491w0hwg-source source root is source Running phase: patchPhase @nix { "action": "setPhase", "phase": "patchPhase" } patching script interpreter paths in iocore/aio/test_AIO.sample src/traffic_via/test_traffic_via src/traffic_logstats/tests tools/check-unused-dependencies iocore/aio/test_AIO.sample: interpreter directive changed from "#! /usr/bin/env sh" to "/nix/store/rj7zvmif800bgg3sbznq6g5g438jx104-bash-5.2p37/bin/sh" src/traffic_via/test_traffic_via: interpreter directive changed from "#! /usr/bin/env bash" to "/nix/store/rj7zvmif800bgg3sbznq6g5g438jx104-bash-5.2p37/bin/bash" src/traffic_logstats/tests/test_logstats_summary: interpreter directive changed from "#! /usr/bin/env bash" to "/nix/store/rj7zvmif800bgg3sbznq6g5g438jx104-bash-5.2p37/bin/bash" src/traffic_logstats/tests/test_logstats_json: interpreter directive changed from "#! /usr/bin/env bash" to "/nix/store/rj7zvmif800bgg3sbznq6g5g438jx104-bash-5.2p37/bin/bash" tools/check-unused-dependencies: interpreter directive changed from "#!/usr/bin/env python3" to "/nix/store/2djmffykchgm4q4j7ylv7xgkg441mp2j-python3-3.12.7/bin/python3" substituteStream() in derivation trafficserver-9.2.6: WARNING: '--replace' is deprecated, use --replace-{fail,warn,quiet}. (file 'configure') Running phase: updateAutotoolsGnuConfigScriptsPhase @nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" } Updating Autotools / GNU config script to a newer upstream version: ./build/_aux/config.sub Updating Autotools / GNU config script to a newer upstream version: ./build/_aux/config.guess Running phase: configurePhase @nix { "action": "setPhase", "phase": "configurePhase" } fixing libtool script ./build/_aux/ltmain.sh ./configure patching script interpreter paths in ./configure ./configure: interpreter directive changed from "#! /bin/sh" to "/nix/store/rj7zvmif800bgg3sbznq6g5g438jx104-bash-5.2p37/bin/sh" configure flags: --disable-static --disable-dependency-tracking --prefix=/nix/store/8mw1c30ypfm75kqs1g72032bkawvgwn7-trafficserver-9.2.6 --bindir=/nix/store/8mw1c30ypfm75kqs1g72032bkawvgwn7-trafficserver-9.2.6/bin --sbindir=/nix/store/8mw1c30ypfm75kqs1g72032bkawvgwn7-trafficserver-9.2.6/sbin --includedir=/nix/store/8mw1c30ypfm75kqs1g72032bkawvgwn7-trafficserver-9.2.6/include --oldincludedir=/nix/store/8mw1c30ypfm75kqs1g72032bkawvgwn7-trafficserver-9.2.6/include --mandir=/nix/store/gnv9fldj2lajjlkkx9amqryz73i7dqwc-trafficserver-9.2.6-man/share/man --infodir=/nix/store/8mw1c30ypfm75kqs1g72032bkawvgwn7-trafficserver-9.2.6/share/info --docdir=/nix/store/8mw1c30ypfm75kqs1g72032bkawvgwn7-trafficserver-9.2.6/share/doc/trafficserver --libdir=/nix/store/8mw1c30ypfm75kqs1g72032bkawvgwn7-trafficserver-9.2.6/lib --libexecdir=/nix/store/8mw1c30ypfm75kqs1g72032bkawvgwn7-trafficserver-9.2.6/libexec --localedir=/nix/store/8mw1c30ypfm75kqs1g72032bkawvgwn7-trafficserver-9.2.6/share/locale --enable- layout=NixOS --enable-experimental-plugins --disable-wccp --without-hiredis checking for a BSD-compatible install... /nix/store/4axvrmlyszz77x66am0damj6pz4jh683-coreutils-9.5/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /nix/store/4axvrmlyszz77x66am0damj6pz4jh683-coreutils-9.5/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether UID '351' is supported by ustar format... yes checking whether GID '30000' is supported by ustar format... yes checking how to create a ustar tar archive... gnutar checking whether to enable maintainer-specific portions of Makefiles... yes checking whether make supports nested variables... (cached) yes checking for chosen layout... NixOS checking build system type... aarch64-apple-darwin24.0.0 checking host system type... aarch64-apple-darwin24.0.0 checking whether to enable debugging... no checking whether to enable mime sanity check... no checking whether to enable all asserts, a cheaper debug... no checking whether to enable event tracker... no checking whether to code coverage... no checking whether to enable -Werror... no checking whether to enable asan... no checking whether to enable lsan... no checking whether to enable tsan... no checking whether to enable LTO... no checking whether to enable fast SDK APIs... no checking whether to enable CURL... yes checking for a sed that does not truncate output... /nix/store/r0sjy6i8dmm0snm63hc5i4a7nijw1pw5-gnused-4.9/bin/sed checking for curl-config... /nix/store/2ip854mhfmvidwyk91zapnr22miwk5pj-curl-8.10.1-dev/bin/curl-config checking for curl (8.10.1) >= 7.19... yes checking whether to enable diags... yes checking whether to enable fips... no checking whether to enable regression tests... yes checking whether to enable expensive unit tests... no checking for java... no Checking whether to build documentation: Will build documentation: no checking whether to enable WCCP v2 support... no checking whether to enable profiler... no checking whether to enable eventfd()... yes checking whether to use POSIX capabilities... auto checking whether to use hwloc library... yes checking whether to enable ccache... no checking whether to enable hardening of the executables... no checking whether to enable TPROXY based transparency... auto checking whether to enable experimental plugins... yes checking pkg-config is at least version 0.9.0... yes checking for LIBMAGICKCPP... no checking for LIBMAGICKCPP... no checking whether to install example plugins... no checking whether to install testing tools... no checking whether to allow 32-bit builds... no 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 clang accepts -g... yes checking for clang option to accept ISO C89... none needed checking whether clang understands -c and -o together... yes checking whether make supports the include directive... yes (GNU style) checking dependency style of clang... none checking whether we are using the GNU C++ compiler... yes checking whether clang++ accepts -g... yes checking dependency style of clang++... none checking how to run the C preprocessor... clang -E checking how to run the C++ preprocessor... clang++ -E checking dependency style of clang... none checking for C compiler vendor... clang checking whether clang++ -std=c++17 supports -std=c++17... yes checking the archiver (ar) interface... ar checking for gawk... (cached) gawk checking for a sed that does not truncate output... (cached) /nix/store/r0sjy6i8dmm0snm63hc5i4a7nijw1pw5-gnused-4.9/bin/sed checking whether ln -s works... yes checking how to print strings... printf checking for a sed that does not truncate output... (cached) /nix/store/r0sjy6i8dmm0snm63hc5i4a7nijw1pw5-gnused-4.9/bin/sed checking for grep that handles long lines and -e... /nix/store/fay4393fknlsn89l6ifzk4m3pfwbxk0a-gnugrep-3.11/bin/grep checking for egrep... /nix/store/fay4393fknlsn89l6ifzk4m3pfwbxk0a-gnugrep-3.11/bin/grep -E checking for fgrep... /nix/store/fay4393fknlsn89l6ifzk4m3pfwbxk0a-gnugrep-3.11/bin/grep -F checking for ld used by clang... ld checking if the linker (ld) is GNU ld... no checking for BSD- or MS-compatible name lister (nm)... nm checking the name lister (nm) interface... BSD nm checking the maximum length of command line arguments... 786432 checking how to convert aarch64-apple-darwin24.0.0 file names to aarch64-apple-darwin24.0.0 format... func_convert_file_noop checking how to convert aarch64-apple-darwin24.0.0 file names to toolchain format... func_convert_file_noop checking for ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... (cached) pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... ranlib checking command to parse nm output from clang object... ok checking for sysroot... no checking for a working dd... /nix/store/4axvrmlyszz77x66am0damj6pz4jh683-coreutils-9.5/bin/dd checking how to truncate binary pipes... /nix/store/4axvrmlyszz77x66am0damj6pz4jh683-coreutils-9.5/bin/dd bs=4096 count=1 checking for mt... no checking if : is a manifest tool... no checking for dsymutil... dsymutil checking for nmedit... no checking for lipo... lipo checking for otool... otool checking for otool64... no checking for -single_module linker flag... yes checking for -exported_symbols_list linker flag... yes checking for -force_load linker flag... yes 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 clang supports -fno-rtti -fno-exceptions... yes checking for clang option to produce PIC... -fno-common -DPIC checking if clang PIC flag -fno-common -DPIC works... yes checking if clang static flag -static works... no checking if clang supports -c -o file.o... yes checking if clang supports -c -o file.o... (cached) yes checking whether the clang linker (ld) supports shared libraries... yes checking dynamic linker characteristics... darwin24.0.0 dyld 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... no checking how to run the C++ preprocessor... clang++ -E checking for ld used by clang++... ld checking if the linker (ld) is GNU ld... no checking whether the clang++ linker (ld) supports shared libraries... yes checking for clang++ option to produce PIC... -fno-common -DPIC checking if clang++ PIC flag -fno-common -DPIC works... yes checking if clang++ static flag -static works... no checking if clang++ supports -c -o file.o... yes checking if clang++ supports -c -o file.o... (cached) yes checking whether the clang++ linker (ld) supports shared libraries... yes checking dynamic linker characteristics... darwin24.0.0 dyld checking how to hardcode library paths into programs... immediate checking for rm... rm -f checking for cpp... cpp checking for ar... ar checking for library containing strerror... none required checking for clang-tidy... /nix/store/r0w268903vjlq1vrnajb3lvll4hs5z8g-clang-16.0.6/bin/clang-tidy checking for bison... no checking for flex... no checking for lex... no checking for doxygen... no checking for perl... /nix/store/7isk914abas0yr2cxgpsmyz2ihn8mf2n-perl-5.40.0/bin/perl checking for perl module ExtUtils::MakeMaker... ok checking whether to auto-set compiler optimization flags... yes -O3 checking size of void*... 8 configure: Build for host OS: darwin24.0.0, arch: aarch64, optimization: darwin checking for library containing socket... none required checking for library containing gethostbyname... none required checking for library containing clock_gettime... none required checking for library containing dlsym... none required checking for library containing pthread_yield... no checking for pthread_mutexattr_settype... yes checking for res_init in -lresolv... yes checking for __putlong in -lresolv... no checking for ncursesw via pkg-config... no checking for ncursesw via fallback... checking for initscr() with -lncursesw... yes checking for nodelay() with -lncursesw... yes checking for working ncursesw/curses.h... yes checking for working ncursesw.h... no checking for working ncurses.h... yes checking for crypt in -lcrypt... yes checking for pkg-config... /nix/store/gvgay2fp27k7rr03lf3m572gcd9f7gdy-pkg-config-wrapper-0.29.2/bin/pkg-config checking whether compiling and linking against OpenSSL works... yes checking OpenSSL version... ok checking for OpenSSL version 3... yes checking for SSL_get_all_async_fds... yes checking for ASYNC_init_thread... yes checking whether to enable ASYNC job openssl support... yes checking openssl/ssl.h usability... yes checking openssl/ssl.h presence... yes checking for openssl/ssl.h... yes checking openssl/ts.h usability... yes checking openssl/ts.h presence... yes checking for openssl/ts.h... yes checking for openssl/tls1.h... yes checking for SSL_CTX_set_client_hello_cb... yes checking whether to enable TLS client hello callback support... yes checking for SSL_set0_rbio... yes checking whether to enable set rbio... yes checking for DH_get_2048_256... yes checking whether to enable DH_get_2048_256... yes checking for EVP_PKEY_CTX_hkdf_mode... yes checking for HKDF_extract... no checking whether TLS 1.3 is supported... yes checking whether APIs for QUIC are available... no checking whether OCSP is supported... yes checking for openssl/ssl.h... (cached) yes checking for SSL_CTX_set_ciphersuites... yes checking whether to enable TLSv1.3 ciphersuites configuration is supported... yes checking for SSL_CTX_set_keylog_callback... yes checking whether to enable TLS keylogging support... yes checking for openssl/ssl.h... (cached) yes checking for SSL_set_max_early_data... yes checking for OpenSSL early data support... yes checking for openssl/ssl.h... (cached) yes checking for SSL_CTX_set_tlsext_ticket_key_cb macro... yes checking for SSL_CTX_set_tlsext_ticket_key_evp_cb... yes checking for SSL_CTX_set_tlsext_ticket_key_cb... no checking for session ticket support... yes checking for openssl/ssl.h... (cached) yes checking for SSL_set1_verify_cert_store macro... yes checking for SSL_set1_verify_cert_store... no checking for setting verify cert store APIs... yes checking for BIO_meth_new... yes checking for BIO_sock_non_fatal_error... yes checking for CRYPTO_set_mem_functions... yes checking for HMAC_CTX_new... yes checking for X509_get0_signature... yes checking for ERR_get_error_all... yes checking for SHA1... yes checking for SHA256_Init... yes checking for MD5_Init... yes checking for SSL_SESSION_dup... yes checking for ASN1_STRING_get0_data... yes checking for BIO_set_data... yes checking for BIO_get_data... yes checking for BIO_get_shutdown... yes checking for BIO_meth_get_ctrl... yes checking for BIO_meth_get_create... yes checking for BIO_meth_get_destroy... yes checking for EVP_MD_CTX_new... yes checking for EVP_MD_CTX_reset... yes checking for EVP_MD_CTX_free... yes checking for OpenSSL is BoringSSL... no checking for JA3 compatible OpenSSL version... yes checking for compressBound in -lz... yes checking zlib.h usability... yes checking zlib.h presence... yes checking for zlib.h... yes checking for lzma location... not found checking for clock_gettime... yes checking for kqueue... yes checking for epoll_ctl... no checking for posix_fadvise... no checking for posix_madvise... yes checking for posix_fallocate... no checking for inotify_init... no checking for port_create... no checking for strlcpy... yes checking for strlcat... yes checking for sysconf... yes checking for sysctlbyname... yes checking for getpagesize... yes checking for getreuid... no checking for getresuid... no checking for getresgid... no checking for setreuid... yes checking for setresuid... no checking for getpeereid... yes checking for getpeerucred... no checking for strsignal... yes checking for psignal... yes checking for psiginfo... no checking for accept4... no checking sys/eventfd.h usability... no checking sys/eventfd.h presence... no checking for sys/eventfd.h... no checking for eventfd... no checking mcheck.h usability... no checking mcheck.h presence... no checking for mcheck.h... no checking for mcheck_pedantic... no checking for malloc_usable_size... no checking for pcre-config... pcre-config checking for pcre headers in /nix/store/jana175sznb8nx8bpd660x92c7jzp1ay-pcre-8.45-dev/include... ok configure: adding /nix/store/nxd1r4s2wwa4i5kn1raj65jmxp274hny-pcre-8.45/lib to RPATH checking for pcre_exec in -lpcre... yes checking pcre.h usability... yes checking pcre.h presence... yes checking for pcre.h... yes checking pcre/pcre.h usability... no checking pcre/pcre.h presence... no checking for pcre/pcre.h... no checking brotli/encode.h usability... yes checking brotli/encode.h presence... yes checking for brotli/encode.h... yes checking for BrotliEncoderCreateInstance in -lbrotlienc... yes checking for LIBBROTLIENC... yes checking for brotli/encode.h... (cached) yes checking for LUAJIT... no checking for luajit location... not found checking for --with-jansson... no checking jansson.h usability... no checking jansson.h presence... no checking for jansson.h... no checking for HMAC in -lcrypto... yes checking for --with-cjose... no checking cjose/cjose.h usability... no checking cjose/cjose.h presence... no checking for cjose/cjose.h... no checking whether to export yaml-cpp headers... no checking for hiredis includes in no... no checking execinfo.h usability... yes checking execinfo.h presence... yes checking for execinfo.h... yes checking for library containing backtrace... none required checking whether to use unwind library... yes configure: WARNING: unwind only available on Linux, try disabling it --disable-unwind configure: Using kqueue event interface checking for 128bit CAS support... yes checking for cap_set_proc in -lcap... no checking whether to enable Linux native AIO... no checking for HWLOC... yes checking for hwloc C++ linking... yes checking whether HWLOC_OBJ_PU is declared... yes checking GeoIP.h usability... no checking GeoIP.h presence... no checking for GeoIP.h... no checking maxminddb.h usability... no checking maxminddb.h presence... no checking for maxminddb.h... no checking opentelemetry/trace/provider.h usability... no checking opentelemetry/trace/provider.h presence... no checking for opentelemetry/trace/provider.h... no checking for a readline compatible library... no checking mysql/mysql.h usability... no checking mysql/mysql.h presence... no checking for mysql/mysql.h... no checking for mysql_info in -lmysqlclient... no checking kclangc.h usability... no checking kclangc.h presence... no checking for kclangc.h... no checking for sys/types.h... (cached) yes checking sys/uio.h usability... yes checking sys/uio.h presence... yes checking for sys/uio.h... yes checking sys/mman.h usability... yes checking sys/mman.h presence... yes checking for sys/mman.h... yes checking sys/epoll.h usability... no checking sys/epoll.h presence... no checking for sys/epoll.h... no checking sys/event.h usability... yes checking sys/event.h presence... yes checking for sys/event.h... yes checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking sys/pset.h usability... no checking sys/pset.h presence... no checking for sys/pset.h... no checking sched.h usability... yes checking sched.h presence... yes checking for sched.h... yes checking pthread.h usability... yes checking pthread.h presence... yes checking for pthread.h... yes checking sys/endian.h usability... no checking sys/endian.h presence... no checking for sys/endian.h... no checking machine/endian.h usability... yes checking machine/endian.h presence... yes checking for machine/endian.h... yes checking endian.h usability... no checking endian.h presence... no checking for endian.h... no checking sys/sysinfo.h usability... no checking sys/sysinfo.h presence... no checking for sys/sysinfo.h... no checking sys/systeminfo.h usability... no checking sys/systeminfo.h presence... no checking for sys/systeminfo.h... no checking netinet/in.h usability... yes checking netinet/in.h presence... yes checking for netinet/in.h... yes checking netinet/in_systm.h usability... yes checking netinet/in_systm.h presence... yes checking for netinet/in_systm.h... yes checking netinet/tcp.h usability... yes checking netinet/tcp.h presence... yes checking for netinet/tcp.h... yes checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking sys/byteorder.h usability... no checking sys/byteorder.h presence... no checking for sys/byteorder.h... no checking sys/sockio.h usability... yes checking sys/sockio.h presence... yes checking for sys/sockio.h... yes checking sys/prctl.h usability... no checking sys/prctl.h presence... no checking for sys/prctl.h... no checking arpa/nameser.h usability... yes checking arpa/nameser.h presence... yes checking for arpa/nameser.h... yes checking arpa/nameser_compat.h usability... yes checking arpa/nameser_compat.h presence... yes checking for arpa/nameser_compat.h... yes checking for execinfo.h... (cached) yes checking netdb.h usability... yes checking netdb.h presence... yes checking for netdb.h... yes checking ctype.h usability... yes checking ctype.h presence... yes checking for ctype.h... yes checking siginfo.h usability... no checking siginfo.h presence... no checking for siginfo.h... no checking malloc.h usability... no checking malloc.h presence... no checking for malloc.h... no checking float.h usability... yes checking float.h presence... yes checking for float.h... yes checking libgen.h usability... yes checking libgen.h presence... yes checking for libgen.h... yes checking values.h usability... no checking values.h presence... no checking for values.h... no checking alloca.h usability... yes checking alloca.h presence... yes checking for alloca.h... yes checking cpio.h usability... yes checking cpio.h presence... yes checking for cpio.h... yes checking stropts.h usability... no checking stropts.h presence... no checking for stropts.h... no checking for sys/param.h... (cached) yes checking sys/sysmacros.h usability... no checking sys/sysmacros.h presence... no checking for sys/sysmacros.h... no checking for stdint.h... (cached) yes checking stdbool.h usability... yes checking stdbool.h presence... yes checking for stdbool.h... yes checking sysexits.h usability... yes checking sysexits.h presence... yes checking for sysexits.h... yes checking net/ppp_defs.h usability... no checking net/ppp_defs.h presence... no checking for net/ppp_defs.h... no checking ifaddrs.h usability... yes checking ifaddrs.h presence... yes checking for ifaddrs.h... yes checking readline/readline.h usability... no checking readline/readline.h presence... no checking for readline/readline.h... no checking editline/readline.h usability... no checking editline/readline.h presence... no checking for editline/readline.h... no checking ucred.h usability... no checking ucred.h presence... no checking for ucred.h... no checking for pthread_np.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 sys/disk.h usability... yes checking sys/disk.h presence... yes checking for sys/disk.h... yes checking sys/disklabel.h usability... no checking sys/disklabel.h presence... no checking for sys/disklabel.h... no checking sys/mount.h usability... yes checking sys/mount.h presence... yes checking for sys/mount.h... yes checking linux/hdreg.h usability... no checking linux/hdreg.h presence... no checking for linux/hdreg.h... no checking linux/major.h usability... no checking linux/major.h presence... no checking for linux/major.h... no checking for sys/sysctl.h... yes checking for sys/cpuset.h... no checking for sys/mount.h... (cached) yes checking for arpa/inet.h... yes checking for netinet/ip.h... yes checking for netinet/ip_icmp.h... yes checking for 1-parameter version of pthread_setname_np()... yes checking for 2-parameter version of pthread_setname_np()... no checking for 2-parameter version of pthread_set_name_np()... no checking pthread_getname_np()... yes checking for struct sockaddr.sa_len... yes checking for struct sockaddr_in.sin_len... yes checking for struct sockaddr_in6.sin6_len... yes checking for struct tcp_info.tcpi_data_segs_out... no checking for struct stat.st_mtimespec.tv_nsec... yes checking for struct stat.st_mtim.tv_nsec... no checking whether to enable transparent proxy... no checking for SO_PEERCRED socket option... no checking for SO_MARK socket option... no checking for IP_TOS socket option... yes checking IN6_IS_ADDR_UNSPECIFIED macro works... no checking for struct tcp_info... no checking whether to include systemtap tracing support... no checking search.h usability... yes checking search.h presence... yes checking for search.h... yes checking for struct hsearch_data... no checking for hcreate_r... no checking for hsearch_r... no checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating configs/Makefile config.status: creating configs/body_factory/Makefile config.status: creating configs/body_factory/default/Makefile config.status: creating configs/records.config.default config.status: creating configs/storage.config.default config.status: creating doc/Makefile config.status: creating doc/ext/local-config.py config.status: creating doc/uml/Makefile config.status: creating example/Makefile config.status: creating example/plugins/Makefile config.status: creating example/plugins/c-api/Makefile config.status: creating example/plugins/cpp-api/Makefile config.status: creating include/Makefile config.status: creating include/ts/Makefile config.status: creating include/tscpp/api/Makefile config.status: creating include/tscpp/util/Makefile config.status: creating include/ts/apidefs.h config.status: creating include/tscore/ink_config.h config.status: creating iocore/Makefile config.status: creating iocore/aio/Makefile config.status: creating iocore/cache/Makefile config.status: creating iocore/dns/Makefile config.status: creating iocore/eventsystem/Makefile config.status: creating iocore/hostdb/Makefile config.status: creating iocore/net/Makefile config.status: creating iocore/net/quic/Makefile config.status: creating iocore/utils/Makefile config.status: creating lib/Makefile config.status: creating src/tscpp/api/Makefile config.status: creating lib/perl/Makefile config.status: creating lib/perl/lib/Apache/TS.pm config.status: creating lib/records/Makefile config.status: creating src/wccp/Makefile config.status: creating lib/fastlz/Makefile config.status: creating lib/yamlcpp/Makefile config.status: creating mgmt/Makefile config.status: creating mgmt/api/Makefile config.status: creating mgmt/api/include/Makefile config.status: creating mgmt/utils/Makefile config.status: creating plugins/Makefile config.status: creating proxy/Makefile config.status: creating proxy/hdrs/Makefile config.status: creating proxy/http/Makefile config.status: creating proxy/http/remap/Makefile config.status: creating proxy/http2/Makefile config.status: creating proxy/http3/Makefile config.status: creating proxy/logging/Makefile config.status: creating proxy/shared/Makefile config.status: creating rc/Makefile config.status: creating rc/trafficserver config.status: creating rc/trafficserver.conf config.status: creating rc/trafficserver.service config.status: creating rc/trafficserver.xml config.status: creating src/tscpp/util/Makefile config.status: creating src/tscore/Makefile config.status: creating tools/Makefile config.status: creating tools/trafficserver.pc config.status: creating tools/tsxs config.status: creating tests/Makefile config.status: creating include/ink_autoconf.h config.status: executing depfiles commands config.status: executing libtool commands configure: Build option summary: CC: clang CXX: clang++ CPP: clang -E LD: ld CFLAGS: CXXFLAGS: CPPFLAGS: -D_GNU_SOURCE -I/nix/store/0kji5v3fkq65yjbzl733ld133d8dqxjh-openssl-3.3.2-dev/include -DOPENSSL_NO_SSL_INTERN -DOPENSSL_API_COMPAT=10002 -DOPENSSL_IS_OPENSSL3 -I/nix/store/jana175sznb8nx8bpd660x92c7jzp1ay-pcre-8.45-dev/include LDFLAGS: -L/nix/store/qm16x7kk34j7b6h90dfpj30fjazsswpv-openssl-3.3.2/lib -L/nix/store/nxd1r4s2wwa4i5kn1raj65jmxp274hny-pcre-8.45/lib AM_CFLAGS: -std=gnu99 -g -pipe -Wall -Wno-deprecated-declarations -Qunused-arguments -Wextra -Wno-ignored-qualifiers -Wno-unused-parameter -O3 -fno-strict-aliasing AM_CXXFLAGS: -std=c++17 -g -pipe -Wall -Wno-deprecated-declarations -Qunused-arguments -Wextra -Wno-ignored-qualifiers -Wno-unused-parameter -O3 -fno-strict-aliasing -Wno-invalid-offsetof AM_CPPFLAGS: -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 AM_LDFLAGS: -R/nix/store/nxd1r4s2wwa4i5kn1raj65jmxp274hny-pcre-8.45/lib TS_INCLUDES: OPENSSL_LDFLAGS: -L/nix/store/qm16x7kk34j7b6h90dfpj30fjazsswpv-openssl-3.3.2/lib OPENSSL_INCLUDES: -I/nix/store/0kji5v3fkq65yjbzl733ld133d8dqxjh-openssl-3.3.2-dev/include YAMLCPP_LDFLAGS: -L${abs_top_builddir}/lib/yamlcpp YAMLCPP_INCLUDES: -I${abs_top_srcdir}/lib/yamlcpp/include NURAFT_LDFLAGS: NURAFT_INCLUDES: configurePhase completed in 42 seconds Running phase: buildPhase @nix { "action": "setPhase", "phase": "buildPhase" } build flags: -j8 SHELL=/nix/store/rj7zvmif800bgg3sbznq6g5g438jx104-bash-5.2p37/bin/bash Making all in include make[1]: Entering directory '/private/tmp/nix-build-trafficserver-9.2.6.drv-0/source/include' make all-recursive make[2]: Entering directory '/private/tmp/nix-build-trafficserver-9.2.6.drv-0/source/include' Making all in ts make[3]: Entering directory '/private/tmp/nix-build-trafficserver-9.2.6.drv-0/source/include/ts' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/private/tmp/nix-build-trafficserver-9.2.6.drv-0/source/include/ts' Making all in tscpp/api make[3]: Entering directory '/private/tmp/nix-build-trafficserver-9.2.6.drv-0/source/include/tscpp/api' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/private/tmp/nix-build-trafficserver-9.2.6.drv-0/source/include/tscpp/api' Making all in tscpp/util make[3]: Entering directory '/private/tmp/nix-build-trafficserver-9.2.6.drv-0/source/include/tscpp/util' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/private/tmp/nix-build-trafficserver-9.2.6.drv-0/source/include/tscpp/util' make[3]: Entering directory '/private/tmp/nix-build-trafficserver-9.2.6.drv-0/source/include' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/private/tmp/nix-build-trafficserver-9.2.6.drv-0/source/include' make[2]: Leaving directory '/private/tmp/nix-build-trafficserver-9.2.6.drv-0/source/include' make[1]: Leaving directory '/private/tmp/nix-build-trafficserver-9.2.6.drv-0/source/include' Making all in src/tscpp/util make[1]: Entering directory '/private/tmp/nix-build-trafficserver-9.2.6.drv-0/source/src/tscpp/util' CXX TextView.lo CXXLD libtscpputil.la make[1]: Leaving directory '/private/tmp/nix-build-trafficserver-9.2.6.drv-0/source/src/tscpp/util' Making all in lib make[1]: Entering directory '/private/tmp/nix-build-trafficserver-9.2.6.drv-0/source/lib' Making all in . make[2]: Entering directory '/private/tmp/nix-build-trafficserver-9.2.6.drv-0/source/lib' make -C yamlcpp make[3]: Entering directory '/private/tmp/nix-build-trafficserver-9.2.6.drv-0/source/lib/yamlcpp' CXX src/binary.lo CXX src/depthguard.lo CXX src/directives.lo CXX src/convert.lo CXX src/emitfromevents.lo CXX src/emit.lo CXX src/emitter.lo CXX src/emitterstate.lo CXX src/emitterutils.lo CXX src/exceptions.lo CXX src/exp.lo CXX src/memory.lo CXX src/node.lo CXX src/node_data.lo CXX src/nodebuilder.lo CXX src/nodeevents.lo CXX src/null.lo CXX src/ostream_wrapper.lo CXX src/parse.lo CXX src/parser.lo CXX src/regex_yaml.lo CXX src/scanner.lo CXX src/scanscalar.lo CXX src/scantag.lo CXX src/scantoken.lo CXX src/simplekey.lo CXX src/singledocparser.lo CXX src/stream.lo CXX src/tag.lo CXXLD libyamlcpp.la make[3]: Leaving directory '/private/tmp/nix-build-trafficserver-9.2.6.drv-0/source/lib/yamlcpp' make[2]: Leaving directory '/private/tmp/nix-build-trafficserver-9.2.6.drv-0/source/lib' Making all in records make[2]: Entering directory '/private/tmp/nix-build-trafficserver-9.2.6.drv-0/source/lib/records' CXX P_RecCore.o CXX RecCore.o CXX RecConfigParse.o CXX RecFile.o CXX RecDebug.o CXX RecHttp.o CXX RecMessage.o CXX RecMutex.o CXX RecRawStats.o CXX RecUtils.o CXX RecLocal.o CXX RecProcess.o AR librecords_lm.a AR librecords_p.a make[2]: Leaving directory '/private/tmp/nix-build-trafficserver-9.2.6.drv-0/source/lib/records' Making all in fastlz make[2]: Entering directory '/private/tmp/nix-build-trafficserver-9.2.6.drv-0/source/lib/fastlz' CXX fastlz.o AR libfastlz.a make[2]: Leaving directory '/private/tmp/nix-build-trafficserver-9.2.6.drv-0/source/lib/fastlz' Making all in perl make[2]: Entering directory '/private/tmp/nix-build-trafficserver-9.2.6.drv-0/source/lib/perl' test -f "../../lib/perl/Makefile.PL" || cp -rf "./." "../../lib/perl/" /nix/store/7isk914abas0yr2cxgpsmyz2ihn8mf2n-perl-5.40.0/bin/perl Makefile.PL INSTALLDIRS=perl INSTALL_BASE=/nix/store/8mw1c30ypfm75kqs1g72032bkawvgwn7-trafficserver-9.2.6 PREFIX= Generating a Unix-style Makefile-pl Writing Makefile-pl for Apache::TS Writing MYMETA.yml and MYMETA.json make -f Makefile-pl INSTALLDIRS=perl PREFIX=/nix/store/8mw1c30ypfm75kqs1g72032bkawvgwn7-trafficserver-9.2.6 DESTDIR= make[3]: Entering directory '/private/tmp/nix-build-trafficserver-9.2.6.drv-0/source/lib/perl' cp lib/Apache/TS.pm blib/lib/Apache/TS.pm cp lib/Apache/TS/Config/Records.pm blib/lib/Apache/TS/Config/Records.pm cp lib/Apache/TS/Config.pm blib/lib/Apache/TS/Config.pm cp lib/Apache/TS/AdminClient.pm blib/lib/Apache/TS/AdminClient.pm Manifying 3 pod documents make[3]: Leaving directory '/private/tmp/nix-build-trafficserver-9.2.6.drv-0/source/lib/perl' make[2]: Leaving directory '/private/tmp/nix-build-trafficserver-9.2.6.drv-0/source/lib/perl' make[1]: Leaving directory '/private/tmp/nix-build-trafficserver-9.2.6.drv-0/source/lib' Making all in src/tscore make[1]: Entering directory '/private/tmp/nix-build-trafficserver-9.2.6.drv-0/source/src/tscore' Makefile:2608: warning: overriding recipe for target 'CompileParseRules' Makefile:1185: warning: ignoring old recipe for target 'CompileParseRules' CXX CompileParseRules.o clang++ -std=c++17 -g -pipe -Wall -Wno-deprecated-declarations -Qunused-arguments -Wextra -Wno-ignored-qualifiers -Wno-unused-parameter -O3 -fno-strict-aliasing -Wno-invalid-offsetof -D_GNU_SOURCE -I/nix/store/0kji5v3fkq65yjbzl733ld133d8dqxjh-openssl-3.3.2-dev/include -DOPENSSL_NO_SSL_INTERN -DOPENSSL_API_COMPAT=10002 -DOPENSSL_IS_OPENSSL3 -I/nix/store/jana175sznb8nx8bpd660x92c7jzp1ay-pcre-8.45-dev/include -I../../include -I/private/tmp/nix-build-trafficserver-9.2.6.drv-0/source/include -o CompileParseRules /private/tmp/nix-build-trafficserver-9.2.6.drv-0/source/src/tscore/CompileParseRules.cc LSAN_OPTIONS='detect_leaks=0' ./CompileParseRules make all-am make[2]: Entering directory '/private/tmp/nix-build-trafficserver-9.2.6.drv-0/source/src/tscore' Makefile:2608: warning: overriding recipe for target 'CompileParseRules' Makefile:1185: warning: ignoring old recipe for target 'CompileParseRules' CXX AcidPtr.lo CXX ArgParser.lo CXX BufferWriterFormat.lo CXX Arena.lo CXX BaseLogFile.lo CXX ConsistentHash.lo CXX CryptoHash.lo CXX ContFlags.lo CXX Diags.lo CXX Errata.lo CXX EventNotify.lo CXX Extendible.lo CXX Hash.lo CXX HashFNV.lo CXX HashMD5.lo CXX HashSip.lo CXX HostLookup.lo CXX hugepages.lo CXX ink_args.lo CXX ink_assert.lo CXX ink_base64.lo CXX ink_cap.lo CXX ink_code.lo CXX ink_defs.lo CXX InkErrno.lo CXX ink_error.lo CXX ink_file.lo CXX ink_hrtime.lo CXX ink_hw.lo CXX ink_inet.lo CXX ink_memory.lo CXX ink_mutex.lo CXX ink_queue.lo CXX ink_queue_utils.lo CXX ink_rand.lo CXX ink_res_init.lo CXX ink_res_mkquery.lo CXX ink_resource.lo CXX ink_rwlock.lo CXX ink_sock.lo CXX ink_sprintf.lo CXX ink_stack_trace.lo CXX ink_string.lo CXX ink_string++.lo CXX ink_sys_control.lo CXX ink_thread.lo CXX ink_syslog.lo CXX ink_time.lo CXX ink_uuid.lo CXX IpMap.lo CXX IpMapConf.lo CXX JeAllocator.lo CXX Layout.lo CXX llqueue.lo CXX lockfile.lo CXX MatcherUtils.lo CXX MemArena.lo CXX MMH.lo CXX ParseRules.lo CXX Random.lo CXX RbTree.lo CXX Regex.lo CXX Regression.lo CXX runroot.lo CXX signals.lo CXX SourceLocation.lo CXX TextBuffer.lo CXX LogMessage.lo CXX Throttler.lo CXX Tokenizer.lo CXX ts_file.lo CXX Version.lo CXX X509HostnameValidator.lo CXX HKDF_openssl3.lo CXX unit_tests/freelist_benchmark-freelist_benchmark.o CXXLD libtscore.la CXXLD freelist_benchmark make[2]: Leaving directory '/private/tmp/nix-build-trafficserver-9.2.6.drv-0/source/src/tscore' make[1]: Leaving directory '/private/tmp/nix-build-trafficserver-9.2.6.drv-0/source/src/tscore' Making all in iocore make[1]: Entering directory '/private/tmp/nix-build-trafficserver-9.2.6.drv-0/source/iocore' Making all in eventsystem make[2]: Entering directory '/private/tmp/nix-build-trafficserver-9.2.6.drv-0/source/iocore/eventsystem' CXX EventSystem.o CXX Inline.o CXX IOBuffer.o CXX MIOBufferWriter.o CXX Lock.o CXX Processor.o CXX ProtectedQueue.o CXX PQ-List.o CXX SocketManager.o CXX ProxyAllocator.o CXX Tasks.o CXX Thread.o CXX UnixEThread.o CXX UnixEvent.o CXX UnixEventProcessor.o AR libinkevent.a make[2]: Leaving directory '/private/tmp/nix-build-trafficserver-9.2.6.drv-0/source/iocore/eventsystem' Making all in net make[2]: Entering directory '/private/tmp/nix-build-trafficserver-9.2.6.drv-0/source/iocore/net' make[3]: Entering directory '/private/tmp/nix-build-trafficserver-9.2.6.drv-0/source/iocore/net' CXX BoringSSLUtils.o CXX BIO_fastopen.o CXX Inline.o CXX YamlSNIConfig.o CXX ALPNSupport.o CXX Connection.o CXX Net.o CXX NetVConnection.o CXX ProxyProtocol.o CXX Socks.o CXX SSLCertLookup.o CXX SSLClientCoordinator.o CXX SSLClientUtils.o CXX SSLConfig.o CXX SSLSecret.o CXX SSLDiags.o CXX SSLInternal.o CXX SSLNetAccept.o CXX SSLNetProcessor.o CXX SSLNetVConnection.o CXX SSLNextProtocolAccept.o CXX SSLNextProtocolSet.o CXX SSLSNIConfig.o CXX SSLStats.o CXX SSLSessionCache.o CXX SSLSessionTicket.o CXX SSLUtils.o CXX OCSPStapling.o CXX TLSBasicSupport.o CXX TLSKeyLogger.o CXX TLSSessionResumptionSupport.o CXX TLSSNISupport.o CXX UDPIOEvent.o CXX UnixConnection.o CXX UnixNet.o CXX UnixNetAccept.o CXX UnixNetPages.o CXX UnixNetProcessor.o CXX UnixNetVConnection.o CXX UnixUDPConnection.o CXX UnixUDPNet.o CXX SSLDynlock.o CXX NetVCTest.o AR libinknet.a make[3]: Leaving directory '/private/tmp/nix-build-trafficserver-9.2.6.drv-0/source/iocore/net' make[2]: Leaving directory '/private/tmp/nix-build-trafficserver-9.2.6.drv-0/source/iocore/net' Making all in aio make[2]: Entering directory '/private/tmp/nix-build-trafficserver-9.2.6.drv-0/source/iocore/aio' CXX AIO.o CXX Inline.o AR libinkaio.a make[2]: Leaving directory '/private/tmp/nix-build-trafficserver-9.2.6.drv-0/source/iocore/aio' Making all in dns make[2]: Entering directory '/private/tmp/nix-build-trafficserver-9.2.6.drv-0/source/iocore/dns' CXX SplitDNS.o CXX DNSConnection.o CXX DNS.o CXX Inline.o AR libinkdns.a make[2]: Leaving directory '/private/tmp/nix-build-trafficserver-9.2.6.drv-0/source/iocore/dns' Making all in hostdb make[2]: Entering directory '/private/tmp/nix-build-trafficserver-9.2.6.drv-0/source/iocore/hostdb' CXX Inline.o CXX HostDB.o CXX RefCountCache.o AR libinkhostdb.a make[2]: Leaving directory '/private/tmp/nix-build-trafficserver-9.2.6.drv-0/source/iocore/hostdb' Making all in utils make[2]: Entering directory '/private/tmp/nix-build-trafficserver-9.2.6.drv-0/source/iocore/utils' CXX OneWayMultiTunnel.o CXX Machine.o CXX OneWayTunnel.o AR libinkutils.a make[2]: Leaving directory '/private/tmp/nix-build-trafficserver-9.2.6.drv-0/source/iocore/utils' Making all in cache make[2]: Entering directory '/private/tmp/nix-build-trafficserver-9.2.6.drv-0/source/iocore/cache' CXX Cache.o CXX CacheDir.o CXX CacheDisk.o CXX CacheHosting.o CXX CachePagesInternal.o CXX CacheHttp.o CXX CacheLink.o CXX CachePages.o CXX CacheRead.o CXX CacheVol.o CXX CacheWrite.o CXX Inline.o CXX RamCacheCLFUS.o CXX RamCacheLRU.o CXX Store.o CXX CacheTest.o AR libinkcache.a make[2]: Leaving directory '/private/tmp/nix-build-trafficserver-9.2.6.drv-0/source/iocore/cache' make[2]: Entering directory '/private/tmp/nix-build-trafficserver-9.2.6.drv-0/source/iocore' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/private/tmp/nix-build-trafficserver-9.2.6.drv-0/source/iocore' make[1]: Leaving directory '/private/tmp/nix-build-trafficserver-9.2.6.drv-0/source/iocore' Making all in proxy make[1]: Entering directory '/private/tmp/nix-build-trafficserver-9.2.6.drv-0/source/proxy' Making all in hdrs make[2]: Entering directory '/private/tmp/nix-build-trafficserver-9.2.6.drv-0/source/proxy/hdrs' CXX HdrTSOnly.o CXX HTTP.o CXX HdrHeap.o CXX HttpCompat.o CXX HdrToken.o CXX HdrUtils.o CXX MIME.o CXX URL.o CXX HuffmanCodec.o CXX XPACK.o AR libhdrs.a make[2]: Leaving directory '/private/tmp/nix-build-trafficserver-9.2.6.drv-0/source/proxy/hdrs' Making all in shared make[2]: Entering directory '/private/tmp/nix-build-trafficserver-9.2.6.drv-0/source/proxy/shared' CXX DiagsConfig.o CXX UglyLogStubs.o AR libdiagsconfig.a AR libUglyLogStubs.a make[2]: Leaving directory '/private/tmp/nix-build-trafficserver-9.2.6.drv-0/source/proxy/shared' Making all in http make[2]: Entering directory '/private/tmp/nix-build-trafficserver-9.2.6.drv-0/source/proxy/http' Making all in remap make[3]: Entering directory '/private/tmp/nix-build-trafficserver-9.2.6.drv-0/source/proxy/http/remap' CXX NextHopRoundRobin.o CXX NextHopConsistentHash.o CXX AclFiltering.o CXX NextHopStrategyFactory.o CXX NextHopHealthStatus.o CXX NextHopSelectionStrategy.o CXX RemapConfig.o CXX RemapHitCount.o CXX RemapPluginInfo.o CXX PluginDso.o CXX PluginFactory.o CXX RemapPlugins.o CXX RemapProcessor.o CXX UrlMapping.o CXX UrlMappingPathIndex.o CXX UrlRewrite.o CXX unit-tests/plugin_v1_la-plugin_misc_cb.lo CXX unit-tests/plugin_v2_la-plugin_misc_cb.lo CXX unit-tests/plugin_init_fail_la-plugin_init_fail.lo CXX unit-tests/plugin_instinit_fail_la-plugin_instinit_fail.lo CXX unit-tests/plugin_required_cb_la-plugin_required_cb.lo CXX unit-tests/plugin_missing_deleteinstance_la-plugin_missing_deleteinstance.lo CXX unit-tests/plugin_missing_doremap_la-plugin_missing_doremap.lo CXX unit-tests/plugin_missing_init_la-plugin_missing_init.lo CXX unit-tests/plugin_missing_newinstance_la-plugin_missing_newinstance.lo CXX unit-tests/plugin_testing_calls_la-plugin_testing_calls.lo CXX unit-tests/plugin_testing_calls_la-plugin_testing_common.lo CXXLD unit-tests/plugin_v2.la CXXLD unit-tests/plugin_required_cb.la CXXLD unit-tests/plugin_missing_deleteinstance.la CXXLD unit-tests/plugin_missing_doremap.la CXXLD unit-tests/plugin_missing_init.la Undefined symbols for architecture arm64: "thread-local wrapper routine for pluginThreadContext", referenced from: _TSRemapInit in plugin_v2_la-plugin_misc_cb.o _TSRemapNewInstance in plugin_v2_la-plugin_misc_cb.o ld: symbol(s) not found for architecture arm64 clang-16: [0;1;31merror: [0m[1mlinker command failed with exit code 1 (use -v to see invocation)[0m make[3]: *** [Makefile:1492: unit-tests/plugin_v2.la] Error 1 make[3]: *** Waiting for unfinished jobs.... CXXLD unit-tests/plugin_missing_newinstance.la make[3]: Leaving directory '/private/tmp/nix-build-trafficserver-9.2.6.drv-0/source/proxy/http/remap' make[2]: *** [Makefile:1366: all-recursive] Error 1 make[2]: Leaving directory '/private/tmp/nix-build-trafficserver-9.2.6.drv-0/source/proxy/http' make[1]: *** [Makefile:919: all-recursive] Error 1 make[1]: Leaving directory '/private/tmp/nix-build-trafficserver-9.2.6.drv-0/source/proxy' make: *** [Makefile:893: all-recursive] Error 1 ``` </details> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@trafficserver.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org