stemillington-flock opened a new issue, #44868:
URL: https://github.com/apache/arrow/issues/44868

   ### Describe the bug, including details regarding any error messages, 
version, and platform.
   
   I am trying to build arrow following the instructions 
[here](https://arrow.apache.org/docs/developers/python.html).
   
   I have managed to create the conda environment and installed all the 
requirements but when running the command 
   
   ```
   cmake -S arrow/cpp -B arrow/cpp/build \
           -DCMAKE_INSTALL_PREFIX=$ARROW_HOME \
           --preset ninja-release-python
   ```
   
   I get the error
   
   ```
   CMake Error at /opt/homebrew/lib/cmake/protobuf/protobuf-targets.cmake:71 
(set_target_properties):
     The link interface of target "protobuf::libprotobuf" contains:
   
       absl::absl_check
   
     but the target was not found.  Possible reasons include:
   
       * There is a typo in the target name.
       * A find_package call is missing for an IMPORTED target.
       * An ALIAS target is missing.
   
   Call Stack (most recent call first):
     /opt/homebrew/lib/cmake/protobuf/protobuf-config.cmake:16 (include)
     cmake_modules/FindProtobufAlt.cmake:31 (find_package)
     cmake_modules/ThirdpartyToolchain.cmake:313 (find_package)
     cmake_modules/ThirdpartyToolchain.cmake:1962 (resolve_dependency)
     CMakeLists.txt:546 (include)
   ```
   
   This is on a Mac Book Pro M2
   
   ### Component(s)
   
   Python


-- 
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: issues-unsubscr...@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to