[Bug 748757] New: Fatal Error: Recipe flex has a unknown dependency mingw-gettext

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri May 1 08:02:29 PDT 2015


https://bugzilla.gnome.org/show_bug.cgi?id=748757

            Bug ID: 748757
           Summary: Fatal Error: Recipe flex has a unknown dependency
                    mingw-gettext
    Classification: Platform
           Product: GStreamer
           Version: git master
                OS: Windows
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: cerbero
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: philippe_renon at yahoo.fr
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

Created attachment 302726
  --> https://bugzilla.gnome.org/attachment.cgi?id=302726&action=edit
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.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list