Reranko05 opened a new issue, #50637: URL: https://github.com/apache/arrow/issues/50637
### Describe the bug, including details regarding any error messages, version, and platform. ### Describe the bug The Abseil bundled static library targets are currently appended to `ARROW_BUNDLED_STATIC_LIBS` inside `build_protobuf()` even though they are provided by `build_absl()`. As a result, the registration of the bundled Abseil libraries depends on the Protobuf build logic rather than the component that defines them. This was discovered while investigating a Windows linker failure in the Arrow Java JNI build: https://github.com/apache/arrow-java/issues/1243 ### To Reproduce The issue was observed while reproducing the linker failure reported in apache/arrow-java#1243. ### Expected behavior Abseil bundled static libraries should be registered in `build_absl()`, where they are defined, instead of `build_protobuf()`. ### 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]
