There is an updated pull request by kruceter against master on the void-packages repository https://github.com/kruceter/void-packages libgdal https://github.com/void-linux/void-packages/pull/40225 libgdal: update to 3.5.3 #### Testing the changes - I tested the changes in this PR: **briefly** #### Local build testing - I built this PR locally for my native architecture, x86_64-musl Since python 2 packages are excluded in this update, issue #38229 is related. #### Issues The following problems persist at present time: * compilers for armv6l-musl and armv7l-musl occassionally refuse to build files due to `unrecognized -mtune target: generic` and other related errors. While the latter architecture manages to pull through, the former one dies on moving python 3 bindings because they did not compile(?) properly. A patch file from https://github.com/void-linux/void-packages/pull/40225.patch is attached