Date: Thu, 8 Jan 2015 07:01:25 +0800 From: Ben Woods <woodsb02@gmail.com> To: Raphael Kubo da Costa <rakuco@freebsd.org> Cc: freebsd-ports@freebsd.org Subject: Re: upgrading texlive broken due to cmake Message-ID: <CAOc73CCX7%2B2ZZh=dq0=g-tHd%2BT4PLQ9tYgM3b-Tw-c1Z-vsBOg@mail.gmail.com> In-Reply-To: <86bnmagq03.fsf@FreeBSD.org> References: <slrnmar6bl.23dh.varro@anukis.local> <86bnmagq03.fsf@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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@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?
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAOc73CCX7%2B2ZZh=dq0=g-tHd%2BT4PLQ9tYgM3b-Tw-c1Z-vsBOg>