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: * cmake does not find python3-devel's headers when crossbuilding; it can build successfully provided that this dependency is present in `hostmakedepends` regardless of what cmake has to output. * armadillo-devel gets disabled in crossbuilds due to failing tests in the configure phase. Its headers are present in `$XBPS_CROSS_BASE` (even cmake recognizes them). Attempts to remove tests for this library lead to gcc complaining about non-existent header files (if I remember correctly) as the result. A patch file from https://github.com/void-linux/void-packages/pull/40225.patch is attached