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
0git clone ssh://github.com/bitcoin/bitcoin.git
Step 2: Success
0cmake -B build -DENABLE_IPC=OFF -DBUILD_GUI=OFF -DWITH_QRENCODE=OFF
Step 3: Fails
0cmake --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
0git clone ssh://github.com/bitcoin/bitcoin.git
Step 2: Success
0cmake -B build -DENABLE_IPC=OFF -DBUILD_GUI=OFF -DWITH_QRENCODE=OFF
Step 3: Fails
0cmake --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
0% clang --version
1Apple clang version 17.0.0 (clang-1700.3.19.1)
2Target: arm64-apple-darwin25.0.0
3Thread model: posix
4InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
Homebrew Dependencies
0% brew info cmake boost pkgconf libevent capnp
1==> cmake: stable 4.1.2 (bottled), HEAD
2Cross-platform make
3https://www.cmake.org/
4Installed
5/opt/homebrew/Cellar/cmake/4.1.2 (3,913 files, 59.0MB) *
6 Poured from bottle using the formulae.brew.sh API on 2025-10-25 at 12:17:51
7From: https://github.com/Homebrew/homebrew-core/blob/HEAD/Formula/c/cmake.rb
8License: BSD-3-Clause
9==> Options
10--HEAD
11 Install HEAD version
12==> Caveats
13To install the CMake documentation, run:
14 brew install cmake-docs
15==> Analytics
16install: 142,737 (30 days), 415,117 (90 days), 1,567,236 (365 days)
17install-on-request: 106,081 (30 days), 317,265 (90 days), 1,206,009 (365 days)
18build-error: 2,193 (30 days)
19
20==> boost: stable 1.89.0 (bottled), HEAD
21Collection of portable C++ source libraries
22https://www.boost.org/
23Installed
24/opt/homebrew/Cellar/boost/1.89.0 (16,214 files, 348.0MB) *
25 Poured from bottle using the formulae.brew.sh API on 2025-10-25 at 12:17:55
26From: https://github.com/Homebrew/homebrew-core/blob/HEAD/Formula/b/boost.rb
27License: BSL-1.0
28==> Dependencies
29Required: icu4c@77, xz, zstd
30==> Options
31--HEAD
32 Install HEAD version
33==> Analytics
34install: 31,894 (30 days), 108,486 (90 days), 586,596 (365 days)
35install-on-request: 11,761 (30 days), 42,580 (90 days), 254,592 (365 days)
36build-error: 60 (30 days)
37
38==> pkgconf: stable 2.5.1 (bottled), HEAD
39Package compiler and linker metadata toolkit
40https://github.com/pkgconf/pkgconf
41Installed
42/opt/homebrew/Cellar/pkgconf/2.5.1 (28 files, 521.5KB) *
43 Poured from bottle using the formulae.brew.sh API on 2025-07-12 at 17:51:14
44From: https://github.com/Homebrew/homebrew-core/blob/HEAD/Formula/p/pkgconf.rb
45License: ISC
46==> Options
47--HEAD
48 Install HEAD version
49==> Analytics
50install: 193,222 (30 days), 489,560 (90 days), 1,999,656 (365 days)
51install-on-request: 104,564 (30 days), 244,676 (90 days), 836,900 (365 days)
52build-error: 212 (30 days)
53
54==> libevent: stable 2.1.12 (bottled)
55Asynchronous event library
56https://libevent.org/
57Installed
58/opt/homebrew/Cellar/libevent/2.1.12_1 (57 files, 2.2MB) *
59 Poured from bottle using the formulae.brew.sh API on 2024-05-11 at 19:13:14
60From: https://github.com/Homebrew/homebrew-core/blob/HEAD/Formula/lib/libevent.rb
61License: BSD-3-Clause
62==> Dependencies
63Build: autoconf, automake, libtool, pkgconf
64Required: openssl@3
65==> Analytics
66install: 58,116 (30 days), 185,092 (90 days), 671,699 (365 days)
67install-on-request: 394 (30 days), 1,302 (90 days), 7,444 (365 days)
68build-error: 0 (30 days)
69
70==> capnp: stable 1.2.0 (bottled), HEAD
71Data interchange format and capability-based RPC system
72https://capnproto.org/
73Installed
74/opt/homebrew/Cellar/capnp/1.2.0 (145 files, 16MB) *
75 Poured from bottle using the formulae.brew.sh API on 2025-10-25 at 12:18:05
76From: https://github.com/Homebrew/homebrew-core/blob/HEAD/Formula/c/capnp.rb
77License: MIT
78==> Dependencies
79Build: cmake
80==> Options
81--HEAD
82 Install HEAD version
83==> Analytics
84install: 1,585 (30 days), 4,577 (90 days), 18,064 (365 days)
85install-on-request: 1,381 (30 days), 4,119 (90 days), 16,719 (365 days)
86build-error: 1 (30 days)