Closed Bug 1219648 Opened 10 years ago Closed 10 years ago

Windows bustage: Build failure as of 29 Oct 2015 - 3 unresolved externals

Categories

(Thunderbird :: Build Config, defect)

x86_64
Unspecified
defect
Not set
blocker

Tracking

(Not tracked)

RESOLVED INVALID

People

(Reporter: jorgk-bmo, Unassigned)

Details

(Keywords: dogfood, regression)

33:27.92 Unified_cpp_netwerk_dns0.obj : error LNK2019: unresolved external symbol _uidna_openUTS46_55 referenced in func tion "public: __thiscall nsIDNService::nsIDNService(void)" (??0nsIDNService@@QAE@XZ) 33:27.92 33:27.92 Unified_cpp_netwerk_dns0.obj : error LNK2019: unresolved external symbol _uidna_close_55 referenced in function "protected: virtual __thiscall nsIDNService::~nsIDNService(void)" (??1nsIDNService@@MAE@XZ) 33:27.92 33:27.92 Unified_cpp_netwerk_dns0.obj : error LNK2019: unresolved external symbol _uidna_labelToUnicode_55 referenced in function "private: enum nsresult __thiscall nsIDNService::IDNA2008StringPrep(class nsAString_internal const &,class nsA String_internal &,enum nsIDNService::stringPrepFlag)" (?IDNA2008StringPrep@nsIDNService@@AAE?AW4nsresult@@ABVnsAString_i nternal@@AAV3@W4stringPrepFlag@1@@Z) 33:27.92 33:27.92 xul.dll : fatal error LNK1120: 3 unresolved externals Builds OK when going back to: hg update -r 22394f125cb5
Summary: Windows bustage: Build failure as of 29 Oct 2015 - 3 unresolved externs → Windows bustage: Build failure as of 29 Oct 2015 - 3 unresolved externals
Severity: normal → blocker
Keywords: dogfood, regression
Builds OK when going back to: hg update -r 22394f125cb5 - on M-C, I forgot to say.
For example uidna_labelToUnicode is called here: http://mxr.mozilla.org/mozilla-central/source/netwerk/dns/nsIDNService.cpp#172 but only #ifdef IDNA2008. Looks like this was caused by bug 479520 especially https://hg.mozilla.org/mozilla-central/rev/ac843b130537 witch landed 2015-10-28 17:01:41 PDT. Maybe Simon can tell us how to fix the bustage. I'll try again with clobber.
Flags: needinfo?(smontagu)
Clobber fixed it.
Status: NEW → RESOLVED
Closed: 10 years ago
Flags: needinfo?(smontagu)
Resolution: --- → INVALID
You need to log in before you can comment on or make changes to this bug.