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

问题描述 投票:10回答:2

我该如何解决以下问题?

$ 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
homebrew inkscape
2个回答
10
投票

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

brew tap

现在重置可疑存储库:

brew untap caskformula/caskformula#这对我有用

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

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

brew update

brew upgrade

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

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


8
投票

这终于解决了我的问题:

brew untap weikengchen/caskformula
brew update && brew upgrade
© www.soinside.com 2019 - 2024. All rights reserved.