Opened 14 months ago
#68318 assigned defect
lua53-lpeg @1.1.0: wrong dylib install_name
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | judaew (Vadym-Valdis Yudaiev) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.8.1 |
Keywords: | Cc: | ||
Port: | lua-lpeg |
Description
% 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
.
Note: See
TracTickets for help on using
tickets.