GNOME Bugzilla – Bug 783178
mkdb: TypeError: can't multiply sequence by non-int of type 'float'
Last modified: 2017-05-28 20:28:22 UTC
Getting this for gst-plugins-base: Error in gtkdoc helper script: 'gtkdoc-mkdb' failed with status 1 Traceback (most recent call last):
+ Trace 237525
mkdb.Run(options)
ReadObjectHierarchy(OBJECT_TREE_FILE)
tree.append(' ' * (level * 4) + xref)
(this is with Python 3.6.1)
Thanks. Fixed by: commit 357ff8926c0a0cf82bdefbe37b76c02081190c46 (origin/master, origin/HEAD) Author: Stefan Sauer <ensonic@users.sf.net> Date: Sun May 28 22:26:04 2017 +0200 mkdb: use integer division Fixes compat with python 3. See #783178