Created
August 20, 2012 17:55
-
-
Save ncalexan/3406158 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 27.48 Reticulating Splines... | |
| PHASE: prelim splendid-export base nspr js export workaround splendid-libs platform app | |
| Traceback (most recent call last): | |
| File "./mach", line 48, in <module> | |
| mach.run(sys.argv[1:]) | |
| File "/Users/ncalexan/Mozilla/mozilla-inbound/python/mach/mach/main.py", line 145, in run | |
| method(**stripped) | |
| File "/Users/ncalexan/Mozilla/mozilla-inbound/python/mach/mach/build.py", line 24, in build | |
| builder.build(on_phase=terminal.update_phase, on_backend=on_backend) | |
| File "/Users/ncalexan/Mozilla/mozilla-inbound/python/mozbuild-bs/mozbuild/building/treebuilder.py", line 50, in build | |
| manager.ensure_generate() | |
| File "/Users/ncalexan/Mozilla/mozilla-inbound/python/mozbuild-bs/mozbuild/backend/manager.py", line 54, in ensure_generate | |
| self.generate() | |
| File "/Users/ncalexan/Mozilla/mozilla-inbound/python/mozbuild-bs/mozbuild/backend/manager.py", line 97, in generate | |
| self.backend.generate() | |
| File "/Users/ncalexan/Mozilla/mozilla-inbound/python/mozbuild-bs/mozbuild/backend/base.py", line 53, in generate | |
| self._generate() | |
| File "/Users/ncalexan/Mozilla/mozilla-inbound/python/mozbuild-bs/mozbuild/backend/hybridmake.py", line 107, in _generate | |
| for result in pool.map(process_makefile, self.makefiles): | |
| File "/usr/local/Cellar/python/2.7.2/lib/python2.7/multiprocessing/pool.py", line 225, in map | |
| return self.map_async(func, iterable, chunksize).get() | |
| File "/usr/local/Cellar/python/2.7.2/lib/python2.7/multiprocessing/pool.py", line 278, in map_async | |
| iterable = list(iterable) | |
| File "/Users/ncalexan/Mozilla/mozilla-inbound/python/mozbuild-bs/mozbuild/backend/hybridmake.py", line 88, in makefiles | |
| substitute_makefile(makefile, self.frontend) | |
| File "/Users/ncalexan/Mozilla/mozilla-inbound/python/mozbuild-bs/mozbuild/backend/utils.py", line 38, in substitute_makefile | |
| makefile.perform_substitutions(variables, raise_on_missing=True) | |
| File "/Users/ncalexan/Mozilla/mozilla-inbound/python/mozbuild-bs/mozbuild/frontend/makefile.py", line 1957, in perform_substitutions | |
| raise Exception('Missing variable from translation map: %s' % variable) | |
| Exception: Missing variable from translation map: APPNUM |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment