Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 636752 - dev-python/pyzor-1.0.0: missing dependency on dev-python/sphinx
Summary: dev-python/pyzor-1.0.0: missing dependency on dev-python/sphinx
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: Pending removal: 2018-04-18
Keywords: PMASKED
Depends on:
Blocks:
 
Reported: 2017-11-06 23:02 UTC by Rolf Eike Beer
Modified: 2018-03-27 14:55 UTC (History)
1 user (show)

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 Rolf Eike Beer archtester 2017-11-06 23:02:10 UTC
make: Entering directory '/var/tmp/portage/dev-python/pyzor-1.0.0/work/pyzor-release-1-0-0-python3_4/docs'
Makefile:12: *** The 'sphinx-build' command was not found. Make sure you have Sphinx installed, then set the SPHINXBUILD environment variable to point to the full path of the 'sphinx-build' executable. Alternatively you can add the directory with the executable to your PATH. If you don't have Sphinx installed, grab it from http://sphinx-doc.org/.  Stop.
make: Leaving directory '/var/tmp/portage/dev-python/pyzor-1.0.0/work/pyzor-release-1-0-0-python3_4/docs'

Happens whenever USE=doc is enabled.

Reproducible: Always
Comment 1 Larry the Git Cow gentoo-dev 2018-03-23 23:35:19 UTC
The bug has been referenced in the following commit(s):

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

commit 4d3fe7a396ce39cfe22c324b03d4b48fd359da77
Author:     Michael Orlitzky <mjo@gentoo.org>
AuthorDate: 2018-03-18 15:13:33 +0000
Commit:     Michael Orlitzky <mjo@gentoo.org>
CommitDate: 2018-03-23 23:34:26 +0000

    dev-python/pyzor: new revision to fix some open bugs.
    
    Lots of changes all at once:
    
    * Update to EAPI=6.
    * Remove an old pkg_postinst() notice about a relocated executable.
    * Add IUSE=gdbm to make the gdbm daemon backend optional.
    * Only require a (gdbm, mysql, redis) backend with USE=pyzord.
    * Add a patch submitted upstream (by me) to fix a unicode crash.
    * Require sphinx with USE=doc (bug 636752).
    * Remove version constraints on redis-py and gevent (bug 643692).
    * Use HOMEPAGE to make SRC_URI fit on one line.
    * Add die() to "mv" and "rm" commands in src_install.
    * Removed seemingly-unnecessary DISTUTILS_IN_SOURCE_BUILD=1.
    * Added myself to metadata.xml as a maintainer.
    * Improved the back-end database engine USE flag descriptions.
    
    Bug: https://bugs.gentoo.org/636752
    Bug: https://bugs.gentoo.org/643692
    Package-Manager: Portage-2.3.19, Repoman-2.3.6

 .../read-stdin-as-binary-in-get_input_msg.patch    | 45 ++++++++++++++
 dev-python/pyzor/metadata.xml                      | 22 +++++--
 dev-python/pyzor/pyzor-1.0.0-r1.ebuild             | 70 ++++++++++++++++++++++
 3 files changed, 133 insertions(+), 4 deletions(-)}
Comment 2 Michael Orlitzky gentoo-dev 2018-03-27 14:55:17 UTC
I've unmasked -r1 and this is fixed there. I'll stabilize it ASAP to deal with the other dependency issue.

Thanks for the report!