-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
git fails on OS X #745
Comments
Did you find a resolution for this issue? I just tried building git-2.6.1 from source and got the same error. FWIW, this error started occurring in git-2.1.0. I just built git-2.0.5 with no errors; doing the same with git-2.1.0 produces the error reported above. This is on Mac OS X 10.9.5 |
Yes, the solution is to disable compiling the |
Thanks, that got me past the compiler errors. Now, however, I'm getting this link error
Any thoughts on this? |
Yes, that seems to be a problem with your libiconv, see e.g.: https://trac.macports.org/ticket/38851. Are you using hashstack to build git? We build our own libiconv, that we bootstrap properly, so it should just work. If you can paste the whole problem, we can have a look. |
Not sure what you mean by the whole problem. We're doing a fairily standard build from source
I did check to see that we had the most recent macports version of libiconv installed (1.14) and we do. However, I don't know what hashstack is, so it might be that this is the wrong venue for this question. I was really just responding to your original post to see if you had resolved it. I've also posted this question on the git-users google group; perhaps that's a better place for it? |
Yes, asking on the git mailinglist is definitely the way to go. |
git-2.4.0 simply does not build on OSX 10.12. High time to upgrade! I checked that git-2.10.2 builds with openssl compiled from source (with --with-openssl= flag set appropriately in ./configure) see more on this here sagemath/binary-pkg#8 |
The text was updated successfully, but these errors were encountered: