hyperion101010

Untitled

Nov 22nd, 2018
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.85 KB | None | 0 0
  1. cat: backend.TestManifestBackend.in: No such file or directory
  2. Build configuration changed. Regenerating backend.
  3. make: /home/hyperion/firefox/obj-x86_64-pc-linux-gnu/_virtualenvs/init/bin/python: Command not found
  4. /home/hyperion/firefox/build/rebuild-backend.mk:24: recipe for target 'backend.TestManifestBackend' failed
  5. make: *** [backend.TestManifestBackend] Error 127
  6. Error running mach:
  7.  
  8. ['test', 'testing/marionette/harness/marionette_harness/tests/unit/test_visibility.py']
  9.  
  10. The error occurred in code that was called by the mach command. This is either
  11. a bug in the called code itself or in the way that mach is calling it.
  12.  
  13. You should consider filing a bug for this issue.
  14.  
  15. If filing a bug, please include the full output of mach, including this error
  16. message.
  17.  
  18. The details of the failure are as follows:
  19.  
  20. Exception: Process executed with non-0 exit code 2: [u'/usr/bin/make', u'-f', u'/home/hyperion/firefox/build/rebuild-backend.mk', u'-j4', u'-s', u'backend.TestManifestBackend']
  21.  
  22. File "/home/hyperion/firefox/testing/mach_commands.py", line 119, in test
  23. resolver = self._spawn(TestResolver)
  24. File "/home/hyperion/firefox/python/mozbuild/mozbuild/base.py", line 752, in _spawn
  25. topobjdir=self.topobjdir)
  26. File "/home/hyperion/firefox/testing/mozbase/moztest/moztest/resolve.py", line 508, in __init__
  27. self.topsrcdir, 'build', 'gen_test_backend.py'),
  28. File "/home/hyperion/firefox/python/mozbuild/mozbuild/base.py", line 680, in _run_make
  29. return fn(**params)
  30. File "/home/hyperion/firefox/python/mozbuild/mozbuild/base.py", line 735, in _run_command_in_objdir
  31. return self.run_process(cwd=self.topobjdir, **args)
  32. File "/home/hyperion/firefox/python/mach/mach/mixin/process.py", line 162, in run_process
  33. raise Exception('Process executed with non-0 exit code %d: %s' % (status, args))
  34. hyperion@hyperion:~/firefox$
Add Comment
Please, Sign In to add comment