GNOME Bugzilla – Bug 748757
Fatal Error: Recipe flex has a unknown dependency mingw-gettext
Last modified: 2015-06-01 20:40:23 UTC
Created attachment 302726 [details] [review] patch fixing flex recipe dependency on windows Building master version with cerbero for windows 7 /mingw yields this error: Traceback (most recent call last):
+ Trace 235020
res = commands.run(command, self.config, self.args)
return _commands[command].run(config, args)
bootstrapper.start()
oven.start_cooking()
recipes = self.cookbook.list_recipe_deps(recipe)
return self._find_deps(recipe, {}, [])
% (recipe.name, recipe_name)))
***** Error running 'bootstrap' command: Fatal Error: Recipe flex has a unknown dependency mingw-gettext usage: cerbero-uninstalled [-h] [-c CONFIG] The attached patch addresses the issue.
Not really a duplicate of 745804 but will fixed along that one. *** This bug has been marked as a duplicate of bug 745804 ***