How do I create a format file?
I've successfully compiled the TexLive sources under Ubuntu. Unfortunately, there seemed to be no included format files (e.g., plain.fmt, pdftex.fmt, luatex.fmt, etc.). So, to create one, I tried the following commands, but neither produced an "fmt" file:
tex -ini plain.tex
tex -ini '\input plain \dump'
I also tried the instructions in this link to no avail
How to create a format file with initex to speed up processing time?
By the way, I've created a directory that conforms to TDS, as well as the texmf.cnf file. I've done this before under Windows years ago, and I was able to generate both plain.fmt and latex.fmt. But I can't do the same under Ubuntu.
fmtutilavailable and be able to dofmtutil-sys --all: does that work? What do you actually get fromtex -ini plain.tex: 'doesn't work' is a bit vague. (Aside: I also wonder why you are compiling from the source! It might be worth saying how much of TL you downloaded/compiled that way.) – Joseph Wright Sep 27 '15 at 07:29.logfile from TeX. – Joseph Wright Sep 28 '15 at 12:04