[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
Wed Jul 11 02:17:20 PDT 2018


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

Michael Catanzaro <mcatanzaro at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |WONTFIX

--- Comment #9 from Michael Catanzaro <mcatanzaro at igalia.com> ---
E.g. to do a release build:

cd WebKitBuild
cmake .. -DPORT=GTK -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_C_FLAGS="-Os -march=native" -DCMAKE_CXX_FLAGS="-Os -march=native"
ninja -j1

There won't be any documentation generation because you won't be using ENABLE_DEVELOPER_MODE.

I'm going to close this as WONTFIX because we don't have enough information to figure out what is going wrong with the scanner. If you want to dive in and figure it out, then you can reopen, but I guess you'll be content with skipping the doc generation.

-- 
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/20180711/db43dc67/attachment.html>


More information about the webkit-unassigned mailing list