pdflatex-dev and variants are helpful for catching issues before new releases, as detailed at What is "latex-dev"?. There appear to be several bugs reported and fixed since the latest pre-release was released. It would be nice to be able to test the latest revision by building the binaries from the latest source so I can check whether a failure has already been fixed. However, I can't find information on how to do this. Specifically, how can I build the newest (unreleased) pdflatex-dev, lualatex-dev, and xelatex-dev rather than using them from latex-bin-dev?
In case it matters for the steps, I'm on Ubuntu 20.10.
pdflatex-devto be the same as before I installed with this approach. I tried doingl3build uninstallfollowed byfmtutil-sys --byfmt pdflatex-devbut the output ofpdflatex-dev(the version lines) still give the date on which I built the Git version. Let me know if it's preferred I start a new question for this. Thanks for your help! – scottkosty Apr 10 '21 at 13:52fmtutil-sys --byfmt pdflatex-dev, right? – scottkosty Apr 10 '21 at 14:21kpsewhich --all -engine=pdftex pdflatex-dev.fmt– Ulrike Fischer Apr 10 '21 at 14:34/usr/local/texlive/2021/texmf-var/web2c/pdftex/pdflatex-dev.fmt. Your helpful responses give me enough information to dig more on my own in case I want to pursue this puzzle of why pdflatex-dev is not restored to before. I might however just give up. In any case, thank you! – scottkosty Apr 10 '21 at 18:17