EricssonResearch / openwebrtc

A cross-platform WebRTC client framework based on GStreamer
http://www.openwebrtc.org
BSD 2-Clause "Simplified" License
1.8k stars 537 forks source link

build failure "Error running 'fetch-package' command: Recipe 'glib' not found" #701

Open knlr opened 6 years ago

knlr commented 6 years ago

I've followed these instructions for building: https://github.com/EricssonResearch/openwebrtc/wiki/Building-OpenWebRTC

$ cd ~/cerbero \
> && ./cerbero-uninstalled -c config/linux.cbc fetch-package --full-reset --reset-rdeps openwebrtc
WARNING: Error importing command bundlesource:
 No module named setuptools.sandbox
WARNING: Using default configuration because /home/****/.cerbero/cerbero.cbc is missing
WARNING: Error loading recipe in file /home/****/cerbero/recipes/glib.recipe 
***** Error running 'fetch-package' command:
Recipe 'glib' not found

Environment: Ubuntu 17.10

I tried both the 0.3.0 release and the latest master, same result.