[Bug 199265] net-mgmt/seafile-gui: Segmentation fault while running seafile-applet

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Apr 8 07:42:04 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199265

--- Comment #2 from Bernard Spil <spil.oss at gmail.com> ---
Hi Jingfeng,

The OpenSSL port was bumped from 1.0.1 to 1.0.2 recently which comes with a new
shared lib version (.7 to .8).

QtNetwork depends on .7 where this port now depends on .8 creating a conflict
and I assume causes the segfault.

Relevant part of the backtrace:
#0  0x00000008022962e3 in ssl_create_cipher_list ()
   from /usr/local/lib/libssl.so.8
#1  0x000000080bd3fc3b in SSL_CTX_new () from /usr/lib/libssl.so.7
#2  0x0000000801ad13ae in QSslSocket::qt_metacall ()
   from /usr/local/lib/qt4/libQtNetwork.so.4

Building against base OpenSSL would more likely lead to a functioning binary
but the configure script uses pkg-config to detect OpenSSL which fails when
used with base SSL.

configure:13173: $PKG_CONFIG --exists --print-errors "openssl"
Package openssl was not found in the pkg-config search path.
Perhaps you should add the directory containing `openssl.pc'
to the PKG_CONFIG_PATH environment variable
Package 'openssl', required by 'world', not found
configure:13176: $? = 1

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


More information about the freebsd-ports-bugs mailing list