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

Bug#177094: marked as done (tetex-bin: /var/cache/fonts problems: mode query and /etc/texmf/texmf.d patch for texconfig)



Your message dated Sat, 08 Feb 2003 03:47:25 -0500
with message-id <E18hQdx-0007eC-00@auric.debian.org>
and subject line Bug#177094: fixed in tetex-bin 2.0-1
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; 17 Jan 2003 02:05:10 +0000
>From swift@alum.mit.edu Thu Jan 16 20:05:09 2003
Return-path: <swift@alum.mit.edu>
Received: from pool-68-160-52-184.bos.east.verizon.net (beth.swift.xxx) [68.160.52.184] (root)
	by master.debian.org with esmtp (Exim 3.12 1 (Debian))
	id 18ZLsb-0004Xi-00; Thu, 16 Jan 2003 20:05:09 -0600
Received: from beth.swift.xxx (swift@localhost [127.0.0.1])
	by beth.swift.xxx (8.12.6/8.12.6/Debian-8) with ESMTP id h0H24woO020031;
	Thu, 16 Jan 2003 21:04:58 -0500
Message-Id: <200301170204.h0H24woO020031@beth.swift.xxx>
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Matthew Swift <swift@alum.mit.edu>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: tetex-bin: /var/cache/fonts problems: mode query and
	/etc/texmf/texmf.d patch for texconfig
X-Mailer: reportbug 2.9
Date: Thu, 16 Jan 2003 21:04:57 -0500
X-Mailscanner: clean	(beth.swift.xxx)
Delivered-To: submit@bugs.debian.org
X-Spam-Status: No, hits=-0.5 required=5.0
	tests=MSG_ID_ADDED_BY_MTA_3,PATCH_UNIFIED_DIFF,SPAM_PHRASE_01_02
	version=2.41
X-Spam-Level: 

Package: tetex-bin
Version: 1.0.7+20021025-8
Severity: normal
Tags: patch

(1) I think you want to install a world-writable /var/cache/fonts/ls-R when you create 
    /var/cache/fonts.  Otherwise you get errors like:
        Font metrics written on cmti10.tfm.
        Output written on cmti10.300gf (128 characters, 13592 bytes).
        Transcript written on cmti10.log.
        mktexlsr: /var/cache/fonts: directory not writable. Skipping...
        /usr/share/texmf/web2c/mktexupd: /var/cache/fonts/ls-R unwritable.
        mktexpk: /var/cache/fonts/pk/ricoh/public/cm/cmti10.300pk: successfully generated.
        kpathsea: Running mktexpk --mfmode ricoh --bdpi 300 --mag 1+0/300 --dpi 300 cmss10

(2) Missing ".cnf" extension in the code.

(3) I think that texconfig ought to check the permissions on /var/cache/fonts and perhaps its 
    subdirs, when /var/cache/fonts exists, rather than just assuming everything is OK and exiting.


The following patch fixes (1) and (2) but not (3).


--- texconfig.orig	2003-01-16 03:03:30.000000000 -0500
+++ texconfig	2003-01-16 21:01:26.000000000 -0500
@@ -1517,7 +1517,10 @@
   test -d "$vardir/source" ||
     { mkdir "$vardir/source" && chmod 1777 "$vardir/source"; } || return 1
 
-  config_replace "/etc/texmf/texmf.d/05TeXMF" '^VARTEXFONTS' "VARTEXFONTS  = $vardir"
+  mktexlsr "$vardir"
+  chmod 666 "$vardir/ls-R"
+
+  config_replace "/etc/texmf/texmf.d/05TeXMF.cnf" '^VARTEXFONTS' "VARTEXFONTS  = $vardir"
   test -x /usr/sbin/update-texmf && /usr/sbin/update-texmf || return 1
 }
 

-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux beth 2.4.20 #1 Wed Jan 15 16:59:59 EST 2003 i686
Locale: LANG=C, LC_CTYPE=C

Versions of packages tetex-bin depends on:
ii  debconf                 1.2.21           Debian configuration management sy
ii  debianutils             1.16.7           Miscellaneous utilities specific t
ii  dpkg                    1.10.9           Package maintenance system for Deb
ii  ed                      0.2-19           The classic unix line editor
ii  libc6                   2.2.5-14.3       GNU C Library: Shared libraries an
ii  libkpathsea3            1.0.7+20021025-8 shared libkpathsea for teTeX
ii  libpng12-0              1.2.5-5          PNG library - runtime
ii  libwww-ssl0 [libwww0]   5.4.0-5          The W3C-WWW library (SSL support)
ii  libxaw7                 4.2.1-3          X Athena widget set library
ii  t1lib1                  1.3.1-1          Type 1 font rasterizer library - r
ii  tetex-base              1.0.2+20021025-7 basic teTeX library files
ii  xlibs                   4.2.1-3          X Window System client libraries
ii  zlib1g                  1:1.1.4-6        compression library - runtime

-- debconf information:
  tetex-bin/oldcfg: true
* tetex-bin/cnf_name: 
* tetex-bin/lsr-perms: true
* tetex-bin/userperm: false
* tetex-bin/groupname: users
* tetex-bin/groupperm: true


---------------------------------------
Received: (at 177094-close) by bugs.debian.org; 8 Feb 2003 08:53:11 +0000
>From katie@auric.debian.org Sat Feb 08 02:53:11 2003
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 18hQjX-0007Od-00; Sat, 08 Feb 2003 02:53:11 -0600
Received: from katie by auric.debian.org with local (Exim 3.35 1 (Debian))
	id 18hQdx-0007eC-00; Sat, 08 Feb 2003 03:47:25 -0500
From: Atsuhito KOHDA <kohda@debian.org>
To: 177094-close@bugs.debian.org
X-Katie: $Revision: 1.31 $
Subject: Bug#177094: fixed in tetex-bin 2.0-1
Message-Id: <E18hQdx-0007eC-00@auric.debian.org>
Sender: Archive Administrator <katie@auric.debian.org>
Date: Sat, 08 Feb 2003 03:47:25 -0500
Delivered-To: 177094-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_2.0-1_i386.deb
  to pool/main/t/tetex-bin/libkpathsea-dev_2.0-1_i386.deb
libkpathsea3_2.0-1_i386.deb
  to pool/main/t/tetex-bin/libkpathsea3_2.0-1_i386.deb
tetex-bin_2.0-1.diff.gz
  to pool/main/t/tetex-bin/tetex-bin_2.0-1.diff.gz
tetex-bin_2.0-1.dsc
  to pool/main/t/tetex-bin/tetex-bin_2.0-1.dsc
tetex-bin_2.0-1_i386.deb
  to pool/main/t/tetex-bin/tetex-bin_2.0-1_i386.deb
tetex-bin_2.0.orig.tar.gz
  to pool/main/t/tetex-bin/tetex-bin_2.0.orig.tar.gz



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 177094@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: Mon,  3 Feb 2003 18:38:28 +0900
Source: tetex-bin
Binary: libkpathsea3 tetex-bin libkpathsea-dev
Architecture: source i386
Version: 2.0-1
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: 108703 175625 175625 176182 176647 177094 179505
Changes: 
 tetex-bin (2.0-1) unstable; urgency=low
 .
   * New Upstream Release.
    - Included dvipdmf, pdftosrc in the upstream.  (Closes: #176182)
    - updmap.1 was provided by the upstream now.
    - xdvi.cfg was back again from tetex-base.
   * Excluded cweb stuffs.  [kohda]
   * mf-nowin.1 was now a symlink of mf.1  [kohda]
   * Modified patch-texdoctk according to the modification of the upstream.
     [kohda]
   * Updated 05TeXMF.cnf, 75DviPS.cnf, 85Misc.cnf and 95NonPath.cnf according
     to the upstream change.  [kohda]
    - now TEXCONFIG didn' include the current directory.  (Closes: #108703)
   * Fixed dependency on perl.  [kohda]  (Closes: #175625)
   * Fixed patch for texconfig according to the change of the filename 05TeXMF
     to 05TeXMF.cnf  [kohda]  (Closes: #177094)
   * Fixed update-texmf/fmtutil/updmap a bit.  [kohda]
   * Removed debian/conffiles, because already DH_COMPAT=3 in rules.  [kohda]
   * Fixed updmap and makempx.in in a suggested way from the upstream author.
     This would fixe the mpost problem.  [kohda]  (Closes: #179505)
   * Added several old versions of packages whose files in texmf.d didn't have
     .cnf suffix to Conflicts entry.  [kohda]  (Closes: #176647)
   * Fixed xdvi-pl, now tetex-bin didn't depend on a particular version of Perl.
     Thanks to TSUCHIYA Masatoshi <tsuchiya@pine.kuee.kyoto-u.ac.jp>
     [kohda]  (Closes: #175625)
Files: 
 f71d137567a4cce86448c3add4d8ec28 947 tex optional tetex-bin_2.0-1.dsc
 5beda0857d8f82daf74c2f01e6fd8419 11281468 tex optional tetex-bin_2.0.orig.tar.gz
 3ba486b7a2f6fb5ee64e8e9af8fb2049 50548 tex optional tetex-bin_2.0-1.diff.gz
 cc3bc0c299cdfdd641f16006ff7121e6 3354702 tex optional tetex-bin_2.0-1_i386.deb
 72866632b46407c8b69fc9a4ddebc9f9 47180 libs optional libkpathsea3_2.0-1_i386.deb
 7dce6e5028380ec3bcd7c66b5b2e1a96 64364 devel optional libkpathsea-dev_2.0-1_i386.deb

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

iD8DBQE+RLhH1IXdL1v6kOwRAiYFAJ4jDxUIceBoF30iZYHBQjLU4ZX18ACfb/X9
1kHgkSYcjxgtvQqgzwxRiJI=
=cAKS
-----END PGP SIGNATURE-----



Reply to: