Closed
Bug 1115219
Opened 8 years ago
Closed 8 years ago
Windows builds are going to burn when Gecko 36 merges to Beta
Categories
(Core :: Networking: DNS, defect)
Tracking
()
VERIFIED
FIXED
mozilla37
People
(Reporter: RyanVM, Assigned: RyanVM)
References
Details
Attachments
(1 file)
750 bytes,
patch
|
mcmanus
:
review+
RyanVM
:
feedback+
Sylvestre
:
approval-mozilla-aurora+
|
Details | Diff | Splinter Review |
[Tracking Requested - why for this release]: Build bustage on the next merge. Regression from bug 1084645 maybe? Merge day is 12-Jan. https://treeherder.mozilla.org/logviewer.html#?job_id=3872683&repo=try 16:14:47 INFO - nsHostResolver.obj : error LNK2001: unresolved external symbol "enum tag_nsresult __cdecl mozilla::net::GetAddrInfo(char const *,unsigned short,unsigned short,class mozilla::net::AddrInfo * *,bool)" (?GetAddrInfo@net@mozilla@@YA?AW4tag_nsresult@@PBDGGPAPAVAddrInfo@12@_N@Z)
Flags: needinfo?(sworkman)
Comment 1•8 years ago
|
||
weird. That's a cool test ryan. This is the patch from comment 0 https://hg.mozilla.org/try/raw-rev/4fc0b394ba49 steve - will you be able to sort this out in time?
Blocks: 1084645
Assignee | ||
Comment 2•8 years ago
|
||
That patch is actually built on top of a couple others, so I'd suggest using this one instead and debugging on top of Aurora (where it also reproduces). https://hg.mozilla.org/try/raw-rev/916922a5cf5a
Assignee | ||
Comment 3•8 years ago
|
||
I can reproduce this locally too, so at least it's not some weird build config issue.
Comment 4•8 years ago
|
||
I think this should be fine. There's a RELEASE_BUILD flag in GetAddrInfo.cpp that can be removed (and should have been removed earlier - oops). I'm back in the office Jan 5th - I think that should be soon enough, but if not, it should be (famous last words) an easy fix).
Flags: needinfo?(sworkman)
Assignee | ||
Comment 5•8 years ago
|
||
Like this? I can confirm that it fixes the failure locally :) I'd like to get this landed ASAP so I can see what tests on Windows look like on Aurora36 soonish, so thanks in advance!
Assignee | ||
Comment 6•8 years ago
|
||
Comment on attachment 8541059 [details] [diff] [review] remove RELEASE_BUILD from GetAddrInfo.h Throwing this up for whoever gets to it first :)
Attachment #8541059 -
Flags: review?(mcmanus)
Assignee | ||
Comment 8•8 years ago
|
||
Comment on attachment 8541059 [details] [diff] [review] remove RELEASE_BUILD from GetAddrInfo.h Verified working on my most recent Try simulations.
Attachment #8541059 -
Flags: feedback+
Comment 9•8 years ago
|
||
Comment on attachment 8541059 [details] [diff] [review] remove RELEASE_BUILD from GetAddrInfo.h Review of attachment 8541059 [details] [diff] [review]: ----------------------------------------------------------------- this is obviously correct - so sorry I was afk
Attachment #8541059 -
Flags: review?(sworkman)
Attachment #8541059 -
Flags: review?(mcmanus)
Attachment #8541059 -
Flags: review+
Assignee | ||
Comment 10•8 years ago
|
||
Comment on attachment 8541059 [details] [diff] [review] remove RELEASE_BUILD from GetAddrInfo.h https://hg.mozilla.org/integration/mozilla-inbound/rev/9689b122bc76 Approval Request Comment [Feature/regressing bug #]: Bug 1084645 [User impact if declined]: Windows build bustage when Gecko 36 is uplifted to Beta. Would have to backout bug 1084645 instead. [Describe test coverage new/current, TBPL]: Green on Try and locally both on top of trunk and Aurora [Risks and why]: Minimal, just makes a change that should have landed with bug 1084645 anyway. [String/UUID change made/needed]: None
Attachment #8541059 -
Flags: approval-mozilla-aurora?
Comment 11•8 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/9689b122bc76
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla37
Updated•8 years ago
|
Attachment #8541059 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Assignee | ||
Comment 12•8 years ago
|
||
https://hg.mozilla.org/releases/mozilla-aurora/rev/e26d31752fd7
Comment 13•8 years ago
|
||
(In reply to Patrick McManus [:mcmanus] from comment #9) > Comment on attachment 8541059 [details] [diff] [review] > remove RELEASE_BUILD from GetAddrInfo.h > > Review of attachment 8541059 [details] [diff] [review]: > ----------------------------------------------------------------- > > this is obviously correct - so sorry I was afk Ditto. Glad it was an easy fix! Thanks folks!
Assignee | ||
Comment 14•8 years ago
|
||
No occurrences in my latest Try runs, thanks :)
You need to log in
before you can comment on or make changes to this bug.
Description
•