Closed
Bug 906867
Opened 11 years ago
Closed 11 years ago
Can't build with --disable-webspeech; build fails out with "dom/ipc/PContent.ipdl:20: error: can't locate include file `PSpeechSynthesis.ipdl'"
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
FIXED
mozilla26
People
(Reporter: dholbert, Assigned: eeejay)
References
Details
Attachments
(1 file)
(deleted),
patch
|
gps
:
review+
|
Details | Diff | Splinter Review |
When I try add this to my debug build mozconfig...
ac_add_options --disable-webspeech
...my build fails, with this output:
{
/mozilla/dom/ipc/PContent.ipdl:20: error: can't locate include file `PSpeechSynthesis.ipdl'
Traceback (most recent call last):
File "/mozilla/config/pythonpath.py", line 56, in <module>
main(sys.argv[1:])
File "/mozilla/config/pythonpath.py", line 48, in main
execfile(script, frozenglobals)
File "/mozilla/ipc/ipdl/ipdl.py", line 127, in <module>
if not ipdl.typecheck(ast):
File "/mozilla/ipc/ipdl/ipdl/__init__.py", line 35, in typecheck
return TypeCheck().check(ast, errout)
File "/mozilla/ipc/ipdl/ipdl/type.py", line 596, in check
if not runpass(GatherDecls(builtinUsing, self.errors)):
File "/mozilla/ipc/ipdl/ipdl/type.py", line 586, in runpass
tu.accept(tcheckpass)
File "/mozilla/ipc/ipdl/ipdl/ast.py", line 135, in accept
return visit(self)
File "/mozilla/ipc/ipdl/ipdl/type.py", line 694, in visitTranslationUnit
pinc.accept(self)
File "/mozilla/ipc/ipdl/ipdl/ast.py", line 135, in accept
return visit(self)
File "/mozilla/ipc/ipdl/ipdl/type.py", line 758, in visitInclude
inc.tu.accept(self)
File "/mozilla/ipc/ipdl/ipdl/ast.py", line 135, in accept
return visit(self)
File "/mozilla/ipc/ipdl/ipdl/type.py", line 711, in visitTranslationUnit
if inc.tu.filetype == 'header':
}
(This is a clobber build.)
Assignee | ||
Comment 1•11 years ago
|
||
Looks like this happened in the transition to moz.build. Unless you beat me to it, I'll have a patch ready soon.
Reporter | ||
Comment 2•11 years ago
|
||
Thanks!
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → eitan
Assignee | ||
Comment 3•11 years ago
|
||
Attachment #792468 -
Flags: review?(gps)
Updated•11 years ago
|
Attachment #792468 -
Flags: review?(gps) → review+
Assignee | ||
Comment 4•11 years ago
|
||
Comment 5•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla26
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•