upgrading texlive broken due to cmake
Ben Woods
woodsb02 at gmail.com
Wed Jan 7 23:01:28 UTC 2015
textproc/py-sphinx port depends on the devel/py-Jinja2 port... but the port
only requires py-Jinja >= 2.3.
Try adding this patch to your ports tree and then retry you build:
Index: textproc/py-sphinx/Makefile
===================================================================
--- textproc/py-sphinx/Makefile (revision 376204)
+++ textproc/py-sphinx/Makefile (working copy)
@@ -14,9 +14,9 @@
LICENSE= BSD2CLAUSE
-BUILD_DEPENDS=
${PYTHON_PKGNAMEPREFIX}Jinja2>=2.3:${PORTSDIR}/devel/py-Jinja2 \
+BUILD_DEPENDS=
${PYTHON_PKGNAMEPREFIX}Jinja2>=2.7:${PORTSDIR}/devel/py-Jinja2 \
${PYTHON_PKGNAMEPREFIX}docutils>=0.7:${PORTSDIR}/textproc/py-docutils
-RUN_DEPENDS=
${PYTHON_PKGNAMEPREFIX}Jinja2>=2.3:${PORTSDIR}/devel/py-Jinja2 \
+RUN_DEPENDS=
${PYTHON_PKGNAMEPREFIX}Jinja2>=2.7:${PORTSDIR}/devel/py-Jinja2 \
${PYTHON_PKGNAMEPREFIX}docutils>=0.7:${PORTSDIR}/textproc/py-docutils \
${PYTHON_PKGNAMEPREFIX}pygments>=1.2:${PORTSDIR}/textproc/py-pygments
--
From: Benjamin Woods
woodsb02 at gmail.com
> > tex-kpathsea installed, but texlive-base didn't due to a failure to
> > build the cmake dependency:
> [...]
> > ===> Building for py27-sphinx-1.2.3
> > /usr/local/bin/python2.7: No module named jinja2
>
> See how this is actually a failure to build the py-sphinx dependency.
> Does the port build if you try to build it individually?
More information about the freebsd-ports
mailing list