[Tex/LaTex] texlive 2017: local fonts not found

fontstexlive-2017texmf-local

texlive 2017 on Linux. Commercial fonts are installed in /texmf-local . Under texlive 2017 the local fonts files are not found, while they are found under texlive 2015 on the same machine. Both installations use the same /texmf-local tree.

Here is an MWE:

\documentclass[pagesize, ngerman, fontsize=12pt, parskip=half]{scrartcl}
\usepackage[T1]{fontenc}\usepackage[utf8]{inputenc}
\usepackage{babel, blindtext}

\usepackage{MinionPro}

\begin{document}
\blinddocument{}

\end{document}

If I compile this MWE with texlive 2015, the logfile ends with these lines:

{/local/texlive/texmf-local/fonts/e
nc/dvips/MinionPro/base-MinionPro-aa.enc}{/local/texlive/2015/texmf-dist/fonts/
enc/dvips/cm-super/cm-super-t1.enc}{/local/texlive/texmf-local/fonts/enc/dvips/
MinionPro/base-MinionPro-ab.enc}</local/texlive/texmf-local/fonts/type1/adobe/M
inionPro/MinionPro-Bold.pfb></local/texlive/texmf-local/fonts/type1/adobe/Minio
nPro/MinionPro-Regular.pfb></local/texlive/2015/texmf-dist/fonts/type1/public/c
m-super/sfsx1200.pfb></local/texlive/2015/texmf-dist/fonts/type1/public/cm-supe
r/sfsx1440.pfb></local/texlive/2015/texmf-dist/fonts/type1/public/cm-super/sfsx
1728.pfb>
Output written on MinionPro-test-tl-2015.pdf (4 pages, 119264 bytes).
PDF statistics: ...

But texlive 2017 can't find the fonts:

!pdfTeX error: pdflatex (file MinionPro-Bold-Base-aa): Font MinionPro-Bold-Base
-aa at 655 not found
 ==> Fatal error occurred, no output PDF file produced!

But the kpathsea knows, where to find the file:

 kpsewhich base-MinionPro-aa.enc
/local/texlive/texmf-local/fonts/enc/dvips/MinionPro/base-MinionPro-aa.enc

Maybe I made a mistake during installation of texlive 2017: I agreed to make symbolic links. If this might be the cause of the error, can I correct that without reinstalling texlive?

There are no other TeX installations on the machine.

Best Answer

"at 655" means normally that pdftex was trying to make a bitmap. So the map entry is missing. Try updmap-sys --enable Map=MinionPro.map.