Bug 141202 - run-jsc-stress-tests --remote should be able add the necessary libraries to the bundle on Linux
Summary: run-jsc-stress-tests --remote should be able add the necessary libraries to t...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Csaba Osztrogonác
URL:
Keywords:
Depends on:
Blocks: 141165
  Show dependency treegraph
 
Reported: 2015-02-03 10:22 PST by Csaba Osztrogonác
Modified: 2015-02-12 10:35 PST (History)
2 users (show)

See Also:


Attachments
Patch (2.20 KB, patch)
2015-02-12 04:03 PST, Csaba Osztrogonác
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Csaba Osztrogonác 2015-02-03 10:22:08 PST
$ldd jsc | grep WebKitBuild
----------------------------
libjavascriptcore_efl.so.1 => /home/webkit/WebKit/WebKitBuild/Release/lib/libjavascriptcore_efl.so.1 (0x00007fae792bf000)
libecore.so.1 => /home/webkit/WebKit/WebKitBuild/DependenciesEFL/Root/lib/libecore.so.1 (0x00007fae79085000)
libglib-2.0.so.0 => /home/webkit/WebKit/WebKitBuild/DependenciesEFL/Root/lib/libglib-2.0.so.0 (0x00007fae777bb000)
libefl.so.1 => /home/webkit/WebKit/WebKitBuild/DependenciesEFL/Root/lib/libefl.so.1 (0x00007fae775b3000)
libeo.so.1 => /home/webkit/WebKit/WebKitBuild/DependenciesEFL/Root/lib/libeo.so.1 (0x00007fae7739c000)
libeina.so.1 => /home/webkit/WebKit/WebKitBuild/DependenciesEFL/Root/lib/libeina.so.1 (0x00007fae7713c000)

We need a script to call "ldd jsc" to determine which 
libraries are needed and then add them to the bundle. 

WebKitBuild/Release/lib and WebKitBuild/DependenciesEFL/Root/lib 
contains much more then the minimal necessary to run JSC (tests).
Comment 1 Csaba Osztrogonác 2015-02-12 04:03:24 PST
Created attachment 246439 [details]
Patch
Comment 2 WebKit Commit Bot 2015-02-12 10:35:19 PST
Comment on attachment 246439 [details]
Patch

Clearing flags on attachment: 246439

Committed r179998: <http://trac.webkit.org/changeset/179998>
Comment 3 WebKit Commit Bot 2015-02-12 10:35:22 PST
All reviewed patches have been landed.  Closing bug.