[Webkit-unassigned] [Bug 31333] New: WebKitGTK+ 1.1.15.3 tarball build failed

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 10 23:20:36 PST 2009


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

           Summary: WebKitGTK+ 1.1.15.3 tarball build failed
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Critical
          Priority: P2
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: yan.i.li at intel.com


WebKitGTK+ 1.1.15.3 release tarball at http://webkitgtk.org/ failed to build,
since WebCore::EventTarget::addEventListener and
WebCore::EventTarget::removeEventListener are pure virtual functions there,
without any implementation.

Build errors:
./WebCore/page/DOMWindow.h: In static member function ‘static
WTF::PassRefPtr<WebCore::DOMWindow>
WebCore::DOMWindow::create(WebCore::Frame*)’:
./WebCore/page/DOMWindow.h:77: error: cannot allocate an object of abstract
type ‘WebCore::DOMWindow’
./WebCore/page/DOMWindow.h:75: note:   because the following virtual functions
are pure within ‘WebCore::DOMWindow’:
./WebCore/dom/EventTarget.h:93: note:     virtual void
WebCore::EventTarget::addEventListener(const WebCore::AtomicString&,
WTF::PassRefPtr<WebCore::EventListener>, bool)
./WebCore/dom/EventTarget.h:94: note:     virtual void
WebCore::EventTarget::removeEventListener(const WebCore::AtomicString&,
WebCore::EventListener*, bool)
(lots of similar errors omitted)

Build configuration:
 Enable debugging (slow)                                  : no
 Enable GCC build optimization                            : yes
 Code coverage support                                    : no
 Unicode backend                                          : icu
 Font backend                                             : freetype
 Optimized memory allocator                               : yes
Features:
 3D Transforms                                            : no
 JIT compilation                                          : no
 Dashboard support                                        : yes
 Filters support                                          : no
 Geolocation support                                      : no
 JavaScript debugger/profiler support                     : yes
 HTML5 offline web applications support                   : yes
 HTML5 channel messaging support                          : yes
 HTML5 client-side session and persistent storage support : yes
 HTML5 client-side database storage support               : yes
 HTML5 ruby support                                       : yes
 HTML5 server-sent events support                         : yes
 HTML5 video element support                              : yes
 Icon database support                                    : yes
 SharedWorkers support                                    : no
 SVG support                                              : yes
 SVG animation support                                    : yes
 SVG fonts support                                        : yes
 SVG foreign object support                               : yes
 SVG as image support                                     : yes
 SVG use element support                                  : yes
 WML support                                              : no
 Web Sockets support                                      : no
 Web Workers support                                      : yes
 XPATH support                                            : yes
 XSLT support                                             : yes
GTK+ configuration:
 GDK target                                               : x11
 Hildon UI extensions                                     : no

Tested on Moblin Trunk.

Please release a new tarball since this release doesn't build at all.

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