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   

Dominik Röttsches (drott)
Reported 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.
Attachments
Thiago Marcos P. Santos
Comment 1 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.
Thiago Marcos P. Santos
Comment 2 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)?
Dominik Röttsches (drott)
Comment 3 2012-10-25 05:41:41 PDT
I made a mistake - CMAKE remains awesome. *cough*
Note You need to log in before you can comment on or make changes to this bug.