[cfe-dev] (Partial) Success compiling Adium
David Smith
catfish.man at gmail.com
Tue Feb 10 18:08:36 PST 2009
On Feb 10, 2009, at 5:35 PM, Mike Stump wrote:
> On Feb 10, 2009, at 3:37 PM, David Smith wrote:
>> The main Adium application isn't compiling yet, but I'm not entirely
>> certain why. It seems to be running into assertion failures in
>> xcodebuild among other things,
>
> You'd have to cut and paste the assertion for me to guess. Ted just
> fixed one issue that might have caused a problem with pch, you might
> update and try again. If the problem is in llvm (reproduces with
> ccc from the command line), be sure to file a bug report with llvm.
Thanks, I'll retry the pch test. Here's the assertion. Additionally,
ReportCrash is crashing earlier in the process, which indicates that
something else is crashing first. A few days ago that was ld, so I'm
betting it still is.
2009-02-10 18:07:12.277 xcodebuild[55271:6303] [BT] ASSERTION FAILURE
in /SourceCache/DevToolsBase/DevToolsBase-1148/pbxcore/Infrastructure/
XCWorkQueue.m:352
Details: Assertion failed: candidateCommandPhase == _currentPhaseNumber
Object: <XCWorkQueue:0x063c9470>
Method: -activateNextProcessableCommand
Thread: <NSThread: 0x34909d0>{name = (null), num = 4}
Backtrace:
0 0x00784597 -[XCAssertionHandler
handleFailureInMethod:object:fileName:lineNumber:messageFormat:arguments
:] (in DevToolsCore)
1 0x0078430c _XCAssertionFailureHandler (in DevToolsCore)
2 0x0064b9fa -[XCWorkQueue activateNextProcessableCommand] (in
DevToolsCore)
3 0x0064872b -[XCWorkQueueOperation runOperation] (in DevToolsCore)
4 0x00630d48 -[XCOperation run] (in DevToolsCore)
5 0x00633b29 -[XCBuildOperation runOperationInBackground] (in
DevToolsCore)
6 0x006333d9 -[XCThreadedOperation _runOperationInBackground] (in
DevToolsCore)
7 0x943d17ed -[NSThread main] (in Foundation)
8 0x943d1394 __NSThread__main__ (in Foundation)
9 0x917d7095 _pthread_start (in libSystem.B.dylib)
10 0x917d6f52 thread_start (in libSystem.B.dylib)
2009-02-10 18:07:12.279 xcodebuild[55271:6303] -
runOperationInBackground raised an exception: ASSERTION FAILURE in /
SourceCache/DevToolsBase/DevToolsBase-1148/pbxcore/Infrastructure/
XCWorkQueue.m:352
Details: Assertion failed: candidateCommandPhase == _currentPhaseNumber
Object: <XCWorkQueue:0x063c9470>
Method: -activateNextProcessableCommand
Thread: <NSThread: 0x34909d0>{name = (null), num = 4}
Backtrace:
0 0x00784597 -[XCAssertionHandler
handleFailureInMethod:object:fileName:lineNumber:messageFormat:arguments
:] (in DevToolsCore)
1 0x0078430c _XCAssertionFailureHandler (in DevToolsCore)
2 0x0064b9fa -[XCWorkQueue activateNextProcessableCommand] (in
DevToolsCore)
3 0x0064872b -[XCWorkQueueOperation runOperation] (in DevToolsCore)
4 0x00630d48 -[XCOperation run] (in DevToolsCore)
5 0x00633b29 -[XCBuildOperation runOperationInBackground] (in
DevToolsCore)
6 0x006333d9 -[XCThreadedOperation _runOperationInBackground] (in
DevToolsCore)
7 0x943d17ed -[NSThread main] (in Foundation)
8 0x943d1394 __NSThread__main__ (in Foundation)
9 0x917d7095 _pthread_start (in libSystem.B.dylib)
10 0x917d6f52 thread_start (in libSystem.B.dylib)
More information about the cfe-dev
mailing list