[Bug 232568] multimedia/librtmp: fails to build on 11.2 with DEFAULT_VERSIONS+=ssl=base
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Oct 23 19:30:06 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232568
Bug ID: 232568
Summary: multimedia/librtmp: fails to build on 11.2 with
DEFAULT_VERSIONS+=ssl=base
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: hrs at FreeBSD.org
Reporter: d8zNeCFG at aon.at
Flags: maintainer-feedback?(hrs at FreeBSD.org)
Assignee: hrs at FreeBSD.org
Scenario:
- Running 11.2
- Have "DEFAULT_VERSIONS+=ssl=base" 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
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list