From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Apr 8 07:42:04 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 24A6EF62 for ; Wed, 8 Apr 2015 07:42:04 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0B34BA1B for ; Wed, 8 Apr 2015 07:42:04 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t387g3CC031727 for ; Wed, 8 Apr 2015 07:42:03 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 199265] net-mgmt/seafile-gui: Segmentation fault while running seafile-applet Date: Wed, 08 Apr 2015 07:42:04 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: spil.oss@gmail.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Apr 2015 07:42:04 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199265 --- Comment #2 from Bernard Spil --- 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.