[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
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=224030
Bug ID: 224030
Summary: devel/cmake: fails to build with flavors; py-sphinx
missing
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: kde at FreeBSD.org
Reporter: ports at thelanman.net
Assignee: kde at FreeBSD.org
Flags: maintainer-feedback?(kde at FreeBSD.org)
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?
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the kde-freebsd
mailing list