[Webkit-unassigned] [Bug 150933] [EFL] Binaries don't run on Ubuntu 15.10 due to missing library path

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 5 09:39:10 PST 2015


https://bugs.webkit.org/show_bug.cgi?id=150933

--- Comment #2 from Csaba Osztrogonác <ossy at webkit.org> ---
Ubuntu 15.04
=============
$ cmake --version
cmake version 3.0.2

build.ninja
------------
LINK_FLAGS = -L/home/ossy/WebKit/WebKitBuild/DependenciesEFL/Root/lib  -fuse-ld=gold -Wl,--disable-new-dtags -fuse-ld=gold -Wl,--disable-new-dtags
LINK_LIBRARIES = -rdynamic -ldl lib/libjavascriptcore_efl.so.1.14.0 lib/libwtf_efl.a ../DependenciesEFL/Root/lib/libecore.so ../DependenciesEFL/Root/lib/libglib-2.0.so -ldl lib/libbmalloc.a -licuuc ../DependenciesEFL/Root/lib/libecore_evas.so ../DependenciesEFL/Root/lib/libecore_imf.so ../DependenciesEFL/Root/lib/libecore.so ../DependenciesEFL/Root/lib/libevas.so -lpthread -licui18n -Wl,-rpath,/home/ossy/WebKit/WebKitBuild/Release/lib:/home/ossy/WebKit/WebKitBuild/DependenciesEFL/Root/lib



Ubuntu 15.10
=============
$ cmake --version
cmake version 3.2.2

build.ninja
------------
LINK_FLAGS = -L/home/webkit/WebKit/WebKitBuild/DependenciesEFL/Root/lib  -fuse-ld=gold -Wl,--disable-new-dtags -fuse-ld=gold -Wl,--disable-new-dtags
LINK_LIBRARIES = -rdynamic -ldl lib/libjavascriptcore_efl.so.1.14.0 lib/libwtf_efl.a -lecore -lglib-2.0 -ldl lib/libbmalloc.a -licuuc -lecore_evas -lecore_imf -lecore -levas -lpthread -licui18n -Wl,-rpath,/home/webkit/WebKit/WebKitBuild/Release/lib


differences:
=============
- ../DependenciesEFL/Root/lib/libfoo.so ---> -lfoo
- missing rpath: /home/ossy/WebKit/WebKitBuild/DependenciesEFL/Root/lib

I tried to hacking with CMAKE_INSTALL_RPATH and CMAKE_INSTALL_RPATH_USE_LINK_PATH variables,
but without success yet.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20151105/c153768f/attachment.html>


More information about the webkit-unassigned mailing list