Closed
Description
The macOS CI of GitHub Action failed in the Install Homebrew dependencies
step with:
Linking /usr/local/Cellar/tcl-tk@8/8.6.16...
Error: Could not symlink lib/libtcl8.6.dylib
Target /usr/local/lib/libtcl8.6.dylib
is a symlink belonging to tcl-tk@8. You can unlink it:
brew unlink tcl-tk@8
To force the link and overwrite all conflicting files:
brew link --overwrite tcl-tk@8
To list all files that would be deleted:
brew link --overwrite tcl-tk@8 --dry-run
Linked PRs
- gh-128069: Do not manually brew link Tcl/Tk to fix macOS CI failure #128082
- gh-128069: brew link --overwrite tcl-tk@8 to prevent conflict with GitHub image's version #128090
- [3.13] gh-128069: brew link --overwrite tcl-tk@8 to prevent conflict with GitHub image's version (GH-128090) #128096
- [3.12] gh-128069: brew link --overwrite tcl-tk@8 to prevent conflict with GitHub image's version (GH-128090) #128125
- [3.11] gh-128069: brew link --overwrite tcl-tk@8 to prevent conflict with GitHub image's version (GH-128090) #129172