Re: Git segfaulting in libcrypto.so when trying to clone.

2018-10-17 Thread Brennan Vincent
Compiling ftp/curl from source and installing it has fixed the issue. Thank you both for the help/suggestions! ___ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "free

Re: Git segfaulting in libcrypto.so when trying to clone.

2018-10-17 Thread Brian Scott
I think this just depends on when packages were built in relation to the upgrade of openssl on current. I have just got over this problem by rebuilding and installing the ftp/curl port (different problem here, curl was failing but referred to older version of libssl and libcrypto - which I didn't h

Re: Git segfaulting in libcrypto.so when trying to clone.

2018-10-17 Thread Brennan Vincent
No, I've never run `delete-old` and `delete-old-lib` while upgrading. I can try upgrading again tomorrow and running those. But if my installation of curl is for whatever reason depending on libcrypto.so.8 and that command deletes it, won't that just cause curl to stop working? (I tried manually

Re: Git segfaulting in libcrypto.so when trying to clone.

2018-10-17 Thread Brennan Vincent
oh, actually I should point out that /usr/local/lib/libcurl.so.4 depends on *both* /lib/libcrypto.so.8 and /lib/libcrypto.so.9 , from the output I showed in my last email. I'm not sure how to get the PORTVERSION and PORTREVISION... ___ freebsd-current@

Re: Git segfaulting in libcrypto.so when trying to clone.

2018-10-17 Thread Kubilay Kocak
On 17/10/2018 7:14 pm, Brennan Vincent wrote: Hi Kubilay (or do you prefer "koobs"?). Thanks for the response. To answer your questions: * I am using latest packages * My /etc/make.conf was empty when I built the system, and now just has `WITH_DEBUG=yes`. # uname -a FreeBSD freebsd 12.0-ALPHA9

Re: Git segfaulting in libcrypto.so when trying to clone.

2018-10-17 Thread Brennan Vincent
Hi Kubilay (or do you prefer "koobs"?). Thanks for the response. To answer your questions: * I am using latest packages * My /etc/make.conf was empty when I built the system, and now just has `WITH_DEBUG=yes`. # uname -a FreeBSD freebsd 12.0-ALPHA9 FreeBSD 12.0-ALPHA9 #3 r339359: Tue Oct 16 03:2

Re: Git segfaulting in libcrypto.so when trying to clone.

2018-10-17 Thread Kubilay Kocak
On 17/10/2018 6:34 pm, Brennan Vincent wrote: This also happens in the stock `git` installed from `pkg`, but I have installed it also from `/usr/ports` so I could enable debug symbols and get a proper stacktrace. When cloning any https repo (or at least the ones from github that I tried), git

Git segfaulting in libcrypto.so when trying to clone.

2018-10-17 Thread Brennan Vincent
This also happens in the stock `git` installed from `pkg`, but I have installed it also from `/usr/ports` so I could enable debug symbols and get a proper stacktrace. When cloning any https repo (or at least the ones from github that I tried), git segfaults in `git-remote-https`, and the core d