Closed 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) ➜ ~ ``` service & status: ``` ➜ ~ sudo vsv status pipe Password: SERVICE STATE ENABLED PID COMMAND TIME ✔ pipewire-pulse run true 791 pipewire-pulse 36 minutes ✔ pipewire run true 792 pipewire 36 minutes ➜ ~ pactl info Server String: /var/run/pulse/native Library Protocol Version: 35 Server Protocol Version: 35 Is Local: yes Client Index: 54 Tile Size: 65472 User Name: _pipewire Host Name: l7 Server Name: PulseAudio (on PipeWire 0.3.34) Server Version: 15.0.0 Default Sample Specification: float32le 2ch 48000Hz Default Channel Map: front-left,front-right Default Sink: alsa_output.pci-0000_00_1b.0.analog-stereo Default Source: alsa_input.pci-0000_00_1b.0.analog-stereo Cookie: ccbc:485d ➜ ~ ``` ### Steps to reproduce the behavior ``` ➜ ~ sudo xbps-install -Su #sync and update ➜ ~ sudo xbps-install easyeffects ➜ ~ easyeffects ```