maintainer-feedback requested: [Bug 224030] devel/cmake: fails to build with flavors; py-sphinx missing

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Dec 2 00:04:13 UTC 2017


Henrik Hudson <ports at thelanman.net> has reassigned Bugzilla Automation
<bugzilla at FreeBSD.org>'s request for maintainer-feedback to kde at FreeBSD.org:
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?


More information about the kde-freebsd mailing list