[Bug 227573] CMAKE build issues with py36

2018-04-16 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227573

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: k...@freebsd.org
  Reporter: matt-free...@3kt.co.uk
 Flags: maintainer-feedback?(k...@freebsd.org)
  Assignee: k...@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=py36 rather than just FLAVOR=py36 which seems to
differ to other ports.

root@server:/usr/ports/devel/cmake # make FLAVOR=py36 install clean
===>  cmake-3.11.0 FLAVOR is defined (to py36) while this port does not have
FLAVORS..
*** Error code 1

Specifying PY_FLAVOR=py36 does work and instigates the build/install of the
dependant py36 python packages.

Secondly, even with PY_FLAVOR=py36 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=py36 all install clean
===>   cmake-3.11.0 depends on executable: sphinx-build - not found
===>   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.4Mobile-friendly py-sphinx theme
py36-sphinxcontrib-websupport-1.0.1 Sphinx API for Web Apps
root@server:~ #

-- 
You are receiving this mail because:
You are the assignee for the bug.

maintainer-feedback requested: [Bug 227573] CMAKE build issues with py36

2018-04-16 Thread bugzilla-noreply
Bugzilla Automation  has asked k...@freebsd.org for
maintainer-feedback:
Bug 227573: CMAKE build issues with py36
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227573



--- Description ---
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=py36 rather than just FLAVOR=py36 which seems to
differ to other ports.

root@server:/usr/ports/devel/cmake # make FLAVOR=py36 install clean
===>  cmake-3.11.0 FLAVOR is defined (to py36) while this port does not have
FLAVORS..
*** Error code 1

Specifying PY_FLAVOR=py36 does work and instigates the build/install of the
dependant py36 python packages.

Secondly, even with PY_FLAVOR=py36 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=py36 all install clean
===>   cmake-3.11.0 depends on executable: sphinx-build - not found
===>   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.4Mobile-friendly py-sphinx theme
py36-sphinxcontrib-websupport-1.0.1 Sphinx API for Web Apps
root@server:~ #