Skip to content

Brew pin not working for the vmware-fusion cask #150045

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

Closed
6 tasks done
edpichler opened this issue Jun 28, 2023 · 3 comments
Closed
6 tasks done

Brew pin not working for the vmware-fusion cask #150045

edpichler opened this issue Jun 28, 2023 · 3 comments
Labels

Comments

@edpichler
Copy link
Contributor

Verification

Description of issue

In the image we can see the commands and the versions I have:

image

Command that failed

brew pin

Output of command with --verbose --debug

~ brew pin vmware-fusion                                                                                                                                
Error: No available formula with the name "vmware-fusion".
➜  ~ brew pin vmware-fusion --verbose --debug                                                                                                              
Error: No available formula with the name "vmware-fusion".
/opt/homebrew/Library/Homebrew/formulary.rb:633:in `get_formula'
/opt/homebrew/Library/Homebrew/formulary.rb:722:in `factory'
/opt/homebrew/Library/Homebrew/formulary.rb:373:in `resolve'
/opt/homebrew/Library/Homebrew/cli/named_args.rb:210:in `resolve_formula'
/opt/homebrew/Library/Homebrew/cli/named_args.rb:128:in `block in load_formula_or_cask'
/opt/homebrew/Library/Homebrew/api.rb:191:in `with_no_api_env_if_needed'
/opt/homebrew/Library/Homebrew/cli/named_args.rb:118:in `load_formula_or_cask'
/opt/homebrew/Library/Homebrew/cli/named_args.rb:83:in `block in to_formulae_and_casks'
/opt/homebrew/Library/Homebrew/cli/named_args.rb:81:in `each'
/opt/homebrew/Library/Homebrew/cli/named_args.rb:81:in `flat_map'
/opt/homebrew/Library/Homebrew/cli/named_args.rb:81:in `to_formulae_and_casks'
/opt/homebrew/Library/Homebrew/cli/named_args.rb:216:in `to_resolved_formulae'
/opt/homebrew/Library/Homebrew/cmd/pin.rb:25:in `pin'
/opt/homebrew/Library/Homebrew/brew.rb:94:in `<main>


### Output of `brew doctor` and `brew config`

```shell
➜  ~ brew doctor                                                                                                                                          
Your system is ready to brew.


➜  ~ brew config                                                                                                                                           
HOMEBREW_VERSION: 4.0.26-2-gc5cbe64
ORIGIN: https://github.com/Homebrew/brew
HEAD: c5cbe6406b8b9d040c5d1850b5f041af4ddef83c
Last commit: 16 hours ago
Core tap JSON: 28 Jun 08:45 UTC
HOMEBREW_PREFIX: /opt/homebrew
HOMEBREW_CASK_OPTS: []
HOMEBREW_MAKE_JOBS: 12
Homebrew Ruby: 2.6.10 => /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/bin/ruby
CPU: dodeca-core 64-bit arm_blizzard_avalanche
Clang: 14.0.3 build 1403
Git: 2.41.0 => /opt/homebrew/bin/git
Curl: 7.88.1 => /usr/bin/curl
macOS: 13.4.1-arm64
CLT: 14.3.1.0.1.1683849156
Xcode: N/A
Rosetta 2: false


### Output of `brew tap`

```shell
➜  ~ brew tap                                                                                                                                             
browsh-org/browsh
graalvm/tap
homebrew/bundle
mvndaemon/mvnd
@SMillerDev
Copy link
Member

That is correct, brew pin only works on formula, as brew pin --help will tell you

@SMillerDev SMillerDev closed this as not planned Won't fix, can't repro, duplicate, stale Jun 28, 2023
@edpichler
Copy link
Contributor Author

That is correct, brew pin only works on formula, as brew pin --help will tell you

@SMillerDev Is it a technical limitation or a deliberate decision?

@SMillerDev
Copy link
Member

I'm guessing nobody bothered implementing it.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 29, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants