Bug 74274 - [GTK] Make distcheck fails during the install
Summary: [GTK] Make distcheck fails during the install
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-12 01:57 PST by Carlos Garcia Campos
Modified: 2011-12-16 00:18 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Carlos Garcia Campos 2011-12-12 01:57:46 PST
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.
Comment 1 Martin Robinson 2011-12-16 00:18:56 PST
Committed r103038: <http://trac.webkit.org/changeset/103038>