[MacPorts] #68318: lua53-lpeg @1.1.0: wrong dylib install_name

MacPorts noreply at macports.org
Sun Oct 1 19:17:23 UTC 2023


#68318: lua53-lpeg @1.1.0: wrong dylib install_name
------------------------+----------------------
 Reporter:  ryandesign  |      Owner:  judaew
     Type:  defect      |     Status:  assigned
 Priority:  Normal      |  Milestone:
Component:  ports       |    Version:  2.8.1
 Keywords:              |       Port:  lua-lpeg
------------------------+----------------------
 {{{
 % port -q installed lua53-lpeg
   lua53-lpeg @1.1.0_0 (active)
 }}}

 {{{
 % port -q contents lua53-lpeg
   /opt/local/lib/lua/5.3/lpeg.dylib
   /opt/local/lib/lua/5.3/lpeg.so
   /opt/local/lib/luarocks/rocks-5.3/lpeg/1.1.0-1/doc/README.md
   /opt/local/lib/luarocks/rocks-5.3/lpeg/1.1.0-1/lpeg-1.1.0-1.rockspec
   /opt/local/lib/luarocks/rocks-5.3/lpeg/1.1.0-1/rock_manifest
   /opt/local/share/lua/5.3/re.lua
 }}}

 {{{
 % otool -L /opt/local/lib/lua/5.3/lpeg.dylib
 /opt/local/lib/lua/5.3/lpeg.dylib:
         /opt/local/lib/lua/5.1/lpeg.dylib (compatibility version 0.0.0,
 current version 0.0.0)
         /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current
 version 1311.0.0)
 }}}

 The install_name should contain `5.3` for this subport, not `5.1`.

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


More information about the macports-tickets mailing list