Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(20)

Issue 249073003: Fix unresolved shared library dependency on binutils 2.23. (Closed)

Created:
6 years, 8 months ago by dshwang
Modified:
6 years, 8 months ago
Reviewers:
Lei Zhang, mithro-old
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Fix unresolved shared library dependency on binutils 2.23. It fixes unresolved dependency as follows: > ldd content_shell ... libsql.so => not found libbase_i18n.so => not found ... Some binutils 2.23 releases may or may not have new dtags enabled, but they are all compatible with --disable-new-dtags, because the new dynamic tags are not created by default. https://sourceware.org/binutils/docs-2.23/ld/Options.html#index-g_t_002d_002ddisable_002dnew_002ddtags-267 BUG=352046 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=265880

Patch Set 1 #

Total comments: 4

Patch Set 2 : Add comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -1 line) Patch
M build/common.gypi View 1 1 chunk +4 lines, -1 line 0 comments Download

Messages

Total messages: 15 (0 generated)
dshwang
https://codereview.chromium.org/249073003/diff/1/build/common.gypi File build/common.gypi (right): https://codereview.chromium.org/249073003/diff/1/build/common.gypi#newcode3896 build/common.gypi:3896: ['binutils_version>=223', { I'm not sure if 222 works also. ...
6 years, 8 months ago (2014-04-23 15:23:45 UTC) #1
Lei Zhang
https://codereview.chromium.org/249073003/diff/1/build/common.gypi File build/common.gypi (right): https://codereview.chromium.org/249073003/diff/1/build/common.gypi#newcode3896 build/common.gypi:3896: ['binutils_version>=223', { On 2014/04/23 15:23:45, dshwang wrote: > I'm ...
6 years, 8 months ago (2014-04-23 18:14:08 UTC) #2
dshwang
https://codereview.chromium.org/249073003/diff/1/build/common.gypi File build/common.gypi (right): https://codereview.chromium.org/249073003/diff/1/build/common.gypi#newcode3896 build/common.gypi:3896: ['binutils_version>=223', { On 2014/04/23 18:14:09, Lei Zhang wrote: > ...
6 years, 8 months ago (2014-04-23 20:05:23 UTC) #3
dshwang
https://codereview.chromium.org/249073003/diff/1/build/common.gypi File build/common.gypi (right): https://codereview.chromium.org/249073003/diff/1/build/common.gypi#newcode3896 build/common.gypi:3896: ['binutils_version>=223', { Ah, my previous comment does not make ...
6 years, 8 months ago (2014-04-23 20:14:52 UTC) #4
dshwang
according to ld 2.23 man page; https://sourceware.org/binutils/docs-2.23/ld/Options.html#index-g_t_002d_002ddisable_002dnew_002ddtags-267 --enable-new-dtags --disable-new-dtags This linker can create the new ...
6 years, 8 months ago (2014-04-23 20:19:43 UTC) #5
Lei Zhang
lgtm Can you add a comment to mention some 2.23 releases may or may not ...
6 years, 8 months ago (2014-04-23 21:01:46 UTC) #6
dshwang
On 2014/04/23 21:01:46, Lei Zhang wrote: > lgtm Thank you for review. > > Can ...
6 years, 8 months ago (2014-04-24 03:58:29 UTC) #7
dshwang
The CQ bit was checked by dongseong.hwang@intel.com
6 years, 8 months ago (2014-04-24 03:58:34 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dongseong.hwang@intel.com/249073003/1
6 years, 8 months ago (2014-04-24 03:58:49 UTC) #9
Lei Zhang
On 2014/04/24 03:58:29, dshwang wrote: > On 2014/04/23 21:01:46, Lei Zhang wrote: > > lgtm ...
6 years, 8 months ago (2014-04-24 04:57:03 UTC) #10
dshwang
The CQ bit was unchecked by dongseong.hwang@intel.com
6 years, 8 months ago (2014-04-24 05:01:14 UTC) #11
dshwang
On 2014/04/24 04:57:03, Lei Zhang wrote: > On 2014/04/24 03:58:29, dshwang wrote: > > On ...
6 years, 8 months ago (2014-04-24 05:02:08 UTC) #12
dshwang
The CQ bit was checked by dongseong.hwang@intel.com
6 years, 8 months ago (2014-04-24 05:10:30 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dongseong.hwang@intel.com/249073003/20001
6 years, 8 months ago (2014-04-24 05:13:22 UTC) #14
commit-bot: I haz the power
6 years, 8 months ago (2014-04-24 08:24:56 UTC) #15
Message was sent while issue was closed.
Change committed as 265880

Powered by Google App Engine
This is Rietveld 408576698