raulcd commented on PR #43417: URL: https://github.com/apache/arrow/pull/43417#issuecomment-2255380605
> Hmm. It seems that https://github.com/apache/orc/blob/23044d79a26cf8792bcb1936ab601308b0781962/cmake_modules/ThirdpartyToolchain.cmake#L416-L418 wasn't used. It means that `Protobuf_ROOT` is an empty string in this case: > > https://github.com/apache/arrow/blob/187197c369058f7d1377c1b161c469a9e4542caf/cpp/cmake_modules/ThirdpartyToolchain.cmake#L4524-L4529 > > Could you debug print `Protobuf_ROOT` value? ``` -- Building Apache ORC from source -- ## Protobuf_ROOT: /opt/vcpkg/installed/amd64-linux-static-release -- Build type: RELEASE ``` @kou you lost me with this comment, are you talking about the ORC issue here or the flight issue with protobuf? other logs about where `protoc` is: ``` -- Found Protobuf: /opt/vcpkg/installed/x64-linux/tools/protobuf/protoc (found version "25.1.0") -- Providing CMake module for FindProtobufAlt as part of Arrow CMake package -- Found protoc: /opt/vcpkg/installed/x64-linux/tools/protobuf/protoc ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
