Henrik Hudson <[email protected]> has reassigned Bugzilla Automation <[email protected]>'s request for maintainer-feedback to [email protected]: Bug 224030: devel/cmake: fails to build with flavors; py-sphinx missing https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=224030
--- Description --- Updated to the latest ports with flavors enabled and cmake fails to build with poudriere. The full error log is attached, but in short: cmake-3.9.6 depends on executable: sphinx-build - not found However, py27-sphinx is installed according to the poudriere log. If I manually install it inside my poudriere build environment it's installing "sphinx-build-2.7" So, I'm guessing the Makefile for cmake needs to be changed: MANPAGES_BUILD_DEPENDS= sphinx-build:textproc/py-sphinx to: MANPAGES_BUILD_DEPENDS= sphinx-build-2.7:textproc/py-sphinx or is there some variable we can put there in case it tries to build with a different Python version?
