Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 658952 - dev-python/frozen-flask-0.15[doc]: python3_6 build fails
Summary: dev-python/frozen-flask-0.15[doc]: python3_6 build fails
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 658946
  Show dependency tree
 
Reported: 2018-06-24 13:20 UTC by Jason Zaman
Modified: 2018-06-24 13:53 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jason Zaman gentoo-dev 2018-06-24 13:20:51 UTC
All the other USE-flag combinations work, just doc fails


 * python3_6: running distutils-r1_run_phase python_compile_all
Running Sphinx v1.6.5
Skipping optional fixer: buffer
Skipping optional fixer: idioms
Skipping optional fixer: set_literal
Skipping optional fixer: ws_comma

Configuration error:
There is a syntax error in your configuration file: bad input (conf.py, line 32)
Did you change the syntax from 2.x to 3.x?
 * ERROR: dev-python/frozen-flask-0.15::gentoo failed (compile phase):
 *   (no error message)
 * 
 * Call stack:
 *     ebuild.sh, line  124:  Called src_compile
 *   environment, line 3556:  Called distutils-r1_src_compile
 *   environment, line  920:  Called _distutils-r1_run_common_phase 'python_compile_all'
 *   environment, line  371:  Called multibuild_foreach_variant 'distutils-r1_run_phase' 'python_compile_all'
 *   environment, line 2265:  Called _multibuild_run 'distutils-r1_run_phase' 'python_compile_all'
 *   environment, line 2263:  Called distutils-r1_run_phase 'python_compile_all'
 *   environment, line  908:  Called python_compile_all
 *   environment, line 2685:  Called die
 * The specific snippet of code:
 *           sphinx-build -c docs docs docs/_build || die;
 * 
 * If you need support, post the output of `emerge --info '=dev-python/frozen-flask-0.15::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=dev-python/frozen-flask-0.15::gentoo'`.
 * The complete build log is located at '/var/tmp/portage/dev-python/frozen-flask-0.15/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/dev-python/frozen-flask-0.15/temp/environment'.
 * Working directory: '/var/tmp/portage/dev-python/frozen-flask-0.15/work/Frozen-Flask-0.15'
 * S: '/var/tmp/portage/dev-python/frozen-flask-0.15/work/Frozen-Flask-0.15'
Comment 1 Larry the Git Cow gentoo-dev 2018-06-24 13:53:45 UTC
The bug has been closed via the following commit(s):

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

commit 42899b40f057cfc72f12b4d982a45f8d02093edf
Author:     Louis Sautier <sbraz@gentoo.org>
AuthorDate: 2018-06-24 13:49:51 +0000
Commit:     Louis Sautier <sbraz@gentoo.org>
CommitDate: 2018-06-24 13:53:38 +0000

    dev-python/frozen-flask: fix doc build, add PyPy{,3}
    
    Also fix a minor syntax error when tests fail.
    
    Closes: https://bugs.gentoo.org/658952
    Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-python/frozen-flask/frozen-flask-0.15.ebuild | 16 ++++++----------
 1 file changed, 6 insertions(+), 10 deletions(-)