RESOLVED FIXED 172415
[GTK] gtkdoc-fixxref needs --module argument to work
https://bugs.webkit.org/show_bug.cgi?id=172415
Summary [GTK] gtkdoc-fixxref needs --module argument to work
Ting-Wei Lan
Reported 2017-05-20 09:46:22 PDT
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.
Attachments
Patch (1.14 KB, patch)
2017-05-20 09:50 PDT, Ting-Wei Lan
no flags
Archive of layout-test-results from ews117 for mac-elcapitan (1.55 MB, application/zip)
2017-05-20 11:09 PDT, Build Bot
no flags
Ting-Wei Lan
Comment 1 2017-05-20 09:50:49 PDT
Build Bot
Comment 2 2017-05-20 11:09:33 PDT
Comment on attachment 310773 [details] Patch Attachment 310773 [details] did not pass mac-debug-ews (mac): Output: http://webkit-queues.webkit.org/results/3784079 New failing tests: imported/w3c/web-platform-tests/streams/readable-streams/general.html
Build Bot
Comment 3 2017-05-20 11:09:34 PDT
Created attachment 310775 [details] Archive of layout-test-results from ews117 for mac-elcapitan The attached test failures were seen while running run-webkit-tests on the mac-debug-ews. Bot: ews117 Port: mac-elcapitan Platform: Mac OS X 10.11.6
Michael Catanzaro
Comment 4 2017-05-20 12:28:17 PDT
Comment on attachment 310773 [details] Patch Thanks!
WebKit Commit Bot
Comment 5 2017-05-20 12:56:44 PDT
Comment on attachment 310773 [details] Patch Clearing flags on attachment: 310773 Committed r217190: <http://trac.webkit.org/changeset/217190>
WebKit Commit Bot
Comment 6 2017-05-20 12:56:45 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.