Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix macOS CI failure #140

Merged
merged 1 commit into from
Nov 22, 2024
Merged

Fix macOS CI failure #140

merged 1 commit into from
Nov 22, 2024

Conversation

vasi
Copy link
Owner

@vasi vasi commented Nov 22, 2024

We're getting errors because of homebrew's migration from pkg-config to pkgconf: Homebrew/homebrew-core#194885

To solve:

  • Enable pkgconf in general, we'd prefer it to the ancient pkg-config
  • For now, just wipe pkg-config from the macos running, and then update so we get the new pkgconf version that replaces it
  • Eventually, Github will upgrade their runner so it has pkgconf, and we'll get to remove the brew remove/update

Error:

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

@vasi vasi force-pushed the macos-latest-2024 branch 5 times, most recently from d5cac5f to 5a42165 Compare November 22, 2024 04:27
@vasi vasi force-pushed the macos-latest-2024 branch from 5a42165 to 03303a5 Compare November 22, 2024 04:30
@vasi vasi merged commit dc217a8 into master Nov 22, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant