Re: Is support for 10.8 dropped?

2018-05-07 Thread Igor Korot
Hi guys, I am going to try and build the OpenSSL and Git locally. Search brought me here: https://wiki.openssl.org/index.php/Compilation_and_Installation#OS_X. Which options do I absolutely have to have for configuring OpenSSL? Should I exclude "no--ssl2"? "no-ssl3"? Thank you. On Mon, Apr 23,

Re: Is support for 10.8 dropped?

2018-04-23 Thread Perry Hutchison
Igor Korot wrote: > This laptop is old and doesn't have too big of a hard drive. > And I'm trying to create a big program Building OpenSSL via homebrew or MacPorts would likely take less space than building all of git that way, but if even that is too much perhaps it is time

Re: Is support for 10.8 dropped?

2018-04-23 Thread Igor Korot
Eric, On Mon, Apr 23, 2018 at 4:04 PM, Eric Sunshine wrote: > On Mon, Apr 23, 2018 at 3:58 PM, Totsten Bögershausen wrote: >> On 2018-04-23 18:53, Eric Sunshine wrote: >>> On Mon, Apr 23, 2018 at 12:31 PM, Igor Korot wrote: 1. Is

Re: Is support for 10.8 dropped?

2018-04-23 Thread Eric Sunshine
On Mon, Apr 23, 2018 at 3:58 PM, Totsten Bögershausen wrote: > On 2018-04-23 18:53, Eric Sunshine wrote: >> On Mon, Apr 23, 2018 at 12:31 PM, Igor Korot wrote: >>> 1. Is the file name "config.mak" or "config.make"? >> >> "config.mak" > > I am confused, I have

Re: Is support for 10.8 dropped?

2018-04-23 Thread Totsten Bögershausen
On 2018-04-23 18:53, Eric Sunshine wrote: On Mon, Apr 23, 2018 at 12:31 PM, Igor Korot wrote: 1. Is the file name "config.mak" or "config.make"? "config.mak" I am confused, I have these file in my tree: config.mak.in config.mak.uname Makefile Setting options is

Re: Is support for 10.8 dropped?

2018-04-23 Thread Eric Sunshine
On Mon, Apr 23, 2018 at 12:31 PM, Igor Korot wrote: > 1. Is the file name "config.mak" or "config.make"? "config.mak" > 2. Do I have to do "make clean" or just remove the line and o "make"? "make clean" would not hurt.

Re: Is support for 10.8 dropped?

2018-04-23 Thread Igor Korot
Hi, Brian, On Sun, Apr 22, 2018 at 12:49 PM, brian m. carlson wrote: > On Sun, Apr 22, 2018 at 12:10:20AM -0700, Perry Hutchison wrote: >> Eric Sunshine wrote: >> > On Sun, Apr 22, 2018 at 1:15 AM, Igor Korot wrote: >> >

Re: Is support for 10.8 dropped?

2018-04-23 Thread Igor Korot
Hi, Eric, On Sun, Apr 22, 2018 at 12:37 AM, Eric Sunshine wrote: > On Sun, Apr 22, 2018 at 1:15 AM, Igor Korot wrote: >> MyMac:git-2.17.0 igorkorot$ cat config.mak >> NO_GETTEXT=Yes >> NO_OPENSSL=Yes >> >> MyMac:dbhandler igorkorot$

Re: Is support for 10.8 dropped?

2018-04-22 Thread brian m. carlson
On Sun, Apr 22, 2018 at 12:10:20AM -0700, Perry Hutchison wrote: > Eric Sunshine wrote: > > On Sun, Apr 22, 2018 at 1:15 AM, Igor Korot wrote: > > > MyMac:git-2.17.0 igorkorot$ cat config.mak > > > NO_GETTEXT=Yes > > > NO_OPENSSL=Yes > > > > > >

Re: Is support for 10.8 dropped?

2018-04-22 Thread Perry Hutchison
Eric Sunshine wrote: > On Sun, Apr 22, 2018 at 1:15 AM, Igor Korot wrote: > > MyMac:git-2.17.0 igorkorot$ cat config.mak > > NO_GETTEXT=Yes > > NO_OPENSSL=Yes > > > > MyMac:dbhandler igorkorot$ /Users/igorkorot/git-2.17.0/git pull > > fatal: unable to

Re: Is support for 10.8 dropped?

2018-04-21 Thread Eric Sunshine
On Sun, Apr 22, 2018 at 1:15 AM, Igor Korot wrote: > MyMac:git-2.17.0 igorkorot$ cat config.mak > NO_GETTEXT=Yes > NO_OPENSSL=Yes > > MyMac:dbhandler igorkorot$ /Users/igorkorot/git-2.17.0/git pull > fatal: unable to access > 'https://github.com/oneeyeman1/dbhandler.git/':

Re: Is support for 10.8 dropped?

2018-04-21 Thread Igor Korot
Hi, Sorry for the long delay. Been busy with life things. I built git from sources. The build was successful. [code] MyMac:git-2.17.0 igorkorot$ cat config.mak NO_GETTEXT=Yes NO_OPENSSL=Yes [/code] Next I tried to do git pull for my project: [code] MyMac:dbhandler igorkorot$

Re: Is support for 10.8 dropped?

2018-04-11 Thread Eric Sunshine
On Wed, Apr 11, 2018 at 12:28 AM, Igor Korot wrote: >>> Is there a way to check for OpenSSL presence? >> >> Not sure what you're asking. Are you asking how to determine if you >> already have OpenSSL built on your machine? > > Yes, that's what I was asking... Easiest way to

Re: Is support for 10.8 dropped?

2018-04-10 Thread Igor Korot
Hi, Eric, Sorry for the long delay. On Sun, Apr 8, 2018 at 7:59 PM, Eric Sunshine wrote: > On Sun, Apr 8, 2018 at 7:55 PM, Igor Korot wrote: >> On Sun, Apr 8, 2018, 6:23 PM Eric Sunshine wrote: >>> And, as noted earlier,

Re: Is support for 10.8 dropped?

2018-04-08 Thread Eric Sunshine
On Sun, Apr 8, 2018 at 7:55 PM, Igor Korot wrote: > On Sun, Apr 8, 2018, 6:23 PM Eric Sunshine wrote: >> And, as noted earlier, before running "make", you may need to create >> config.mak to override some settings documented at the top of Makefile >>

Re: Is support for 10.8 dropped?

2018-04-08 Thread Eric Sunshine
On Sun, Apr 8, 2018 at 6:37 PM, Igor Korot wrote: > MyMac:git-2.17.0 igorkorot$ make configure > GIT_VERSION = 2.17.0 > GEN configure > /bin/sh: autoconf: command not found > make: *** [configure] Error 127 > > Does this mean that something is a miss? That means that you

Re: Is support for 10.8 dropped?

2018-04-08 Thread Igor Korot
Eric, Sorry for multiple e-mails. I'm just trying to go thru with this. This is what I tried: [code] MyMac:git-2.17.0 igorkorot$ make configure GIT_VERSION = 2.17.0 GEN configure /bin/sh: autoconf: command not found make: *** [configure] Error 127 MyMac:git-2.17.0 igorkorot$ [/code] Does

Re: Is support for 10.8 dropped?

2018-04-08 Thread Igor Korot
Hi, Eric, First of, I already have Xcode installed along with the Developer Tools. Second, here is the list of the different dylib files I found on my system: MyMac:/ igorkorot$ find . -name libSystem.B.dylib

Re: Is support for 10.8 dropped?

2018-04-07 Thread Eric Sunshine
On Fri, Apr 6, 2018 at 10:20 PM, Igor Korot wrote: >>> dyld: lazy symbol binding failed: Symbol not found: ___strlcpy_chk >>> Referenced from: /usr/local/git/libexec/git-core/git >>> Expected in: /usr/lib/libSystem.B.dylib >> >> It's not clear what installer you used? Was

Re: Is support for 10.8 dropped?

2018-04-06 Thread Igor Korot
Hi, Eric, On Thu, Apr 5, 2018 at 5:46 PM, Eric Sunshine <sunsh...@sunshineco.com> wrote: > On Thu, Apr 5, 2018 at 3:48 PM, Igor Korot <ikoro...@gmail.com> wrote: >> Is support for 10.8 dropped? > > Until about a year ago, I was still periodically building Git

Re: Is support for 10.8 dropped?

2018-04-05 Thread Eric Sunshine
On Thu, Apr 5, 2018 at 3:48 PM, Igor Korot <ikoro...@gmail.com> wrote: > Is support for 10.8 dropped? Until about a year ago, I was still periodically building Git from source on MacOS 10.5, and there hasn't been any outright effort to drop support for older MacOS, so I expect that 10.8

Is support for 10.8 dropped?

2018-04-05 Thread Igor Korot
Hi, ALL, I am a successful user of git and my project is locad on GitHub (still in development). I have console git client installed on all 3 major platforms - Windows, Linux and Mac. Up until recently everything was working fine. However about a month ago I started experiencing issues with