component build in trouble

49 views
Skip to first unread message

Dongseong Hwang

unread,
Apr 22, 2014, 1:08:01 PM4/22/14
to chromi...@chromium.org
Hi, recently unidentified commits affected component build adversely.

Now we need LD_LIBRARY_PATH=<src>/out/Release/lib to run content_shell
ldd can not resolve bunch of internal shared libraries.
> ldd content_shell
        ...
libmedia.so => /home/dshwang/workspace/chromium/blink/src/out/Release/./lib/libmedia.so (0x00007f8fe172c000)
libcontent.so => /home/dshwang/workspace/chromium/blink/src/out/Release/./lib/libcontent.so (0x00007f8fe0399000)
        ...
libtranslator.so => not found
libwebkit_storage_common.so => not found
libsql.so => not found
libbase_i18n.so => not found
libgfx_x11.so => not found
libgfx_geometry.so => not found
libgfx_x11.so => not found
        ...

Some libs are resolved, but others are not resolved. Could you share what's culprit?

DS

Jun Mukai

unread,
Apr 22, 2014, 1:50:33 PM4/22/14
to dongseo...@intel.com, Chromium-dev
I don't see any problems on my environment. All of lib files are correctly resolved.
I'm on r265285


--
--
Chromium Developers mailing list: chromi...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev

Dongseong Hwang

unread,
Apr 22, 2014, 3:23:11 PM4/22/14
to chromi...@chromium.org, dongseo...@intel.com
Thank you for reply. I recently moved from managed mode to unmanaged mode. After that, I might be in trouble... :'(

Lei Zhang

unread,
Apr 22, 2014, 3:24:28 PM4/22/14
to dongseo...@intel.com, Chromium-dev
Sanity check - do you actually have libtranslator.so and friends?

On Tue, Apr 22, 2014 at 10:08 AM, Dongseong Hwang
<dongseo...@intel.com> wrote:

Dongseong Hwang

unread,
Apr 23, 2014, 9:28:25 AM4/23/14
to chromi...@chromium.org, dongseo...@intel.com
yes, I have.

Dongseong Hwang

unread,
Apr 23, 2014, 10:25:46 AM4/23/14
to chromi...@chromium.org, dongseo...@intel.com
I found why I was in trouble.
I use additional gyp option binutils_version=222 for icecc.
After https://codereview.chromium.org/196573022, this hack is in trouble.

Quick fix is as follows:
+++ b/build/common.gypi
@@ -3893,7 +3893,7 @@
-          ['binutils_version>=224', {
+          ['binutils_version>=222', {

Never mind. It's problem only for who use icecc...

Lei Zhang

unread,
Apr 23, 2014, 2:14:49 PM4/23/14
to Dongseong Hwang, Chromium-dev
Thanks for your CL. It looks like the gold linker you are using needs
--disable-new-dtags as well.
Reply all
Reply to author
Forward
0 new messages