Closed issue by IcedQuinn on void-packages repository https://github.com/void-linux/void-packages/issues/28600 Description: ### System * xuname: *output of ``xuname`` (part of xtools)* * package: *affected package(s) including the version*: ``xbps-query -p pkgver `` * xuname: Void 5.10.13_1 x86_64 GenuineIntel notuptodate rrFF * packages: zimwriterfs-1.3.7_1, zim-tools-1.2.1_1 ### Expected behavior Tools should display an error since they have no parameters passed to them, but not a symbol lookup error. ### Actual behavior ``` zimwriterfs: symbol lookup error: zimwriterfs: undefined symbol: _ZN3zim6writer7CreatorC2Eb zimrecreate: symbol lookup error: zimrecreate: undefined symbol: _ZN3zim6writer7CreatorC2Eb ``` ### Steps to reproduce the behavior Install zimwriterfs and/or zim-tools, then attempt to run them. You will get linker errors instead of the application's own error.