raulcd opened a new issue, #44373: URL: https://github.com/apache/arrow/issues/44373
### Describe the bug, including details regarding any error messages, version, and platform. The [java-jars job](https://github.com/ursacomputing/crossbow/actions/runs/11251253487/job/31281887873) is failing with: ``` ==> Pouring [email protected]_1.ventura.bottle.tar.gz Error: The `brew link` step did not complete successfully Error: The `brew link` step did not complete successfully The formula built, but is not symlinked into /usr/local Could not symlink bin/idle3 Target /usr/local/bin/idle3 already exists. You may want to remove it: rm '/usr/local/bin/idle3' To force the link and overwrite all conflicting files: brew link --overwrite [email protected] To list all files that would be deleted: brew link --overwrite [email protected] --dry-run Possible conflicting files are: /usr/local/bin/idle3 -> /Library/Frameworks/Python.framework/Versions/3.12/bin/idle3 /usr/local/bin/pydoc3 -> /Library/Frameworks/Python.framework/Versions/3.12/bin/pydoc3 /usr/local/bin/python3 -> /Library/Frameworks/Python.framework/Versions/3.12/bin/python3 /usr/local/bin/python3-config -> /Library/Frameworks/Python.framework/Versions/3.12/bin/python3-config ==> /usr/local/Cellar/[email protected]/3.13.0_1/bin/python3.13 -Im ensurepip ==> /usr/local/Cellar/[email protected]/3.13.0_1/bin/python3.13 -Im pip install -v --n ==> Caveats Python has been installed as /usr/local/bin/python3 Unversioned symlinks `python`, `python-config`, `pip` etc. pointing to `python3`, `python3-config`, `pip3` etc., respectively, have been installed into /usr/local/opt/[email protected]/libexec/bin See: https://docs.brew.sh/Homebrew-and-Python ``` This is also happening on the maintenance branch for 18.0.0 ### Component(s) Java, Packaging -- 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]
