Description of problem: beamer is broken, with LaTeX Error: File `translator.sty' not found. Yet that file is supposed to be in beamer according to provifdes. Version-Release number of selected component (if applicable): texlive-beamer-svn46481-1.fc29 texlive-2017-1.fc29 (should also happen with -2, yet my mock doesn't yet fetch those) Steps to Reproduce: $ mock -r fedora-rawhide-x86_64 --init $ mock -r fedora-rawhide-x86_64 --install /usr/bin/xelatex texlive-beamer $ mock -r fedora-rawhide-x86_64 --shell # cat > slides.tex << EOF \documentclass{beamer} \begin{document} \end{document} EOF # xelatex slides.tex Actual results: ! LaTeX Error: File `translator.sty' not found. Expected results: No such error. Additional info: # rpm -q --whatprovides 'tex(translator.sty)' texlive-beamer-svn46481-1.fc29.noarch # rpm -ql texlive-beamer | grep translator /usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbasetranslator.sty
Fixed in -3 (building now). Please keep filing these as you find them, I am sure there are more.
Confirmed fixed. BTW I'm using https://copr.fedorainfracloud.org/coprs/churchyard/texlive/ that automatically rebuilds rawhide latex, so I can see problems early. I only construct those mock examples to provide a simple reproducer and to eliminate the "only broken in my copr" problems. I was wondering whether a simple integration testsuite (aka bunch of short tex documents and several commands to run them) would discover such errors automatically and could serve as a regression testsuite as well.
(In reply to Miro Hrončok from comment #2) > Confirmed fixed. > > BTW I'm using https://copr.fedorainfracloud.org/coprs/churchyard/texlive/ > that automatically rebuilds rawhide latex, so I can see problems early. I > only construct those mock examples to provide a simple reproducer and to > eliminate the "only broken in my copr" problems. > > I was wondering whether a simple integration testsuite (aka bunch of short > tex documents and several commands to run them) would discover such errors > automatically and could serve as a regression testsuite as well. I would love to see that testsuite in action, but I do not have the time personally to build it right now.