Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 715062

Summary: dev-python/greenlet-0.4.15-r1[doc] distutils_enable_sphinx: sphinx.ext.autodoc not found in doc/conf.py, pass --no-autodoc
Product: Gentoo Linux Reporter: Alessandro Barbieri <lssndrbarbieri>
Component: Current packagesAssignee: Python Gentoo Team <python>
Status: RESOLVED FIXED    
Severity: normal CC: jstein, leonchik1976
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: greenlet-0.4.15-r1:20200327-064056.log
info

Description Alessandro Barbieri 2020-03-27 15:49:53 UTC
* Using python3.6 in global scope
 * python3_6: running distutils-r1_run_phase python_compile_all
 * ERROR: dev-python/greenlet-0.4.15-r1::gentoo failed (compile phase):
 *   distutils_enable_sphinx: sphinx.ext.autodoc not found in doc/conf.py, pass --no-autodoc
 *
 * Call stack:
 *     ebuild.sh, line  125:  Called src_compile
 *   environment, line 4726:  Called distutils-r1_src_compile
 *   environment, line 2598:  Called _distutils-r1_run_common_phase 'python_compile_all'
 *   environment, line 1677:  Called multibuild_foreach_variant 'distutils-r1_run_phase' 'python_compile_all'
 *   environment, line 3592:  Called _multibuild_run 'distutils-r1_run_phase' 'python_compile_all'
 *   environment, line 3590:  Called distutils-r1_run_phase 'python_compile_all'
 *   environment, line 2586:  Called python_compile_all
 *   environment, line 3989:  Called sphinx_compile_all
 *   environment, line 4718:  Called die
 * The specific snippet of code:
 *                   die "distutils_enable_sphinx: sphinx.ext.autodoc not found in ${confpy}, pass --no-autodoc";
 *
 * If you need support, post the output of `emerge --info '=dev-python/greenlet-0.4.15-r1::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=dev-python/greenlet-0.4.15-r1::gentoo'`.
 * The complete build log is located at '/var/log/portage/build/dev-python/greenlet-0.4.15-r1:20200327-064056.log'.
 * For convenience, a symlink to the build log is located at '/var/tmp/portage/dev-python/greenlet-0.4.15-r1/temp/build.log'.
Comment 1 Alessandro Barbieri 2020-03-27 15:50:17 UTC
Created attachment 626420 [details]
greenlet-0.4.15-r1:20200327-064056.log

buildlog
Comment 2 Alessandro Barbieri 2020-03-27 15:50:54 UTC
Created attachment 626422 [details]
info

emerge --info
Comment 3 Louis Sautier (sbraz) gentoo-dev 2020-09-14 12:13:24 UTC
*** Bug 741686 has been marked as a duplicate of this bug. ***
Comment 4 Louis Sautier (sbraz) gentoo-dev 2020-09-14 12:13:43 UTC
Fixed in

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23200f7c5f4254107513b43421b68c7ef2d8152e

commit 23200f7c5f4254107513b43421b68c7ef2d8152e
Author:     Louis Sautier <sbraz@gentoo.org>
AuthorDate: 2020-09-14 11:41:18 +0000
Commit:     Louis Sautier <sbraz@gentoo.org>
CommitDate: 2020-09-14 11:41:18 +0000

    dev-python/greenlet: fix doc build
    
    Closes: https://bugs.gentoo.org/741686
    Package-Manager: Portage-3.0.6, Repoman-3.0.1
    Signed-off-by: Louis Sautier <sbraz@gentoo.org>

 dev-python/greenlet/greenlet-0.4.16.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)