New comment by Chocimier on void-packages repository https://github.com/void-linux/void-packages/pull/19587#issuecomment-592981186 Comment: kparts-devel depends on them, so they should be installed automatically. Is it reproducible? If so, could you apply following to void-packages and attach log of build? ``` diff diff --git common/xbps-src/shutils/build_dependencies.sh common/xbps-src/shutils/build_dependencies.sh index b5b6161601..d7233cd38e 100644 --- common/xbps-src/shutils/build_dependencies.sh +++ common/xbps-src/shutils/build_dependencies.sh @@ -72,7 +72,7 @@ install_pkg_from_repos() { cmd=$XBPS_INSTALL_CMD [[ $cross ]] && cmd=$XBPS_INSTALL_XCMD - $cmd -Ay "$@" >$tmplogf 2>&1 + $cmd -Ayd "$@" # >$tmplogf 2>&1 rval=$? case "$rval" in ```