There is a new pull request by paper42 against master on the void-packages repository https://github.com/paper42/void-packages xbps-src-fix-subpkg-avail https://github.com/void-linux/void-packages/pull/37617 xbps-src: fix detecting subpackage availability #### Testing the changes - I tested the changes in this PR: **briefly** This is marked as draft because it doesn't work as expected in all cases, for example when a subpackage is added like in cryptsetup: ```sh if [ "$XBPS_TARGET_LIBC" = musl ]; then configure_args+=" --enable-static-cryptsetup" subpackages+=" cryptsetup-static" ... ``` ```sh %: ./xbps-src show-avail cryptsetup-static; echo $? 0 ``` fixes #37578 A patch file from https://github.com/void-linux/void-packages/pull/37617.patch is attached