【发布时间】:2019-03-14 21:09:51
【问题描述】:
我尝试使用brew install Valgrind 安装 Valgrind 并得到:
valgrind: This formula either does not compile or function as expected
on macOS versions newer than Sierra due to an upstream
incompatibility.
Error: An unsatisfied requirement failed this build.
我试过brew install --HEAD Valgrind。
相反,在成功安装依赖项 autoconf、automake 和 libtool 后,当它尝试安装 valgrind 时,出现配置错误:
Valgrind works on Darwin 10.x, 11.x, 12.x, 13.x, 14.x, 15.x, 16.x and
17.x (Mac OS X 10.6/7/8/9/10/11 and macOS 10.12/13)
我的操作系统是 macOS Mojave(10.14),这是否意味着我目前无法使用 Homebrew 安装正常运行的 Valgrind?
【问题讨论】:
-
也许可以尝试
brew edit valgrind并在公式的头部将“sourceware.org/git/valgrind.git”替换为“git://sourceware.org/git/valgrind.git”。 -
我已经尝试过了,但它仍然显示完全相同的消息...
-
这是我能找到的最新状态。 tl;博士:它还没有准备好。 mail-archive.com/kde-bugs-dist@kde.org/msg285805.html
标签: macos homebrew valgrind memory-leak-detector