[Webkit-unassigned] [Bug 67307] New: [Qt][Symbian] REGRESSION(93235) Missing .def update

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 31 11:39:51 PDT 2011


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

           Summary: [Qt][Symbian] REGRESSION(93235) Missing .def update
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Keywords: Qt, Regression
          Severity: Normal
          Priority: P2
         Component: WebKit Qt
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ademar.reis at openbossa.org
                CC: laszlo.1.gombos at nokia.com, cshu at webkit.org
            Blocks: 55055


r93235 introduces new methods to DumpRenderTreeSupportQt but the respective .def file was not updated, thus breaking the build on Symbian.

See error below:
"""
 compile    : Tools\DumpRenderTree\qt\ImageDiff.cpp      [armv5_urel.rvct4_0]
 target     : epoc32\release\armv5\urel\DumpRenderTree.exe      [armv5_urel.rvct4_0]
   Error: L6218E: Undefined symbol DumpRenderTreeSupportQt::resetInternalsObject(QWebFrame*) (referred from DumpRenderTreeQt.o).
   Error: L6218E: Undefined symbol DumpRenderTreeSupportQt::injectInternalsObject(QWebFrame*) (referred from DumpRenderTreeQt.o).
   Not enough information to list image symbols.
   Finished: 1 information, 0 warning and 2 error messages.
"""

An example of .def file udpate: http://trac.webkit.org/changeset/89621

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