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

Issue 199333007: Moving binutils version extraction so it works with clang. (Closed)

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

Description

Moving binutils version extraction so it works with clang. BUG=352046 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=257943

Patch Set 1 : #

Total comments: 2

Patch Set 2 : Rebase onto master. #

Patch Set 3 : Fixing the binutil version for the android x64 toolchain. #

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

Messages

Total messages: 19 (0 generated)
mithro-old
Hi guys, Another Debug Fission related patch. I was sure this worked previously, but it ...
6 years, 9 months ago (2014-03-18 15:53:17 UTC) #1
Nico
lgtm Sorry, should've caught this :-/ https://codereview.chromium.org/199333007/diff/20001/build/common.gypi File build/common.gypi (right): https://codereview.chromium.org/199333007/diff/20001/build/common.gypi#newcode3104 build/common.gypi:3104: ['linux_use_gold_flags==1 and (clang==1 ...
6 years, 9 months ago (2014-03-18 16:00:20 UTC) #2
mithro-old
https://codereview.chromium.org/199333007/diff/20001/build/common.gypi File build/common.gypi (right): https://codereview.chromium.org/199333007/diff/20001/build/common.gypi#newcode3104 build/common.gypi:3104: ['linux_use_gold_flags==1 and (clang==1 or gcc_version>=47) and binutils_version>=223', { On ...
6 years, 9 months ago (2014-03-18 16:06:23 UTC) #3
mithro-old
The CQ bit was checked by mithro@mithis.com
6 years, 9 months ago (2014-03-18 17:05:09 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mithro@mithis.com/199333007/20001
6 years, 9 months ago (2014-03-18 17:18:45 UTC) #5
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-18 18:46:49 UTC) #6
commit-bot: I haz the power
Retried try job too often on mac_rel for step(s) telemetry_perf_unittests, telemetry_unittests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=mac_rel&number=237077
6 years, 9 months ago (2014-03-18 18:46:50 UTC) #7
Lei Zhang
The CQ bit was checked by thestig@chromium.org
6 years, 9 months ago (2014-03-18 19:02:15 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mithro@mithis.com/199333007/20001
6 years, 9 months ago (2014-03-18 19:19:57 UTC) #9
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-18 19:20:05 UTC) #10
commit-bot: I haz the power
Failed to apply patch for build/common.gypi: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
6 years, 9 months ago (2014-03-18 19:20:06 UTC) #11
mithro-old
The CQ bit was checked by mithro@mithis.com
6 years, 9 months ago (2014-03-19 03:17:35 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mithro@mithis.com/199333007/60001
6 years, 9 months ago (2014-03-19 03:17:46 UTC) #13
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-19 03:20:57 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.chromium on linux_chromium_clang_dbg
6 years, 9 months ago (2014-03-19 03:20:58 UTC) #15
mithro-old
The CQ bit was checked by mithro@mithis.com
6 years, 9 months ago (2014-03-19 04:10:12 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mithro@mithis.com/199333007/60001
6 years, 9 months ago (2014-03-19 04:10:48 UTC) #17
commit-bot: I haz the power
Change committed as 257943
6 years, 9 months ago (2014-03-19 12:01:58 UTC) #18
pneubeck (no reviews)
6 years, 9 months ago (2014-03-19 13:08:19 UTC) #19
Message was sent while issue was closed.
A revert of this CL has been created in
https://codereview.chromium.org/203603009/ by pneubeck@chromium.org.

The reason for reverting is: Seems to break runhooks on several bots, like:
http://build.chromium.org/p/chromium.memory/builders/Linux%20ASan%2BLSan%20Bu...

Error: Command /usr/bin/python src/build/gyp_chromium returned non-zero exit
status 1 in /b/build/slave/Linux_ASan_LSan_Builder/build
Updating projects from gyp files...
/bin/sh: 1: clang++: not found
compiler_version.py failed to execute: clang++ -Xassembler --version -x
assembler -c /dev/null
Command 'clang++ -Xassembler --version -x assembler -c /dev/null' returned
non-zero exit status 127
gyp: Call to 'python ../build/compiler_version.py assembler' returned exit
status 1..

Powered by Google App Engine
This is Rietveld 408576698