Closed
Bug 1137489
Opened 10 years ago
Closed 10 years ago
[EME] build failure in gmp-clearkey in non-unified builds
Categories
(Core :: Audio/Video, defect)
Tracking
()
RESOLVED
FIXED
mozilla39
People
(Reporter: cpearce, Assigned: cpearce)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
2.11 KB,
patch
|
eflores
:
review+
|
Details | Diff | Splinter Review |
2.78 KB,
patch
|
lmandel
:
approval-mozilla-aurora+
lmandel
:
approval-mozilla-beta+
|
Details | Diff | Splinter Review |
With unified builds disabled on Windows I see a build failure in gmp-clearkey:
11:14.47 base_switches.cc
11:14.47 ClearKeySessionManager.cpp
11:14.47 c:/Users/cpearce/src/mozilla/central/media/gmp-clearkey/0.1/ClearKeySessionManager.cpp(43) : error C2653: 'wmf' : is not a class or namespace name
11:14.48 c:/Users/cpearce/src/mozilla/central/media/gmp-clearkey/0.1/ClearKeySessionManager.cpp(43) : error C3861: 'EnsureLibs': identifier not found
11:14.48
11:14.49 In the directory /c/Users/cpearce/src/mozilla/central/objdir/media/gmp-clearkey/0.1
11:14.50 The following command failed to execute properly:
11:14.50 c:/Users/cpearce/src/mozilla/central/objdir/_virtualenv/Scripts/python.exe -m mozbuild.action.cl cl -FoClearKeySessionManager.obj -c -DENABLE_WMF -DMOZ_NO_MOZALLOC -DAB_CD=en-US -DNO_NSPR_10_
SUPPORT -Ic:/Users/cpearce/src/mozilla/central/media/gmp-clearkey/0.1 -I. -Ic:/Users/cpearce/src/mozilla/central/dom/media/gmp -I../../../dist/include -Ic:/Users/cpearce/src/mozilla/central/objdir/dis
t/include/nspr -Ic:/Users/cpearce/src/mozilla/central/objdir/dist/include/nss -MT -FI ../../../dist/include/mozilla-config.h -DMOZILLA_CLIENT -TP -nologo -D_HAS_EXCEPTIONS=0 -W3 -Gy -arch:IA32 -FS -wd
4251 -wd4244 -wd4267 -wd4345 -wd4351 -wd4482 -wd4800 -wd4819 -we4553 -GR- -DDEBUG -DTRACING -Zi -Oy- -Fdgenerated.pdb c:/Users/cpearce/src/mozilla/central/media/gmp-clearkey/0.1/ClearKeySessionManager
.cpp
11:14.50 cpu.obj
Assignee | ||
Comment 1•10 years ago
|
||
Attachment #8570694 -
Flags: review?(edwin)
Attachment #8570694 -
Flags: review?(edwin) → review+
Assignee | ||
Comment 2•10 years ago
|
||
Status: NEW → RESOLVED
Closed: 10 years ago
status-firefox39:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla39
Assignee | ||
Comment 5•10 years ago
|
||
status-firefox37:
--- → fixed
Assignee | ||
Comment 6•10 years ago
|
||
Patch for beta branch as part of EME platform uplift.
Assignee | ||
Comment 7•10 years ago
|
||
Comment on attachment 8572383 [details] [diff] [review]
Beta patch
Requesting retroactive approval for Beta landing as part of EME platform uplift.
Attachment #8572383 -
Flags: approval-mozilla-beta?
Assignee | ||
Updated•10 years ago
|
status-firefox38:
--- → affected
Flags: needinfo?(cpearce)
Assignee | ||
Comment 8•10 years ago
|
||
Comment 9•10 years ago
|
||
Comment on attachment 8572383 [details] [diff] [review]
Beta patch
Approved for Beta and Aurora as part of EME platform uplift.
Attachment #8572383 -
Flags: approval-mozilla-beta?
Attachment #8572383 -
Flags: approval-mozilla-beta+
Attachment #8572383 -
Flags: approval-mozilla-aurora+
You need to log in
before you can comment on or make changes to this bug.
Description
•