[Webkit-unassigned] [Bug 195359] [GTK] Make Tools/gtk/generate-gtkdoc python3 compatible

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 7 05:02:40 PST 2019


https://bugs.webkit.org/show_bug.cgi?id=195359

--- Comment #1 from Tomas Popela <tpopela at redhat.com> ---
Another error hit in Tools/gtkdoc/gtkdoc.py:

Traceback (most recent call last):
  File "/home/tpopela/dev/fedora/webkit2gtk3/webkitgtk-2.23.91/Tools/gtkdoc/generate-gtkdoc", line 257, in <module>
    build_gtkdoc_for_wkgtk(arguments)
  File "/home/tpopela/dev/fedora/webkit2gtk3/webkitgtk-2.23.91/Tools/gtkdoc/generate-gtkdoc", line 219, in build_gtkdoc_for_wkgtk
    saw_warnings = generate_documentation(webkitdom_generator)
  File "/home/tpopela/dev/fedora/webkit2gtk3/webkitgtk-2.23.91/Tools/gtkdoc/generate-gtkdoc", line 161, in generate_documentation
    return generate_doc(generator, arguments.skip_html)
  File "/home/tpopela/dev/fedora/webkit2gtk3/webkitgtk-2.23.91/Tools/gtkdoc/generate-gtkdoc", line 148, in generate_doc
    generator.generate(not skip_html)
  File "/home/tpopela/dev/fedora/webkit2gtk3/webkitgtk-2.23.91/Tools/gtkdoc/gtkdoc.py", line 154, in generate
    self._run_gtkdoc_fixxref()
  File "/home/tpopela/dev/fedora/webkit2gtk3/webkitgtk-2.23.91/Tools/gtkdoc/gtkdoc.py", line 383, in _run_gtkdoc_fixxref
    self._run_command(args, cwd=self.output_dir, ignore_warnings=True)
  File "/home/tpopela/dev/fedora/webkit2gtk3/webkitgtk-2.23.91/Tools/gtkdoc/gtkdoc.py", line 203, in _run_command
    sys.stdout.write(stdout.encode("utf-8"))
TypeError: write() argument must be str, not bytes

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20190307/12fc3527/attachment.html>


More information about the webkit-unassigned mailing list