kou opened a new pull request, #44821:
URL: https://github.com/apache/arrow/pull/44821

   ### Rationale for this change
   
   `[email protected]` prevents installing `pkgconf`:
   
   ```text
   Installing pkgconf
   ==> Downloading https://ghcr.io/v2/homebrew/core/pkgconf/manifests/2.3.0_1
   ==> Fetching pkgconf
   ==> Downloading 
https://ghcr.io/v2/homebrew/core/pkgconf/blobs/sha256:5f83615f295e78e593c767d84f3eddf61bfb0b849a1e6a5ea343506b30b2c620
   ==> Pouring pkgconf--2.3.0_1.arm64_sonoma.bottle.tar.gz
   Error: The `brew link` step did not complete successfully
   The formula built, but is not symlinked into /opt/homebrew
   Could not symlink bin/pkg-config
   Target /opt/homebrew/bin/pkg-config
   is a symlink belonging to [email protected]. You can unlink it:
     brew unlink [email protected]
   
   To force the link and overwrite all conflicting files:
     brew link --overwrite pkgconf
   
   To list all files that would be deleted:
     brew link --overwrite pkgconf --dry-run
   
   Possible conflicting files are:
   /opt/homebrew/bin/pkg-config -> 
/opt/homebrew/Cellar/[email protected]/0.29.2_3/bin/pkg-config
   /opt/homebrew/share/aclocal/pkg.m4 -> 
/opt/homebrew/Cellar/[email protected]/0.29.2_3/share/aclocal/pkg.m4
   /opt/homebrew/share/man/man1/pkg-config.1 -> 
/opt/homebrew/Cellar/[email protected]/0.29.2_3/share/man/man1/pkg-config.1
   ```
   
   ### What changes are included in this PR?
   
   Remove not only `pkg-config` but also `[email protected]`.
   
   ### Are these changes tested?
   
   Yes.
   
   ### Are there any user-facing changes?
   
   No.


-- 
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]

Reply via email to