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

Bug#148910: marked as done (tetex-bin: incorrect cd in mktexdir)



Your message dated Tue, 19 Nov 2002 08:02:32 -0500
with message-id <E18E81Q-00053V-00@auric.debian.org>
and subject line Bug#148910: fixed in tetex-bin 1.0.7+20021025-2
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 3 Jun 2002 13:37:44 +0000
>From villain@ems.ru Mon Jun 03 08:37:44 2002
Return-path: <villain@ems.ru>
Received: from router.ems.chel.su [195.54.2.222] 
	by master.debian.org with esmtp (Exim 3.12 1 (Debian))
	id 17Es1k-0007iE-00; Mon, 03 Jun 2002 08:37:41 -0500
Received: by router.ems.chel.su (Postfix, from userid 108)
	id 644A63DB6; Mon,  3 Jun 2002 19:37:34 +0600 (YEKST)
Received: from villain.office.ems.chel.su (villain.ems.chel.su [195.54.20.3])
	by router.ems.chel.su (Postfix) with ESMTP
	id 9095C3DB6; Mon,  3 Jun 2002 19:37:31 +0600 (YEKST)
Received: by villain.office.ems.chel.su (Postfix, from userid 1000)
	id 5E4106698E; Mon,  3 Jun 2002 19:37:29 +0600 (YEKST)
From: Aleksey I Zavilohin <villain@ems.ru>
Subject: tetex-bin: incorrect cd in mktexdir
To: submit@bugs.debian.org
X-Mailer: bug 3.3.10.1
Message-Id: <20020603133729.5E4106698E@villain.office.ems.chel.su>
Date: Mon,  3 Jun 2002 19:37:29 +0600 (YEKST)
Delivered-To: submit@bugs.debian.org

Package: tetex-bin
Version: 1.0.7+20011202-7
Severity: normal


Please use next path, without it mktexdir incorrect work in dir with space
"Test Directory" - example name for dir

--- mktexdir    Mon Jun  3 19:32:25 2002
+++ /usr/share/texmf/web2c/mktexdir     Mon Jun  3 19:32:35 2002
@@ -28,10 +28,10 @@

 errstatus=0

-cd $KPSE_DOT
+cd "$KPSE_DOT"
 for file
 do
-   cd $KPSE_DOT
+   cd "$KPSE_DOT"
    set fnord `echo ":$file" | \
      sed -ne 's/^:\//#/;s/^:-/.\/-/;s/^://;s/\// /g;s/^#/\//;p'`
    shift




-- System Information
Debian Release: 3.0
Kernel Version: Linux villain 2.4.19-pre5 #1 ðÎÄ áÐÒ 1 12:22:54 YEKST 2002 i686 unknown

Versions of the packages tetex-bin depends on:
ii  debianutils    1.16.2         Miscellaneous utilities specific to Debian.
ii  dpkg           1.9.21         Package maintenance system for Debian
ii  ed             0.2-19         The classic unix line editor
ii  libc6          2.2.5-6        GNU C Library: Shared libraries and Timezone
ii  libkpathsea3   1.0.7+20011202 shared libkpathsea for teTeX
ii  libpng2        1.0.12-3       PNG library - runtime
ii  libstdc++2.10- 2.95.4-9       The GNU stdc++ library
ii  libtiff3g      3.5.5-6        Tag Image File Format library
ii  libxaw7        4.1.0-17       X Athena widget set library
ii  tetex-base     1.0.2+20011202 basic teTeX library files
ii  xlibs          4.1.0-17       X Window System client libraries
ii  zlib1g         1.1.4-1        compression library - runtime

--- Begin /etc/texmf/mktex.cnf (modified conffile)
: ${MT_FEATURES=appendonlydir:varfonts}
: ${MODE=ljfive}
: ${BDPI=600}
: ${DPI=600}

--- End /etc/texmf/mktex.cnf

--- Begin /etc/texmf/texmf.d/05TeXMF (modified conffile)
% original texmf.cnf -- runtime path configuration file for kpathsea.
% (If you change or delete `original' on the previous line, the
% distribution won't install its version over yours.)
% Public domain.
% 
% What follows is a super-summary of what this .cnf file can
% contain. Please read the Kpathsea manual for more information.
% 
% texmf.cnf is generated from texmf.in, by replacing @var@ with the
% value of the Make variable `var', via a sed file texmf.sed, generated
% (once) by kpathsea/Makefile (itself generated from kpathsea/Makefile.in
% by configure).
% 
% Any identifier (sticking to A-Za-z_ for names is safest) can be assigned.
% The `=' (and surrounding spaces) is optional.
% No % or @ in texmf.in, for the sake of autogeneration.
% (However, %'s and @'s can be edited into texmf.cnf or put in envvar values.)
% $foo (or ${foo}) in a value expands to the envvar or cnf value of foo.
% 
% Earlier entries (in the same or another file) override later ones, and
% an environment variable foo overrides any texmf.cnf definition of foo.
% 
% All definitions are read before anything is expanded, so you can use
% variables before they are defined. 
% 
% If a variable assignment is qualified with `.PROGRAM', it is ignored
% unless the current executable (last filename component of argv[0]) is
% named PROGRAM.  This foo.PROGRAM construct is not recognized on the
% right-hand side. For environment variables, use FOO_PROGRAM.
% 
% Which file formats use which paths for searches is described in the
% various programs' and the kpathsea documentation.
% 
% // means to search subdirectories (recursively).
% A leading !! means to look only in the ls-R db, never on the disk.
% A leading/trailing/doubled ; in the paths will be expanded into the
%   compile-time default. Probably not what you want.
% 
% You can use brace notation, for example: /usr/local/{mytex:othertex}
% expands to /usr/local/mytex:/usr/local/othertex.  Instead of the path
% separator you can use a comma: /usr/local/{mytex,othertex} also expands
% to /usr/local/mytex:/usr/local/othertex.  However, the use of the comma
% instead of the path separator is deprecated.
%
% The text above assumes thet path separator is a colon (:).  Non-UNIX
% systems use different path separators, like the semicolon (;).
%  Part 1: Search paths and directories.
% You can set an environment variable to override TEXMF if you're testing
% a new TeX tree, without changing anything else.
% 
% You may wish to use one of the $SELFAUTO... variables here so TeX will
% find where to look dynamically.  See the manual and the definition
% below of TEXMFCNF.
% The main tree, which must be mentioned in $TEXMF, below:
TEXMFMAIN = /usr/share/texmf
% A place for local additions to a "standard" texmf tree.  For example:
TEXMFLOCAL = /usr/local/share/texmf
TEXMFOLDLOCAL = /usr/local/lib/texmf
% If defined, teTeX's texconfig stores modifications here (instead of the
% TEXMFMAIN tree).
%   VARTEXMF = /usr/share/texmf-var
% User texmf trees can be catered for like this...
HOMETEXMF = $HOME/texmf
% Now, list all the texmf trees. If you have multiple trees you can
% use shell brace notation, like this:
TEXMF = {$HOMETEXMF,$TEXMFLOCAL,$TEXMFOLDLOCAL,!!$TEXMFMAIN}
% The braces are necessary.  If you set VARTEXMF, you also have to
%   - list $VARTEXMF in the TEXMF definition;
%   - make sure that $VARTEXMF precedes $TEXMFMAIN in the TEXMF definition.
% TEXMF = $TEXMFMAIN
% The system trees.  These are the trees that are shared by all the users.
SYSTEXMF = $TEXMFLOCAL;$TEXMFOLDLOCAL;$TEXMFMAIN
% Where generated fonts may be written.  This tree is used when the sources
% were found in a system tree and either that tree wasn't writable, or the
% varfonts feature was enabled in MT_FEATURES in mktex.cnf.
VARTEXFONTS  = /tmp
% Where to look for ls-R files.  There need not be an ls-R in the
% directories in this path, but if there is one, Kpathsea will use it.
%
% Remove $VARTEXFONTS from TEXMFDBS if the VARTEXFONTS directory is below
% one of the TEXMF directories (avoids overlapping ls-R files).
TEXMFDBS = $TEXMF;$VARTEXFONTS
% It may be convenient to define TEXMF like this:
%   TEXMF = {$HOMETEXMF,!!$TEXMFLOCAL,!!$TEXMFMAIN,$HOME}
% which allows users to set up entire texmf trees, and tells TeX to
% look in places like ~/tex and ~/bibtex.  If you do this, define TEXMFDBS
% like this:
%   TEXMFDBS = $HOMETEXMF;$TEXMFLOCAL;$TEXMFMAIN;$VARTEXFONTS
% or mktexlsr will generate an ls-R file for $HOME when called, which is
% rarely desirable.  If you do this you'll want to define SYSTEXMF like
% this:
%   SYSTEXMF = $TEXMFLOCAL;$TEXMFMAIN
% so that fonts from a user's tree won't escape into the global trees.
%
% On some systems, there will be a system tree which contains all the font
% files that may be created as well as the formats.  For example
%   VARTEXMF = /var/lib/texmf
% is used on many Linux systems.  In this case, set VARTEXFONTS like this
%   VARTEXFONTS = $VARTEXMF/fonts
% and do not mention it in TEXMFDBS (but _do_ mention VARTEXMF).

--- End /etc/texmf/texmf.d/05TeXMF

---------------------------------------
Received: (at 148910-close) by bugs.debian.org; 19 Nov 2002 13:08:27 +0000
>From katie@auric.debian.org Tue Nov 19 07:08:27 2002
Return-path: <katie@auric.debian.org>
Received: from auric.debian.org [206.246.226.45] (mail)
	by master.debian.org with esmtp (Exim 3.12 1 (Debian))
	id 18E878-000071-00; Tue, 19 Nov 2002 07:08:26 -0600
Received: from katie by auric.debian.org with local (Exim 3.35 1 (Debian))
	id 18E81Q-00053V-00; Tue, 19 Nov 2002 08:02:32 -0500
From: Atsuhito KOHDA <kohda@debian.org>
To: 148910-close@bugs.debian.org
X-Katie: $Revision: 1.28 $
Subject: Bug#148910: fixed in tetex-bin 1.0.7+20021025-2
Message-Id: <E18E81Q-00053V-00@auric.debian.org>
Sender: Archive Administrator <katie@auric.debian.org>
Date: Tue, 19 Nov 2002 08:02:32 -0500
Delivered-To: 148910-close@bugs.debian.org

We believe that the bug you reported is fixed in the latest version of
tetex-bin, which is due to be installed in the Debian FTP archive:

libkpathsea-dev_1.0.7+20021025-2_i386.deb
  to pool/main/t/tetex-bin/libkpathsea-dev_1.0.7+20021025-2_i386.deb
libkpathsea3_1.0.7+20021025-2_i386.deb
  to pool/main/t/tetex-bin/libkpathsea3_1.0.7+20021025-2_i386.deb
tetex-bin_1.0.7+20021025-2.diff.gz
  to pool/main/t/tetex-bin/tetex-bin_1.0.7+20021025-2.diff.gz
tetex-bin_1.0.7+20021025-2.dsc
  to pool/main/t/tetex-bin/tetex-bin_1.0.7+20021025-2.dsc
tetex-bin_1.0.7+20021025-2_i386.deb
  to pool/main/t/tetex-bin/tetex-bin_1.0.7+20021025-2_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 148910@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Atsuhito KOHDA <kohda@debian.org> (supplier of updated tetex-bin package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Tue, 19 Nov 2002 17:15:59 +0900
Source: tetex-bin
Binary: libkpathsea3 tetex-bin libkpathsea-dev
Architecture: source i386
Version: 1.0.7+20021025-2
Distribution: unstable
Urgency: low
Maintainer: teTeX maintainers <debian-tetex-maint@lists.debian.org>
Changed-By: Atsuhito KOHDA <kohda@debian.org>
Description: 
 libkpathsea-dev - kpathsea.a and include files for teTeX
 libkpathsea3 - shared libkpathsea for teTeX
 tetex-bin  - teTeX binary files
Closes: 113631 134260 148910 151680 162052
Changes: 
 tetex-bin (1.0.7+20021025-2) unstable; urgency=low
 .
   * I updated 45TeXinputs and 95NonPath which I forgot to do by accident.
     This was essential and sorry.  [kohda]
   * Fixed rules, now building would work with ash.  [kohda]  (Closes: #134260)
   * Following could be closed now.  [kohda]
    - xdvi worked with *.dvi.gz  (Closes: #113631)
    - mktexdir seemed fixed in upstream.  (Closes: #148910)
    - now depended on perl-tk.  (Closes: #151680)
    - dvips was now of 5.92a >= 5.86f  (Closes: #162052)
Files: 
 f4160b54635d52189af55c56c21743a1 959 tex optional tetex-bin_1.0.7+20021025-2.dsc
 0751b3e5fd7c3ae7437318c2e6cc24ae 42295 tex optional tetex-bin_1.0.7+20021025-2.diff.gz
 8fb34ca70d09e5bf8116c5a9d643eec6 2775600 tex optional tetex-bin_1.0.7+20021025-2_i386.deb
 084d6de9330114a708e475ca7977fb0a 42718 libs optional libkpathsea3_1.0.7+20021025-2_i386.deb
 2ee0675185e3877fa9c2c1c77812a1e0 62652 devel optional libkpathsea-dev_1.0.7+20021025-2_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQE92jGg1IXdL1v6kOwRAirfAJwJGeNV7CZITHvZBjKJMrjDTu04TACfUX4w
0X0YdHO5zQBCCpaNF1wWbFY=
=mq9F
-----END PGP SIGNATURE-----



Reply to: