Guest User

Untitled

a guest
Oct 20th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.00 KB | None | 0 0
  1. arun@ice9 ~/work/gst-sdk/cerbero $ ./cerbero-uninstalled package gstreamer-sdk
  2. WARNING: Gentoo support is a moving target, so please be patient and file bugs if you find any.
  3. WARNING: Gentoo support is a moving target, so please be patient and file bugs if you find any.
  4. WARNING: Using default configuration because /home/arun/.cerbero/cerbero.cbc is missing
  5. Traceback (most recent call last):
  6. File "./cerbero/build/cookbook.py", line 340, in _load_recipe_from_file
  7. r.prepare()
  8. File "/home/arun/work/gst-sdk/cerbero/recipes/gtk.recipe", line 103, in prepare
  9. raise FatalError(_("Add specific for other Linux distributions here"))
  10. NameError: global name '_' is not defined
  11. WARNING: Error loading recipe global name '_' is not defined
  12. Traceback (most recent call last):
  13. File "./cerbero/main.py", line 96, in run_command
  14. res = commands.run(command, self.config, self.args)
  15. File "./cerbero/commands/__init__.py", line 78, in run
  16. return _commands[command].run(config, args)
  17. File "./cerbero/commands/package.py", line 67, in run
  18. self._build_deps(config, p)
  19. File "./cerbero/commands/package.py", line 89, in _build_deps
  20. cookbook=self.store.cookbook)
  21. File "./cerbero/commands/build.py", line 70, in runargs
  22. oven.start_cooking()
  23. File "./cerbero/build/oven.py", line 66, in start_cooking
  24. recipes = self.cookbook.list_recipe_deps(recipe)
  25. File "./cerbero/build/cookbook.py", line 235, in list_recipe_deps
  26. return self._find_deps(recipe, {}, [])
  27. File "./cerbero/build/cookbook.py", line 272, in _find_deps
  28. % (recipe.name, recipe_name)))
  29. FatalError: Fatal Error: Recipe pygtk has a unknown dependency gtk+
  30. ***** Error running 'package' command:
  31. Fatal Error: Recipe pygtk has a unknown dependency gtk+
  32. usage: cerbero-uninstalled [-h] [-c CONFIG]
  33.  
  34. {add-recipe,tag,genxcconfig,genlibfiles,check,list-packages,build,add-package,genvsprops,shell,run,cleanone,packageinfo,buildone,wipe,debug-packages,package,bootstrap,list,checkpackage,deps,gensdkshell}
Add Comment
Please, Sign In to add comment