[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
Mon Jul 9 10:31:32 PDT 2018


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

--- Comment #3 from karogyoker2+webkit at gmail.com ---
(In reply to Michael Catanzaro from comment #2)
> I think the only way to make progress on this would be to add a bunch of
> debug prints to gtkdoc-scangobj to try to figure out what is going on.

No need of that.

This line returns 252.
https://github.com/GNOME/gtk-doc/blob/688f2190b1eb1c1aa09ef94a3e33e8eedaffb510/gtkdoc-scangobj.in#L71

So let's see what does this scanobj.run do:

https://github.com/GNOME/gtk-doc/blob/688f2190b1eb1c1aa09ef94a3e33e8eedaffb510/gtkdoc/scangobj.py#L1295

It returns 252 here because we can see "Running" in the log. What is logged exactly here:

https://github.com/GNOME/gtk-doc/blob/688f2190b1eb1c1aa09ef94a3e33e8eedaffb510/gtkdoc/scangobj.py#L1195

Then on the next line e.returncode must be 252.

This is the logged line what we can see in our log too:
WARNING:root:Running scanner failed: -4, command: ./webkitdomgtk-4.0-scan


And that's it. Still WTF is this.

-- 
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/20180709/d237d629/attachment.html>


More information about the webkit-unassigned mailing list