[MacPorts] #50044: doxygen @1.8.10 won't build on PPC Leopard, Mac OS X 10.5.8, because libiconv not found?

MacPorts noreply at macports.org
Wed Dec 16 09:48:58 PST 2015


#50044: doxygen @1.8.10 won't build on PPC Leopard, Mac OS X 10.5.8, because
libiconv not found?
------------------------------+-------------------
  Reporter:  Peter_Dyballa@…  |      Owner:  css@…
      Type:  defect           |     Status:  new
  Priority:  Normal           |  Milestone:
 Component:  ports            |    Version:  2.3.4
Resolution:                   |   Keywords:
      Port:  doxygen          |
------------------------------+-------------------

Comment (by gnwiii@…):

 A possible workaround on 10.6.8:
 {{{
 $ sudo port -s install doxygen +wizard +docs configure.compiler=macports-
 clang-3.6
 [...]
 $ otool -L $(which doxygen)
 /opt/local/bin/doxygen:
         /opt/local/lib/libiconv.2.dylib (compatibility version 8.0.0,
 current version 8.1.0)
 /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
 (compatibility version 1.0.0, current version 44.0.0)
         /usr/lib/libstdc++.6.dylib (compatibility version 7.0.0, current
 version 7.9.0)
         /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current
 version 125.2.11)
 }}}

 The CMake configuration still failed to find "_iconv_open", which I think
 is provided by the macports' version of libiconv.  I assume it linked to
 the system library during the configuration stage, but otool shows that it
 ends up using macports' version.

-- 
Ticket URL: <https://trac.macports.org/ticket/50044#comment:7>
MacPorts <https://www.macports.org/>
Ports system for OS X


More information about the macports-tickets mailing list