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

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Sun May 6 23:10:02 UTC 2018


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

--- Comment #2 from Matthew Thyer <matt.thyer at gmail.com> ---
Stripping non-ascii characters from the file
"packages/gstreamer-1.0/license.txt" allows pacakging using the default
packager to complete.

My build process is now:

docker run -it ubuntu bash
apt install -y sudo python3 python-dev git intltool
populate your ~/.gitconfig for your identity
mkdir ~/git
cd ~/git
git clone git://anongit.freedesktop.org/gstreamer/cerbero
cd ~/git/cerbero
./cerbero-uninstalled bootstrap
perl -pi -e 's/[^[:ascii:]]//g' packages/gstreamer-1.0/license.txt
./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