Date: Tue, 18 Dec 2018 04:22:03 +0000 From: bugzilla-noreply@freebsd.org To: gecko@FreeBSD.org Subject: [Bug 234080] devel/rust-cbindgen 0.6.7_1 segfaults during configure with *** Signal 11 on FreeBSD 12.0-RELEASE Message-ID: <bug-234080-21738-ozrFWbzkwi@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-234080-21738@https.bugs.freebsd.org/bugzilla/> References: <bug-234080-21738@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=3D234080 --- Comment #9 from Jan Beich <jbeich@FreeBSD.org> --- (In reply to Kevin Reinholz from comment #8) > /usr/local/bin/cargo: [...] > libssl.so.9 =3D> /usr/local/bin/../lib/libssl.so.9 (0x8016da000) > libcrypto.so.9 =3D> /usr/local/bin/../lib/libcrypto.so.9 (0x80175= 5000) [...] > libssl.so.111 =3D> /usr/lib/libssl.so.111 (0x8019a1000) > libcrypto.so.111 =3D> /lib/libcrypto.so.111 (0x801a36000) Looks like a mix of in-base OpenSSL 1.1.1 (.so.111 under /usr/lib) and security/openssl (.so.9 under /usr/local/lib), so crashes are expected. Try rebuilding dependencies based on "ldd -a ..." output until only one copy of libssl/libcrypto remains. poudriere usually makes sure such an inconsistency doesn't happen. Note, simply installing security/openssl is the same as defining DEFAULT_VERSIONS+=3Dssl=3Dopenssl. Every port installed later will link aga= inst the port rather than in-base OpenSSL. --=20 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-234080-21738-ozrFWbzkwi>