New comment by fosslinux on void-packages repository https://github.com/void-linux/void-packages/issues/28051#issuecomment-764021002 Comment: This was an error with my testing setup that I overlooked. I will fix the error once gcc10 builds are over. In the meantime, please run the following commands to fix it, fixed it for me in a clean Void install: ``` sed -i 's:`kpsewhich -var-value=TEXMFROOT`:"/usr/share/texmf-dist":' /usr/sbin/updmap updmap-sys --syncwithtrees updmap-sys ``` FWIW, the fix for this is to patch updmap in texlive and to add `updmap` to the trigger... (hooray, even longer times for the trigger :|). Sorry about that!