[Webkit-unassigned] [Bug 113792] New: [WK2][EFL] --minimal build fails

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 2 09:10:22 PDT 2013


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

           Summary: [WK2][EFL] --minimal build fails
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit2
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: bartosh at gmail.com


build-webkit --efl --cmakeargs="-DSHARED_CORE=ON" --minimal fails with this error:

In file included from /home/ed/git/wk/WebKit/Source/WebKit2/Platform/CoreIPC/ArgumentDecoder.h:29:0,
                 from /home/ed/git/wk/WebKit/Source/WebKit2/Platform/CoreIPC/Arguments.h:29,
                 from /home/ed/git/wk/WebKit/Source/WebKit2/Platform/CoreIPC/Connection.h:31,
                 from /home/ed/git/wk/WebKit/Source/WebKit2/Platform/CoreIPC/MessageSender.h:30,
                 from /home/ed/git/wk/WebKit/Source/WebKit2/WebProcess/WebPage/WebPage.h:47,
                 from /home/ed/git/wk/WebKit/Source/WebKit2/WebProcess/WebCoreSupport/efl/WebEditorClientEfl.cpp:32:
/home/ed/git/wk/WebKit/Source/WebKit2/Platform/CoreIPC/ArgumentCoder.h: In instantiation of ‘static bool CoreIPC::ArgumentCoder<T>::decode(CoreIPC::ArgumentDecoder&, T&) [with T = WebCore::TextCheckingResult]’:
/home/ed/git/wk/WebKit/Source/WebKit2/Platform/CoreIPC/ArgumentDecoder.h:90:49:   required from ‘bool CoreIPC::ArgumentDecoder::decode(T&) [with T = WebCore::TextCheckingResult]’
/home/ed/git/wk/WebKit/Source/WebKit2/Platform/CoreIPC/ArgumentCoders.h:115:13:   required from ‘static bool CoreIPC::VectorArgumentCoder<false, T>::decode(CoreIPC::ArgumentDecoder&, WTF::Vector<CharacterType>&) [with T = WebCore::TextCheckingResult]’
/home/ed/git/wk/WebKit/Source/WebKit2/Platform/CoreIPC/ArgumentDecoder.h:90:49:   required from ‘bool CoreIPC::ArgumentDecoder::decode(T&) [with T = WTF::Vector<WebCore::TextCheckingResult>]’
/home/ed/git/wk/WebKit/Source/WebKit2/Platform/CoreIPC/Arguments.h:67:47:   required from ‘static bool CoreIPC::Arguments1<T1>::decode(CoreIPC::ArgumentDecoder&, CoreIPC::Arguments1<T1>&) [with T1 = WTF::Vector<WebCore::TextCheckingResult>&; CoreIPC::Arguments1<T1> = CoreIPC::Arguments1<WTF::Vector<WebCore::TextCheckingResult>&>]’
/home/ed/git/wk/WebKit/Source/WebKit2/Platform/CoreIPC/ArgumentCoder.h:44:36:   required from ‘static bool CoreIPC::ArgumentCoder<T>::decode(CoreIPC::ArgumentDecoder&, T&) [with T = CoreIPC::Arguments1<WTF::Vector<WebCore::TextCheckingResult>&>]’
/home/ed/git/wk/WebKit/Source/WebKit2/Platform/CoreIPC/ArgumentDecoder.h:90:49:   required from ‘bool CoreIPC::ArgumentDecoder::decode(T&) [with T = CoreIPC::Arguments1<WTF::Vector<WebCore::TextCheckingResult>&>]’
/home/ed/git/wk/WebKit/Source/WebKit2/Platform/CoreIPC/Connection.h:381:70:   required from ‘bool CoreIPC::Connection::sendSync(const T&, const typename T::Reply&, uint64_t, double, unsigned int) [with T = Messages::WebPageProxy::CheckTextOfParagraph; typename T::Reply = CoreIPC::Arguments1<WTF::Vector<WebCore::TextCheckingResult>&>; uint64_t = long unsigned int]’
/home/ed/git/wk/WebKit/Source/WebKit2/Platform/CoreIPC/MessageSender.h:69:75:   required from ‘bool CoreIPC::MessageSender<T>::sendSync(const U&, const typename U::Reply&, uint64_t, double) [with U = Messages::WebPageProxy::CheckTextOfParagraph; T = WebKit::WebPage; typename U::Reply = CoreIPC::Arguments1<WTF::Vector<WebCore::TextCheckingResult>&>; uint64_t = long unsigned int]’
/home/ed/git/wk/WebKit/Source/WebKit2/Platform/CoreIPC/MessageSender.h:61:88:   required from ‘bool CoreIPC::MessageSender<T>::sendSync(const U&, const typename U::Reply&, double) [with U = Messages::WebPageProxy::CheckTextOfParagraph; T = WebKit::WebPage; typename U::Reply = CoreIPC::Arguments1<WTF::Vector<WebCore::TextCheckingResult>&>]’
/home/ed/git/wk/WebKit/Source/WebKit2/WebProcess/WebCoreSupport/efl/WebEditorClientEfl.cpp:66:165:   required from here
/home/ed/git/wk/WebKit/Source/WebKit2/Platform/CoreIPC/ArgumentCoder.h:44:36: error: ‘decode’ is not a member of ‘WebCore::TextCheckingResult’
/home/ed/git/wk/WebKit/Source/WebKit2/Platform/CoreIPC/ArgumentCoder.h: In static member function ‘static bool CoreIPC::ArgumentCoder<T>::decode(CoreIPC::ArgumentDecoder&, T&) [with T = WebCore::TextCheckingResult]’:
/home/ed/git/wk/WebKit/Source/WebKit2/Platform/CoreIPC/ArgumentCoder.h:45:5: error: control reaches end of non-void function [-Werror=return-type]
cc1plus: all warnings being treated as errors
make[2]: *** [Source/WebKit2/CMakeFiles/ewebkit2.dir/WebProcess/WebCoreSupport/efl/WebEditorClientEfl.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [Source/WebKit2/CMakeFiles/ewebkit2.dir/all] Error 2
make: *** [all] Error 2

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