New issue by hervyqa on void-packages repository https://github.com/void-linux/void-packages/issues/32784 Description: ### System * xuname: `Void 5.13.13_1 x86_64-musl GenuineIntel uptodate rrnFFFF` * package: `easyeffects-6.1.0_1` ### Expected behavior easyeffect it's working properly. ### Actual behavior Segmentation fault on void musl. ``` [langit@l7 ~]$ easyeffects Segmentation fault [langit@l7 ~]$ fish ➜ ~ easyeffects fish: Job 1, 'easyeffects' terminated by signal SIGSEGV (Address boundary error) ➜ ~ ``` ### Steps to reproduce the behavior ``` ➜ ~ sudo xbps-install -Su #sync and update ➜ ~ sudo xbps-install easyeffects ➜ ~ easyeffects ```