There is an updated pull request by ericonr against master on the void-packages repository https://github.com/ericonr/void-packages gcompat https://github.com/void-linux/void-packages/pull/23432 Update gcompat to 0.9.0, use dynamic musl-obstack Okay, so this is a biggie PR, and I do need help for making some decisions. - So, basically, `gcompat` can do Spotify now, on Adélie. I am working on debugging it on Void, because it isn't working completely yet. If I can't get it working soon, I will leave the spotify commit out of this one. - I enabled `obstack` in `gcompat`, by enabling the dynamic lib in `musl-obstack`. This completely fixes #22616, which needed obstack and `__strftime_l` symbols (the latter was fixed by gcompat itself). - I split `musl-obstack-devel`. - I switched package dependencies to `musl-obstack-devel`, but they ended up depending on the dynamic version of obstack. Is this bad? Is there some way to solve this? Perhaps two devel sub packages, one for dynamic and one for static linking? A patch file from https://github.com/void-linux/void-packages/pull/23432.patch is attached