Homebrew-cask: 'brew cask outdated' shows "Warning: Unexpected method 'gpg' called on Cask torbrowser"

Created on 7 Feb 2019  路  4Comments  路  Source: Homebrew/homebrew-cask

General troubleshooting steps

Description of issue

running brew cask outdated shows the message: "Warning: Unexpected method 'gpg' called on Cask torbrowser."

Command that failed

brew cask outdated

Output of command with --verbose --debug

Warning: Unexpected method 'gpg' called on Cask torbrowser.
Follow the instructions here:
  https://github.com/Homebrew/homebrew-cask#reporting-bugs
==> Checking update info of Cask gpg-suite
==> Checking update info of Cask torbrowser
(and all the rest of my casks)

Output of brew cask doctor

Please note that these warnings are just used to help the Homebrew maintainers
with debugging if you file an issue. If everything you use Homebrew for is
working fine: please don't worry or file an issue; just ignore this. Thanks!

Warning: "config" scripts exist outside your system or Homebrew directories.
`./configure` scripts often look for *-config scripts to determine if
software packages are installed, and what additional flags to use when
compiling and linking.

Having additional scripts in your path can confuse software installed via
Homebrew if the config script overrides a system or Homebrew provided
script of the same name. We found the following "config" scripts:
  /Users/bart/.pyenv/shims/python3.6m-config
  /Users/bart/.pyenv/shims/python-config
  /Users/bart/.pyenv/shims/python3-config
  /Users/bart/.pyenv/shims/python3.6-config
  /Users/bart/.pyenv/shims/pre-commit-validate-config

Warning: You have unlinked kegs in your Cellar
Leaving kegs unlinked can lead to build-trouble and cause brews that depend on
those kegs to fail to run properly once built. Run `brew link` on these:
  [email protected]
  imagemagick

Output of brew tap

eugenmayer/dockersync
heroku/brew
homebrew/bundle
homebrew/cask
homebrew/core
homebrew/services
raggi/ale
thoughtbot/formulae
outdated

Most helpful comment

this worked for me:
rm -rf "$(brew --prefix)/Caskroom/torbrowser" && brew cask install tor-browser

All 4 comments

Actually this looks like the same fix as https://github.com/Homebrew/homebrew-cask/issues/58495
cask "torbrowser" has been renamed to "tor-browser"

It seems like there should be a better experience for this though

this worked for me:
rm -rf "$(brew --prefix)/Caskroom/torbrowser" && brew cask install tor-browser

It seems like there should be a better experience for this though

https://github.com/Homebrew/homebrew-cask/issues/29716

Was this page helpful?
0 / 5 - 0 ratings

Related issues

vasigorc picture vasigorc  路  3Comments

pablopunk picture pablopunk  路  3Comments

arnogues picture arnogues  路  4Comments

florianletsch picture florianletsch  路  3Comments

orome picture orome  路  3Comments