Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 714782 - dev-python/sqlparse-0.3.1[doc] die "${confpy} not found, distutils_enable_sphinx call wrong";
Summary: dev-python/sqlparse-0.3.1[doc] die "${confpy} not found, distutils_enable_sp...
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-26 02:30 UTC by Alessandro Barbieri
Modified: 2020-05-14 11:57 UTC (History)
2 users (show)

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


Attachments
sqlparse-0.3.1:20200325-183503.log (sqlparse-0.3.1:20200325-183503.log,8.81 KB, text/plain)
2020-03-26 02:31 UTC, Alessandro Barbieri
Details
info (info,16.49 KB, text/plain)
2020-03-26 02:34 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-26 02:30:14 UTC
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/sqlparse-0.3.1::gentoo failed (compile phase):
 *   docs/conf.py not found, distutils_enable_sphinx call wrong
 *
 * Call stack:
 *     ebuild.sh, line  125:  Called src_compile
 *   environment, line 4276:  Called distutils-r1_src_compile
 *   environment, line 2430:  Called _distutils-r1_run_common_phase 'python_compile_all'
 *   environment, line 1672:  Called multibuild_foreach_variant 'distutils-r1_run_phase' 'python_compile_all'
 *   environment, line 3283:  Called _multibuild_run 'distutils-r1_run_phase' 'python_compile_all'
 *   environment, line 3281:  Called distutils-r1_run_phase 'python_compile_all'
 *   environment, line 2418:  Called python_compile_all
 *   environment, line 3621:  Called sphinx_compile_all
 *   environment, line 4260:  Called die
 * The specific snippet of code:
 *       [[ -f ${confpy} ]] || die "${confpy} not found, distutils_enable_sphinx call wrong";
 *
 * If you need support, post the output of `emerge --info '=dev-python/sqlparse-0.3.1::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=dev-python/sqlparse-0.3.1::gentoo'`.
 * The complete build log is located at '/var/log/portage/build/dev-python/sqlparse-0.3.1:20200325-183503.log'.
 * For convenience, a symlink to the build log is located at '/var/tmp/portage/dev-python/sqlparse-0.3.1/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/dev-python/sqlparse-0.3.1/temp/environment'.
 * Working directory: '/var/tmp/portage/dev-python/sqlparse-0.3.1/work/sqlparse-0.3.1'
 * S: '/var/tmp/portage/dev-python/sqlparse-0.3.1/work/sqlparse-0.3.1'
 *
 * The following package has failed to build, install, or execute postinst:
 *
 *  (dev-python/sqlparse-0.3.1:0/0::gentoo, ebuild scheduled for merge), Log file:
 *   '/var/log/portage/build/dev-python/sqlparse-0.3.1:20200325-183503.log'
 *
Comment 1 Alessandro Barbieri 2020-03-26 02:31:05 UTC
Created attachment 625886 [details]
sqlparse-0.3.1:20200325-183503.log

buildlog
Comment 2 Alessandro Barbieri 2020-03-26 02:34:22 UTC
Created attachment 625888 [details]
info

emerge --info
Comment 3 Yarda 2020-05-13 09:25:43 UTC
The same problem encountered.
Comment 4 Larry the Git Cow gentoo-dev 2020-05-14 11:57:27 UTC
The bug has been closed via the following commit(s):

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

commit a22ebc43f0a21d364b10c9a0cc193c0d8c4ceac6
Author:     Michał Górny <mgorny@gentoo.org>
AuthorDate: 2020-05-14 11:55:59 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2020-05-14 11:57:16 +0000

    dev-python/sqlparse: Fix building docs
    
    Closes: https://bugs.gentoo.org/714782
    Signed-off-by: Michał Górny <mgorny@gentoo.org>

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