assignUser opened a new issue, #43379: URL: https://github.com/apache/arrow/issues/43379
### Describe the bug, including details regarding any error messages, version, and platform. As kou discovered in https://github.com/apache/arrow/issues/43337#issuecomment-2241297521 the link order in r/configure is wrong when not using pc as `libarrow_dataset` depends on `libarrow_acero`. So the order `-larrow_dataset -larrow_acero` is correct. While we do have ci jobs using `ARROW_USE_PKG_CONFIG=false` the logic in configure mostly uses `PKG_CONFIG_AVAILABLE` which is only based on the availability of the `pkg-config` utility. ### Component(s) Continuous Integration, R -- 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]
