Hello, I'm running into a pretty cryptic python stack trace while trying to build thunderbird.
The following is the content of my .mozconfig file: ac_add_options --enable-application=mail ac_add_options --enable-debug This is the stack trace I encountered, on building with ./mozilla/mach build. 0:05.43 File "/usr/lib/python2.7/runpy.py", line 162, in _run_module_as_main 0:05.43 "__main__", fname, loader, pkg_name) 0:05.43 File "/usr/lib/python2.7/runpy.py", line 72, in _run_code 0:05.43 exec code in run_globals 0:05.43 File "/home/deborah/comm-central/mozilla/python/mozbuild/mozbuild/action/webidl.py", line 17, in <module> 0:05.43 sys.exit(main(sys.argv[1:])) 0:05.43 File "/home/deborah/comm-central/mozilla/python/mozbuild/mozbuild/action/webidl.py", line 13, in main 0:05.43 manager.generate_build_files() 0:05.43 File "/home/deborah/comm-central/mozilla/dom/bindings/mozwebidlcodegen/__init__.py", line 241, in generate_build_files 0:05.43 self._parse_webidl() 0:05.43 File "/home/deborah/comm-central/mozilla/dom/bindings/mozwebidlcodegen/__init__.py", line 324, in _parse_webidl 0:05.43 self._parser_results = parser.finish() 0:05.43 File "/home/deborah/comm-central/mozilla/dom/bindings/parser/WebIDL.py", line 5618, in finish 0:05.43 production.finish(self.globalScope()) 0:05.43 File "/home/deborah/comm-central/mozilla/dom/bindings/parser/WebIDL.py", line 745, in finish 0:05.43 member.finish(scope) 0:05.43 File "/home/deborah/comm-central/mozilla/dom/bindings/parser/WebIDL.py", line 3166, in finish 0:05.43 t = self.type.complete(scope) 0:05.43 File "/home/deborah/comm-central/mozilla/dom/bindings/parser/WebIDL.py", line 1742, in complete 0:05.43 [self.location]) 0:05.43 WebIDL.WebIDLError: error: Unresolved type '<unresolved scope>::External'., /home/deborah/comm-central/obj-i686-pc-linux-gnu/dom/bindings/Window.webidl line 70:43 0:05.43 [Replaceable, Throws] readonly attribute External external; I've installed dependencies as required, and have made sure that the versions match those required. Any help would be appreciated. -Deborah G.D. _______________________________________________ dev-builds mailing list [email protected] https://lists.mozilla.org/listinfo/dev-builds

