You are not logged in.
Pages: 1
Hi all,
I just upgrade the following packages:
texlive-bin-2009.2-1 texlive-core-2009.15197-1 texlive-latexextra-2009.15178-1 texlive-publishers-2009.14714-1 texlive-science-2009.14871-1and for each of the the following packages:
texlive-core texlive-latexextra texlive-scienceI get the following error:
>>> texlive: updating the fontmap files with updmap...
!!! ERROR! The map file `ams-bsr-interpolated.map' has not been found at all.
Either put this file into the right place or remove the
reference from the configuration file. An automatic way
to disable unavailable map files is to call
updmap --syncwithtrees
For manual editing, call
updmap --edit
done.The systems seems to be running OK and I wonder If I should do something about it?
I just do not like to get errors while upgrading.
Last edited by donpicoro (2009-09-11 23:28:37)
Offline
I have the same error, plus the fact that I can't use pdflatex anymore. I have this error when generating a pdf with pdflatex:
!pdfTeX error: pdflatex (file 8r.enc): cannot open encoding file for reading
==> Fatal error occurred, no output PDF file produced!I tried the usual commands (not in this order):
sudo fmtutil-sys --all
sudo updmap-sys --syncwithtrees
fmtutil --all
updmap --syncwithtrees
rm -rf ~/.texliveand it doesn't work. Any ideas?
Offline
the thing is that in a previous texlive updagrade I ended with the known
Fatal format file error; I'm stymiedbut that was easily solved back them by using the command you already know
fmtutil --allas regular user.
The error this time seems to be harmless and seems to be corrected by the command mentioned there
updmap --syncwithtreesEither way, my system is actually working. I just wanted to understand the error.
For your error, you may also want to look at http://bbs.archlinux.org/viewtopic.php?id=78778 for some ideas or wait here and I will try to help you.
Are you using LyX?
Offline
I don't think I am using LyX (otherwise I guess I would knew it).
I read the page you linked me, but found no solution to my problem.
Offline
I know this is a very lame answer, but... have you run "texhash" as root?
Besides that? Why are you needing that encoding? I do not have such file either (but that is ok, I do not need it)
Last edited by donpicoro (2009-09-11 20:06:13)
Offline
I just did and the error is still present.
Offline
Besides that!!
Why are you needing that encoding? I do not have such file either (but that is ok, I do not need it)
When I need to write in spanish, I use the option in the document
\usepackage[utf8x]{inputenc}
In case that helps
Offline
I'm always using
\usepackage[utf8]{inputenc}and it always worked until the last update. I tried the line you just mentioned and the error is still present.
Offline
I think 8r.enc just disappeared with recent upgrade of texlive-core from texlive-core-2009.14682-1 to texlive-core-2009.15197-1
There is the file
usr/share/texmf-dist/fonts/enc/dvips/base/8r.encin texlive-core-2009.14682-1-any.pkg.tar.gz, but it does not exist in texlive-core-2009.15197-1-any.pkg.tar.gz.
Offline
@jxy
Do you know the reason? Because right now, it's causing me problems.
Offline
8r.enc is supposed to be in the dvips package provided by texlive-core. But as I told you, I do not have it either.
I do not why it is not there anymore. Maybe a bug... before decide that, you should look at the texlive changelog.
Since you seem to need it, try downloading the file directly from CTAN:
http://www.ctan.org/cgi-bin/filenameSea … rch=Search
and place it somewhere, maybe /usr/share/texmf-dist/fonts/enc/dvips/ ??
and then texhash it.
Hope that helps, I am running out of ideas
Offline
You won't see this problem if you use the standard cmr fonts.
Please create a file "test.tex" with content as following
\documentclass{letter}
\usepackage{mathptmx}
\begin{document}
Hello world!
\end{document}And run
pdflatex testYou will see
This is pdfTeX, Version 3.1415926-1.40.10 (TeX Live 2009/Arch Linux)
restricted \write18 enabled.
entering extended mode
(./test.tex
LaTeX2e <2005/12/01>
Babel <v3.8l> and hyphenation patterns for english, usenglishmax, dumylang, noh
yphenation, german-x-2009-06-19, ngerman-x-2009-06-19, ancientgreek, ibycus, ar
abic, basque, bulgarian, catalan, pinyin, coptic, croatian, czech, danish, dutc
h, esperanto, estonian, farsi, finnish, french, galician, german, ngerman, mono
greek, greek, hungarian, icelandic, indonesian, interlingua, irish, italian, ku
rmanji, latin, latvian, lithuanian, mongolian, mongolian2a, bokmal, nynorsk, po
lish, portuguese, romanian, russian, sanskrit, serbian, slovak, slovenian, span
ish, swedish, turkish, ukenglish, ukrainian, uppersorbian, welsh, loaded.
(/usr/share/texmf-dist/tex/latex/base/letter.cls
Document Class: letter 1999/04/29 v1.2z Standard LaTeX document class
(/usr/share/texmf-dist/tex/latex/base/size10.clo))
(/usr/share/texmf-dist/tex/latex/psnfss/mathptmx.sty)
No file test.aux.
(/usr/share/texmf-dist/tex/latex/psnfss/ot1ptm.fd) [1{/usr/share/texmf-var/font
s/map/pdftex/updmap/pdftex.map}] (./test.aux) )
!pdfTeX error: pdflatex (file 8r.enc): cannot open encoding file for reading
==> Fatal error occurred, no output PDF file produced!Offline
Simply downloading the file doesn't fix the problem. It leads to another error. Strangely, I don't have the following directory anymore:
/usr/share/texmf-dist/fonts/enc/dvips/base/I tried to reinstall both texlive-core and texlive-bin, but it doesn't fix anything.
Offline
But this file is in the texlive repository. See
Offline
I see the bug report.
http://bugs.archlinux.org/task/16144
So, for now, I'll just use the directory "usr/share/texmf-dist/fonts/enc/dvips/base/" contained in "texlive-core-2009.14682-1-any.pkg.tar.gz", since the directory hasn't changed since rev12784.
Offline
Well, it seems now it is a matter of time and re-upgrade!!! ![]()
Offline
That's why I LOVE archlinux!
Offline
There might be a conflicting file, however. See this News.
To know or not to know ...
... the questions remain forever.
Offline
Pages: 1