Bug 100368

Summary: [CMAKE] Rebuilding with changed feature configuration fails to properly rebuild required files
Product: WebKit Reporter: Dominik Röttsches (drott) <d-r>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED INVALID    
Severity: Normal CC: rakuco, tmpsantos
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

Description Dominik Röttsches (drott) 2012-10-25 04:27:55 PDT
When doing a default build-webkit --efl --debug --cmakearg="-DSHARED_CORE=ON" and then later doing the same, except adding --no-xhr-timeout, then running the LayoutTests/http/tests/xmlhttprequest/timeout/* tests, you'll see crashes due to the webkit library not being correctly rebuilt.
Comment 1 Thiago Marcos P. Santos 2012-10-25 05:33:30 PDT
Weird, this is a regression.

Looks like someone removed the step where we were calling removeCMakeCache() on the perl scripts.
Comment 2 Thiago Marcos P. Santos 2012-10-25 05:39:57 PDT
(In reply to comment #1)
> Weird, this is a regression.
> 
> Looks like someone removed the step where we were calling removeCMakeCache() on the perl scripts.

Nah, it is there. Are you building using WEBKITOUTPUTDIR (aka SOURCEOFEVIL)?
Comment 3 Dominik Röttsches (drott) 2012-10-25 05:41:41 PDT
I made a mistake - CMAKE remains awesome. *cough*