New comment by jadynbrammer on void-packages repository https://github.com/void-linux/void-packages/pull/46831#issuecomment-1806906842 Comment: Ah, the build is now failing due to 'libFLAC.so.8'; Because this file is versioned, is a shlibs addition the correct fix this time? ```diff diff --git a/common/shlibs b/common/shlibs index 7e9cee83f84..348a342dbfc 100644 --- a/common/shlibs +++ b/common/shlibs @@ -1465,6 +1465,7 @@ libvlccore.so.9 libvlc-3.0.2_1 libvlc_vdpau.so.0 libvlc-2.2.0_1 libvlc_pulse.so.0 libvlc-3.0.2_1 libvlc_xcb_events.so.0 libvlc-3.0.2_1 +libFLAC.so.8 libvlc-3.0.19_1 libcmocka.so.0 cmocka-1.1.1_1 libbtrfs.so.0 libbtrfs-3.12_1 libreiserfscore.so.0 reiserfsprogs-3.6.27_3 ``` It builds successfully with this on my machine. If this looks good, I'll update the PR.