There is a new pull request by mtboehlke against master on the void-packages repository https://github.com/mtboehlke/void-packages id3lib https://github.com/void-linux/void-packages/pull/39275 id3lib: patch for c99 bool id3/globals.h has a typedef for bool which is incompatible with c99 stdbool. This is a known issue, but upstream is effectively unmaintained. See [this thread](https://sourceforege.net/p/id3lib/mailman/message/30500558/) from upstream. This only seems to be an issue for castget while building, and they have already switched to using taglib for the next release. Castget [issue](https://github.com/mlj/castget/issues/47). #### Testing the changes - I tested the changes in this PR: **briefly** A patch file from https://github.com/void-linux/void-packages/pull/39275.patch is attached