After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 748757 - Fatal Error: Recipe flex has a unknown dependency mingw-gettext
Fatal Error: Recipe flex has a unknown dependency mingw-gettext
Status: RESOLVED DUPLICATE of bug 745804
Product: GStreamer
Classification: Platform
Component: cerbero
git master
Other Windows
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-05-01 15:02 UTC by Philippe Renon
Modified: 2015-06-01 20:40 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch fixing flex recipe dependency on windows (828 bytes, patch)
2015-05-01 15:02 UTC, Philippe Renon
none Details | Review

Description Philippe Renon 2015-05-01 15:02:29 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):
  • File "D:/MinGW/msys/1.0/home/Utilisateur/cerbero\cerbero\main.py", line 105 in run_command
    res = commands.run(command, self.config, self.args)
  • File "D:/MinGW/msys/1.0/home/Utilisateur/cerbero\cerbero\commands\__init__.py", line 78 in run
    return _commands[command].run(config, args)
  • File "D:/MinGW/msys/1.0/home/Utilisateur/cerbero\cerbero\commands\bootstrap.py", line 38 in run
    bootstrapper.start()
  • File "D:/MinGW/msys/1.0/home/Utilisateur/cerbero\cerbero\bootstrap\build_tools.py", line 102 in start
    oven.start_cooking()
  • File "D:/MinGW/msys/1.0/home/Utilisateur/cerbero\cerbero\build\oven.py", line 87 in start_cooking
    recipes = self.cookbook.list_recipe_deps(recipe)
  • File "D:/MinGW/msys/1.0/home/Utilisateur/cerbero\cerbero\build\cookbook.py", line 259 in list_recipe_deps
    return self._find_deps(recipe, {}, [])
  • File "D:/MinGW/msys/1.0/home/Utilisateur/cerbero\cerbero\build\cookbook.py", line 314 in _find_deps
    % (recipe.name, recipe_name)))
FatalError: Fatal Error: Recipe flex has a unknown dependency mingw-gettext
***** 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.
Comment 1 Philippe Renon 2015-06-01 20:40:23 UTC
Not really a duplicate of 745804 but will fixed along that one.

*** This bug has been marked as a duplicate of bug 745804 ***