The Required Libraries™ list mingw-w64-x86_64-pkg-config. Which probably works, assuming a cmake install from a different source. However, using the pacman-provided CMake will end up tossing errors because it lists mingw-w64-x86_64-pkgconf as dep. Using that instead produces a perfectly functional build, so you might want to list both options or only the latter (are there any packages that explicitly grab the other one?).
looking for conflicting packages...
:: mingw-w64-x86_64-pkg-config and mingw-w64-x86_64-pkgconf are in conflict. Remove mingw-w64-x86_64-pkgconf? [Y/n]
error: failed to prepare transaction (could not satisfy dependencies)
:: removing mingw-w64-x86_64-pkgconf breaks dependency 'mingw-w64-x86_64-pkgconf' required by mingw-w64-x86_64-cmake
PS: the first troubleshooting link is also dead, as it points to alexcrichton/git2-rs, works with rust-lang/git2-rs though.
The Required Libraries™ list
mingw-w64-x86_64-pkg-config
. Which probably works, assuming acmake
install from a different source. However, using thepacman
-provided CMake will end up tossing errors because it listsmingw-w64-x86_64-pkgconf
as dep. Using that instead produces a perfectly functional build, so you might want to list both options or only the latter (are there any packages that explicitly grab the other one?).PS: the first troubleshooting link is also dead, as it points to alexcrichton/git2-rs, works with rust-lang/git2-rs though.