There is a new pull request by balejk against master on the void-packages repository https://github.com/balejk/void-packages lame-translit https://github.com/void-linux/void-packages/pull/43550 lame: fix ID3 tags on musl musl's iconv does not support transliterations causing `lame` to fail to write most of the ID3 tags. I have modified the code so that it only does transliteration if the host libc is glibc. I don't know whether there are any other iconv implementations which support this, if so, please let me know and I can try to add them, although for Void's purposes it's needless at the moment. I have not attempted to submit the patch upstream as it seems inactive, I might try to do so later. #### Testing the changes - I tested the changes in this PR: **YES** (on musl) #### Local build testing - I built this PR locally for my native architecture, (x86_64-musl) - I built this PR locally for these architectures (if supported. mark crossbuilds): - x86_64 A patch file from https://github.com/void-linux/void-packages/pull/43550.patch is attached