=> Checksum BLAKE2s OK for cmake-19.1.7.src.tar.xz
=> Checksum SHA512 OK for cmake-19.1.7.src.tar.xz
=> Checksum BLAKE2s OK for libcxx-19.1.7.src.tar.xz
=> Checksum SHA512 OK for libcxx-19.1.7.src.tar.xz
=> Checksum BLAKE2s OK for libcxxabi-19.1.7.src.tar.xz
=> Checksum SHA512 OK for libcxxabi-19.1.7.src.tar.xz
=> Checksum BLAKE2s OK for runtimes-19.1.7.src.tar.xz
=> Checksum SHA512 OK for runtimes-19.1.7.src.tar.xz
===> Installing dependencies for libcxxabi-19.1.7nb1
=> Tool dependency cmake>=0: found cmake-3.31.7nb2
=> Tool dependency nbpatch-[0-9]*: found nbpatch-20151107
=> Tool dependency xz>=4.999.9betanb1: found xz-5.8.1
=> Tool dependency cwrappers>=20150314: found cwrappers-20220403
=> Tool dependency checkperms>=1.1: found checkperms-1.12
=> Full dependency libunwind>=19.1.0: found libunwind-19.1.7nb1
=> Full dependency llvm>=19.1.7: found llvm-19.1.7
=> Full dependency zlib>=1.1.4: found zlib-1.3.1
=> Full dependency zstd>=1.3.6: found zstd-1.5.7
===> Overriding tools for libcxxabi-19.1.7nb1
===> Extracting for libcxxabi-19.1.7nb1
/bin/ln -f -s /Users/pbulk/build/lang/libcxxabi/work/cmake-19.1.7.src /Users/pbulk/build/lang/libcxxabi/work/cmake
/bin/ln -f -s /Users/pbulk/build/lang/libcxxabi/work/runtimes-19.1.7.src /Users/pbulk/build/lang/libcxxabi/work/runtimes
===> Patching for libcxxabi-19.1.7nb1
=> Applying pkgsrc patches for libcxxabi-19.1.7nb1
=> Verifying /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/lang/libcxxabi/patches/patch-src_CMakeLists.txt
=> Applying pkgsrc patch /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/lang/libcxxabi/patches/patch-src_CMakeLists.txt
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-src_CMakeLists.txt,v 1.3 2025/05/09 05:51:25 adam Exp $
|
|Fix build.
|
|--- src/CMakeLists.txt.orig	2024-09-17 11:26:36.000000000 +0000
|+++ src/CMakeLists.txt
--------------------------
Patching file src/CMakeLists.txt using Plan A...
Hunk #1 succeeded at 57.
Hunk #2 succeeded at 167.
Hunk #3 succeeded at 263 (offset 10 lines).
Hunk #4 succeeded at 315 (offset 10 lines).
done
=> Verifying /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/lang/libcxxabi/patches/patch-src_demangle_Utility.h
=> Applying pkgsrc patch /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/lang/libcxxabi/patches/patch-src_demangle_Utility.h
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-src_demangle_Utility.h,v 1.2 2022/11/29 09:08:58 jperkin Exp $
|
|Work around ambiguous call on SunOS.
|
|--- src/demangle/Utility.h.orig	2022-11-16 06:28:29.000000000 +0000
|+++ src/demangle/Utility.h
--------------------------
Patching file src/demangle/Utility.h using Plan A...
Hunk #1 succeeded at 134.
done
===> Creating toolchain wrappers for libcxxabi-19.1.7nb1
===> Configuring for libcxxabi-19.1.7nb1
/bin/ln -f -s /Users/pbulk/build/lang/libcxxabi/work/libcxx-19.1.7.src /Users/pbulk/build/lang/libcxxabi/work/libcxx
/bin/cp /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/lang/libcxxabi/files/__assertion_handler /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/lang/libcxxabi/files/__config_site  /Users/pbulk/build/lang/libcxxabi/work/libcxx-19.1.7.src/include/
CMake Warning (dev) in CMakeLists.txt:
  No project() command is present.  The top-level CMakeLists.txt file must
  contain a literal, direct call to the project() command.  Add a line of
  code such as

    project(ProjectName)

  near the top of the file, but after cmake_minimum_required().

  CMake is pretending there is a "project(Project)" command on the first
  line.
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) in CMakeLists.txt:
  cmake_minimum_required() should be called prior to this top-level project()
  call.  Please see the cmake-commands(7) manual for usage documentation of
  both commands.
This warning is for project developers.  Use -Wno-dev to suppress it.

-- The C compiler identification is AppleClang 13.1.6.13160021
-- The CXX compiler identification is AppleClang 13.1.6.13160021
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /Users/pbulk/build/lang/libcxxabi/work/.cwrapper/bin/clang - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /Users/pbulk/build/lang/libcxxabi/work/.cwrapper/bin/clang++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Using libc++abi testing configuration: /Users/pbulk/build/lang/libcxxabi/work/libcxxabi-19.1.7.src/test/configs/llvm-libc++abi-shared.cfg.in
-- Looking for fopen in c
-- Looking for fopen in c - found
-- Looking for __gcc_personality_v0 in gcc_s
-- Looking for __gcc_personality_v0 in gcc_s - not found
-- Looking for __aeabi_uldivmod in gcc
-- Looking for __aeabi_uldivmod in gcc - not found
-- Performing Test CXX_SUPPORTS_NOSTDLIBXX_FLAG
-- Performing Test CXX_SUPPORTS_NOSTDLIBXX_FLAG - Success
-- Performing Test C_SUPPORTS_COMMENT_LIB_PRAGMA
-- Performing Test C_SUPPORTS_COMMENT_LIB_PRAGMA - Failed
-- Performing Test CXX_SUPPORTS_NOSTDINCXX_FLAG
-- Performing Test CXX_SUPPORTS_NOSTDINCXX_FLAG - Success
-- Looking for dladdr in dl
-- Looking for dladdr in dl - found
-- Looking for pthread_once in pthread
-- Looking for pthread_once in pthread - found
-- Looking for __cxa_thread_atexit_impl in c
-- Looking for __cxa_thread_atexit_impl in c - not found
-- Performing Test CXX_SUPPORTS_FSTRICT_ALIASING_FLAG
-- Performing Test CXX_SUPPORTS_FSTRICT_ALIASING_FLAG - Success
-- Performing Test CXX_SUPPORTS_EHSC_FLAG
-- Performing Test CXX_SUPPORTS_EHSC_FLAG - Failed
-- Performing Test C_SUPPORTS_FUNWIND_TABLES_FLAG
-- Performing Test C_SUPPORTS_FUNWIND_TABLES_FLAG - Success
-- Could not find CrashReporterClient, not linking against it
-- Performing Test CXX_SUPPORTS_WALL_FLAG
-- Performing Test CXX_SUPPORTS_WALL_FLAG - Success
-- Performing Test CXX_SUPPORTS_WEXTRA_FLAG
-- Performing Test CXX_SUPPORTS_WEXTRA_FLAG - Success
-- Performing Test CXX_SUPPORTS_WNEWLINE_EOF_FLAG
-- Performing Test CXX_SUPPORTS_WNEWLINE_EOF_FLAG - Success
-- Performing Test CXX_SUPPORTS_WSHADOW_FLAG
-- Performing Test CXX_SUPPORTS_WSHADOW_FLAG - Success
-- Performing Test CXX_SUPPORTS_WWRITE_STRINGS_FLAG
-- Performing Test CXX_SUPPORTS_WWRITE_STRINGS_FLAG - Success
-- Performing Test CXX_SUPPORTS_WNO_UNUSED_PARAMETER_FLAG
-- Performing Test CXX_SUPPORTS_WNO_UNUSED_PARAMETER_FLAG - Success
-- Performing Test CXX_SUPPORTS_WNO_LONG_LONG_FLAG
-- Performing Test CXX_SUPPORTS_WNO_LONG_LONG_FLAG - Success
-- Performing Test CXX_SUPPORTS_WERROR_EQ_RETURN_TYPE_FLAG
-- Performing Test CXX_SUPPORTS_WERROR_EQ_RETURN_TYPE_FLAG - Success
-- Performing Test CXX_SUPPORTS_WEXTRA_SEMI_FLAG
-- Performing Test CXX_SUPPORTS_WEXTRA_SEMI_FLAG - Success
-- Performing Test CXX_SUPPORTS_WUNDEF_FLAG
-- Performing Test CXX_SUPPORTS_WUNDEF_FLAG - Success
-- Performing Test CXX_SUPPORTS_WUNUSED_TEMPLATE_FLAG
-- Performing Test CXX_SUPPORTS_WUNUSED_TEMPLATE_FLAG - Success
-- Performing Test CXX_SUPPORTS_WFORMAT_NONLITERAL_FLAG
-- Performing Test CXX_SUPPORTS_WFORMAT_NONLITERAL_FLAG - Success
-- Performing Test CXX_SUPPORTS_WNO_USER_DEFINED_LITERALS_FLAG
-- Performing Test CXX_SUPPORTS_WNO_USER_DEFINED_LITERALS_FLAG - Success
-- Performing Test CXX_SUPPORTS_WNO_COVERED_SWITCH_DEFAULT_FLAG
-- Performing Test CXX_SUPPORTS_WNO_COVERED_SWITCH_DEFAULT_FLAG - Success
-- Performing Test CXX_SUPPORTS_WNO_SUGGEST_OVERRIDE_FLAG
-- Performing Test CXX_SUPPORTS_WNO_SUGGEST_OVERRIDE_FLAG - Success
-- Performing Test CXX_SUPPORTS_WNO_ERROR_FLAG
-- Performing Test CXX_SUPPORTS_WNO_ERROR_FLAG - Success
-- Configuring done (9.4s)
-- Generating done (0.0s)
CMake Warning:
  Manually-specified variables were not used by the project:

    FETCHCONTENT_FULLY_DISCONNECTED


-- Build files have been written to: /Users/pbulk/build/lang/libcxxabi/work/libcxxabi-19.1.7.src/cmake-pkgsrc-build