Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 08 Apr 2015 07:42:04 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 199265] net-mgmt/seafile-gui: Segmentation fault while running seafile-applet
Message-ID:  <bug-199265-13-cLwTXrP3DV@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-199265-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-199265-13@https.bugs.freebsd.org/bugzilla/>

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

--- Comment #2 from Bernard Spil <spil.oss@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.



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