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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 4 12:37:03 PDT 2018


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

            Bug ID: 187329
           Summary: [GTK][BUILD] gtkdoc-scanobj produced a non-zero return
                    code 252
           Product: WebKit
           Version: WebKit Local Build
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: karogyoker2+webkit at gmail.com
                CC: bugs-noreply at webkitgtk.org

Hello,

I cannot build WebKit.
This is what I've done:
1. I got a snapshot on May 30 (or 29) from the link mentioned here: https://webkit.org/getting-the-code/
2. tar jxvf WebKit-SVN-source.tar.bz2
3. cd webkit
4. $ Tools/gtk/install-dependencies
5. $ Tools/Scripts/update-webkitgtk-libs
6. $ Tools/Scripts/build-webkit --gtk --makeargs="-j1"
7. About 30 (thirty) hours passed, and I got this:
+ /home/oldboi/Downloads/webkit/Tools/jhbuild/jhbuild-wrapper --gtk run cmake --build /home/oldboi/Downloads/webkit/WebKitBuild/Release --config Release -- -j1
[7/451] Generating ../docs-build-no-html.stamp
FAILED: docs-build-no-html.stamp 
cd /home/oldboi/Downloads/webkit/WebKitBuild/Release && /usr/bin/cmake -E env CC=/usr/bin/cc "CFLAGS=-fdiagnostics-color=always -Wno-expansion-to-defined -Wno-maybe-uninitialized -Wwrite-strings -Wundef -Wpointer-arith -Wmissing-format-attribute -Wformat-security -Wcast-align -Wextra -Wall  -fno-strict-aliasing -fno-exceptions -Wno-unused-parameter" /home/oldboi/Downloads/webkit/Tools/gtk/generate-gtkdoc --skip-html && touch docs-build-no-html.stamp
WARNING:root:Running scanner failed: -4, command: ./webkitdomgtk-4.0-scan
Traceback (most recent call last):
  File "/home/oldboi/Downloads/webkit/Tools/gtk/generate-gtkdoc", line 211, in <module>
    saw_warnings = generate_documentation(webkitdom_generator)
  File "/home/oldboi/Downloads/webkit/Tools/gtk/generate-gtkdoc", line 151, in generate_documentation
    return generate_doc(generator, arguments.skip_html)
  File "/home/oldboi/Downloads/webkit/Tools/gtk/generate-gtkdoc", line 138, in generate_doc
    generator.generate(not skip_html)
  File "/home/oldboi/Downloads/webkit/Tools/gtk/gtkdoc.py", line 144, in generate
    self._run_gtkdoc_scangobj()
  File "/home/oldboi/Downloads/webkit/Tools/gtk/gtkdoc.py", line 326, in _run_gtkdoc_scangobj
    env=env, cwd=self.output_dir)
  File "/home/oldboi/Downloads/webkit/Tools/gtk/gtkdoc.py", line 210, in _run_command
    % (args[0], process.returncode))
Exception: gtkdoc-scangobj produced a non-zero return code 252
ninja: build stopped: subcommand failed.

Some info about the environment:
1GB RAM
Athlon XP 2600+ (32 bit, no SSE2)
Linux oldboi-A7N8X2-0 4.15.0-24-generic #26-Ubuntu SMP Wed Jun 13 08:44:45 UTC 2018 i686 athlon i686 GNU/Linux

My goal would be to recompile WebKit to have a version which doesn't require SSE2. Then I would like to use my own compiled WebKit with Epiphany-Browser (Web) because currently it is crashing because the WebKit it is using contains SSE2 instructions.

Thanks,
oldboi

-- 
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/20180704/b039ab55/attachment.html>


More information about the webkit-unassigned mailing list