[MacPorts] #56231: ncarg failed to build

MacPorts noreply at macports.org
Sun Apr 8 04:44:26 UTC 2018


#56231: ncarg failed to build
---------------------------+----------------------
  Reporter:  GeneralDuke9  |      Owner:  tenomoto
      Type:  defect        |     Status:  assigned
  Priority:  Normal        |  Milestone:
 Component:  ports         |    Version:  2.4.2
Resolution:                |   Keywords:
      Port:  ncarg         |
---------------------------+----------------------

Comment (by tenomoto):

 The build failure is due to the missing symbols undefined in libdf.dylib
 (hdf4) and defined in libjpeg.dylib (jpeg).
 {{{
 $ otool -L /opt/local/lib/libdf.dylib
 /opt/local/lib/libdf.dylib:
         /opt/local/lib/libdf.0.dylib (compatibility version 1.0.0, current
 version 1.0.0)
         /opt/local/lib/libjpeg.9.dylib (compatibility version 12.0.0,
 current version 12.0.0)
         /opt/local/lib/libz.1.dylib (compatibility version 1.0.0, current
 version 1.2.11)
         /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current
 version 1252.0.0)
 $ nm /opt/local/lib/libdf.dylib | grep jpeg_CreateCompress
                  U _jpeg_CreateCompress
 $ nm /opt/local/lib/libjpeg.9.dylib | grep jpeg_CreateCompress
 }}}

-- 
Ticket URL: <https://trac.macports.org/ticket/56231#comment:2>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list