TeX Live and MacTeXtlmgr error in TexLive 2010

Information and discussion about TeX Live distribution for all platforms (Windows, Linux, Mac OS X) and the related MacTeX: installing, updating, configuring
AleCes
Posts: 286
Joined: Sat Nov 13, 2010 9:54 pm

tlmgr error in TexLive 2010

Post by AleCes »

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:

Code: Select all

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.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

AleCes
Posts: 286
Joined: Sat Nov 13, 2010 9:54 pm

tlmgr error in TexLive 2010

Post by AleCes »

OK, solved by disinstalling and then running a fresh install of TeX Live 2010.
AleCes
Posts: 286
Joined: Sat Nov 13, 2010 9:54 pm

tlmgr error in TexLive 2010

Post by AleCes »

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?
User avatar
frabjous
Posts: 2064
Joined: Fri Mar 06, 2009 12:20 am

Re: tlmgr error in TexLive 2010

Post by frabjous »

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?
AleCes
Posts: 286
Joined: Sat Nov 13, 2010 9:54 pm

tlmgr error in TexLive 2010

Post by AleCes »

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.
User avatar
frabjous
Posts: 2064
Joined: Fri Mar 06, 2009 12:20 am

tlmgr error in TexLive 2010

Post by frabjous »

For pdfLaTeX (which runs on top of pdftex):

Code: Select all

\documentclass{article}
\begin{document}
Hello world.
\end{document}
For regular pdftex you could use the even more minimal:

Code: Select all

Hello world.
\bye
AleCes
Posts: 286
Joined: Sat Nov 13, 2010 9:54 pm

Re: tlmgr error in TexLive 2010

Post by AleCes »

Both work. The output is "Hello world". I see no errors in the output box.
AleCes
Posts: 286
Joined: Sat Nov 13, 2010 9:54 pm

tlmgr error in TexLive 2010

Post by AleCes »

But I still keep on getting error messages whenever I try to update TexLive 2010!!! :evil: Why??? :?:
User avatar
sommerfee
Posts: 503
Joined: Mon Apr 09, 2007 4:20 pm

Re: tlmgr error in TexLive 2010

Post by sommerfee »

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"?
AleCes
Posts: 286
Joined: Sat Nov 13, 2010 9:54 pm

tlmgr error in TexLive 2010

Post by AleCes »

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.
Post Reply