RESOLVED FIXED 74274
[GTK] Make distcheck fails during the install
https://bugs.webkit.org/show_bug.cgi?id=74274
Summary [GTK] Make distcheck fails during the install
Carlos Garcia Campos
Reported 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.
Attachments
Martin Robinson
Comment 1 2011-12-16 00:18:56 PST
Note You need to log in before you can comment on or make changes to this bug.