Closed korysas closed 8 months ago
I have the same problem as of this morning
Also running into this on an M2 Pro on Sonoma 14.2.1.
Same issue here.
I have the same issue on MacBook Pro 16" with M1 Max CPU.
Details:
$ brew --version && arch
Homebrew 4.2.8
arm64
$ brew install kreuzwerker/taps/m1-terraform-provider-helper
Warning: No available formula or cask with the name "kreuzwerker/taps/m1-terraform-provider-helper"
$ brew tap
aws/tap
homebrew/bundle
homebrew/services
kreuzwerker/taps
seems to be this commit: https://github.com/kreuzwerker/homebrew-taps/commit/0a4d50822653f17fdd661f256ecd7230cffb57f1 that breaks it
please reach out to the commiter :)
@brotbert can you please revert this commit? we can't install the package..
Fixed
As mentioned above, It works well (6950d79)
Expected Behavior
When running
brew install kreuzwerker/taps/m1-terraform-provider-helper
them1-terraform-provider-helper
executable should be installedActual Behavior
Get a warning saying
When running
brew doctor
there is warningWorkaround
Navigated to
/opt/homebrew/Library/Taps/kreuzwerker/homebrew-taps
and ranrm -rf Formula
Then
brew install kreuzwerker/taps/m1-terraform-provider-helper
worked fine.Your Environment