WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
157261
Fix the Mac cmake clean build issue
https://bugs.webkit.org/show_bug.cgi?id=157261
Summary
Fix the Mac cmake clean build issue
Csaba Osztrogonác
Reported
2016-05-02 02:41:01 PDT
clean build:
https://build.webkit.org/builders/Apple%20El%20Capitan%20CMake%20Debug%20%28Build%29/builds/4733
error: ... [ 0%] Generating ../../DerivedSources/ForwardingHeaders/JavaScriptCore/Scripts/inline-and-minify-stylesheets-and-scripts.py make[2]: *** No rule to make target `DerivedSources/ForwardingHeaders/JavaScriptCore/Scripts/inline-and-minify-stylesheets-and-scripts.py', needed by `DerivedSources/WebCore/InspectorOverlayPage.h'. Stop. make[2]: *** Waiting for unfinished jobs.... [ 0%] Generating ../../DerivedSources/WebCore/CharsetData.cpp [ 0%] Generating ../../DerivedSources/ForwardingHeaders/JavaScriptCore/Scripts/jsmin.py make[1]: *** [Source/WebCore/CMakeFiles/WebCoreDerivedSources.dir/all] Error 2 make[1]: *** Waiting for unfinished jobs.... ...
Attachments
Patch
(1.37 KB, patch)
2016-09-01 01:54 PDT
,
Fujii Hironori
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Csaba Osztrogonác
Comment 1
2016-08-25 05:52:56 PDT
this bug is still valid:
https://build.webkit.org/builders/Apple%20El%20Capitan%20CMake%20Debug%20%28Build%29/builds/7808
Fujii Hironori
Comment 2
2016-09-01 01:54:38 PDT
Created
attachment 287610
[details]
Patch
Michael Catanzaro
Comment 3
2016-09-01 07:08:06 PDT
Comment on
attachment 287610
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=287610&action=review
> Source/WebCore/CMakeLists.txt:3870 > +add_dependencies(WebCoreDerivedSources JavaScriptCore)
I wonder if we're missing this dependency anywhere else?
WebKit Commit Bot
Comment 4
2016-09-01 07:56:50 PDT
Comment on
attachment 287610
[details]
Patch Clearing flags on attachment: 287610 Committed
r205291
: <
http://trac.webkit.org/changeset/205291
>
WebKit Commit Bot
Comment 5
2016-09-01 07:56:54 PDT
All reviewed patches have been landed. Closing bug.
Yusuke Suzuki
Comment 6
2016-09-01 09:24:36 PDT
***
Bug 158852
has been marked as a duplicate of this bug. ***
Fujii Hironori
Comment 7
2016-09-01 20:01:17 PDT
Thank you for reviewing my patch. (In reply to
comment #3
)
> I wonder if we're missing this dependency anywhere else?
This missing dependency problem can be reproduced with like following steps: 1) rm -rf WebKitBuild/Debug 2) ./Tools/Scripts/build-webkit --gtk --64-bit --debug 3) Ctrl-C to abort build after CMake finished. 4) ninja-build -C WebKitBuild/Debug WebCoreDerivedSources 5) Build fails
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