Re: Weird Error on a New TeXLive Install on FreeBSD

Peter Flynn <[email protected]> Thu, 16 Apr 2026 17:56:42 +0100
Newsgroups gmane.comp.tex.live
Organization Silmaril Consultants
Message-ID <[email protected]>
On 16 April 2026 16:34:58 Riya <[email protected]> wrote:
>
> > /usr/local/texlive/2026/texmf-dist/tex/latex/base/size10.clointernal 
> error; cannot read font names
>
> Essentially, xelatex is having trouble reading .clo files,

I think it's reading the .clo file OK but having trouble finding the 
fonts themselves. Try running

sudo fc-cache -frv >/tmp/fonts.log

to [re-]build the font cache. If that doesn't work, it may mean that the 
installer has not added the relevant pointers to the LaTeX font 
directories (if indeed it is meant to: I don't know).

Better, forget XeLaTeX and just use LuaLaTeX which does its own font 
indexing.

Peter