Brew is failing to install kf5-kxmlgui
SUMMARY
I'm trying to install Heaptrack through Brew in my MacOS so I can use heaptrack_gui and when I follow the steps in the guide (https://github.com/KDE/heaptrack#compile-heaptrack_gui-on-macos-using-homebrew) it gets to a part where it attempts to install kde-mac/kde/kf5-kxmlgui
and cmake/ninja are throwing the following error:
[5/124] cd /tmp/kf5-kxmlgui-20211204-20574-10sperz/kxmlgui-5.88.0/build/src && /usr/local/Cellar/cmake/3.22.0/bin/cmake -E cmake_autogen /tmp/kf5-kxmlgui-20211204-20574-10sperz/kxmlgui-5.88.0/build/src/CMakeFiles/KF5XmlGui_autogen.dir/AutogenInfo.json Release && /usr/local/Cellar/cmake/3.22.0/bin/cmake -E touch /tmp/kf5-kxmlgui-20211204-20574-10sperz/kxmlgui-5.88.0/build/src/KF5XmlGui_autogen/timestamp && /usr/local/Cellar/cmake/3.22.0/bin/cmake -E cmake_transform_depfile Ninja gccdepfile /tmp/kf5-kxmlgui-20211204-20574-10sperz/kxmlgui-5.88.0 /tmp/kf5-kxmlgui-20211204-20574-10sperz/kxmlgui-5.88.0/src /tmp/kf5-kxmlgui-20211204-20574-10sperz/kxmlgui-5.88.0/build /tmp/kf5-kxmlgui-20211204-20574-10sperz/kxmlgui-5.88.0/build/src /tmp/kf5-kxmlgui-20211204-20574-10sperz/kxmlgui-5.88.0/build/src/KF5XmlGui_autogen/deps /tmp/kf5-kxmlgui-20211204-20574-10sperz/kxmlgui-5.88.0/build/CMakeFiles/d/e81f38110362f4109aa6c3eed557416e085fcfd6a2aef71e3cb2d7bdbaccf44a.d ninja: build stopped: subcommand failed.
STEPS TO REPRODUCE
- On MacOS, ensure you have Homebrew installed
- Run:
brew tap kde-mac/kde https://invent.kde.org/packaging/homebrew-kde.git
- Run:
"$(brew --repo kde-mac/kde)/tools/do-caveats.sh"
- Ensure that here are no errors
- Run
brew install kf5-kxmlgui
- Observe the error described above
OBSERVED RESULT Ninja/cmake are failing to build kf5-kxmlgui
EXPECTED RESULT Brew should install kf5-kxmlgui correctly
SOFTWARE/OS VERSIONS macOS: Big Sur 11.6.1 (20G224)
ADDITIONAL INFORMATION cmake.logs