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

Bug#438015: texlive-latex-base: Setup fails when running fmtutil-sys



Hi Raphael,

On Wed, 15 Aug 2007 13:59:00 +0200, Raphael Manfredi wrote:

> Yes, it does look identical.  I upgraded after the bug being marked
> as solved, but apparently it did not solve anything.
> 
> Here is the output you requested:
> 
> $ ls -l /etc/texmf/language.d/
> total 28
> -rw-r--r-- 1 root root 3293 Oct 19  2005 00tetex.cnf
> -rw-r--r-- 1 root root 1490 Nov 22  2005 00tex.cnf
(snip)
> $ egrep ushyph1.tex /etc/texmf/language.d/*
> /etc/texmf/language.d/00tetex.cnf:american ushyph1.tex
> /etc/texmf/language.d/09texlive-base.cnf:% ushyph1.tex is another (historical) name for hyphen.tex.

In texlive-common.postinst, there are codes as follows:

# rename old stuff from tetex:
for i in updmap.d/10tetex-base.cfg fmt.d/01tetex.cnf language.d/00tetex.cnf language.d/10tetex.cnf ; do
        if [ -r /etc/texmf/$i ] ; then
                mv /etc/texmf/$i /etc/texmf/$i.obsolete
                echo "Obsolete config file /etc/texmf/$i has been renamed" >&2
                echo "as /etc/texmf/$i.obsolete." >&2
        fi
done

so it looks very strange to me that there is 00tetex.cnf under
language.d/ even after upgrading.  If it was already fixed please
let us know but if not I'd like to know;

does "dpkg -l texlive-common" show
ii  texlive-common 2007-11        TeX Live: Base component

what happend if you run 
"sh -x /var/lib/dpkg/info/texlive-common.postinst configure"

is your shell (/bin/sh) a symlink of bash?

Regards,      		  	  2007-8-20(Mon)

-- 
 Debian Developer & Debian JP Developer - much more I18N of Debian
 Atsuhito Kohda <kohda AT debian.org>
 Department of Math., Univ. of Tokushima



Reply to: