Bug 73910 - [Qt] build-jsc script doesn't work
Summary: [Qt] build-jsc script doesn't work
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-06 04:55 PST by Peter Varga
Modified: 2011-12-06 05:43 PST (History)
4 users (show)

See Also:


Attachments
[Qt] build-jsc script doesn't work (3.26 KB, patch)
2011-12-06 05:18 PST, Simon Hausmann
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Varga 2011-12-06 04:55:07 PST
I noticed the following error when I tried to compile JSC with Tools/Scripts/build-jsc

make[3]: *** No rule to make target `/home/stampho/webkit/WebKitBuild/Release/Source/JavaScriptCore/wtf/release/libwtf.a', needed by `../../bin/jsc'.  Stop.
make[3]: Leaving directory `/home/stampho/webkit/WebKitBuild/Release/Source/JavaScriptCore'
make[2]: *** [sub-jsc-pro-make_default-ordered] Error 2
make[2]: Leaving directory `/home/stampho/webkit/WebKitBuild/Release/Source/JavaScriptCore'
make[1]: *** [sub-Source-JavaScriptCore-JavaScriptCore-pro-make_default-ordered] Error 2
make[1]: Leaving directory `/home/stampho/webkit/WebKitBuild/Release'
make: *** [incremental] Error 2

This error occurred since this commit: http://trac.webkit.org/changeset/101247
Comment 1 Peter Varga 2011-12-06 05:01:18 PST
I have spent several hours trying to fix this issue, but I am not familiar with pri/pro files. Could you help fixing build-jsc?
Comment 2 Simon Hausmann 2011-12-06 05:18:43 PST
Created attachment 118032 [details]
[Qt] build-jsc script doesn't work
Comment 3 Peter Varga 2011-12-06 05:23:36 PST
This fix works for me.
Thanks for the quick response.

(In reply to comment #2)
> Created an attachment (id=118032) [details]
> [Qt] build-jsc script doesn't work
Comment 4 WebKit Review Bot 2011-12-06 05:43:43 PST
Comment on attachment 118032 [details]
[Qt] build-jsc script doesn't work

Clearing flags on attachment: 118032

Committed r102125: <http://trac.webkit.org/changeset/102125>
Comment 5 WebKit Review Bot 2011-12-06 05:43:47 PST
All reviewed patches have been landed.  Closing bug.