Reranko05 commented on PR #50924:
URL: https://github.com/apache/arrow/pull/50924#issuecomment-5354975690
@kou The original `bzip2` failure is resolved, but the Meson build now fails
later while linking `arrow-buffer-test` due to missing shared-library
dependencies of `libarrow.so`.
I noticed that `arrow_lib` is built with `arrow_deps`, but `arrow_dep` only
exposes link_with: `arrow_lib` and doesn't propagate `arrow_deps`:
```
arrow_dep = declare_dependency(
include_directories: [include_dir],
link_with: arrow_lib,
)
```
Would you prefer that I investigate and include a fix for this in this PR?
--
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]