[kde-freebsd] [Bug 205566] net/qt4-network: segfaults with audio/clementine-player on FreeBSD 11 if compat10x-amd64 gets installed
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu Dec 24 10:20:11 UTC 2015
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205566
Matthias Andree <mandree at FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|compat10x-amd64 causes |net/qt4-network: segfaults
|audio/clementine-player via |with
|net/qt4-network to segfault |audio/clementine-player on
| |FreeBSD 11 if
| |compat10x-amd64 gets
| |installed
--- Comment #3 from Matthias Andree <mandree at FreeBSD.org> ---
over to maintainer.
It appears as though it might be wise to sidestep qt4-network's implicit
dlopen() hunting for libssl/libcrypto and make sure it gets linked at
build-time, through the QT_LINKED_OPENSSL feature inside the code (haven't dug
deeper, ./configure -openssl-linked or such) by default.
This should then hardware the SONAME and keep Qt from mispicking an older
libssl or libcrypto than was used for the headers at compile time.
--
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
More information about the kde-freebsd
mailing list