Closed issue by shtayerc on void-packages repository https://github.com/void-linux/void-packages/issues/22012 Description: ### System * xuname: Void 5.4.41_1 x86_64 GenuineIntel uptodate rrrrmmnFFFFFF * package: texlive-bin-2020_1 ### Expected behavior `pdflatex` successfully compiles ### Actual behavior ``` This is pdfTeX, Version 3.14159265-2.6-1.40.21 (TeX Live 2020) (preloaded format=pdflatex) restricted \write18 enabled. entering extended mode (./test.tex LaTeX2e <2020-02-02> patch level 5 L3 programming layer <2020-05-14> (/opt/texlive/2020/texmf-dist/tex/latex/base/article.cls Document Class: article 2019/12/20 v1.4l Standard LaTeX document class (/opt/texlive/2020/texmf-dist/tex/latex/base/size10.clo)) (/opt/texlive/2020/texmf-dist/tex/latex/l3backend/l3backend-pdfmode.def) (./test.aux) [1{/opt/texlive/2020/texmf-var/fonts/map/pdftex/updmap/pdftex.map} ] (./test.aux) ) !pdfTeX error: /opt/texlive/2020/bin/x86_64-linux/pdflatex (file tcrm1000): Fon t tcrm1000 at 600 not found ==> Fatal error occurred, no output PDF file produced! ``` ### Steps to reproduce the behavior Run `pdflatex test.tex`. Content of test.tex: ```tex \documentclass{article} \begin{document} \begin{itemize} \item Test \end{itemize} \end{document} ```