Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Oct 2018 19:30:04 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 232568] multimedia/librtmp: fails to build on 11.2 with DEFAULT_VERSIONS+=ssl=base
Message-ID:  <bug-232568-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D232568

            Bug ID: 232568
           Summary: multimedia/librtmp: fails to build on 11.2 with
                    DEFAULT_VERSIONS+=3Dssl=3Dbase
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: hrs@FreeBSD.org
          Reporter: d8zNeCFG@aon.at
             Flags: maintainer-feedback?(hrs@FreeBSD.org)
          Assignee: hrs@FreeBSD.org

Scenario:
- Running 11.2
- Have "DEFAULT_VERSIONS+=3Dssl=3Dbase" in /etc/make.conf
- Rebuilding multimedia/librtmp
- Later on, rebuilding math/libqalculate

Result:
- Build of librtmp-2.4.20151223_1 succeeds
- librtmp contains undefined symbols which lead to linker errors in programs
using it
- Build of libqalculate-2.6.1_1 fails with

/usr/local/lib/librtmp.so.1: undefined reference to `DH_get0_pqg'
/usr/local/lib/librtmp.so.1: undefined reference to `DH_set_length'
/usr/local/lib/librtmp.so.1: undefined reference to `DH_get0_key'
/usr/local/lib/librtmp.so.1: undefined reference to `HMAC_CTX_free'
/usr/local/lib/librtmp.so.1: undefined reference to `DH_set0_key'
/usr/local/lib/librtmp.so.1: undefined reference to `HMAC_CTX_new'

Fix:
- The openssl-1.1.1 patch must only be applied if a corresponding openssl
version is indeed installed

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-232568-7788>