Bug 133279 - REGRESSION(r164632): [GTK] Crash in generate-gtkdoc when rebasing docs
Summary: REGRESSION(r164632): [GTK] Crash in generate-gtkdoc when rebasing docs
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: Gtk, Regression
Depends on:
Blocks:
 
Reported: 2014-05-26 03:13 PDT by Carlos Garcia Campos
Modified: 2014-05-26 09:38 PDT (History)
2 users (show)

See Also:


Attachments
Patch (1.51 KB, patch)
2014-05-26 03:19 PDT, Carlos Garcia Campos
pnormand: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Carlos Garcia Campos 2014-05-26 03:13:56 PDT
Running gtkdoc-rebase
../glib/ -> /home/cgarcia/gnome/share/gtk-doc/html/glib/ (5988)
../gobject/ -> /home/cgarcia/gnome/share/gtk-doc/html/gobject/ (161)
Traceback (most recent call last):
  File "../Tools/gtk/generate-gtkdoc", line 199, in <module>
    generate_documentation_for_config(common.build_path('gtkdoc-webkitdom.cfg'))
  File "../Tools/gtk/generate-gtkdoc", line 155, in generate_documentation_for_config
    return generator.saw_warnings
AttributeError: 'PkgConfigGTKDoc' object has no attribute 'saw_warnings'
Comment 1 Carlos Garcia Campos 2014-05-26 03:19:24 PDT
Created attachment 232066 [details]
Patch
Comment 2 Carlos Garcia Campos 2014-05-26 09:38:35 PDT
Committed r169350: <http://trac.webkit.org/changeset/169350>