There is an updated pull request by ericonr against master on the void-packages repository https://github.com/ericonr/void-packages lib https://github.com/void-linux/void-packages/pull/28577 libtool: revbump for the gcc update. libtool hardcodes some internal gcc paths, which include the GCC version information. Some applications can fail to build if these paths are used. Revbumping libtool is enough for the recorded paths to be updated. A proper solution is importing the fixes Debian applies: https://salsa.debian.org/metux-guest/libtool/-/blob/ef64614b54a8da38fc4b4424639251fde9d135bf/debian/rules#L115 This is ugly as hell, but I don't want to do the work to import the debian workaround properly right now. But maybe I should :P Noticed when building https://sourceforge.net/projects/srecord/files/srecord/1.64/ , reported via IRC. #### General - [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements) #### Have the results of the proposed changes been tested? - [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me - [ ] I generally don't use the affected packages but briefly tested this PR A patch file from https://github.com/void-linux/void-packages/pull/28577.patch is attached