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

Issue 23064014: Make minidump_stackwalk compile with target_arch=ia32 on a linux x64 host. (Closed)

Created:
7 years, 4 months ago by tonyg
Modified:
7 years, 4 months ago
CC:
chromium-reviews, Robert Sesek
Visibility:
Public.

Description

Make minidump_stackwalk compile with target_arch=ia32 on a linux x64 host. This is necessary for the perf bots to build minidump_stackwalk which will allow us to have stack traces when perf tests crash. BUG=223572 TEST=GYP_DEFINES="branding=Chrome buildtype=Official target_arch=ia32 component=static_library" gclient runhooks && ninja -C out/Release minidump_stackwalk Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=218622

Patch Set 1 #

Patch Set 2 : Rework with thestig's approach #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -0 lines) Patch
M breakpad/breakpad_tools.gypi View 1 1 chunk +5 lines, -0 lines 0 comments Download

Messages

Total messages: 17 (0 generated)
tonyg
This fixes the error: /usr/local/google/code/chromium/src/chrome/installer/linux/debian_wheezy_i386-sysroot/usr/include/features.h:323:26: fatal error: bits/predefs.h: No such file or directory
7 years, 4 months ago (2013-08-17 00:50:19 UTC) #1
Lei Zhang
Are you doing an official build because you need an official build, or just to ...
7 years, 4 months ago (2013-08-18 09:41:03 UTC) #2
tonyg
On 2013/08/18 09:41:03, Lei Zhang wrote: > Are you doing an official build because you ...
7 years, 4 months ago (2013-08-18 17:24:34 UTC) #3
Mark Mentovai
LGTM, I guess, but I’m trying to understand why you need this as much as ...
7 years, 4 months ago (2013-08-19 14:35:52 UTC) #4
tonyg
On 2013/08/19 14:35:52, Mark Mentovai wrote: > LGTM, I guess, but I’m trying to understand ...
7 years, 4 months ago (2013-08-19 15:48:45 UTC) #5
Mark Mentovai
That doesn’t explain why you need this change. That’s what I’m trying to get at.
7 years, 4 months ago (2013-08-19 15:49:27 UTC) #6
tonyg
On 2013/08/19 15:49:27, Mark Mentovai wrote: > That doesn’t explain why you need this change. ...
7 years, 4 months ago (2013-08-19 16:00:30 UTC) #7
Mark Mentovai
OK, LGTM
7 years, 4 months ago (2013-08-19 16:05:13 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tonyg@chromium.org/23064014/1
7 years, 4 months ago (2013-08-19 16:09:23 UTC) #9
Lei Zhang
not lgtm This only works because you just happen to have a machine with both ...
7 years, 4 months ago (2013-08-19 20:24:23 UTC) #10
tonyg
> On a machine that only does a 32-bit official build, this won't work. But ...
7 years, 4 months ago (2013-08-19 21:14:09 UTC) #11
Lei Zhang
On 2013/08/19 21:14:09, tonyg wrote: > > On a machine that only does a 32-bit ...
7 years, 4 months ago (2013-08-19 21:31:10 UTC) #12
Lei Zhang
So how about have a condition inside the host_arch=="x86_64" condition like this? ['target_arch=="ia32" and sysroot!=""', ...
7 years, 4 months ago (2013-08-20 08:32:36 UTC) #13
tonyg
On 2013/08/20 08:32:36, Lei Zhang wrote: > So how about have a condition inside the ...
7 years, 4 months ago (2013-08-20 16:44:43 UTC) #14
Lei Zhang
lgtm
7 years, 4 months ago (2013-08-20 18:52:08 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tonyg@chromium.org/23064014/45001
7 years, 4 months ago (2013-08-20 18:53:50 UTC) #16
commit-bot: I haz the power
7 years, 4 months ago (2013-08-21 03:36:16 UTC) #17
Message was sent while issue was closed.
Change committed as 218622

Powered by Google App Engine
This is Rietveld 408576698