Is there an existing issue for this?
- I have searched the existing issues
Current behaviour
0cd depends
1make NO_BDB=1
2...
3copying packages: boost libevent qt qrencode sqlite miniupnpc zeromq
4to: /Volumes/SSD/Dev/bitcoin/depends/x86_64-apple-darwin22.6.0
5
6cd ..
7cmake -B build --toolchain depends/x86_64-apple-darwin22.6.0/toolchain.cmake
This fails, see below
(building BDB hasn’t work for me for a while, but that’s going away anyway)
Expected behaviour
To build
Steps to reproduce
.
Relevant log output
0xcode-select -p                                                             
1/Applications/Xcode15.2.app/Contents/Developer
 0-- The CXX compiler identification is AppleClang 15.0.0.15000100
 1-- Detecting CXX compiler ABI info
 2-- Detecting CXX compiler ABI info - done
 3-- Check for working CXX compiler: /Applications/Xcode15.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ - skipped
 4-- Detecting CXX compile features
 5-- Detecting CXX compile features - done
 6-- Found SQLite3: /Volumes/SSD/Dev/bitcoin/depends/x86_64-apple-darwin22.6.0/include (found suitable version "3.38.5", minimum required is "3.7.17")
 7-- Found PkgConfig: /usr/local/bin/pkg-config (found version "0.29.2")
 8-- Found MiniUPnPc: /Volumes/SSD/Dev/bitcoin/depends/x86_64-apple-darwin22.6.0/lib/libminiupnpc.a
 9-- Checking for module 'libzmq>=4'
10--   Found libzmq, version 4.3.5
11-- Checking for module 'libqrencode'
12--   Found libqrencode, version 4.1.1
13-- Could NOT find Qt5Core (missing: Qt5Core_DIR)
14-- Could NOT find Qt5Gui (missing: Qt5Gui_DIR)
15-- Could NOT find Qt5Widgets (missing: Qt5Widgets_DIR)
16-- Could NOT find Qt5LinguistTools (missing: Qt5LinguistTools_DIR)
17-- Could NOT find Qt5Network (missing: Qt5Network_DIR)
18-- Could NOT find Qt5Test (missing: Qt5Test_DIR)
19CMake Error at depends/x86_64-apple-darwin22.6.0/lib/cmake/Qt5/Qt5Config.cmake:51 (_qt5_Core_check_file_exists):
20  Unknown CMake command "_qt5_Core_check_file_exists".
21Call Stack (most recent call first):
22  cmake/module/FindQt.cmake:43 (find_package)
23  CMakeLists.txt:180 (find_package)
24
25
26CMake Warning at cmake/module/FindQt.cmake:43 (find_package):
27  Found package configuration file:
28
29    /Volumes/SSD/Dev/bitcoin/depends/x86_64-apple-darwin22.6.0/lib/cmake/Qt5/Qt5Config.cmake
30
31  but it set Qt5_FOUND to FALSE so package "Qt5" is considered to be NOT
32  FOUND.  Reason given by package:
33
34  Failed to find Qt5 component "Core" config file at
35  "/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin22.6.0/lib/cmake/Qt5Core/Qt5CoreConfig.cmake"
36
37
38  Failed to find Qt5 component "Gui" config file at
39  "/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin22.6.0/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake"
40
41
42  Failed to find Qt5 component "Widgets" config file at
43  "/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin22.6.0/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake"
44
45
46  Failed to find Qt5 component "LinguistTools" config file at
47  "/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin22.6.0/lib/cmake/Qt5LinguistTools/Qt5LinguistToolsConfig.cmake"
48
49
50  Failed to find Qt5 component "Network" config file at
51  "/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin22.6.0/lib/cmake/Qt5Network/Qt5NetworkConfig.cmake"
52
53
54  Failed to find Qt5 component "Test" config file at
55  "/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin22.6.0/lib/cmake/Qt5Test/Qt5TestConfig.cmake"
56
57
58
59
60Call Stack (most recent call first):
61  CMakeLists.txt:180 (find_package)
How did you obtain Bitcoin Core
Compiled from source
What version of Bitcoin Core are you using?
PR 31048 which builds on master @ 05d25304bc4e0c3058c8ee8a89448ce63ac77304
Operating system and version
macOS 13.7
Machine specifications
No response