Advertisement
Guest User

Untitled

a guest
Mar 25th, 2019
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. Removing virtualenv directory: /Users/palbrecht/dev/servo/python/_virtualenv
  2. Error running mach:
  3.  
  4. ['clean']
  5.  
  6. The error occurred in code that was called by the mach command. This is either
  7. a bug in the called code itself or in the way that mach is calling it.
  8.  
  9. You should consider filing a bug for this issue.
  10.  
  11. If filing a bug, please include the full output of mach, including this error
  12. message.
  13.  
  14. The details of the failure are as follows:
  15.  
  16. Exception: Your system's gstreamer libraries are out of date (we need at least 1.12). If you're unable to install them, let us know by filing a bug!
  17.  
  18. File "/Users/palbrecht/dev/servo/python/servo/build_commands.py", line 746, in clean
  19. env=self.build_env(), cwd=self.ports_servo_crate(), verbose=verbose)
  20. File "/Users/palbrecht/dev/servo/python/servo/command_base.py", line 612, in build_env
  21. if self.needs_gstreamer_env(target):
  22. File "/Users/palbrecht/dev/servo/python/servo/command_base.py", line 560, in needs_gstreamer_env
  23. install them, let us know by filing a bug!")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement