kou opened a new issue, #40615: URL: https://github.com/apache/arrow/issues/40615
### Describe the bug, including details regarding any error messages, version, and platform. Because GH-40399 moves `FindProtobufAlt.cmake` to `cmake/Arrow/` from `cmake/ArrowFlight/`. debian-bookworm-amd64 https://github.com/ursacomputing/crossbow/actions/runs/8314136122/job/22750937879#step:11:1375 ```text -- Could NOT find Protobuf (missing: Protobuf_LIBRARIES Protobuf_INCLUDE_DIR) CMake Error at CMakeLists.txt:24 (find_package): Found package configuration file: -- Configuring incomplete, errors occurred! See also "/build/minimal_build/CMakeFiles/CMakeOutput.log". /usr/lib/x86_64-linux-gnu/cmake/Arrow/ArrowConfig.cmake but it set Arrow_FOUND to FALSE so package "Arrow" is considered to be NOT FOUND. Reason given by package: Arrow could not be found because dependency ProtobufAlt could not be found. ``` ### Component(s) Packaging -- 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]
