bkietz opened a new issue, #36013: URL: https://github.com/apache/arrow/issues/36013
### Describe the bug, including details regarding any error messages, version, and platform. OpenTelemetry and Protobuf have conflicting versions of Abseil, which is causing build errors - https://github.com/apache/arrow/actions/runs/5222129024/jobs/9427236062?pr=35628#step:9:984 - https://github.com/apache/arrow/actions/runs/5201352712/jobs/9381376686#step:9:984 These issues have been encountered and addressed in the conda-forge feedstock for opentelemetry, see - https://github.com/conda-forge/cpp-opentelemetry-sdk-feedstock/issues/29 - https://github.com/conda-forge/cpp-opentelemetry-sdk-feedstock/pull/48 Unfortunately, the fix requires a patch to OpenTelemetry so it's not as simple as [building `-D WITH_STL=ON`](https://github.com/apache/arrow/pull/35628/commits/74d6e263ee7bd2e1883287b9813a7e0f0c12aff8). For now it should be sufficient to disable bundled OpenTelemetry and rely on conda-forge's patch. @kou @lidavidm ### 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]
