Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 715064 - dev-python/beautifulsoup-4.8.2[doc] distutils_enable_sphinx: --no-autodoc passed but sphinx.ext.autodoc found in doc/source/conf.py
Summary: dev-python/beautifulsoup-4.8.2[doc] distutils_enable_sphinx: --no-autodoc pas...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-03-27 15:55 UTC by Alessandro Barbieri
Modified: 2020-06-10 20:50 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
beautifulsoup-4.8.2:20200327-062051.log (beautifulsoup-4.8.2:20200327-062051.log,12.78 KB, text/plain)
2020-03-27 15:55 UTC, Alessandro Barbieri
Details
info (info,16.31 KB, text/plain)
2020-03-27 15:56 UTC, Alessandro Barbieri
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alessandro Barbieri 2020-03-27 15:55:14 UTC
Skipping optional fixer: buffer
Skipping optional fixer: idioms
Skipping optional fixer: set_literal
Skipping optional fixer: ws_comma
warning: build_py: byte-compiling is disabled, skipping.

 * Using python3.6 in global scope
 * python3_6: running distutils-r1_run_phase python_compile_all
 * ERROR: dev-python/beautifulsoup-4.8.2::gentoo failed (compile phase):
 *   distutils_enable_sphinx: --no-autodoc passed but sphinx.ext.autodoc found in doc/source/conf.py
 *
 * Call stack:
 *     ebuild.sh, line  125:  Called src_compile
 *   environment, line 4274:  Called distutils-r1_src_compile
 *   environment, line 2437:  Called _distutils-r1_run_common_phase 'python_compile_all'
 *   environment, line 1679:  Called multibuild_foreach_variant 'distutils-r1_run_phase' 'python_compile_all'
 *   environment, line 3290:  Called _multibuild_run 'distutils-r1_run_phase' 'python_compile_all'
 *   environment, line 3288:  Called distutils-r1_run_phase 'python_compile_all'
 *   environment, line 2425:  Called python_compile_all
 *   environment, line 3619:  Called sphinx_compile_all
 *   environment, line 4261:  Called die
 * The specific snippet of code:
 *               die "distutils_enable_sphinx: --no-autodoc passed but sphinx.ext.autodoc found in ${confpy}";
 *
 * If you need support, post the output of `emerge --info '=dev-python/beautifulsoup-4.8.2::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=dev-python/beautifulsoup-4.8.2::gentoo'`.
 * The complete build log is located at '/var/log/portage/build/dev-python/beautifulsoup-4.8.2:20200327-062051.log'.
 * For convenience, a symlink to the build log is located at '/var/tmp/portage/dev-python/beautifulsoup-4.8.2/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/dev-python/beautifulsoup-4.8.2/temp/environment'.
 * Working directory: '/var/tmp/portage/dev-python/beautifulsoup-4.8.2/work/beautifulsoup4-4.8.2'
 * S: '/var/tmp/portage/dev-python/beautifulsoup-4.8.2/work/beautifulsoup4-4.8.2'
Comment 1 Alessandro Barbieri 2020-03-27 15:55:34 UTC
Created attachment 626424 [details]
beautifulsoup-4.8.2:20200327-062051.log

buildlog
Comment 2 Alessandro Barbieri 2020-03-27 15:56:02 UTC
Created attachment 626426 [details]
info

emerge --info
Comment 3 Larry the Git Cow gentoo-dev 2020-06-10 20:50:23 UTC
The bug has been closed via the following commit(s):

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

commit a779af2a12a67d632696e68b355a54f00d3b0ffd
Author:     Michał Górny <mgorny@gentoo.org>
AuthorDate: 2020-06-10 20:37:06 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2020-06-10 20:50:16 +0000

    dev-python/beautifulsoup: Fix doc build
    
    Closes: https://bugs.gentoo.org/715064
    Signed-off-by: Michał Górny <mgorny@gentoo.org>

 dev-python/beautifulsoup/beautifulsoup-4.8.2.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)