[Bug 794830] openssl: issues with git

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Apr 17 12:53:11 UTC 2018


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

Nirbheek Chauhan <nirbheek.chauhan at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nirbheek.chauhan at gmail.com

--- Comment #3 from Nirbheek Chauhan <nirbheek.chauhan at gmail.com> ---
I thought I already fixed this. If not, we can enable more algos/ciphers.

commit 24b0f9c21fa752fcbf0fe550859961155a6a8781
Author: Nirbheek Chauhan <nirbheek at centricular.com>
Date:   Fri Mar 9 01:41:18 2018 +0530

    openssl.recipe: Enable more crypto algos on Linux

    These are not used by us, but the system version of Sphinx used by
    gst-validate ends up trying to use libssl built by this recipe, and
    fails due to undefined symbols:

    Could not import extension sphinx.builders.linkcheck (exception:
    /usr/lib64/python3.6/lib-dynload/_ssl.cpython-36m-x86_64-linux-gnu.so:
    symbol SSLv3_method, version OPENSSL_1_1_0 not defined in file
    libssl.so.1.1 with link time reference)

    Similar problem with librpmio.so.8, which is used during package
    generation on Fedora:

    rpmbuild: relocation error: /lib64/librpmio.so.8: symbol EVP_md2,
    version OPENSSL_1_1_0 not defined in file libcrypto.so.1.1 with link
    time reference

    It's harmless to enable these and we're effectively matching distro
    build settings for openssl, so should not be an issue.

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