tags 1122422 +patch
thanks
error: Illegal format for option FILTER_PATTERNS, no equal sign ('=') specified
for item '/doc/doxygen/other/doxypy.py'
This seems to be a red-herring, it doesn't seem to actually stop the build, and
it's
present in the most recent succesful build log on buildd.debian.org.
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/python/bindings && /usr/bin/python3
/<<PKGBUILDDIR>>/docs/doxygen/update_pydoc.py scrape --xml_path
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/docs/doxygen/xml --json_path
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/python/bindings/extracted_docstrings.json
Traceback (most recent call last):
File "/<<PKGBUILDDIR>>/docs/doxygen/update_pydoc.py", line 22, in <module>
from doxyxml import DoxyIndex, DoxyClass, DoxyFriend, DoxyFunction, DoxyFile
File "/<<PKGBUILDDIR>>/docs/doxygen/doxyxml/__init__.py", line 69, in <module>
from .doxyindex import DoxyIndex, DoxyFunction, DoxyParam, DoxyClass,
DoxyFile, DoxyNamespace, DoxyGroup, DoxyFriend, DoxyOther
File "/<<PKGBUILDDIR>>/docs/doxygen/doxyxml/doxyindex.py", line 31, in
<module>
from .generated import index
File "/<<PKGBUILDDIR>>/docs/doxygen/doxyxml/generated/index.py", line 13, in
<module>
from . import compound
File "/<<PKGBUILDDIR>>/docs/doxygen/doxyxml/generated/compound.py", line 15, in
<module>
from . import compoundsuper as supermod
File "/<<PKGBUILDDIR>>/docs/doxygen/doxyxml/generated/compoundsuper.py", line 15,
in <module>
import six
ModuleNotFoundError: No module named 'six'
This seems to be the real error, it looks like python3-six was previously
pulled in indirectly, but no longer is.
In raspbian I added it to the build-depends and was able to build the
package succesfully.