Bug 90110 - Using cerbero to cross-compile to build gstreamer-1.0-sdk failed for android
Summary: Using cerbero to cross-compile to build gstreamer-1.0-sdk failed for android
Status: NEW
Alias: None
Product: GStreamer SDK
Classification: Unclassified
Component: Android SDK distribution (show other bugs)
Version: unspecified
Hardware: x86-64 (AMD64) Linux (All)
: medium normal
Assignee: bugs
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-04-20 03:27 UTC by qinyingsheng2002@163.com
Modified: 2015-04-20 03:27 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description qinyingsheng2002@163.com 2015-04-20 03:27:19 UTC
I want to build gstreamer-1.0-sdk for android using cerbero.
I using the command as below:
1. git clone git://anongit.freedesktop.org/gstreamer-sdk/cerbero  [Execute OK.]
2. cerbero cerbero/config/cross-android.cbc bootstrap  [Execute OK.]
3. cerbero cerbero/config/cross-android.cbc package gstreamer-1.0-sdk [faild. ]
The log as below:
qys@his-Lenovo:~/cerbero/cerbero$ cerbero -c config/cross-android.cbc package gstreamer-1.0-sdk
WARNING: Using default configuration because /home/qys/.cerbero/cerbero.cbc is missing
WARNING: Error loading recipe in file /home/qys/cerbero/cerbero/recipes/libmad.recipe class Architecture has no attribute 'is_arm'
Traceback (most recent call last):


    File "/home/qys/cerbero/cerbero/cerbero/main.py", line 105 in run_command

    res = commands.run(command, self.config, self.args)

    File "/home/qys/cerbero/cerbero/cerbero/commands/__init__.py", line 78 in run

    return _commands[command].run(config, args)

    File "/home/qys/cerbero/cerbero/cerbero/commands/package.py", line 67 in run

    self._build_deps(config, p)

    File "/home/qys/cerbero/cerbero/cerbero/commands/package.py", line 91 in _build_deps

    cookbook=self.store.cookbook)

    File "/home/qys/cerbero/cerbero/cerbero/commands/build.py", line 74 in runargs

    oven.start_cooking()

    File "/home/qys/cerbero/cerbero/cerbero/build/oven.py", line 68 in start_cooking

    recipes = self.cookbook.list_recipe_deps(recipe)

    File "/home/qys/cerbero/cerbero/cerbero/build/cookbook.py", line 256 in list_recipe_deps

    return self._find_deps(recipe, {}, [])

    File "/home/qys/cerbero/cerbero/cerbero/build/cookbook.py", line 311 in _find_deps

    % (recipe.name, recipe_name)))

FatalError: Fatal Error: Recipe gst-plugins-ugly-1.0 has a unknown dependency libmad 


    File "/home/qys/cerbero/cerbero/cerbero/main.py", line 105 in run_command

    res = commands.run(command, self.config, self.args)

    File "/home/qys/cerbero/cerbero/cerbero/commands/__init__.py", line 78 in run

    return _commands[command].run(config, args)

    File "/home/qys/cerbero/cerbero/cerbero/commands/package.py", line 67 in run

    self._build_deps(config, p)

    File "/home/qys/cerbero/cerbero/cerbero/commands/package.py", line 91 in _build_deps

    cookbook=self.store.cookbook)

    File "/home/qys/cerbero/cerbero/cerbero/commands/build.py", line 74 in runargs

    oven.start_cooking()

    File "/home/qys/cerbero/cerbero/cerbero/build/oven.py", line 68 in start_cooking

    recipes = self.cookbook.list_recipe_deps(recipe)

    File "/home/qys/cerbero/cerbero/cerbero/build/cookbook.py", line 256 in list_recipe_deps

    return self._find_deps(recipe, {}, [])

    File "/home/qys/cerbero/cerbero/cerbero/build/cookbook.py", line 311 in _find_deps

    % (recipe.name, recipe_name)))

FatalError: Fatal Error: Recipe gst-plugins-ugly-1.0 has a unknown dependency libmad


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.