[Bug 794830] New: openssl: issues with git
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Fri Mar 30 07:02:13 UTC 2018
https://bugzilla.gnome.org/show_bug.cgi?id=794830
Bug ID: 794830
Summary: openssl: issues with git
Classification: Platform
Product: GStreamer
Version: git master
OS: Linux
Status: NEW
Severity: blocker
Priority: Normal
Component: cerbero
Assignee: gstreamer-bugs at lists.freedesktop.org
Reporter: bilboed at bilboed.com
QA Contact: gstreamer-bugs at lists.freedesktop.org
GNOME version: ---
Once openssl is built in cerbero, it causes issues with (system-wide) git on
some distributions (in my case fedora).
Steps to reproduce (on a clean checkout with no prefetched sources):
./cerbero-uninstalled bootstrap
./cerbero-uninstalled build openssl
./cerbero-uninstalled build libvpx
Building the following recipes: libvpx
[(1/1) libvpx -> fetch ]
Running command 'mkdir -p
/home/bilboed/work/devel/1.0/cerbero/build/sources/local/libvpx'
Running command 'git init'
Initialized empty Git repository in
/home/bilboed/work/devel/1.0/cerbero/build/sources/local/libvpx/.git/
Running command 'git config user.email'
bilboed at bilboed.com
Running command 'git config user.name'
Edward Hervey
Running command 'git remote add origin
https://github.com/webmproject/libvpx.git'
Running command 'git fetch --all'
Fetching origin
fatal: unable to access 'https://github.com/webmproject/libvpx.git/': failed
setting cipher list: PROFILE=SYSTEM
error: Could not fetch origin
Running command 'git reset --hard v1.6.0'
fatal: ambiguous argument 'v1.6.0': unknown revision or path not in the working
tree.
Use '--' to separate paths from revisions, like this:
'git <command> [<revision>...] -- [<file>...]'
The issue is "fatal: unable to access
'https://github.com/webmproject/libvpx.git/': failed setting cipher list:
PROFILE=SYSTEM"
--
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