-
Notifications
You must be signed in to change notification settings - Fork 8.3k
gcc + USE_UNWIND=0 broken (cant run protoc) #7114
Copy link
Copy link
Closed
Labels
Description
Problem:
[2206/3808] Generating orc_proto.pb.h, orc_proto.pb.cc
FAILED: contrib/arrow-cmake/orc_proto.pb.h contrib/arrow-cmake/orc_proto.pb.cc
cd /build/clickhouse-19.16.1/obj-x86_64-linux-gnu/contrib/arrow-cmake && /build/clickhouse-19.16.1/obj-x86_64-linux-gnu/contrib/protobuf/cmake/protoc -I /build/clickhouse-19.16.1/contrib/orc/c++/../proto --cpp_out="/build/clickhouse-19.16.1/obj-x86_64-linux-gnu/contrib/arrow-cmake" /build/clickhouse-19.16.1/contrib/orc/c++/../proto/orc_proto.proto
terminate called after throwing an instance of 'std::system_error'
what(): Unknown error -1
Aborted
Reproduce:
env CMAKE_FLAGS="-DUSE_UNWIND=0" ./release
Reactions are currently unavailable