Opened 2 years ago

Closed 2 years ago

Last modified 2 years ago

#65266 closed defect (fixed)

lowdown @1.0.0: Wrong library name and install_name

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: judaew (Vadym-Valdis Yudaiev)
Priority: Normal Milestone:
Component: ports Version: 2.7.2
Keywords: Cc:
Port: lowdown

Description

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.

Change History (2)

comment:1 Changed 2 years ago by Vadym-Valdis Yudaiev <judaew@…>

Resolution: fixed
Status: assignedclosed

comment:2 Changed 2 years ago by judaew (Vadym-Valdis Yudaiev)

Thanks for catching this.

Note: See TracTickets for help on using tickets.