reproduce-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Reproduce-devel] [bug #56784] Problem installing libgit2 in macOS


From: Mohammad Akhlaghi
Subject: [Reproduce-devel] [bug #56784] Problem installing libgit2 in macOS
Date: Wed, 21 Aug 2019 17:01:32 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0

Update of bug #56784 (project reproduce):

                  Status:                    None => In Progress            

    _______________________________________________________

Follow-up Comment #2:

libgit2 is complaining about not finding `_iconv*' functions! After a fast
search I came up with [1], which says that (as of 2012!) while the iconv
library's functions start with `iconv*', apparently Macports changes the
function names to `_iconv*'. But we aren't doing that here, so I am a little
confused why this is happening. 

But apparently libgit2 has its own implementation of libiconv that it uses if
it can't find libiconv on macOS. So can you add `-DUSE_ICONV=OFF` to the
configuration options of libiconv in high-level.mk
<http://git.savannah.nongnu.org/cgit/reproduce.git/tree/reproduce/software/make/high-level.mk#n562>?


This should disable Libgit2's searching for libiconv on macOS systems and
hopefully let libgit2 be built without a problem. Let us know how it goes
;-).

[1] https://stackoverflow.com/questions/12619600/libiconv-and-macos

    _______________________________________________________

Reply to this item at:

  <https://savannah.nongnu.org/bugs/?56784>

_______________________________________________
  Message sent via Savannah
  https://savannah.nongnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]