Alvaro-Kothe commented on PR #50924: URL: https://github.com/apache/arrow/pull/50924#issuecomment-5363891543
IIUC, it shouldn't be trying to use `bzlib2` as a dependency and instead meson should rely on the compiler https://github.com/apache/arrow/blob/2c35b59546913987fdcfb6966f9035a6ea89c1e0/cpp/src/arrow/meson.build#L234-L243 The CI job shows that it [couldn't find the header](https://github.com/apache/arrow/actions/runs/32365959602/job/96416050221?pr=50924#step:6:570) ``` Has header "bzlib.h" : NO ``` Maybe conda didn't update the include path? -- 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]
