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

Bug#249597: texmf: Leaves spurious tempfiles around



On 23.05.04 Atsuhito Kohda (kohda@pm.tokushima-u.ac.jp) wrote:

Hi,

> > We could add here something like echo "Please post the relevant
> > parts of this file if you report a bug."
> 
> Well, I didn't catch up with this thread but the files
> you were talking about is /tmp/tex* and /tmp/updm* ?
> 
Yes.

> If so I didn't see so significant problem in them.
> 
The submitter sees a non-significant problem here. I suggested to
downgrade to wishlist and posted some drafts for a solution.

> But I noticed also that there were many files in /tmp
> whose names were tmp.*
> 
Well, these files come from other programs.

> kohda~$ ls /tmp/tmp.*
> /tmp/tmp.21hRT8  /tmp/tmp.CQ3fZd  /tmp/tmp.T0WZP0  /tmp/tmp.iWqFSq
> 
> Are these also what we have generated?
> 
We call:

MAPTEMP=`tempfile -p updm`
<snip>
  /usr/bin/updmap --outputdir /etc/texmf/dvips 2> ${MAPTEMP}

TEMPFILE=`tempfile -p tex`
<snip>
  fmtutil --all >> $TEMPFILE

and tempfile(1)

       -p, --prefix STRING
              Use up to five letters of STRING  to  generate  the
              name.

so they can't be from teTeX.

H. 
-- 
sigmentation fault



Reply to: