Giter Club home page Giter Club logo

cerbero's People

Contributors

adn770 avatar andrunko avatar asoliverez-ccu avatar bilboed avatar brion avatar dbkr avatar drakkan avatar ford-prefect avatar gkiagia avatar glunardi avatar ijsf avatar ikonst avatar lubosz avatar lucianafujii avatar luisbg avatar mjhowell avatar ndufresne avatar nirbheek avatar ocrete avatar sdroege avatar thaytan avatar tmatth avatar tp-m avatar tsaunier avatar vccu avatar vhdirk avatar xclaesse avatar ylatuya avatar zaheerm avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

cerbero's Issues

cerbero bootstrap Fatal Error: Data dir not found

Hello,

I am trying to build GStreamer using Cerbero by following this guide.

Steps I followed:

  1. Clone the latest master repo: http://cgit.freedesktop.org/gstreamer/cerbero/
  2. Ran the command:
    echo "alias cerbero='~/git/cerbero/cerbero-uninstalled'" >> ~/.bashrc

3.Create and edit the file $HOME/.cerbero/cerbero.cbc

import os 
from cerbero.config import Platform, Architecture, Distro 

packages_prefix = 'gstreamer-1.0' 
packager = 'GStreamer SDK packagers <[email protected]>' 
prefix = "/opt/gstreamer-1.0" 

git_root = "http://cgit.freedesktop.org/gstreamer/cerbero/" 

# Uncomment to allow parallel builds 
# allow_parallel_build = True 

# Uncomment this to allow cross-building for another architecture 
# target_arch = Architecture.X86_64 
  1. Go to the Cerbero directory and ran: sudo python setup.py install
  2. Ran: cerbero bootstrap

Getting the following error:

Traceback (most recent call last): 
  File "/usr/local/bin/cerbero", line 9, in <module>
    load_entry_point('cerbero==0.1.0', 'console_scripts', 'cerbero')() 
  File "/Library/Python/2.7/site-packages/cerbero-0.1.0-py2.7.egg/cerbero/main.py", line 130, in main 
    Main(sys.argv[1:]) 
  File "/Library/Python/2.7/site-packages/cerbero-0.1.0-py2.7.egg/cerbero/main.py", line 54, in __init__ 
    self.load_config() 
  File "/Library/Python/2.7/site-packages/cerbero-0.1.0-py2.7.egg/cerbero/main.py", line 98, in load_config 
    self.config.load(self.args.config) 
  File "/Library/Python/2.7/site-packages/cerbero-0.1.0-py2.7.egg/cerbero/config.py", line 110, in load 
    self.load_defaults() 
  File "/Library/Python/2.7/site-packages/cerbero-0.1.0-py2.7.egg/cerbero/config.py", line 308, in load_defaults 
    self.set_property('data_dir', self._find_data_dir()) 
  File "/Library/Python/2.7/site-packages/cerbero-0.1.0-py2.7.egg/cerbero/config.py", line 468, in _find_data_dir 
    raise FatalError("Data dir not found") 
cerbero.errors.FatalError: Fatal Error: Data dir not found 

I am running Mac OS X, Yosemite.

Did I do something wrong? Any help is appreciated.

Thank you.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.