[Webkit-unassigned] [Bug 108321] New: REGRESSION (r141037): build fails on Qt Mountain Lion Release with incompatible type 'std::nullptr_t'

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 30 03:34:25 PST 2013


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

           Summary: REGRESSION (r141037): build fails on Qt Mountain Lion
                    Release with incompatible type 'std::nullptr_t'
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: zarvai at inf.u-szeged.hu
                CC: andersca at apple.com, jocelyn.turcotte at digia.com


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 'dispatch_source_t' (aka 'dispatch_source_s *') from incompatible type 'std::nullptr_t'
    m_deadNameSource = nullptr;
                     ^ ~~~~~~~
and other similar errors.

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