[Webkit-unassigned] [Bug 108321] [Qt][Mac] r141037 broke the build

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 30 03:49:05 PST 2013


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





--- Comment #1 from Csaba Osztrogonac <ossy at webkit.org>  2013-01-30 03:51:05 PST ---
full build log:

/Users/admin/work/WebKit-BuildSlave/qt-mountainlion-release/build/Source/WebKit2/Platform/CoreIPC/mac/ConnectionMac.cpp:63:22: error: assigning to 'dispatch_source_t' (aka 'dispatch_source_s *') from incompatible type 'std::nullptr_t'
    m_deadNameSource = nullptr;
                     ^ ~~~~~~~
/Users/admin/work/WebKit-BuildSlave/qt-mountainlion-release/build/Source/WebKit2/Platform/CoreIPC/mac/ConnectionMac.cpp:68:38: error: assigning to 'dispatch_source_t' (aka 'dispatch_source_s *') from incompatible type 'std::nullptr_t'
    m_receivePortDataAvailableSource = nullptr;
                                     ^ ~~~~~~~
/Users/admin/work/WebKit-BuildSlave/qt-mountainlion-release/build/Source/WebKit2/Platform/CoreIPC/mac/ConnectionMac.cpp:74:44: error: assigning to 'dispatch_source_t' (aka 'dispatch_source_s *') from incompatible type 'std::nullptr_t'
        m_exceptionPortDataAvailableSource = nullptr;
                                           ^ ~~~~~~~
/Users/admin/work/WebKit-BuildSlave/qt-mountainlion-release/build/Source/WebKit2/Platform/CoreIPC/mac/ConnectionMac.cpp:110:5: error: no matching function for call to 'dispatch_source_set_event_handler'
    dispatch_source_set_event_handler(source, function);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/dispatch/source.h:316:1: note: candidate function not viable: no known conversion from 'const Function<void ()>' to 'dispatch_block_t' (aka 'void (^)()') for 2nd argument; 
dispatch_source_set_event_handler(dispatch_source_t source,
^
/Users/admin/work/WebKit-BuildSlave/qt-mountainlion-release/build/Source/WebKit2/Platform/CoreIPC/mac/ConnectionMac.cpp:274:5: error: no matching function for call to 'dispatch_source_set_event_handler'
    dispatch_source_set_event_handler(m_deadNameSource, bind(&Connection::connectionDidClose, this));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/dispatch/source.h:316:1: note: candidate function not viable: no known conversion from 'Function<typename FunctionWrapper<void (Connection::*)()>::ResultType ()>' to 'dispatch_block_t' (aka 'void (^)()') for 2nd argument; 
dispatch_source_set_event_handler(dispatch_source_t source,
^
5 errors generated.
make[2]: *** [.obj/release-shared/Platform/CoreIPC/mac/ConnectionMac.o] Error 1

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