Is there an existing issue for this?
- I have searched the existing issues
Current behaviour
I recently upgraded my OS to Mac OSX Tahoe 26.0.1 (25A362)
Step 1: Success
git clone ssh://github.com/bitcoin/bitcoin.git
Step 2: Success
cmake -B build -DENABLE_IPC=OFF -DBUILD_GUI=OFF -DWITH_QRENCODE=OFF
Step 3: Fails
cmake --build build
The default clang was from homebrew which also failed but then I switched to XCode clang and still fails :joy:
Expected behaviour
Get a compiled bitcoind ❤️
Steps to reproduce
Step 1: Success
git clone ssh://github.com/bitcoin/bitcoin.git
Step 2: Success
cmake -B build -DENABLE_IPC=OFF -DBUILD_GUI=OFF -DWITH_QRENCODE=OFF
Step 3: Fails
cmake --build build
Relevant log output
Hit the length limit so here's the URL https://gist.github.com/umrashrf/5302d7db0fe3e613d4ca94861eab452b
How did you obtain Bitcoin Core
Compiled from source
What version of Bitcoin Core are you using?
zsh: command not found: bitcoind
Operating system and version
MaxOS Tahoe 26.0.1 (25A362)
Machine specifications
Clang Version
% clang --version
Apple clang version 17.0.0 (clang-1700.3.19.1)
Target: arm64-apple-darwin25.0.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
Homebrew Dependencies
% brew info cmake boost pkgconf libevent capnp
==> cmake: stable 4.1.2 (bottled), HEAD
Cross-platform make
https://www.cmake.org/
Installed
/opt/homebrew/Cellar/cmake/4.1.2 (3,913 files, 59.0MB) *
Poured from bottle using the formulae.brew.sh API on 2025-10-25 at 12:17:51
From: https://github.com/Homebrew/homebrew-core/blob/HEAD/Formula/c/cmake.rb
License: BSD-3-Clause
==> Options
--HEAD
Install HEAD version
==> Caveats
To install the CMake documentation, run:
brew install cmake-docs
==> Analytics
install: 142,737 (30 days), 415,117 (90 days), 1,567,236 (365 days)
install-on-request: 106,081 (30 days), 317,265 (90 days), 1,206,009 (365 days)
build-error: 2,193 (30 days)
==> boost: stable 1.89.0 (bottled), HEAD
Collection of portable C++ source libraries
https://www.boost.org/
Installed
/opt/homebrew/Cellar/boost/1.89.0 (16,214 files, 348.0MB) *
Poured from bottle using the formulae.brew.sh API on 2025-10-25 at 12:17:55
From: https://github.com/Homebrew/homebrew-core/blob/HEAD/Formula/b/boost.rb
License: BSL-1.0
==> Dependencies
Required: icu4c@77, xz, zstd
==> Options
--HEAD
Install HEAD version
==> Analytics
install: 31,894 (30 days), 108,486 (90 days), 586,596 (365 days)
install-on-request: 11,761 (30 days), 42,580 (90 days), 254,592 (365 days)
build-error: 60 (30 days)
==> pkgconf: stable 2.5.1 (bottled), HEAD
Package compiler and linker metadata toolkit
https://github.com/pkgconf/pkgconf
Installed
/opt/homebrew/Cellar/pkgconf/2.5.1 (28 files, 521.5KB) *
Poured from bottle using the formulae.brew.sh API on 2025-07-12 at 17:51:14
From: https://github.com/Homebrew/homebrew-core/blob/HEAD/Formula/p/pkgconf.rb
License: ISC
==> Options
--HEAD
Install HEAD version
==> Analytics
install: 193,222 (30 days), 489,560 (90 days), 1,999,656 (365 days)
install-on-request: 104,564 (30 days), 244,676 (90 days), 836,900 (365 days)
build-error: 212 (30 days)
==> libevent: stable 2.1.12 (bottled)
Asynchronous event library
https://libevent.org/
Installed
/opt/homebrew/Cellar/libevent/2.1.12_1 (57 files, 2.2MB) *
Poured from bottle using the formulae.brew.sh API on 2024-05-11 at 19:13:14
From: https://github.com/Homebrew/homebrew-core/blob/HEAD/Formula/lib/libevent.rb
License: BSD-3-Clause
==> Dependencies
Build: autoconf, automake, libtool, pkgconf
Required: openssl@3
==> Analytics
install: 58,116 (30 days), 185,092 (90 days), 671,699 (365 days)
install-on-request: 394 (30 days), 1,302 (90 days), 7,444 (365 days)
build-error: 0 (30 days)
==> capnp: stable 1.2.0 (bottled), HEAD
Data interchange format and capability-based RPC system
https://capnproto.org/
Installed
/opt/homebrew/Cellar/capnp/1.2.0 (145 files, 16MB) *
Poured from bottle using the formulae.brew.sh API on 2025-10-25 at 12:18:05
From: https://github.com/Homebrew/homebrew-core/blob/HEAD/Formula/c/capnp.rb
License: MIT
==> Dependencies
Build: cmake
==> Options
--HEAD
Install HEAD version
==> Analytics
install: 1,585 (30 days), 4,577 (90 days), 18,064 (365 days)
install-on-request: 1,381 (30 days), 4,119 (90 days), 16,719 (365 days)
build-error: 1 (30 days)