Bug#334660: tetex-bin: doesn't install, can't read texmf.d/05TeXMF.cnf: No such file or directory

2005-10-21 Thread Frank Küster
Hallo Marc, ciao Valerio,


I have found the reason for that error and fixed it in the SVN
repository.  It has to do with the renaming of VARTEXMF to TEXMFSYSVAR;
it tried to replace this at some crucial points in the conffile, but
there was a stupid error...  For now, you should replace all occurences
in 05TeXMF.cnf.

Regards, Frank
-- 
Frank Küster
Inst. f. Biochemie der Univ. Zürich
Debian Developer




Bug#334660: tetex-bin: doesn't install, can't read texmf.d/05TeXMF.cnf: No such file or directory

2005-10-19 Thread Frank Küster
Marc Haber [EMAIL PROTECTED] wrote:

 Package: tetex-bin
 Version: 3.0-9
 Severity: important

 Setting up tetex-bin (3.0-9) ...

 An essential entry in /etc/texmf/texmf.cnf is missing. Fixing

 sed: can't read texmf.d/05TeXMF.cnf: No such file or directory
 dpkg: error processing tetex-bin (--configure):
  subprocess post-installation script returned error exit status 2

 /etc/texmf/texmf.d/05TeXMF.cnf exists.

 After manually adding TEXMFSYSVAR to /etc/texmf/texmf.cnf and
 /etc/texmf/texmf.d/teXMF.cnf, the install proceeded.
[...]
 Versions of packages tetex-bin depends on:
[...]
 ii  tetex-base2.0.2c-9   Basic library files of teTeX

tetex-bin 3.0-9 depends on tetex-base (= 3.0-4), which depends on
tex-common.  tex-common provides a sane 05TeXMF.cnf, but additionally
tetex-bin introduces TEXMFSYSVAR into texmf.cnf even if it is missing -
exactly to prevent this bug from happening.

Do you have any idea why tetex-base was not configured before tetex-bin?
And do you think you can reproduce this bug (e.g. by going back to the
old state of the conffiles) and have the tetex-bin postinst script run
with set -x in the function sanitize_texmfcnf?

Regards, Frank
-- 
Frank Küster
Inst. f. Biochemie der Univ. Zürich
Debian Developer




Bug#334660: tetex-bin: doesn't install, can't read texmf.d/05TeXMF.cnf: No such file or directory

2005-10-19 Thread Marc Haber
tags #334660 unreproducible

On Wed, Oct 19, 2005 at 09:45:42AM +0200, Frank Küster wrote:
 Marc Haber [EMAIL PROTECTED] wrote:
  Setting up tetex-bin (3.0-9) ...
 
  An essential entry in /etc/texmf/texmf.cnf is missing. Fixing
 
  sed: can't read texmf.d/05TeXMF.cnf: No such file or directory
  dpkg: error processing tetex-bin (--configure):
   subprocess post-installation script returned error exit status 2
 
  /etc/texmf/texmf.d/05TeXMF.cnf exists.
 
  After manually adding TEXMFSYSVAR to /etc/texmf/texmf.cnf and
  /etc/texmf/texmf.d/teXMF.cnf, the install proceeded.
 [...]
  Versions of packages tetex-bin depends on:
 [...]
  ii  tetex-base2.0.2c-9   Basic library files of teTeX
 
 tetex-bin 3.0-9 depends on tetex-base (= 3.0-4), which depends on
 tex-common.  tex-common provides a sane 05TeXMF.cnf, but additionally
 tetex-bin introduces TEXMFSYSVAR into texmf.cnf even if it is missing -
 exactly to prevent this bug from happening.

I reported the bug from a different system than the one the bug
happened on. The originating system cannot send e-mail. So, please do
not rely on the package versions listed. Sorry for botching this.

 And do you think you can reproduce this bug (e.g. by going back to the
 old state of the conffiles) and have the tetex-bin postinst script run
 with set -x in the function sanitize_texmfcnf?

I cannot even reproduce the bug in a test chroot :-(

Sorry, I cannot help here.

Greetings
Marc

-- 
-
Marc Haber | I don't trust Computers. They | Mailadresse im Header
Mannheim, Germany  |  lose things.Winona Ryder | Fon: *49 621 72739834
Nordisch by Nature |  How to make an American Quilt | Fax: *49 621 72739835


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#334660: tetex-bin: doesn't install, can't read texmf.d/05TeXMF.cnf: No such file or directory

2005-10-19 Thread Frank Küster
Marc Haber [EMAIL PROTECTED] wrote:

 tags #334660 unreproducible

 tetex-bin 3.0-9 depends on tetex-base (= 3.0-4), which depends on
 tex-common.  tex-common provides a sane 05TeXMF.cnf, but additionally
 tetex-bin introduces TEXMFSYSVAR into texmf.cnf even if it is missing -
 exactly to prevent this bug from happening.

 I reported the bug from a different system than the one the bug
 happened on. The originating system cannot send e-mail. So, please do
 not rely on the package versions listed. Sorry for botching this.

But it would still be interesting to see the listing from the buggy
system.  You can use reportbug with some option to write to a file.

 And do you think you can reproduce this bug (e.g. by going back to the
 old state of the conffiles) and have the tetex-bin postinst script run
 with set -x in the function sanitize_texmfcnf?

 I cannot even reproduce the bug in a test chroot :-(

If it would be easy to reproduce the bug in a chroot, it wouldn't have
made its way into unstable.  I tested many upgrades from sid to
experimental.  So if it is reproducible, it's probably on the system
where it occurred first. 

Regards, Frank
-- 
Frank Küster
Inst. f. Biochemie der Univ. Zürich
Debian Developer




Bug#334660: tetex-bin: doesn't install, can't read texmf.d/05TeXMF.cnf: No such file or directory

2005-10-19 Thread Frank Küster
Marc Haber [EMAIL PROTECTED] wrote:

 On Wed, Oct 19, 2005 at 12:17:00PM +0200, Frank Küster wrote:
 But it would still be interesting to see the listing from the buggy
 system.  You can use reportbug with some option to write to a file.
[...]
 Versions of packages tetex-bin depends on:

thank you, that looks okay.

  And do you think you can reproduce this bug (e.g. by going back to the
  old state of the conffiles) and have the tetex-bin postinst script run
  with set -x in the function sanitize_texmfcnf?
 
  I cannot even reproduce the bug in a test chroot :-(
 
 If it would be easy to reproduce the bug in a chroot, it wouldn't have
 made its way into unstable.  I tested many upgrades from sid to
 experimental.  So if it is reproducible, it's probably on the system
 where it occurred first. 

 To do so is a major effort. I will see what I can do tonight.

It would also be helpful to know which packages are installed that
depend on tetex-{base,bin,extra}, or recommend or suggest one of it.
This could help to reproduce it in a clean environment.

Regards, Frank
-- 
Frank Küster
Inst. f. Biochemie der Univ. Zürich
Debian Developer




Bug#334660: tetex-bin: doesn't install, can't read texmf.d/05TeXMF.cnf: No such file or directory

2005-10-18 Thread Marc Haber
Package: tetex-bin
Version: 3.0-9
Severity: important

Setting up tetex-bin (3.0-9) ...

An essential entry in /etc/texmf/texmf.cnf is missing. Fixing

sed: can't read texmf.d/05TeXMF.cnf: No such file or directory
dpkg: error processing tetex-bin (--configure):
 subprocess post-installation script returned error exit status 2

/etc/texmf/texmf.d/05TeXMF.cnf exists.

After manually adding TEXMFSYSVAR to /etc/texmf/texmf.cnf and
/etc/texmf/texmf.d/teXMF.cnf, the install proceeded.

Greetings
Marc

-- System Information:
Debian Release: testing/unstable
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.13-zgsrv
Locale: LANG=C, LC_CTYPE=de_DE (charmap=ISO-8859-1)

Versions of packages tetex-bin depends on:
ii  debconf   1.4.58 Debian configuration management sy
ii  debianutils   2.14.3 Miscellaneous utilities specific t
ii  dpkg  1.13.11.0.1package maintenance system for Deb
ii  ed0.2-20 The classic unix line editor
ii  libc6 2.3.5-6GNU C Library: Shared libraries an
ii  libgcc1   1:4.0.2-2  GCC support library
ii  libice6   6.8.2.dfsg.1-8 Inter-Client Exchange library
ii  libkpathsea3  2.1-1  path search library for teTeX (run
ii  libpaper1 1.1.14-3   Library for handling paper charact
ii  libpng12-01.2.8rel-5 PNG library - runtime
ii  libsm66.8.2.dfsg.1-8 X Window System Session Management
ii  libstdc++64.0.2-2The GNU Standard C++ Library v3
ii  libt1-5   5.1.0-2Type 1 font rasterizer library - r
ii  libwww-ssl0 [libwww0] 5.4.0-10   The W3C-WWW library (SSL support)
ii  libx11-6  6.8.2.dfsg.1-8 X Window System protocol client li
ii  libxaw7   6.8.2.dfsg.1-8 X Athena widget set library
ii  libxext6  6.8.2.dfsg.1-8 X Window System miscellaneous exte
ii  libxmu6   6.8.2.dfsg.1-8 X Window System miscellaneous util
ii  libxt66.8.2.dfsg.1-8 X Toolkit Intrinsics
ii  mime-support  3.35-1 MIME files 'mime.types'  'mailcap
ii  perl  5.8.7-5Larry Wall's Practical Extraction 
ii  sed   4.1.4-4The GNU sed stream editor
ii  tetex-base2.0.2c-9   Basic library files of teTeX
ii  ucf   2.002  Update Configuration File: preserv
ii  zlib1g1:1.2.3-4  compression library - runtime

Versions of packages tetex-bin recommends:
ii  dialog1.0-20051005-1 Displays user-friendly dialog boxe
ii  perl-tk   1:800.025-2Perl module providing the Tk graph
ii  psutils   1.17-19A collection of PostScript documen
ii  texi2html 1.76-3 Convert Texinfo files to HTML
ii  whiptail  0.51.6-31  Displays user-friendly dialog boxe

-- debconf information excluded


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]