Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 369669 - dev-python/sphinx-1.0.7 needs a dependency on dev-python/docutils
Summary: dev-python/sphinx-1.0.7 needs a dependency on dev-python/docutils
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-01 14:56 UTC by Philip White
Modified: 2011-06-05 22:55 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 Philip White 2011-06-01 14:56:02 UTC
At least when the 'doc' flag is set, dev-python/sphinx will not build without dev-python/docutils:

 * Generation of documentation
make -j3 'SPHINXBUILD=python2.7 ../sphinx-build.py' html 
python2.7 ../sphinx-build.py -b html -d _build/doctrees    . _build/html
Error: The Docutils library cannot be found. Did you install Sphinx and its dependencies correctly?
make: *** [html] Error 1
emake failed
 * ERROR: dev-python/sphinx-1.0.7 failed (compile phase):
 *   Generation of documentation failed

After re-emerging dev-python/docutils, sphinx successfully installs.

Please add this dependency so that revdep-rebuild can correctly compute the emerge sequence.
Comment 1 Dirkjan Ochtman (RETIRED) gentoo-dev 2011-06-01 16:01:43 UTC
sphinx-1.0.7 already depends on docutils. It seems you got something broken going on in your system.
Comment 2 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2011-06-05 22:55:46 UTC
You probably forgot to run python-updater.