Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Jun 2019 11:46:33 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 238743] devel/pydbus-common: Fix HTMLDOCS build
Message-ID:  <bug-238743-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D238743

            Bug ID: 238743
           Summary: devel/pydbus-common: Fix HTMLDOCS build
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: gnome@FreeBSD.org
          Reporter: lantw44@gmail.com
             Flags: maintainer-feedback?(gnome@FreeBSD.org)
          Assignee: gnome@FreeBSD.org

Created attachment 205261
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D205261&action=
=3Dedit
Fix HTMLDOCS build for pydbus-common

It seems that pydbus-common no longer uses sphinx-build executable to gener=
ate
documentation. Instead, it requires sphinx python module to work.

Since FreeBSD has switched the default python version to 3.6, pydbus-common
HTMLDOCS option no longer works because it doesn't specify the flavor of sp=
hinx
it needs. pydbus-common explicitly requests python 2.7, but py36-sphinx is
installed chosen because it is the default version.

=3D=3D=3D>   pydbus-common-1.2.8 depends on executable: sphinx-build - not =
found
=3D=3D=3D>   Installing existing package /packages/All/py36-sphinx-1.6.5_2,=
1.txz
[freebsd12-default-workstation-job-01] Installing py36-sphinx-1.6.5_2,1...
...
=3D=3D=3D>  Configuring for pydbus-common-1.2.8
...
checking python2.7 module: sphinx... no
configure: error: cannot build documentation without sphinx Python module

--=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-238743-7788>