Closed
Bug 1487133
Opened 6 years ago
Closed 6 years ago
Undefined symbols: UuidCreate, UuidToStringW, RpcStringFreeW in mingw-clang build
Categories
(Toolkit :: Application Update, defect)
Toolkit
Application Update
Tracking
()
RESOLVED
FIXED
mozilla63
People
(Reporter: tjr, Assigned: tjr)
References
(Blocks 1 open bug)
Details
Attachments
(1 file, 1 obsolete file)
Bug 1487133 Move rpcrt4 out from behind the Maintenance Service if, as mingw disables that r=mhowell
(deleted),
text/x-phabricator-request
|
mhowell
:
review+
RyanVM
:
approval-mozilla-esr60+
|
Details |
The recent addition of these function calls causes the mingw-clang build to fail because they are present in rpcrt4.lib - but that library is not explicitly linked in.
Assignee | ||
Comment 1•6 years ago
|
||
This is needed for direct calls to UuidCreate, UuidToStringW,
and RpcStringFreeW
Assignee | ||
Comment 2•6 years ago
|
||
Assignee | ||
Updated•6 years ago
|
Attachment #9004932 -
Attachment is obsolete: true
Comment 3•6 years ago
|
||
Comment on attachment 9004967 [details]
Bug 1487133 Move rpcrt4 out from behind the Maintenance Service if, as mingw disables that r=mhowell
Matt Howell [:mhowell] has approved the revision.
Attachment #9004967 -
Flags: review+
Assignee | ||
Updated•6 years ago
|
Keywords: checkin-needed
Pushed by csabou@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/68480edad096
Move rpcrt4 out from behind the Maintenance Service if, as mingw disables that r=mhowell
Keywords: checkin-needed
Comment 5•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox63:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla63
Updated•6 years ago
|
Comment 6•6 years ago
|
||
Comment on attachment 9004967 [details]
Bug 1487133 Move rpcrt4 out from behind the Maintenance Service if, as mingw disables that r=mhowell
MingW bustage fix from bug 1481907. Approved for ESR 60.2.
Attachment #9004967 -
Flags: approval-mozilla-esr60+
Comment 7•6 years ago
|
||
bugherder uplift |
You need to log in
before you can comment on or make changes to this bug.
Description
•