Date: Tue, 17 Apr 2018 06:48:53 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 227573] CMAKE build issues with py36 Message-ID: <bug-227573-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D227573 Bug ID: 227573 Summary: CMAKE build issues with py36 Product: Ports & Packages Version: Latest Hardware: amd64 OS: Any Status: New Severity: Affects Many People Priority: --- Component: Individual Port(s) Assignee: kde@FreeBSD.org Reporter: matt-freebsd@3kt.co.uk Flags: maintainer-feedback?(kde@FreeBSD.org) Assignee: kde@FreeBSD.org Hi, I am trying to build cmake with the the build options of just MANPAGES with uses py-sphinx to build the respective manpages. I am hitting a couple of issues. Firstly, in order to build with python36, and having looked at the Makefile= , i have to specify PY_FLAVOR=3Dpy36 rather than just FLAVOR=3Dpy36 which seems= to differ to other ports. root@server:/usr/ports/devel/cmake # make FLAVOR=3Dpy36 install clean =3D=3D=3D> cmake-3.11.0 FLAVOR is defined (to py36) while this port does n= ot have FLAVORS.. *** Error code 1 Specifying PY_FLAVOR=3Dpy36 does work and instigates the build/install of t= he dependant py36 python packages. Secondly, even with PY_FLAVOR=3Dpy36 stated and cmake picking up py36-sphinx being installed, cmake fails to install with the error of ------ root@server:/usr/ports/devel/cmake # make PY_FLAVOR=3Dpy36 all install clean =3D=3D=3D> cmake-3.11.0 depends on executable: sphinx-build - not found =3D=3D=3D> cmake-3.11.0 depends on executable: sphinx-build - not found *** Error code 1 Stop. make[1]: stopped in /usr/ports/devel/cmake *** Error code 1 Stop. make: stopped in /usr/ports/devel/cmake ------ root@server:~ # pkg info | grep py36-sphinx py36-sphinx-1.6.5_1,1 Python documentation generator py36-sphinx_rtd_theme-0.2.4 Mobile-friendly py-sphinx theme py36-sphinxcontrib-websupport-1.0.1 Sphinx API for Web Apps root@server:~ # --=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-227573-7788>