[Webkit-unassigned] [Bug 172415] New: [GTK] gtkdoc-fixxref needs --module argument to work
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat May 20 09:46:22 PDT 2017
https://bugs.webkit.org/show_bug.cgi?id=172415
Bug ID: 172415
Summary: [GTK] gtkdoc-fixxref needs --module argument to work
Product: WebKit
Version: WebKit Local Build
Hardware: PC
OS: Other
Status: NEW
Severity: Normal
Priority: P2
Component: WebKit Gtk
Assignee: webkit-unassigned at lists.webkit.org
Reporter: lantw44 at gmail.com
CC: bugs-noreply at webkitgtk.org
It seems that this problem is caused by python conversion done in gtk-doc master branch.
[18/18] Generating ../docs-build.stamp
FAILED: docs-build.stamp
cd /home/lantw44/gnome/build/webkitgtk-2.17.2 && CC=/usr/bin/clang CFLAGS=-pipe\ -O3\ -fno-exceptions\ -fno-strict-aliasing\ -fcolor-diagnostics\ -Qunused-arguments /home/lantw44/gnome/source/webkitgtk-2.17.2/Tools/gtk/generate-gtkdoc && touch docs-build.stamp
Computing chunks...
/home/lantw44/gnome/source/webkitgtk-2.17.2/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLAreaElement.h:288: warning: Stability level for webkit_dom_html_area_element_set_hash is Unstable.It should be one of these: Stable, Unstable, or Private.
Error, missing module.
Traceback (most recent call last):
File "/home/lantw44/gnome/source/webkitgtk-2.17.2/Tools/gtk/generate-gtkdoc", line 197, in <module>
saw_warnings = generate_documentation(webkitdom_generator)
File "/home/lantw44/gnome/source/webkitgtk-2.17.2/Tools/gtk/generate-gtkdoc", line 145, in generate_documentation
return generate_doc(generator, arguments.skip_html)
File "/home/lantw44/gnome/source/webkitgtk-2.17.2/Tools/gtk/generate-gtkdoc", line 132, in generate_doc
generator.generate(not skip_html)
File "/home/lantw44/gnome/source/webkitgtk-2.17.2/Tools/gtk/gtkdoc.py", line 150, in generate
self._run_gtkdoc_fixxref()
File "/home/lantw44/gnome/source/webkitgtk-2.17.2/Tools/gtk/gtkdoc.py", line 384, in _run_gtkdoc_fixxref
self._run_command(args, cwd=self.output_dir, ignore_warnings=True)
File "/home/lantw44/gnome/source/webkitgtk-2.17.2/Tools/gtk/gtkdoc.py", line 209, in _run_command
% (args[0], process.returncode))
Exception: gtkdoc-fixxref produced a non-zero return code 1
ninja: build stopped: subcommand failed.
--
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/20170520/2b87b0d3/attachment.html>
More information about the webkit-unassigned
mailing list