[Webkit-unassigned] [Bug 111265] [GTK] Add WebKitWebViewGroup to WebKit2 GTK+ API

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 6 00:00:46 PST 2013


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





--- Comment #14 from Manuel Rego Casasnovas <rego at igalia.com>  2013-03-06 00:03:08 PST ---
(In reply to comment #13)
> (In reply to comment #12)
> > My EWS doesn't have EditBugs permission yet, that's why even if it fails it doesn't add comments to the bug. I've requested it several times by IRC without success :-(. I'll try again.
> 
> Would be good to try to figure out why it failed, though, while the other EWS passed, perhaps it has left-overs that caused webkit2 docs to be built for some reason?

I've tried again the patch in the EWS and it failed again:
Generating WebKit2 documentation...
Copying template files to output directory...
Running gtkdoc-scan
Running gtkdoc-scangobj
webkit2gtk-scan.o: In function `get_object_types':
webkit2gtk-scan.c:(.text+0x307): undefined reference to `webkit_web_view_group_get_type'
collect2: error: ld returned 1 exit status
Linking of scanner failed: 
Traceback (most recent call last):
  File "/home/igalia/mrego/WebKit/Tools/gtk/generate-gtkdoc", line 203, in <module>
    saw_webkit2_warnings = generate_doc(generator)
  File "/home/igalia/mrego/WebKit/Tools/gtk/generate-gtkdoc", line 154, in generate_doc
    generator.generate(html='--skip-html' not in sys.argv)
  File "/home/igalia/mrego/WebKit/Tools/gtk/gtkdoc.py", line 137, in generate
    self._run_gtkdoc_scangobj()
  File "/home/igalia/mrego/WebKit/Tools/gtk/gtkdoc.py", line 314, in _run_gtkdoc_scangobj
    env=env, cwd=self.output_dir)
  File "/home/igalia/mrego/WebKit/Tools/gtk/gtkdoc.py", line 198, in _run_command
    % (args[0], process.returncode))
Exception: gtkdoc-scangobj produced a non-zero return code 1

 gtkdoc did not build without warnings


The real problem was that I maybe did a build without "--disable-webkit2" in the EWS before, and that was the reason why the file "WebKitBuild/Release/Source/WebKit2/webkit2gtk-3.0.pc" exists and it tried to generate WK2 documentation.

I did a clean build which fixed the problem. So, sorry for the noise.

-- 
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