[Webkit-unassigned] [Bug 74274] New: [GTK] Make distcheck fails during the install

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 12 01:57:46 PST 2011


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

           Summary: [GTK] Make distcheck fails during the install
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: cgarcia at igalia.com
                CC: mrobinson at webkit.org


Generating WebKit1 documentation...
Copying template files to output directory...
Copying HTML files to output directory...
Running gtkdoc-scan
Running gtkdoc-scangobj
/home/cgarcia/src/git/gnome/WebKit/WebKitBuild/webkit-1.7.2/_build/.libs/libwebkitgtk-3.0.so: file not recognized: File truncated
collect2: ld devolvió el estado de salida 1
Linking of scanner failed: 
Traceback (most recent call last):
  File "../Tools/gtk/generate-gtkdoc", line 98, in <module>
    generator.generate(html='--skip-html' not in sys.argv)
  File "/home/cgarcia/src/git/gnome/WebKit/WebKitBuild/webkit-1.7.2/Tools/gtk/gtkdoc.py", line 129, in generate
    self._run_gtkdoc_scangobj()
  File "/home/cgarcia/src/git/gnome/WebKit/WebKitBuild/webkit-1.7.2/Tools/gtk/gtkdoc.py", line 304, in _run_gtkdoc_scangobj
    env=env, cwd=self.output_dir)
  File "/home/cgarcia/src/git/gnome/WebKit/WebKitBuild/webkit-1.7.2/Tools/gtk/gtkdoc.py", line 190, in _run_command
    % (args[0], process.returncode))
Exception: gtkdoc-scangobj produced a non-zero return code 1
make[3]: *** [docs-build.stamp] Error 1

I think there's a race condition. In any case, I think gtk-doc script shouldn't be called during install, the doc should already be generated before the install. We need to fix this to be able to release next week.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list