FS#69965 - [cryptsetup] libtool overlinking

Attached to Project: Arch Linux
Opened by loqs (loqs) - Friday, 12 March 2021, 23:02 GMT
Last edited by Christian Hesse (eworm) - Saturday, 13 March 2021, 20:20 GMT
Task Type Bug Report
Category Packages: Core
Status Closed
Assigned To Christian Hesse (eworm)
Architecture All
Severity Very Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
namcap detected overlinking by libtool
cryptsetup W: Unused shared library '/usr/lib/libssl.so.1.1' by file ('usr/lib/libcryptsetup.so.12.6.0')
cryptsetup W: Unused shared library '/usr/lib/librt.so.1' by file ('usr/lib/libcryptsetup.so.12.6.0')
cryptsetup W: Unused shared library '/usr/lib/libdl.so.2' by file ('usr/lib/libcryptsetup.so.12.6.0')
Fixed by the standard sed fixup:
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool

Additional info:
* cryptsetup 2.3.5-1

Steps to reproduce:
namcap cryptsetup-2.3.5-1-x86_64.pkg.tar.zst
This task depends upon

Closed by  Christian Hesse (eworm)
Saturday, 13 March 2021, 20:20 GMT
Reason for closing:  Fixed
Additional comments about closing:  in svn trunk

Loading...