我怎样才能解决下面的问题?
$ 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发布于 2019-02-06 09:12:02
这终于解决了我的问题:
brew untap weikengchen/caskformula
brew update && brew upgrade发布于 2019-02-14 21:13:13
caskformula/caskformula和weikengchen/caskformula (可能还有其他?)似乎是造成这个问题的原因。若要列出当前水龙头,请运行
brew tap
现在,打开可疑的存储库:
brew untap caskformula/caskformula #这对我有用
运行brew doctor以检查删除现金公式后出现的问题。如果有问题,请遵循建议。
最后,更新存储库和升级软件:
brew update
brew upgrade
关于github的更多信息:
https://github.com/caskformula/homebrew-caskformula/issues/74
https://stackoverflow.com/questions/54547437
复制相似问题