tadeja opened a new issue, #49994: URL: https://github.com/apache/arrow/issues/49994
### Describe the bug, including details regarding any error messages, version, and platform. Perhaps `brew uninstall [email protected] || :` workaround ([from 2024 Nov commit c21d85d](https://github.com/apache/arrow/commit/c21d85d1b3c31902c8d6f2fbf1f2a4ecfbd90772)) can be removed also from /workflows/cpp.yml and python.yml ([ruby.yml already changed](https://github.com/apache/arrow/commit/3469def0fb52b1c69c74473c26db4cc20b36cac4)), so the error message about "[email protected]" does not always show up in C++ and Python macOS CI logs. ```bash Uninstalling /opt/homebrew/Cellar/pkgconf/2.5.1... (28 files, 534.1KB) Error: No available formula with the name "[email protected]". Did you mean pkg-config-wrapper? ``` https://github.com/apache/arrow/actions/runs/26083383511/job/76690298042#step:4:50 https://github.com/apache/arrow/actions/runs/26083383511/job/76690298114#step:4:50 https://github.com/apache/arrow/actions/runs/25957828927/job/76307685754#step:4:39 Github actions runner arm64 macOS 15 got image update [there in 2024: - pkg-config 0.29.2 + pkgconf 2.3.0](https://github.com/actions/runner-images/pull/11033/changes) and currently on [- pkgconf 2.5.1](https://github.com/actions/runner-images/blame/5ebd98a1ebebec7fe09538a221405e85ee4f42ff/images/macos/macos-15-arm64-Readme.md#L64). [Similarly pkgconf 2.5.1 for AMD64](https://github.com/actions/runner-images/blame/8637843fd4a4cab4436cf293634d3cb3aa89dfae/images/macos/macos-15-Readme.md#L66) ### Component(s) Continuous Integration -- 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]
