Steps to reproduce:
zypper in -y zeromq-devel libevent-devel boost-devel sqlite3-devel qt6-base-devel qt6-tools-devel qt6-linguist-devel qrencode-devel find bison gcc-c++ libtool make autoconf automake python3 clang llvm libcapnp-devel capnproto patch xz curl wget htop git vim ccache && git clone https://github.com/bitcoin/bitcoin.git --depth=1 ./b-c && cd b-c && rm -rf ./bld-cmake && cmake -B ./bld-cmake -DCMAKE_C_COMPILER='clang' -DCMAKE_CXX_COMPILER='clang++' -DBUILD_GUI=ON -DBUILD_FUZZ_BINARY=ON -DBUILD_BENCH=ON -DWITH_ZMQ=ON -DBUILD_UTIL_CHAINSTATE=ON -DBUILD_KERNEL_LIB=ON && cmake --build ./bld-cmake --parallel $(nproc)
Failure:
-- Configuring done (0.5s)
-- Generating done (0.1s)
-- Build files have been written to: /root/b-c/build-cdash
Command exited with the value: 0
SetCTestConfiguration:BuildDirectory:/root/b-c/build-cdash
SetCTestConfiguration:SourceDirectory:/root/b-c
SetMakeCommand:/usr/bin/cmake --build . --config "Release"
SetCTestConfiguration:MakeCommand:/usr/bin/cmake --build . --config "Release"
Build project
MakeCommand:/usr/bin/cmake --build . --config "Release"
Run command: "/usr/bin/cmake" "--build" "." "--config" "Release"
[1/589] Compiling Cap'n Proto schema include/mp/proxy.capnp
FAILED: src/ipc/libmultiprocess/include/mp/proxy.capnp.c++ src/ipc/libmultiprocess/include/mp/proxy.capnp.h /root/b-c/build-cdash/src/ipc/libmultiprocess/include/mp/proxy.capnp.c++ /root/b-c/build-cdash/src/ipc/libmultiprocess/include/mp/proxy.capnp.h
cd /root/b-c/build-cdash/src/ipc/libmultiprocess && //bin/capnp compile -o //bin/capnpc-c++:/root/b-c/build-cdash/src/ipc/libmultiprocess --src-prefix /root/b-c/src/ipc/libmultiprocess -I /root/b-c/src/ipc/libmultiprocess -I /lib64/cmake/CapnProto/../../../include /root/b-c/src/ipc/libmultiprocess/include/mp/proxy.capnp
//bin/capnp compile: -I /lib64/cmake/CapnProto/../../../include: no such directory
Try '//bin/capnp compile --help' for more information.
Steps to reproduce:
zypper in -y zeromq-devel libevent-devel boost-devel sqlite3-devel qt6-base-devel qt6-tools-devel qt6-linguist-devel qrencode-devel find bison gcc-c++ libtool make autoconf automake python3 clang llvm libcapnp-devel capnproto patch xz curl wget htop git vim ccache && git clone https://github.com/bitcoin/bitcoin.git --depth=1 ./b-c && cd b-c && rm -rf ./bld-cmake && cmake -B ./bld-cmake -DCMAKE_C_COMPILER='clang' -DCMAKE_CXX_COMPILER='clang++' -DBUILD_GUI=ON -DBUILD_FUZZ_BINARY=ON -DBUILD_BENCH=ON -DWITH_ZMQ=ON -DBUILD_UTIL_CHAINSTATE=ON -DBUILD_KERNEL_LIB=ON && cmake --build ./bld-cmake --parallel $(nproc)Failure: