<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>108321</bug_id>
          
          <creation_ts>2013-01-30 03:36:24 -0800</creation_ts>
          <short_desc>[Qt][Mac] r141037 broke the build</short_desc>
          <delta_ts>2013-01-30 04:42:07 -0800</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>New Bugs</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>DUPLICATE</resolution>
          <dup_id>108318</dup_id>
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          <blocked>108140</blocked>
          <everconfirmed>1</everconfirmed>
          <reporter name="Zoltan Arvai">zarvai</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>andersca</cc>
    
    <cc>jturcotte</cc>
    
    <cc>ossy</cc>
    
    <cc>zeno</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>820046</commentid>
    <comment_count>0</comment_count>
    <who name="Zoltan Arvai">zarvai</who>
    <bug_when>2013-01-30 03:36:24 -0800</bug_when>
    <thetext>It seems r141037 broke Qt Mountain Lion with changes in WebKit2/Platform/CoreIPC/mac/ConnectionMac.cpp.

Because at this time there was a missing header problem, I can show error message from a later build:

http://build.webkit.sed.hu/builders/x86-64%20Mountain%20Lion%20Qt%20Release%20%28WebGL%20Tester%29/builds/1220/steps/compile-webkit/logs/stdio
or
http://build.webkit.org/builders/Qt%20Mountain%20Lion%20Release/builds/8560/steps/compile-webkit/logs/stdio

/Users/admin/work/WebKit-BuildSlave/qt-mountainlion-release/build/Source/WebKit2/Platform/CoreIPC/mac/ConnectionMac.cpp:63:22: error: assigning to &apos;dispatch_source_t&apos; (aka &apos;dispatch_source_s *&apos;) from incompatible type &apos;std::nullptr_t&apos;
    m_deadNameSource = nullptr;
                     ^ ~~~~~~~
and other similar errors.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>820055</commentid>
    <comment_count>1</comment_count>
    <who name="Csaba Osztrogonác">ossy</who>
    <bug_when>2013-01-30 03:51:05 -0800</bug_when>
    <thetext>full build log:

/Users/admin/work/WebKit-BuildSlave/qt-mountainlion-release/build/Source/WebKit2/Platform/CoreIPC/mac/ConnectionMac.cpp:63:22: error: assigning to &apos;dispatch_source_t&apos; (aka &apos;dispatch_source_s *&apos;) from incompatible type &apos;std::nullptr_t&apos;
    m_deadNameSource = nullptr;
                     ^ ~~~~~~~
/Users/admin/work/WebKit-BuildSlave/qt-mountainlion-release/build/Source/WebKit2/Platform/CoreIPC/mac/ConnectionMac.cpp:68:38: error: assigning to &apos;dispatch_source_t&apos; (aka &apos;dispatch_source_s *&apos;) from incompatible type &apos;std::nullptr_t&apos;
    m_receivePortDataAvailableSource = nullptr;
                                     ^ ~~~~~~~
/Users/admin/work/WebKit-BuildSlave/qt-mountainlion-release/build/Source/WebKit2/Platform/CoreIPC/mac/ConnectionMac.cpp:74:44: error: assigning to &apos;dispatch_source_t&apos; (aka &apos;dispatch_source_s *&apos;) from incompatible type &apos;std::nullptr_t&apos;
        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 &apos;dispatch_source_set_event_handler&apos;
    dispatch_source_set_event_handler(source, function);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/dispatch/source.h:316:1: note: candidate function not viable: no known conversion from &apos;const Function&lt;void ()&gt;&apos; to &apos;dispatch_block_t&apos; (aka &apos;void (^)()&apos;) 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 &apos;dispatch_source_set_event_handler&apos;
    dispatch_source_set_event_handler(m_deadNameSource, bind(&amp;Connection::connectionDidClose, this));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/dispatch/source.h:316:1: note: candidate function not viable: no known conversion from &apos;Function&lt;typename FunctionWrapper&lt;void (Connection::*)()&gt;::ResultType ()&gt;&apos; to &apos;dispatch_block_t&apos; (aka &apos;void (^)()&apos;) 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</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>820090</commentid>
    <comment_count>2</comment_count>
    <who name="Zeno Albisser">zeno</who>
    <bug_when>2013-01-30 04:42:07 -0800</bug_when>
    <thetext>

*** This bug has been marked as a duplicate of bug 108318 ***</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>