
TeX Live and MacTeX ⇒ tlmgr error in TexLive 2010
Re: tlmgr error in TexLive 2010
Up!
No one else has tried to install TexLive 2010 on Ubuntu instead of the standard Debian package?

NEW: TikZ book now 40% off at Amazon.com for a short time.
tlmgr error in TexLive 2010
I have (on Debian Squeeze instead of Ubuntu, but this shouldn't make a difference in this case), but I simply do not have such problems. I have installed TL2010, followed the instuctions on the TeXlive site for "Vanilla TeX Live on Debian", point 2 (even if they refer to TL2009 the instructions are still valid), and have installed TeXworks afterwards.AleCes wrote:No one else has tried to install TexLive 2010 on Ubuntu instead of the standard Debian package?
Re: tlmgr error in TexLive 2010
Wonderful!
I had shied away from this for fear of aggravating the situation but since you do confirm me it works, I'll try it.
Thank you very much, I'll let you know.

Thank you very much, I'll let you know.
tlmgr error in TexLive 2010
OK, I performed a fresh install of TexLive 2010 via tl-install in order to clear the ground from previous mistakes/bugs. After this, following the instructions of TUG, I installed the three packages from the Software Center: tex-common, texinfo and lmodern and finally, I built the package texlive-common and then notified ATP through equivs.
Now when I try to update packages via tlmgr,I don't get anymore errors concerning pdfLatex but rather this new one:
I guess it has something to do with texinfo which TUG instructed me not to install from tl-install, but I must have screwed something somewhere. 
Now when I try to update packages via tlmgr,I don't get anymore errors concerning pdfLatex but rather this new one:
Code: Select all
[6/12, 02:08/02:42] update: texlive-docindex [177k] (21022 -> 21051) ... done
/usr/local/bin/tlmgr: (make_container xits.r20217.tar.xz) texmf-dist/doc/fonts/xits/build.py does not exist
/usr/local/bin/tlmgr: (make_container xits.r20217.tar.xz) texmf-dist/doc/fonts/xits/fontcoverage.py does not exist

tlmgr error in TexLive 2010
What happens if you don't do this? (BTW: Why did you do this? As far as I have understand the instructions installation of these packages should do no harm but are not required. And therefore I didn't have installed them.)AleCes wrote:After this, following the instructions of TUG, I installed the three packages from the Software Center: tex-common, texinfo and lmodern
tlmgr error in TexLive 2010
If you use TexWorks, or some other Tex editors like Kile, Lyx etc..., the Software Center will probably have installed them automatically. They are a basic stub providing access to all other Tex functions.Tell APT about your local installation using equivs (see below) so that it doesn't try to install Debian's TeX Live packages as dependencies to other packages such as AucTeX or Kile. The only Debian packages installed should be tex-common, texinfo and perhaps lmodern (if you want those fonts to be registered system-wide and not just for TeX).
tlmgr error in TexLive 2010
I just took a look and you are right, the texinfo package is actually installed on my system. (But neither tex-common nor lmodern are.)AleCes wrote:If you use TexWorks, or some other Tex editors like Kile, Lyx etc..., the Software Center will probably have installed them automatically.
tlmgr error in TexLive 2010
The key here is texinfo, not the other two packages. Have you ever experienced such an error while performing an update via tlmgr?
Please take a close look at error messages.
Thank you.
Please take a close look at error messages.
Thank you.
tlmgr error in TexLive 2010
No. "tlmgr update --all" is working fine here, never got an error message.AleCes wrote:Have you ever experienced such an error while performing an update via tlmgr?
Re: tlmgr error in TexLive 2010
Damn it! Can't understand why it happens to me.