Closed
Bug 1354293
Opened 8 years ago
Closed 8 years ago
"USE_LIBS contains 'mscom_oop', which does not match any LIBRARY_NAME in the tree." with --disable-accessibility
Categories
(Core :: Disability Access APIs, defect)
Core
Disability Access APIs
Tracking
()
RESOLVED
FIXED
mozilla55
Tracking | Status | |
---|---|---|
firefox55 | --- | fixed |
People
(Reporter: RyanVM, Assigned: RyanVM)
References
Details
Attachments
(1 file)
1.00 KB,
patch
|
bugzilla
:
review+
|
Details | Diff | Splinter Review |
0:13.85 Reticulating splines...
0:13.85 Traceback (most recent call last):
0:13.85 File "config.status", line 970, in <module>
0:13.85 config_status(**args)
0:13.85 File "c:\Users\Ryan\repos\mozilla\python\mozbuild\mozbuild\config_status.py", line 147, in config_status
0:13.85 definitions = list(definitions)
0:13.85 File "c:\Users\Ryan\repos\mozilla\python\mozbuild\mozbuild\frontend\emitter.py", line 194, in emit
0:13.85 objs = list(self._emit_libs_derived(contexts))
0:13.85 File "c:\Users\Ryan\repos\mozilla\python\mozbuild\mozbuild\frontend\emitter.py", line 228, in _emit_libs_derived
0:13.85 self._link_libraries(context, obj, variable)
0:13.85 File "c:\Users\Ryan\repos\mozilla\python\mozbuild\mozbuild\frontend\emitter.py", line 341, in _link_libraries
0:13.85 context)
0:13.85 mozbuild.frontend.reader.SandboxValidationError:
0:13.85 ==============================
0:13.85 ERROR PROCESSING MOZBUILD FILE
0:13.86 ==============================
0:13.86
0:13.86 The error occurred while processing the following file or one of the files it includes:
0:13.86
0:13.86 c:/Users/Ryan/repos/mozilla/accessible/ipc/win/handler/moz.build
0:13.86
0:13.86 The error occurred when validating the result of the execution. The reported error is:
0:13.86
0:13.86 USE_LIBS contains "mscom_oop", which does not match any LIBRARY_NAME in the tree.
0:13.86
0:13.86
0:13.86 mozmake.EXE[2]: *** [c:/Users/Ryan/repos/mozilla/build/rebuild-backend.mk:25: backend.RecursiveMakeBackend] Error 1
Assignee | ||
Comment 1•8 years ago
|
||
This fixes it locally for me.
Updated•8 years ago
|
Attachment #8855535 -
Flags: review?(aklotz) → review+
Pushed by ryanvm@gmail.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/af9a1df08ef5
Don't try to build a11y IPC code that depends on accessibility being enabled. r=aklotz
Assignee | ||
Comment 3•8 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
status-firefox55:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla55
You need to log in
before you can comment on or make changes to this bug.
Description
•