#38851: git-core @1.8.2.1 does not link - missing libiconv depencies -------------------------------+-------------------------------- Reporter: thebrenthaines@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.3 Resolution: | Keywords: Port: git-core | -------------------------------+-------------------------------- Comment (by ciserlohn@…): Replying to [comment:5 thebrenthaines@…]:
{{{ MacBook-Bro:Shufflin brenthaines$ file /opt/local/lib/libiconv.2.dylib /opt/local/lib/libiconv.2.dylib: Mach-O 64-bit x86_64 dynamically linked shared library }}} {{{ MacBook-Bro:Shufflin brenthaines$ nm -arch x86_64 -g /opt/local/lib/libiconv.2.dylib }}} (...) {{{ 0000000000002760 T _libiconv 0000000000002790 T _libiconv_close 0000000000001350 T _libiconv_open }}} (...)
Contrary to the error message libiconv provides the symbols for the correct architecture. Do you have another libiconv installed on your machine, which clang/ld tries to link against? What's the output of: {{{ $ ls -lha /opt/local/lib/libiconv* }}} I disabled parallel building in r105411 in case it is timing issue. Please try again {{{ $ sudo port selfupdate $ sudo port clean git-core $ sudo port install git-core }}} and report the result. -- Ticket URL: <https://trac.macports.org/ticket/38851#comment:6> MacPorts <http://www.macports.org/> Ports system for OS X