Bug 100368 - [CMAKE] Rebuilding with changed feature configuration fails to properly rebuild required files
Summary: [CMAKE] Rebuilding with changed feature configuration fails to properly rebui...
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-25 04:27 PDT by Dominik Röttsches (drott)
Modified: 2012-10-25 05:41 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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*