[MacPorts] #65266: lowdown @1.0.0: Wrong library name and install_name

MacPorts noreply at macports.org
Tue May 31 22:35:42 UTC 2022


#65266: lowdown @1.0.0: Wrong library name and install_name
------------------------+----------------------
 Reporter:  ryandesign  |      Owner:  judaew
     Type:  defect      |     Status:  assigned
 Priority:  Normal      |  Milestone:
Component:  ports       |    Version:  2.7.2
 Keywords:              |       Port:  lowdown
------------------------+----------------------
 The library name is wrong and its install_name is wrong:
 {{{
 $ otool -L /opt/local/lib/liblowdown.dylib.1
 /opt/local/lib/liblowdown.dylib.1:
         liblowdown.dylib.1 (compatibility version 0.0.0, current version
 0.0.0)
         /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current
 version 1281.100.1)
 }}}

 The library name should have the version number before the dylib suffix
 not before: liblowdown.1.dylib not liblowdown.dylib.1. And the install
 name must be the absolute path where the library is installed, e.g.
 /opt/local/lib/liblowdown.1.dylib.

-- 
Ticket URL: <https://trac.macports.org/ticket/65266>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list