From owner-freebsd-gecko@freebsd.org Wed Dec 19 00:39:40 2018 Return-Path: Delivered-To: freebsd-gecko@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EA64513448EC for ; Wed, 19 Dec 2018 00:39:39 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 837488F249 for ; Wed, 19 Dec 2018 00:39:39 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 46C8F13448EB; Wed, 19 Dec 2018 00:39:39 +0000 (UTC) Delivered-To: gecko@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2287C13448EA for ; Wed, 19 Dec 2018 00:39:39 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9B8878F248 for ; Wed, 19 Dec 2018 00:39:38 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id C611113558 for ; Wed, 19 Dec 2018 00:39:37 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id wBJ0dbKx050183 for ; Wed, 19 Dec 2018 00:39:37 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id wBJ0dbSw050182 for gecko@FreeBSD.org; Wed, 19 Dec 2018 00:39:37 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f 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 Date: Wed, 19 Dec 2018 00:39:37 +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: kreinholz@gmail.com X-Bugzilla-Status: Closed X-Bugzilla-Resolution: Not A Bug X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: gecko@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: resolution bug_status Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Dec 2018 00:39:40 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D234080 Kevin Reinholz changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |Not A Bug Status|New |Closed --- Comment #12 from Kevin Reinholz --- @Tobias Kortkamp & @Jan Beich, you're geniuses! :) After removal of the Port installed openssl and rebuilding of all Ports dependent upon it to use base openssl, to include rebuilding rust-1.31.0 and replacing rust-nightly with it, ldd shows no more conflict re ssl libs in cargo: Lahan% ldd /usr/local/bin/cargo /usr/local/bin/cargo: libgit2.so.27 =3D> /usr/local/bin/../lib/libgit2.so.27 (0x800671000) libssh2.so.1 =3D> /usr/local/bin/../lib/libssh2.so.1 (0x800766000) libssl.so.111 =3D> /usr/lib/libssl.so.111 (0x8016eb000) libcrypto.so.111 =3D> /lib/libcrypto.so.111 (0x801780000) libz.so.6 =3D> /lib/libz.so.6 (0x800793000) libthr.so.3 =3D> /lib/libthr.so.3 (0x8007ad000) libgcc_s.so.1 =3D> /lib/libgcc_s.so.1 (0x8007d8000) libc.so.7 =3D> /lib/libc.so.7 (0x800248000) libm.so.5 =3D> /lib/libm.so.5 (0x801a6d000) librt.so.1 =3D> /usr/lib/librt.so.1 (0x8007f0000) libcurl.so.4 =3D> /usr/local/lib/libcurl.so.4 (0x801a9f000) Lahan%=20 rust-cbindgen built happily from Ports without complaint. Just in case, I h= ad started a script and built it within to log its progress in the event any errors occurred, but "Finished release [optimized] target(s) in 7m 13s" and= all is good! I've currently got firefox rebuilding/updating from Ports, quite happily I might add. (No configure errors or missing dependencies). I think this is an excellent cautionary tale about the dangers of the Port installed openssl and perhaps something that should get some attention, as I had /etc/make.conf set to use the Port openssl since 2016, something which oddly enough only after upgrade to FreeBSD 12.0 seemed to cause a problem. (It's frankly amazing that it didn't cause problems before, but perhaps Por= ts happily built against the Port openssl instead of the base one up until now, when cargo at least become polluted and linked against the competing ssl li= bs). At any rate I'm happy to have fixed this issue with my system, and hope this might help others if they experience a similar problem. Thanks again for your help! Issue resolved! --=20 You are receiving this mail because: You are the assignee for the bug.=