[Python-modules-team] Bug#922261: python-sunlight: FTBFS (Could not import extension sphinx.ext.pngmath)

Carsten Schoenert c.schoenert at t-online.de
Sat Feb 23 19:35:04 GMT 2019


Hi,

On Wed, Feb 13, 2019 at 08:16:36PM +0000, Santiago Vila wrote:
...
> make[2]: Entering directory '/<<PKGBUILDDIR>>/docs'
> sphinx-build -b html -d build/doctrees   source build/html
> Running Sphinx v1.8.3
> 
> Extension error:
> Could not import extension sphinx.ext.pngmath (exception: No module named pngmath)
> make[2]: *** [Makefile:40: html] Error 2
> make[2]: Leaving directory '/<<PKGBUILDDIR>>/docs'
> make[1]: *** [debian/rules:21: override_dh_auto_build] Error 2
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'
> make: *** [debian/rules:13: build-indep] Error 2
> dpkg-buildpackage: error: debian/rules build-indep subprocess returned exit status 2
> --------------------------------------------------------------------------------

the fix is rather trivial. The file docs/source/conf.py neededs to be
modified as sphinx.ext.pngmath is now been dropped in favour of
sphinx.ext.imgmath.

Please see attached patch for applying on top the packagig branch.

Regards
Carsten
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-adding-a-patch-queue-to-fix-FTBFS.patch
Type: text/x-diff
Size: 2019 bytes
Desc: not available
URL: <http://alioth-lists.debian.net/pipermail/python-modules-team/attachments/20190223/0e478824/attachment.patch>


More information about the Python-modules-team mailing list