Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 611740 - dev-python/cvxopt-1.1.9 failed (compile phase) “No module named 'sphinx.ext.imgmath'”
Summary: dev-python/cvxopt-1.1.9 failed (compile phase) “No module named 'sphinx.ext.i...
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Science Mathematics related packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-03-04 20:44 UTC by Erik Quaeghebeur
Modified: 2020-11-15 09:42 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 Erik Quaeghebeur 2017-03-04 20:44:55 UTC
Doing a world update pulled in dev-python/cvxopt-1.1.9, which failed as follows:

---
[...]
sphinx-build -b html -d build/doctrees   source build/html
Running Sphinx v1.3.1

Extension error:
Could not import extension sphinx.ext.imgmath (exception: No module named 'sphinx.ext.imgmath')
make: *** [Makefile:30: html] Error 1
make: Leaving directory '/var/tmp/portage/dev-python/cvxopt-1.1.9/work/cvxopt-1.1.9/doc'
 * ERROR: dev-python/cvxopt-1.1.9::gentoo failed (compile phase):
 *   emake failed
[...]
---

Perhaps some missing dependency?
Comment 1 François Bissey 2017-03-13 20:34:30 UTC
Works with sphinx 1.4.4, presumably will work with 1.5.x. The dependency to sphinx should be raised to a minimal version I guess.