cerbero
cerbero copied to clipboard
OpenWebRTC cerbero fork
``` [(21/22) bison -> fetch ] -----> Step done [(21/22) bison -> extract ] -----> Step done [(21/22) bison -> configure ] -----> Step done [(21/22) bison -> compile ]...
ftp://ftp.openssl.org/source/
Updated the version of openssl from 1.0.2l to 1.0.2n. ftp://ftp.openssl.org/source/ does not provide openssl-1.0.2l.tar.gz but openssl-1.0.2n.tar.gz as of writing.
This temporarily fixes https://github.com/EricssonResearch/openwebrtc/issues/682, but there should probably be a more permanent fix. This will break again once the zlib and openssl projects release new versions.
The zlib recipe doesnt work, and need to be changed. It is just a question of faulty url in here: https://github.com/EricssonResearch/cerbero/blob/master/recipes/zlib.recipe change: url = 'http://zlib.net/zlib-1.2.8.tar.xz' to url = 'http://zlib.net/fossils/zlib-1.2.8.tar.gz' email...
I am working on a ubuntu 14.04, 64 bit machine (Dell latitude E74400) I built openWebRTC using the instructions found here: https://github.com/EricssonResearch/openwebrtc/wiki/Building-OpenWebRTC which results in the following packages: openwebrtc_0.3.0-1_amd64.deb openwebrtc-base-system-1.0_1.9.2.1-1_amd64.deb...
Traceback (most recent call last): File "./cerbero-uninstalled", line 8, in from cerbero.main import main File "./cerbero/main.py", line 19, in from cerbero import hacks File "./cerbero/hacks.py", line 132, in from cerbero.utils.shell...
Hi sir: I want to support armv7 and arm64 together and I found you have a solution at : https://github.com/EricssonResearch/cerbero/commit/27be5963f619e392910b1f74d13125482b308588?diff=unified But the newest cerbero master version still link to https://github.com/atgreen/libffi.git,...