Solved [Solved] GIT unable to push / pull (iconv)

Hello everyone,

I'm having a problem with the latest devel/git port (1.9.3). Once I try to push / pull into / from the remote repository I get the following error:

Code:
/usr/local/bin/git: Undefined symbol "locale_charset"
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

After some research I found out that the problem is possibly caused by libiconv-1.14_3. However disabling ICONV options for git port doesn't solve the problem. Any help would be greatly appreciated.
 
Re: GIT unable to push / pull (iconv)

Hi,

Thank you for your reply, however the Makefile tweak did not help me. Probably because I'm not having problem with the port build itself, but general git usage.
 
Re: GIT unable to push / pull (iconv)

Hi,

I've managed to solve it myself. The problem was that there was an old version of devel/git on the remote server which failed when I upgraded converters/libiconv to the latest version. After recompiling the remote git it started to work fine.
 
Back
Top