cyb70289 opened a new issue, #36860:
URL: https://github.com/apache/arrow/issues/36860

   ### Describe the bug, including details regarding any error messages, 
version, and platform.
   
   Tested on Ubuntu-22.04, aarch64 (looks to me this issue is not arch 
dependent)
   If system `libprotobuf-dev` package is installed, 
`verify-release-candidate.sh` failed with below message when building arrow c++.
   
   ```
   -- Checking for module 'grpc++'
   --   No package 'grpc++' found
   -- Providing CMake module for gRPCAlt as part of Arrow CMake package
   -- pkg-config package for grpc++ for static link isn't found
   CMake Error at cmake_modules/ThirdpartyToolchain.cmake:4016 
(get_target_property):
     get_target_property() called with non-existent target "gRPC::grpc++".
   Call Stack (most recent call first):
     CMakeLists.txt:508 (include)
   
   
   CMake Error at cmake_modules/ThirdpartyToolchain.cmake:4024 (message):
     Cannot find grpc++ headers in
   Call Stack (most recent call first):
     CMakeLists.txt:508 (include)
   ```
   
   On my test machine
   ```
   $ lsb_release -a
   No LSB modules are available.
   Distributor ID:      Ubuntu
   Description: Ubuntu 22.04.2 LTS
   Release:     22.04
   Codename:    jammy
   
   $ dpkg -l | grep -i "grpc\|protobuf"
   ii  libprotobuf-dev:arm64                 3.12.4-1ubuntu7.22.04.1 
   ii  libprotobuf-lite23:arm64              3.12.4-1ubuntu7.22.04.1 
   ii  libprotobuf23:arm64                   3.12.4-1ubuntu7.22.04.1 
   ```
   
   ### Component(s)
   
   C++


-- 
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]

Reply via email to