Information and discussion about TeX Live distribution for all platforms (Windows, Linux, Mac OS X) and the related MacTeX: installing, updating, configuring
I'm running TexLive 2010 on top of Ubuntu 10.10; it's the standard distribution rather than the one available at the Software Center.
Now, when I run sudo tlmgr -gui, after every update I always get the same error output on the console:
Transcript written on pdfxmltex.log.
Warning: `pdftex -ini -jobname=pdfxmltex -progname=pdfxmltex *pdfxmltex.ini' possibly failed.
fmtutil: /usr/local/texlive/2010/texmf-var/web2c/pdftex/pdfxmltex.fmt installed.
###############################################################################
fmtutil: Warning! Some warnings have been issued.
Visit the log files in directory
/usr/local/texlive/2010/texmf-var/web2c
for details.
###############################################################################
This is a summary of all `warning' messages:
`pdftex -ini -jobname=jadetex -progname=jadetex *jadetex.ini' possibly failed.
`pdftex -ini -jobname=pdfjadetex -progname=pdfjadetex *pdfjadetex.ini' possibly failed.
`pdftex -ini -jobname=latex -progname=latex -translate-file=cp227.tcx *latex.ini' possibly failed.
`pdftex -ini -jobname=pdflatex -progname=pdflatex -translate-file=cp227.tcx *pdflatex.ini' possibly failed.
`pdftex -ini -jobname=mllatex -progname=mllatex -translate-file=cp227.tcx -mltex mllatex.ini' possibly failed.
`pdftex -ini -jobname=xmltex -progname=xmltex *xmltex.ini' possibly failed.
`pdftex -ini -jobname=pdfxmltex -progname=pdfxmltex *pdfxmltex.ini' possibly failed.
###############################################################################
fmtutil: Error! Not all formats have been built successfully.
Visit the log files in directory
/usr/local/texlive/2010/texmf-var/web2c
for details.
###############################################################################
This is a summary of all `failed' messages:
`pdftex -ini -jobname=eplain -progname=eplain -translate-file=cp227.tcx *eplain.ini' failed
Could you please tell me what it means and how I can fix it?
Last edited by AleCes on Sun Dec 12, 2010 8:41 pm, edited 2 times in total.
OK, it wasn't solved at all. As soon as I restarted using TexWorks, the problem popped up once again. Since TexWorks does make use of pdftex, there should something that goes awry when TexWorks interfaces with it. Suggestions?
Is the problem actually preventing TeXworks or pdftex generally from working properly, or do you just get this error/warning message whenever you run tlmgr?
Actually I don't know because I don't use pdftex; I typeset documents through xelatex. Could you please provide me with a pdftex sample file so that I may try to typeset it?
Thank you.
Maybe the installation of TeXworks has caused the installation of the TeXlive binaries from the Ubuntu repository additionally!? Could you please start Synaptic and check if the meta package "texlive" is installed? (It should not!)
How did you install TeXlive 2010? Have you followed the instructions in http://www.tug.org/texlive/debian.html, especially the one in "Vanilla TeX Live on Debian"?
Thank you sommerfee for helping me! TexLive does not appear to be installed as per Synaptic. Indeed I installed it through tlmgr but I forgot to enact the instructions on tug.org site you provided me with. Problem is those refer to TexLive 2009 while I have the 2010 version, particularly as far as the modification of texlive-local is concerned.