[Bug 234080] devel/rust-cbindgen 0.6.7_1 segfaults during configure with *** Signal 11 on FreeBSD 12.0-RELEASE
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Dec 18 15:45:09 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234080
--- Comment #11 from Kevin Reinholz <kreinholz at 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.
More information about the freebsd-gecko
mailing list