New comment by harrisonthorne on void-packages repository https://github.com/void-linux/void-packages/issues/26193#issuecomment-767257887 Comment: After adding a few commands I found from the Arch Linux `libgig` template, I'm encountering a new error: ``` **************************************************************** *** LinuxSampler was compiled with instruments DB support and *** /destdir//linuxsampler-2.1.1/var/lib/linuxsampler/instruments.db *** doesn't exist yet, creating it now: /builddir/linuxsampler-2.1.1/src/.libs/lt-linuxsampler: error while loading shared libraries: libgig.so.9: cannot open shared object file: No such file or directory # ... => ERROR: linuxsampler-2.1.1_1: do_install: '${make_cmd} DESTDIR=${DESTDIR} ${make_install_args} ${make_install_target}' exited with 2 => ERROR: in do_install() at common/build-style/gnu-configure.sh:38 ``` @ericonr: > All I can tell is that it looks to me like you're missing libgig.so.9 from the host system... Might be missing some libraries from the command line as well. How can I ensure that the needed libraries are being fed to the template/build?