[Bug 795792] cerbero backtrace when attempting to package GStreamer master build on ubuntu

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon May 7 06:59:35 UTC 2018


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

--- Comment #3 from Matthew Thyer <matt.thyer at gmail.com> ---
As noted in the gstreamer-devel mailing list, the above steps are not totally
accurate as I'm 1) restricting myself to the ubuntu:xenial docker image and I'm
using the 1.14 branch of cerbero.
So the exact steps to reproduce what I'm doing (and get packages built) are:
1.    docker run -it ubuntu:xenial bash
2.    apt install -y sudo python3 python-dev git intltool
3.    populate your ~/.gitconfig for your identity
4.    mkdir ~/git
5.    cd ~/git
6.    git clone git://anongit.freedesktop.org/gstreamer/cerbero -b 1.14
7.    cd ~/git/cerbero
8.    git checkout 1.14
9.    yes | ./cerbero-uninstalled bootstrap
10.    perl -pi -e 's/[^[:ascii:]]//g' packages/gstreamer-1.0/license.txt
11.    ./cerbero-uninstalled package gstreamer-1.0

-- 
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