WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
142613
[cmake] Fix the incremental build issue revealed by
r181419
https://bugs.webkit.org/show_bug.cgi?id=142613
Summary
[cmake] Fix the incremental build issue revealed by r181419
Csaba Osztrogonác
Reported
2015-03-12 02:07:07 PDT
After
https://trac.webkit.org/changeset/181419
the build was broken on the EFL performance bot and the GTK ARM bot. But it must be an incremental build issue, because clean build solved the problem. The goal of this bug is to add the missing dependency to the cmake build system to avoid same error in the future.
Attachments
Patch
(1.59 KB, patch)
2015-03-12 02:19 PDT
,
Csaba Osztrogonác
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Csaba Osztrogonác
Comment 1
2015-03-12 02:12:27 PDT
error log: In file included from ../../Source/JavaScriptCore/parser/Lexer.cpp:41:0: DerivedSources/JavaScriptCore/KeywordLookup.h: In member function 'JSC::JSTokenType JSC::Lexer<T>::parseKeyword(JSC::JSTokenData*) [with bool shouldCreateIdentifier = shouldCreateIdentifier; T = short unsigned int]': DerivedSources/JavaScriptCore/KeywordLookup.h:434:24: error: 'STATICTOKEN' was not declared in this scope DerivedSources/JavaScriptCore/KeywordLookup.h: In member function 'JSC::JSTokenType JSC::Lexer<T>::parseKeyword(JSC::JSTokenData*) [with bool shouldCreateIdentifier = shouldCreateIdentifier; T = unsigned char]': DerivedSources/JavaScriptCore/KeywordLookup.h:798:24: error: 'STATICTOKEN' was not declared in this scope
Csaba Osztrogonác
Comment 2
2015-03-12 02:17:28 PDT
DerivedSources/JavaScriptCore/KeywordLookup.h wasn't regenerated, but it should have been. Keywords.table is missing from the dependency list. Fix is coming.
Csaba Osztrogonác
Comment 3
2015-03-12 02:19:08 PDT
Created
attachment 248503
[details]
Patch
WebKit Commit Bot
Comment 4
2015-03-12 03:17:05 PDT
The commit-queue encountered the following flaky tests while processing
attachment 248503
[details]
: The commit-queue is continuing to process your patch.
WebKit Commit Bot
Comment 5
2015-03-12 03:17:48 PDT
The commit-queue encountered the following flaky tests while processing
attachment 248503
[details]
: compositing/geometry/clipped-video-controller.html
bug 142615
(authors:
adamk@chromium.org
,
mihaip@chromium.org
,
rniwa@webkit.org
, and
simon.fraser@apple.com
) The commit-queue is continuing to process your patch.
WebKit Commit Bot
Comment 6
2015-03-12 03:28:15 PDT
Comment on
attachment 248503
[details]
Patch Clearing flags on attachment: 248503 Committed
r181435
: <
http://trac.webkit.org/changeset/181435
>
WebKit Commit Bot
Comment 7
2015-03-12 03:28:20 PDT
All reviewed patches have been landed. Closing bug.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug