Date: Tue, 18 Dec 2018 15:45:06 +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-0xnfbpnJJd@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=234080 --- Comment #11 from Kevin Reinholz <kreinholz@gmail.com> --- So far, so good. Here are a few highlights from rebuilding apr1: --with-openssl=/usr configure: checking for openssl in /usr checking openssl/x509.h usability... yes checking openssl/x509.h presence... yes checking for openssl/x509.h... yes checking for EVP_CIPHER_CTX_new in -lcrypto... yes checking for SSL_accept in -lssl... yes setting APRUTIL_LDFLAGS to "-L/usr/lib" setting APRUTIL_INCLUDES to "-I/usr/include" checking whether EVP_PKEY_CTX_new is declared... yes setting LDADD_crypto_openssl to "-L/usr/lib -lssl -lcrypto" checking for const input buffers in OpenSSL... no OPENSSLBASE=/usr OPENSSLDIR=/etc/ssl OPENSSLINC=/usr/include OPENSSLLIB=/usr/lib So it looks like it rebuild against the base openssl instead of the now deleted Port openssl. Hopefully replacing all apps dependent on the Port openssl will resolve my problem. I'll report back when the rebuilding is done! -- 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-0xnfbpnJJd>
