[Webkit-unassigned] [Bug 187329] [GTK][BUILD] gtkdoc-scanobj produced a non-zero return code 252

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 10 03:14:11 PDT 2018


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

--- Comment #7 from Michael Catanzaro <mcatanzaro at igalia.com> ---
So the challenge here is figuring out why the scanner is failing.

(In reply to karogyoker2+webkit from comment #4)
> Maybe it is something with docs-build-no-html.stamp?
> 
> Can I just skip generating the documentation with some parameters?
> Something like:
> build-webkit --gtk --makeargs="-j1" --do-not-generate-docs or something?

No, ENABLE_GTKDOC is already off by default, but build-webkit is a developer script, so it enables ENABLE_DEVELOPER_MODE, and that adds a test build step to make sure the docs are not broken. In developer mode, it makes sense that you are responsible for fixing any docs failures. If you're trying to do a production build or not planning to hack on WebKit, then just use CMake directly rather than build-webkit. (Remember that build-webkit is not safe to use with untrusted input since the JHBuild moduleset does not receive security support.)

-- 
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/20180710/7f0d69b8/attachment.html>


More information about the webkit-unassigned mailing list