[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#452070: texlive-base-bin: Unable to install



severity 452070 normal
tags 452070 + unreproducible
thanks

> fmtutil-sys failed. Output is
> /usr/bin/fmtutil: line 336: //texmf/texconfig/tcfmgr: file not found
> fmtutil: config file `fmtutil.cnf' not found.

This is really strange and not reproducible on my test (on all my)
system.

Could you please send the output of the following (bash) commands:

------
for dir in $(kpsexpand '$TEXMF' | sed -e 's/,/ /g;s/[!{}]//g;'); do
  ls_R_files="$ls_R_files $(ls $dir/ls-R 2>/dev/null)";
done
ls_R_files="$ls_R_files $(ls /usr/share/texmf-texlive/ls-R 2>/dev/null)"
for file in $ls_R_files; do
  ls -l $file
done

for i in texmf.cnf fmtutil.cnf updmap.cfg ; do
  f=$(kpsewhich --format='web2c files' $i)
  if [ -z "$f" ] ; then
    echo "Warning: $i cannot be found with kpsewhich!"
  else
    ls -l $f
  fi
done

for i in language.dat ; do
  f=$(kpsewhich -progname=latex $i)
  if [ -z "$f" ] ; then
    echo "Warning: $i cannot be found with kpsewhich!"
  else
    ls -l $f
  fi
done


echo " Files in /etc/texmf/web2c/"
ls -l /etc/texmf/web2c/

echo " md5sums of texmf.d"
md5sum /etc/texmf/texmf.d/*


echo "Home dir"
ls -lR /root/.texmf-var /root/.texmf-config

------


Thanks

Best wishes

Norbert

-------------------------------------------------------------------------------
Dr. Norbert Preining <preining@logic.at>        Vienna University of Technology
Debian Developer <preining@debian.org>                         Debian TeX Group
gpg DSA: 0x09C5B094      fp: 14DF 2E6C 0307 BE6D AD76  A9C0 D2BF 4AA3 09C5 B094
-------------------------------------------------------------------------------
CLATHY (adj.)
Nervously indecisive about how safely to dispose of a dud lightbulb.
			--- Douglas Adams, The Meaning of Liff




Reply to: