Opened 13 years ago

Closed 13 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 13 years ago by jmroot (Joshua Root)

Owner: changed from macports-tickets@… to pmq@…

Please remember to cc the maintainer.

comment:2 Changed 13 years ago by jmroot (Joshua Root)

Cc: and.damore@… added

So the code added in r76094 to partially fix #18402 wasn't quite right.

comment:3 Changed 13 years ago by anddam (Andrea D'Amore)

Resolution: fixed
Status: newclosed

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 13 years ago by tommyd@…

Resolution: fixed
Status: closedreopened

Please rev-bump your port. This bug caused #28841 and the user didn't find his Lua version outdated. Thanks!

comment:5 Changed 13 years ago by anddam (Andrea D'Amore)

Resolution: fixed
Status: reopenedclosed

Committed r77082

Note: See TracTickets for help on using tickets.