Closed
Bug 1336542
Opened 8 years ago
Closed 8 years ago
mingw link step fails with undefined reference to `IID_IDirectDraw7'
Categories
(Core :: Graphics: Layers, defect)
Tracking
()
RESOLVED
FIXED
mozilla54
People
(Reporter: tjr, Assigned: tjr)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
59 bytes,
text/x-review-board-request
|
jimm
:
review+
jcristau
:
approval-mozilla-aurora+
jcristau
:
approval-mozilla-beta+
|
Details |
28:54.07 INPUT("StaticXULComponentsEnd/StaticXULComponentsEnd.o")
28:54.07
28:54.07 ../../gfx/thebes/Unified_cpp_gfx_thebes0.o: In function `ZN7mozilla3gfx15DeviceManagerDx20InitializeDirectDrawEv':
28:54.07 /home/worker/workspace/mingw-w64-build/firefox/gfx/thebes/DeviceManagerDx.cpp:856: undefined reference to `IID_IDirectDraw7'
28:54.07 collect2: error: ld returned 1 exit status
Assignee | ||
Updated•8 years ago
|
status-firefox52:
--- → affected
status-firefox53:
--- → ?
status-firefox54:
--- → ?
status-firefox-esr52:
--- → affected
Comment hidden (mozreview-request) |
Assignee | ||
Comment 2•8 years ago
|
||
Assignee | ||
Updated•8 years ago
|
Attachment #8833436 -
Flags: review?(jmathies)
Comment 3•8 years ago
|
||
mozreview-review |
Comment on attachment 8833436 [details]
Bug 1336542 Include dxguid in the linked libraries
https://reviewboard.mozilla.org/r/109670/#review111942
Attachment #8833436 -
Flags: review?(jmathies) → review+
Assignee | ||
Updated•8 years ago
|
Keywords: checkin-needed
Pushed by ryanvm@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/50bfba6371da
Include dxguid in the linked libraries r=jimm
Keywords: checkin-needed
Comment 5•8 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla54
Assignee | ||
Comment 6•8 years ago
|
||
Comment on attachment 8833436 [details]
Bug 1336542 Include dxguid in the linked libraries
Approval Request Comment
[Feature/Bug causing the regression]: mingw build failure in ESR52.
[User impact if declined]: Tor will need to carry another custom patch.
[Is this code covered by automated tests?]: I believe so. If the browser works at all, it should work, I think.
[Has the fix been verified in Nightly?]: I don't know. (I'm not sure how to tell if a commit has made its way into Nightly or not...)
[Needs manual test from QE? If yes, steps to reproduce]: No.
[List of other uplifts needed for the feature/fix]: None
[Is the change risky?]: It seems slightly risky?
[Why is the change risky/not risky?]: The change affects all Windows builds, as opposed to just mingw builds. But on the flip side, it's an additional linked library which seems like it should not cause problems?
[String changes made/needed]: None
Attachment #8833436 -
Flags: approval-mozilla-beta?
Comment 7•8 years ago
|
||
Comment on attachment 8833436 [details]
Bug 1336542 Include dxguid in the linked libraries
mingw link fix, aurora53+, beta52+
Attachment #8833436 -
Flags: approval-mozilla-beta?
Attachment #8833436 -
Flags: approval-mozilla-beta+
Attachment #8833436 -
Flags: approval-mozilla-aurora+
Comment 8•8 years ago
|
||
bugherder uplift |
Comment 9•8 years ago
|
||
bugherder uplift |
Comment 11•8 years ago
|
||
bugherder uplift |
You need to log in
before you can comment on or make changes to this bug.
Description
•