David C. Rankin a écrit : > List, > > The new texlive packages seem to have an error in them. The following errors occurred during the upgrade: > >>>> 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 > David, Just do what it says above: sudo updmap-sys --syncwithtrees and that should do the trick. Those "files not found" are remains from the 2008 version of texlive in your config file updmap.cfg. This is harmless. But the install scriptlet has recently been improved so that removed map files are now (next time, that is) automatically from the config file upon upgrade. See the wiki entry for TeXLive for more info. > For manual editing, call > updmap --edit > > done. > Error: `luatex -ini -jobname=dvilualatex -progname=dvilualatex dvilualatex.ini' failed > Error: `luatex -ini -jobname=lualatex -progname=lualatex lualatex.ini' failed > Error: `luatex -ini -jobname=luatex -progname=luatex luatex.ini' failed > Error: `luatex -ini -jobname=dviluatex -progname=dviluatex dviluatex.ini' failed > > ############################################################################### > fmtutil: Error! Not all formats have been built successfully. > Visit the log files in directory > /usr/share/texmf-var/web2c > for details. > ############################################################################### > > This is a summary of all `failed' messages: > `luatex -ini -jobname=dvilualatex -progname=dvilualatex dvilualatex.ini' failed > `luatex -ini -jobname=lualatex -progname=lualatex lualatex.ini' failed > `luatex -ini -jobname=luatex -progname=luatex luatex.ini' failed > `luatex -ini -jobname=dviluatex -progname=dviluatex dviluatex.ini' failed > recreating all formats... done. > (logs are under /usr/share/texmf-var/web2c/<engine>/<formatname>.log) > You have new mail in /var/mail/david > > > Unless you use luatex, you can ignore the above. Otherwise, try again with sudo fmtutil-sys --missing This should work on a clean install. If not, then look at the log files for info. Perhaps you texmf.cnf file has some outdated parameters, which can be tracked down with fmtutil-sys --listcfg. F