Date: Sat, 02 Dec 2017 00:04:13 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 224030] devel/cmake: fails to build with flavors; py-sphinx missing Message-ID: <bug-224030-13@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D224030 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@FreeBSD.org Reporter: ports@thelanman.net Assignee: kde@FreeBSD.org Flags: maintainer-feedback?(kde@FreeBSD.org) Updated to the latest ports with flavors enabled and cmake fails to build w= ith 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 manu= ally 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=3D sphinx-build:textproc/py-sphinx to: MANPAGES_BUILD_DEPENDS=3D 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? --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-224030-13>