brew remove inkscape:错误:调用需求:cxx11被禁用

Dev*_*hon 10 homebrew inkscape

我该如何解决以下问题?

$ brew update && brew upgrade
Already up-to-date.
Error: Calling needs :cxx11 is disabled! There is no replacement.
Please report this to the weikengchen/caskformula tap:
  /usr/local/Homebrew/Library/Taps/weikengchen/homebrew-caskformula/Formula/inkscape.rb:31

If reporting this issue please do so at (not Homebrew/brew or Homebrew/core):
  https://github.com/weikengchen/homebrew-caskformula/issues
Run Code Online (Sandbox Code Playgroud)

jon*_*sfh 10

capsformula/caskformulaweikengchen/caskformula(可能还有其他?)的水龙头似乎都会引起这个问题.要列出当前的水龙头,请运行

brew tap

现在重置可疑存储库:

brew untap caskformula/caskformula #这对我有用

brew doctor删除caskformula后运行以检查问题.如果有问题,请按照建议操作.

最后更新存储库和升级软件:

brew update

brew upgrade

github上这个问题的更多信息:

https://github.com/caskformula/homebrew-caskformula/issues/74


Dev*_*hon 8

这终于解决了我的问题:

brew untap weikengchen/caskformula
brew update && brew upgrade
Run Code Online (Sandbox Code Playgroud)

  • 我删除了`/ usr / local / Homebrew / Library / Taps / caskformula / homebrew-caskformula / Formula / inkscape.rb`,这至少使med运行了更新和升级。 (2认同)