2016-02-21 16:31 GMT+03:00 Norbert Preining <prein...@logic.at>: > Hi Dmitry, > >> root@forlindon:~# fmtutil --sys --byhyphen >> /var/lib/texmf/tex/generic/config/language.dat > > Sorry my fault. That is indeed not working. > >> fmtutil --sys --byhyphen language.dat > > Yes, and that is called during configuration ... > > Ok, next try: > > Can you do the following - BE WARNED - this is getting into the > guts of dpkg ... > > * make a backup copy of > /var/lib/dpkg/info/tex-common.postinst > * in line 258 there should be > rm -f $tempfile > change that to > echo rm -f $tempfile > * save > > * remove texlive-lang-cyrillic and reinstall it > > * the output of the dpkg run should mention something like > rm -f /tmp/tmp..... > > * send me that file mentioned, it is the output of the fmtutil-sys run
root@forlindon:~# dpkg -i /var/cache/apt/archives/texlive-lang-cyrillic_2015.20160117-1_all.deb Selecting previously unselected package texlive-lang-cyrillic. (Reading database ... 214788 files and directories currently installed.) Preparing to unpack .../texlive-lang-cyrillic_2015.20160117-1_all.deb ... Unpacking texlive-lang-cyrillic (2015.20160117-1) ... Setting up texlive-lang-cyrillic (2015.20160117-1) ... Processing triggers for tex-common (6.04) ... Running mktexlsr. This may take some time... done. Running updmap-sys. This may take some time... done. Running mktexlsr /var/lib/texmf ... done. Building latex-based formats --byhyphen /var/lib/texmf/tex/generic/config/language.dat. This may take some time... rm -f /tmp/fmtutil.0I3A5Uky done. Building e-tex based formats --byhyphen /var/lib/texmf/tex/generic/config/language.def. This may take some time... done. Processing triggers for man-db (2.7.5-1) ... root@forlindon:~# cat /tmp/fmtutil.0I3A5Uky fmtutil: fmtutil is using the following fmtutil.cnf files (in precedence order): fmtutil: /usr/share/texmf/web2c/fmtutil.cnf fmtutil: /usr/share/texlive/texmf-dist/web2c/fmtutil.cnf fmtutil: fmtutil is using the following fmtutil.cnf file for writing changes: fmtutil: /etc/texmf/web2c/fmtutil.cnf fmtutil [INFO]: writing formats under /var/lib/texmf/web2c fmtutil [INFO]: did not find entry for byhyphen=/var/lib/texmf/tex/generic/config/language.dat, skipped fmtutil [INFO]: Disabled formats: 2 fmtutil [INFO]: Not selected formats: 12 fmtutil [INFO]: Total formats: 14 fmtutil [INFO]: exiting with status 0 -- With best wishes Dmitry