Skip to content

OpenSuse 16 Leap capnp issue #14

Description

@maflcko

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions