#1093388 texlive-xetex: XeLaTeX fails to build with \usepackage[T1]{fontenc}

Package:
texlive-xetex
Source:
texlive-xetex
Submitter:
Hilmar Preusse
Date:
2025-01-19 23:12:02 UTC
Severity:
normal
Tags:
#1093388#5
Date:
2025-01-17 21:47:40 UTC
From:
To:
Dear Maintainer,

after the latest upload of texlive-base a TeX file using \usepackage[T1]{fontenc} can't
be compiled any more using XeLaTeX:

\documentclass[a4paper]{article}
\usepackage[T1]{fontenc}

\begin{document}
iii
\end{document}

Log file is attached.

Hilmar

#1093388#10
Date:
2025-01-19 12:05:55 UTC
From:
To:
On 17.01.25 Hilmar Preusse (hille42@web.de) wrote:

Hi,
6.
LaTeX Font Info:    No file T1lmr.fd. on input line 116.


LaTeX Font Warning: Font shape `T1/lmr/m/n' undefined
(Font)              using `T1/lmr/m/n' instead on input line 116.

After installing T1lmr.fd (in lmodern) compiling works again. The
file is in testing in that package too; not sure, why compiling
worked before.

That's it for now.

Hilmar

#1093388#15
Date:
2025-01-19 23:10:15 UTC
From:
To:
Hi,
workaround. lualatex does a fallback to Computer modern:

LaTeX Font Warning: Font shape `OT1/lmr/m/n' undefined
(Font)              using `OT1/cmr/m/n' instead on input line 54.

and this worked with trixie with XeLaTeX too. So I guess a
regression between testing and unstable.

Currently I'm discussing this topic in dctt.

Hilmar