Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 537098 - dev-python/pycallgraph needs sphinx even with -doc
Summary: dev-python/pycallgraph needs sphinx even with -doc
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Alex Brandt (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-01-20 05:53 UTC by Johann Schmitz (ercpe) (RETIRED)
Modified: 2015-01-21 04:27 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,11.71 KB, text/x-log)
2015-01-20 05:54 UTC, Johann Schmitz (ercpe) (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Johann Schmitz (ercpe) (RETIRED) gentoo-dev 2015-01-20 05:53:57 UTC
Install fails with:

 * python2_7: running distutils-r1_run_phase python_compile_all
make -j10 -l8 -C docs man 
make: Entering directory '/var/tmp/portage/dev-python/pycallgraph-1.0.1/work/pycallgraph-1.0.1/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.


Reproducible: Always
Comment 1 Johann Schmitz (ercpe) (RETIRED) gentoo-dev 2015-01-20 05:54:52 UTC
Created attachment 394380 [details]
build.log
Comment 2 Alex Brandt (RETIRED) gentoo-dev 2015-01-21 02:01:25 UTC
Yep, must've added the dependence before adding the man page generation.  Thanks for the report.  Fixing it now.
Comment 3 Alex Brandt (RETIRED) gentoo-dev 2015-01-21 04:27:43 UTC
Committed fix including update for examples dependence on pyyaml.  If anything else pops up; please, let me know.