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

index | next in thread | raw e-mail

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=238743

            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=205261&action=edit
Fix HTMLDOCS build for pydbus-common

It seems that pydbus-common no longer uses sphinx-build executable to generate
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 sphinx
it needs. pydbus-common explicitly requests python 2.7, but py36-sphinx is
installed chosen because it is the default version.

===>   pydbus-common-1.2.8 depends on executable: sphinx-build - not found
===>   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...
...
===>  Configuring for pydbus-common-1.2.8
...
checking python2.7 module: sphinx... no
configure: error: cannot build documentation without sphinx Python module

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

home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-238743-6497>