[Webkit-unassigned] [Bug 131045] New: filter-build-webkit: Ignore xcodebuild warnings when compiling with newer builds of clang

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 1 10:04:56 PDT 2014


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

           Summary: filter-build-webkit: Ignore xcodebuild warnings when
                    compiling with newer builds of clang
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ddkilzer at webkit.org
                CC: dfarler at apple.com


When using newer builds of clang with xcodebuild, the following output is spewed to STDERR for every single clang invocation:

2014-04-01 09:56:33.518 xcodebuild[32115:db03]  DVTAssertions: Warning in /SourceCache/IDEXcode3ProjectSupport/IDEXcode3ProjectSupport-6080.2/Xcode3Core/LegacyProjects/Frameworks/DevToolsCore/DevToolsCore/BuildSystem/BuildCommandResultsPostprocessing/XCClangResultsPostprocessor.m:88
Details:  Unable to read diagnostics from file "/Volumes/Data/Build/WebCore.build/Release/WebCore.build/Objects-normal/x86_64/AffineTransform.dia" (Invalid File): diagnostics file is a newer version than the one supported
Object:   <XCClangResultsPostprocessor: 0x7ff56303fdb0>
Method:   -generateDiagnosticsFromFile:logSectionRecorder:
Thread:   <NSThread: 0x7ff562e125e0>{name = (null), num = 21}
Please file a bug at http://bugreport.apple.com with this warning message and any useful information you can provide.

The filter-build-webkit script should know how to ignore this useless output when combining STDOUT and STDERR for the build command.

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