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

Re: Release-critical Bugreport for April 14, 2000



On Fri, 14 Apr 2000, BugScan reporter wrote:

> Package: tetex-bin (debian/main)
> Maintainer: teTeX maintainers <debian-tetex-maint@lists.debian.org>
>   62014  tetex-bin: texmf.cnf not found in ``/usr/share/texmf/web2c''

In tetex-bin.postinst i suggest to replace
  if [ ! -L /usr/lib/texmf/web2c ]
  then
    if [ -d /usr/lib/texmf/web2c ]
    then
      cp -a /usr/lib/texmf/web2c/* /var/lib/texmf/web2c || true
      rm -fr /usr/lib/texmf/web2c
    fi
    ln -sf /var/lib/texmf/web2c /usr/share/texmf/
  fi

by

  if [ ! -L /usr/lib/texmf/web2c ]
  then
    if [ -d /usr/lib/texmf/web2c ]
    then
      cp -a /usr/lib/texmf/web2c/* /var/lib/texmf/web2c || true
      rm -fr /usr/lib/texmf/web2c
    fi
  fi
  ln -sf /var/lib/texmf/web2c /usr/share/texmf/

to ensure that /usr/share/texmf/web2c exists.

>   62018  tetex-bin: Missing latex command

Hey, this is right, /usr/bin/latex is not provided. Two lines have to be
added in debian/rules.

>   62170  tetex-bin (alpha): fmtutil, texlinks segfault during setup

Looks like a bug in sh.  I suggest to ask to submitter what is this
shell.  I will be away for a couple of days and so can not work on these
bugs anymore.

Denis



Reply to: