Bug 133279

Summary: REGRESSION(r164632): [GTK] Crash in generate-gtkdoc when rebasing docs
Product: WebKit Reporter: Carlos Garcia Campos <cgarcia>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: pnormand, svillar
Priority: P2 Keywords: Gtk, Regression
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch pnormand: review+

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>