RESOLVED INVALID 100368
[CMAKE] Rebuilding with changed feature configuration fails to properly rebuild required files
https://bugs.webkit.org/show_bug.cgi?id=100368
Summary [CMAKE] Rebuilding with changed feature configuration fails to properly rebui...
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.