New comment by ericonr on void-packages repository https://github.com/void-linux/void-packages/pull/32176#issuecomment-894913202 Comment: Tried adding your kodi patch to kodi-rpi, but it wasn't enough: ``` ../xbmc/utils/StringUtils.h:105:32: error: no matching function for call to 'format(const wstring&, remove_rvalue_reference::type)' 105 | auto result = ::fmt::format(fmt, EnumToInt(std::forward(args))...); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ``` We should maybe consider removing kodi-rpi or making it a metapackage that pulls in `kodi`. Otherwise it's going to be piling up on fixes and more fixes.