Opened 14 years ago
Closed 14 years ago
#28726 closed defect (fixed)
lua @5.1.4 incorrect install_name in dylib
Reported by: | m.thon@… | Owned by: | pmq@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.9.2 |
Keywords: | Cc: | anddam (Andrea D'Amore) | |
Port: | lua |
Description
The install_name in the dynamic library /opt/local/lib/liblua.5.1.dylib is set to @executable_path/../lib/liblua.5.1.dylib. Should be ${prefix}/lib/liblua.5.1.dylib
Change History (5)
comment:1 Changed 14 years ago by jmroot (Joshua Root)
Owner: | changed from macports-tickets@… to pmq@… |
---|
comment:2 Changed 14 years ago by jmroot (Joshua Root)
Cc: | and.damore@… added |
---|
comment:3 Changed 14 years ago by anddam (Andrea D'Amore)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Moved to ${prefix} rather than @executable_path, committed r76866 due to my previous commit being the cause of the issue and the port being openmaintainer.
comment:4 Changed 14 years ago by tommyd@…
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Please rev-bump your port. This bug caused #28841 and the user didn't find his Lua version outdated. Thanks!
comment:5 Changed 14 years ago by anddam (Andrea D'Amore)
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Committed r77082
Note: See
TracTickets for help on using
tickets.
Please remember to cc the maintainer.