Closed
Bug 776405
Opened 13 years ago
Closed 13 years ago
Intermittent configure failures for win32-on-win64 builds - 'Breakpad tools do not support compiling on WINNT while targeting WINNT. Use --disable-crashreporter'
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla17
People
(Reporter: nthomas, Assigned: emorley)
Details
Attachments
(1 file)
1.38 KB,
patch
|
ted
:
review+
|
Details | Diff | Splinter Review |
Exhibit A:
From #build on irc:
<ted> well that's exciting: https://tbpl.mozilla.org/php/getParsedLog.php?id=13682580&tree=Try
<ted> configure: error: Breakpad tools do not support compiling on WINNT while targeting WINNT. Use --disable-crashreporter.
<ted> that's in a
<ted> if (test "$OS_ARCH" != "$HOST_OS_ARCH"); then
Opt build, slave w64-ix-slave51, try rev e8c115e0bda9. Rebuilds on w64-ix-slave54 & w64-ix-slave26 were able to configure.
Exhibit B:
https://tbpl.mozilla.org/php/getParsedLog.php?id=13758098&tree=Try for mounir. Debug build, slave w64-ix-slave31, try rev e1413f1c6566. A rebuild got past the error on w64-ix-slave34.
These are the only two instances I can find in grepping over 14 days of try logs (opt & debug). Any ideas on what might be happening Ted ?
Comment 1•13 years ago
|
||
No. That IRC snippet was from my *own* try build, I was flummoxed. A rebuild succeeded, so it wasn't an error in the patches I pushed.
Reporter | ||
Comment 2•13 years ago
|
||
Not just try either:
https://tbpl.mozilla.org/php/getParsedLog.php?id=13764979&tree=Mozilla-Inbound
WINNT 5.2 mozilla-inbound build on 2012-07-23 00:21:12 PDT for push fda9279d7031
slave: w64-ix-slave80
Summary: Intermittent configure failures on try - 'Breakpad tools do not support compiling on WINNT while targeting WINNT. Use --disable-crashreporter' → Intermittent configure failures for win32-on-win64 builds - 'Breakpad tools do not support compiling on WINNT while targeting WINNT. Use --disable-crashreporter'
Assignee | ||
Comment 3•13 years ago
|
||
Assignee | ||
Comment 4•13 years ago
|
||
Comment 5•13 years ago
|
||
Not actually just win32-on-win64, we've had them intermittently on win64 all along, we just haven't cared.
https://tbpl.mozilla.org/php/getParsedLog.php?id=14176217&tree=Mozilla-Inbound
Comment 6•13 years ago
|
||
I have no idea what's going on here. Given the error message I don't see how the test can fail. The only thing that's remotely suspicious to me is that the test is wrapped in unnecessary parentheses, which means that it will be executed in a subshell. Perhaps there's some weirdness there?
http://mxr.mozilla.org/mozilla-central/source/configure.in#5807
Comment 7•13 years ago
|
||
It would certainly not hurt to remove those parentheses.
Comment 8•13 years ago
|
||
Assignee | ||
Comment 9•13 years ago
|
||
Assignee | ||
Comment 10•13 years ago
|
||
Removes a couple of superfluous parentheses.
Updated•13 years ago
|
Attachment #652120 -
Flags: review?(ted.mielczarek) → review+
Assignee | ||
Comment 11•13 years ago
|
||
Component: Release Engineering: Platform Support → Build Config
Product: mozilla.org → Core
QA Contact: release
Version: other → Trunk
Comment 12•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla17
Updated•7 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•