Advertisement
Guest User

Untitled

a guest
Dec 2nd, 2016
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.83 KB | None | 0 0
  1. Error:Process '[/Users/adrianzatreanu/mozilla/android/mozilla-central/mach, environment, --format, json, --verbose]' finished with non-zero exit value 1:
  2.  
  3. Error running mach:
  4.  
  5. ['environment', '--format', 'json', '--verbose']
  6.  
  7. The error occurred in code that was called by the mach command. This is either
  8. a bug in the called code itself or in the way that mach is calling it.
  9.  
  10. You should consider filing a bug for this issue.
  11.  
  12. If filing a bug, please include the full output of mach, including this error
  13. message.
  14.  
  15. The details of the failure are as follows:
  16.  
  17. BuildEnvironmentNotFoundException: config.status not available. Run configure.
  18.  
  19. File "/Users/adrianzatreanu/mozilla/android/mozilla-central/python/mozbuild/mozbuild/mach_commands.py", line 1355, in environment
  20. return func(sys.stdout, verbose)
  21. File "/Users/adrianzatreanu/mozilla/android/mozilla-central/python/mozbuild/mozbuild/mach_commands.py", line 1440, in _environment_json
  22. json.dump(self, cls=EnvironmentEncoder, sort_keys=True, fp=out)
  23. File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/__init__.py", line 189, in dump
  24. for chunk in iterable:
  25. File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/encoder.py", line 442, in _iterencode
  26. o = _default(o)
  27. File "/Users/adrianzatreanu/mozilla/android/mozilla-central/python/mozbuild/mozbuild/mach_commands.py", line 1434, in default
  28. result['substs'] = obj.substs
  29. File "/Users/adrianzatreanu/mozilla/android/mozilla-central/python/mozbuild/mozbuild/base.py", line 250, in substs
  30. return self.config_environment.substs
  31. File "/Users/adrianzatreanu/mozilla/android/mozilla-central/python/mozbuild/mozbuild/base.py", line 233, in config_environment
  32. raise BuildEnvironmentNotFoundException('config.status not available. Run configure.')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement