Bug#313456: tetex-base: package configuration fails because of initex error

2005-11-11 Thread Frank Küster
retitle 313456 pdf(e)mex-pl doesn't work; pool files don't match
thanks

Hi Marcin,

Hilmar Preusse [EMAIL PROTECTED] wrote:

 On 08.11.05 Marcin Owsiany ([EMAIL PROTECTED]) wrote:
 Awaiting further instructions.
 
 Error: `pdftex -ini -translate-file=il2-pl -jobname=pdfmex-pl
 -progname=pdfmex-pl pdfmex.ini' failed
 Error: `pdfetex -ini -translate-file=il2-pl -jobname=pdfemex-pl
 -progname=pdfemex-pl *pdfemex.ini' failed

 You probably have uncommented the two lines for the polish
 localization of TeX in your /etc/texmf/fmt.d/00tetex.cnf:

 pdfmex-pl   pdftex  mexconf.tex nls=pdftex-pl,il2-pl 
 pdfmex.ini
 pdfemex-pl  pdfetex mexconf.tex nls=pdfetex-pl,il2-pl 
 *pdfemex.ini

 . When commenting them in and simply calling update-fmtutil; fmtutil 
 --missing
 fmtutil should stop with the error message:

I must apologize - back in June when you reported the bug, I had already
found the cause, we just didn't come to any conclusion what to do.

The fact is that we won't have a chance to fix this in sarge (as
usually), and since it's fixed in sid it's only a question of time until
the fix gets into testing.  It'll take a little more than the usual 10
days, though.

If you like, you can try the teTeX-3.0 backports for sarge described at
http://people.debian.org/~frank/teTeX-3.0/ 

or stick to the original workaround.

Regards, Frank

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




Bug#313456: tetex-base: package configuration fails because of initex error

2005-11-08 Thread Marcin Owsiany
On Mon, Nov 07, 2005 at 06:21:18PM +0100, Frank Küster wrote:
 Marcin Owsiany [EMAIL PROTECTED] wrote:
 
  Then I tried the first of the failed commands directly from the command 
  line.
  Here's the result:
 
  [EMAIL PROTECTED]:/var/lib/texmf/web2c$ sudo pdftex -ini 
  -translate-file=il2-pl -jobname=pdfmex-pl -progname=pdfmex-pl pdfmex.ini 
  This is pdfTeX, Version 3.14159-1.10b (Web2C 7.4.5) (INITEX)
 [...]
  Transcript written on pdfmex-pl.log.
  [EMAIL PROTECTED]:/var/lib/texmf/web2c$
 [...]
  In other words, looks fine, which is pretty puzzling.
  I tried dpkg --configure -a again, and this resulted in the same typescript 
  as
  initially reported. Indeed, the pdfmex-pl.{log,fmt} were not modified during
  the dpkg run, but were during the direct invocation.
 
 This is in fact strange.  Did you also use sudo for the apt-get
 invocation, or did you use an other method to gain root rights?

Yes, I remember making sure to use the same method.

  /var/lib/texmf/web2c/fmtutil.cnf follows:
 
 Just to be sure, the output of
 
 kpsewhich --format='web2c files' fmtutil.cnf
 
 called as root (the same way as apt-get was called) is in fact
 /var/lib/texmf/web2c/fmtutil.cnf? 

Yes, it's this whether I use sudo, su, su - or as non-root.

 So what can we do to further debug this?  You could do the following:
 Save the attached file as /usr/local/sbin/fmtutil and then run the
 necessary commands to trigger the bug - dpkg --configure -a in the
 simplest case, or apt-get install tetex-bin, or whatever, but redirect
 the stdout and stderr to a file (or copy it there), like this:
 
 dpkg --configure -a 21 | tee debug.log
 
 There should be plenty of output, which is also in debug.log - please
 send us this file.

This didn't work, for two reasons:
 - you hardcode the path to fmtutil in the postinst
 - you explicitly set PATH in the postinst not to include
   /usr/local/*bin

However, since it's sufficient to run dpkg --postinst, I just edited my
/usr/bin/fmtutil to include the -x in she-bang line, and got the
attached output (typescript-with-custom-fmtutil-try-2). (Ran twice,
the second time with LANG=C LC_ALL=C, because I wanted to test whether
the locale affects the error).

Awaiting further instructions.

regards,

Marcin
-- 
Marcin Owsiany [EMAIL PROTECTED] http://marcin.owsiany.pl/
GnuPG: 1024D/60F41216  FE67 DA2D 0ACA FC5E 3F75  D6F6 3A0D 8AA0 60F4 1216


typescript-with-custom-fmtutil-try-2.gz
Description: Binary data


Bug#313456: tetex-base: package configuration fails because of initex error

2005-11-08 Thread Hilmar Preusse
On 08.11.05 Marcin Owsiany ([EMAIL PROTECTED]) wrote:
 On Mon, Nov 07, 2005 at 06:21:18PM +0100, Frank Küster wrote:

Hi,

  So what can we do to further debug this?  You could do the
  following: Save the attached file as /usr/local/sbin/fmtutil and
  then run the necessary commands to trigger the bug - dpkg
  --configure -a in the simplest case, or apt-get install
  tetex-bin, or whatever, but redirect the stdout and stderr to a
  file (or copy it there), like this:
  
  dpkg --configure -a 21 | tee debug.log
  
  There should be plenty of output, which is also in debug.log - please
  send us this file.
 
 This didn't work, for two reasons:
  - you hardcode the path to fmtutil in the postinst
  - you explicitly set PATH in the postinst not to include
 
Yes, this is not really a good design, AFAIK. Policy 6.1. Dunno why
we do it.

/usr/local/*bin
 
 However, since it's sufficient to run dpkg --postinst, I just
 edited my /usr/bin/fmtutil to include the -x in she-bang line, and
 got the attached output (typescript-with-custom-fmtutil-try-2).
 (Ran twice, the second time with LANG=C LC_ALL=C, because I wanted
 to test whether the locale affects the error).
 
 Awaiting further instructions.
 
Error: `pdftex -ini -translate-file=il2-pl -jobname=pdfmex-pl
-progname=pdfmex-pl pdfmex.ini' failed
Error: `pdfetex -ini -translate-file=il2-pl -jobname=pdfemex-pl
-progname=pdfemex-pl *pdfemex.ini' failed

You probably have uncommented the two lines for the polish
localization of TeX in your /etc/texmf/fmt.d/00tetex.cnf:

pdfmex-pl   pdftex  mexconf.tex nls=pdftex-pl,il2-pl pdfmex.ini
pdfemex-pl  pdfetex mexconf.tex nls=pdfetex-pl,il2-pl 
*pdfemex.ini

. When commenting them in and simply calling update-fmtutil; fmtutil --missing
fmtutil should stop with the error message:

fmtutil: attempting to create localized format using pool=pdftex-pl and 
tcx=il2-pl.
running `pdftex -ini  -translate-file=il2-pl -jobname=pdfmex-pl 
-progname=pdfmex-pl pdfmex.ini' ...
! pdftex.pool doesn't match; tangle me again (or fix the path).
Error: `pdftex -ini -translate-file=il2-pl -jobname=pdfmex-pl 
-progname=pdfmex-pl pdfmex.ini' failed

fmtutil: attempting to create localized format using pool=pdfetex-pl and 
tcx=il2-pl.
running `pdfetex -ini  -translate-file=il2-pl -jobname=pdfemex-pl 
-progname=pdfemex-pl *pdfemex.ini' ...
! pdfetex.pool doesn't match; tangle me again (or fix the path).
Error: `pdfetex -ini -translate-file=il2-pl -jobname=pdfemex-pl 
-progname=pdfemex-pl *pdfemex.ini' failed

(dunno, why it does not appear, when simply calling the command above
at the command line). Anyway. this is a bug we submitted to upstream
(TE). I'm not sure, if he has fixed it in teTeX 3.0, cause I could
not find it in the Changelog.

1. Simply not building the formats should solve your problem.
2. You could give teTeX 3.0 (from unstable) a try and report back, if
   the problem is solved there.

Especially the latter would be great.

Well, and very sorry for not noticing the earlier. The failing error
message was already visible in your initial logs.

Regards,
  Hilmar
-- 
sigmentation fault


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



Bug#313456: tetex-base: package configuration fails because of initex error

2005-11-08 Thread Frank Küster
Hilmar Preusse [EMAIL PROTECTED] wrote:

 This didn't work, for two reasons:
  - you hardcode the path to fmtutil in the postinst
  - you explicitly set PATH in the postinst not to include
 
 Yes, this is not really a good design, AFAIK. Policy 6.1. Dunno why
 we do it.

... did it.  It's fixed in unstable.

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




Bug#313456: tetex-base: package configuration fails because of initex error

2005-11-07 Thread Frank Küster
Marcin Owsiany [EMAIL PROTECTED] wrote:

 I finally managed to reproduce it by doing apt-get install --reinstall
 tetex-base tetex-bin on that system. I got the same typescript that I 
 initially
 submitted.

And I finally managed to get my head free from all the bug reports for
teTeX-3.0.  Thanks for being patient.

 Then I tried the first of the failed commands directly from the command line.
 Here's the result:

 [EMAIL PROTECTED]:/var/lib/texmf/web2c$ sudo pdftex -ini 
 -translate-file=il2-pl -jobname=pdfmex-pl -progname=pdfmex-pl pdfmex.ini This 
 is pdfTeX, Version 3.14159-1.10b (Web2C 7.4.5) (INITEX)
[...]
 Transcript written on pdfmex-pl.log.
 [EMAIL PROTECTED]:/var/lib/texmf/web2c$
[...]
 In other words, looks fine, which is pretty puzzling.
 I tried dpkg --configure -a again, and this resulted in the same typescript as
 initially reported. Indeed, the pdfmex-pl.{log,fmt} were not modified during
 the dpkg run, but were during the direct invocation.

This is in fact strange.  Did you also use sudo for the apt-get
invocation, or did you use an other method to gain root rights?

 /var/lib/texmf/web2c/fmtutil.cnf follows:

Just to be sure, the output of

kpsewhich --format='web2c files' fmtutil.cnf

called as root (the same way as apt-get was called) is in fact
/var/lib/texmf/web2c/fmtutil.cnf? 


 # - Polish with translated messages (experimental):
 #! platex-pl  tex -   nls=tex-pl,il2-pl platex.ini
 #! mex-pl tex mexconf.tex nls=tex-pl,il2-pl 
 mex.ini
 #! pdfmex-pl  pdftex  mexconf.tex nls=pdftex-pl,il2-pl pdfmex.ini
 #! pdfemex-pl pdfetex mexconf.tex nls=pdfetex-pl,il2-pl 
 *pdfemex.ini

This is exactly what we provide with tetex-2.0.2

 ### From file: /etc/texmf/fmt.d/99postinst.cnf
[...]
 platex-pl tex -   nls=tex-pl,il2-pl platex.ini
 mex-pltex mexconf.tex nls=tex-pl,il2-pl 
 mex.ini
 pdfmex-pl pdftex  mexconf.tex nls=pdftex-pl,il2-pl pdfmex.ini
 pdfemex-plpdfetex mexconf.tex nls=pdfetex-pl,il2-pl 
 *pdfemex.ini
 ### End of file: /etc/texmf/fmt.d/99postinst.cnf

This is again the same as above; somehow the upgrade procedure (from
woody or older sarge-testing versions) thought that those were new lines
added by you (see the remark in 99postinst.cnf).  Since they are the
same, it shouldn't have any effect.

So what can we do to further debug this?  You could do the following:
Save the attached file as /usr/local/sbin/fmtutil and then run the
necessary commands to trigger the bug - dpkg --configure -a in the
simplest case, or apt-get install tetex-bin, or whatever, but redirect
the stdout and stderr to a file (or copy it there), like this:

dpkg --configure -a 21 | tee debug.log

There should be plenty of output, which is also in debug.log - please
send us this file.

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

#!/bin/sh -x

###
# fmtutil: utility to maintain format files.
#
# Thomas Esser, (C) 1998, 2001, 2002, 2003. Public domain.
#
# Commands:
#  --all  recreate all format files
#  --missing  create all missing format files
#  --byfmt formatname (re)create format for `formatname'
#  --byhyphen hyphenfile  (re)create formats that depend on `hyphenfile'
#  --showhyphen formatnameprint name of hyphenfile for format `formatname'
#  --help show this message
#
# Options:
#  --cnffile file set configfile for fmtutil
#  --fmtdir directory set destination directory for format files
###

###
# program history:
#   Wed Feb 19 21:14:52 CET 2003   add eomega support
#   Sat Feb 15 22:01:35 CET 2003   let mf-nowin work without mf
#   Wed Dec 25 09:47:44 CET 2002   bugfix for localized pool files
#   Fri Oct 25 02:29:06 CEST 2002: now more careful about find_hyphenfile()
#   Tue Oct 22 22:46:48 CEST 2002: -jobname, oft extension
#   Fri Oct  4 22:33:17 CEST 2002: add more cli stuff: enablefmt
#  disablefmt listcfg
#   Sun Jul  7 21:28:37 CEST 2002: look at log file for possible problems,
#  and issue a warning
#   Tue Jun  4 21:52:57 CEST 2002: trap / cleanup code from updmap
#   Tue Jun  4 19:32:44 CEST 2002: be smarter about stdout / stderr
#   Tue Apr  9 22:46:34 CEST 2002: pass -progname=mpost for metafun
#   Tue Apr  2 00:37:39 CEST 2002: added mktexfmt functionality
#   Tue Jun  5 14:45:57 CEST 2001: added support for mf / mpost
###

progname=fmtutil
version=2.0

test -f /bin/sh5  test -z $RUNNING_SH5 \
   { UNAMES=`uname -s`; test 

Bug#313456: tetex-base: package configuration fails because of initex error

2005-10-20 Thread Frank Küster
Marcin Owsiany [EMAIL PROTECTED] wrote:

 OK, here's what's happened since my initial report: I worked around the bug
 by moving away the pool files as suggested by Frank Kuester in another post in
 this bug report).
[...]
 Please let me know if what else I can do. I'll try to be more responsive now.

Now we have to apologize:  We have uploaded teTeX-3.0 to unstable, which
revealed a couple of release-critical, but hard-to-solve bugs, and are
currently busy working on them.

However, I am still interested in this, and will answer later.

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




Bug#313456: tetex-base: package configuration fails because of initex error

2005-10-19 Thread Marcin Owsiany
On Fri, Oct 07, 2005 at 09:09:01PM +0200, Hilmar Preusse wrote:
 On 14.06.05 Hilmar Preusse ([EMAIL PROTECTED]) wrote:
  On 13.06.05 Marcin Owsiany ([EMAIL PROTECTED]) wrote:
 
 Hi,
 
   See attached typescript. I also attach all *.log files present in
   /var/lib/texmf/web2c
   
   This is a summary of all `failed' messages and warnings:
   `pdftex -ini -translate-file=il2-pl -jobname=pdfmex-pl 
   -progname=pdfmex-pl pdfmex.ini' failed
   `pdfetex -ini -translate-file=il2-pl -jobname=pdfemex-pl 
   -progname=pdfemex-pl *pdfemex.ini' failed
   
  And I guess calling these commands from the command prompt doesn't
  give you further infos, right? Please post your fmtutil.cnf.
  
 About 4 month ago I sent you this request. Did you find the time to
 look into this? If not: are you still interested in helping to fix the
 bug?

OK, here's what's happened since my initial report: I worked around the bug
by moving away the pool files as suggested by Frank Kuester in another post in
this bug report).

After your reminder, I tried copying back those two files to
/usr/share/texmf/web2c and running sudo fmtutil --all, but that was not
enough to reproduce the bug.

I finally managed to reproduce it by doing apt-get install --reinstall
tetex-base tetex-bin on that system. I got the same typescript that I initially
submitted.

Then I tried the first of the failed commands directly from the command line.
Here's the result:

[EMAIL PROTECTED]:/var/lib/texmf/web2c$ sudo pdftex -ini -translate-file=il2-pl 
-jobname=pdfmex-pl -progname=pdfmex-pl pdfmex.ini This is pdfTeX, Version 
3.14159-1.10b (Web2C 7.4.5) (INITEX)
 (/usr/share/texmf/web2c/il2-pl.tcx)
(/usr/share/texmf/pdftex/mex/config/pdfmex.ini
(/usr/share/texmf/tex/mex/base/mex.tex Preloading the MeX format:
(/usr/share/texmf/tex/mex/base/mex1.tex polish auxiliary macros, prefixing,
definitions of languages, (/usr/share/texmf/tex/mex/config/mexconf.tex
MeX configuration,) hyphenation [ENGLISH],
(/usr/share/texmf/tex/generic/hyphen/hyphen.tex) hyphenation [PL],
(/usr/share/texmf/tex/generic/hyphen/plhyph.tex) hyphenation [MAZOVIA, empty],
hyphenation [LATIN 2, empty], hyphenation [P1, empty],)
(/usr/share/texmf/tex/plain/base/plain.tex Preloading the plain format: codes,
registers, parameters, fonts, more fonts, macros, math definitions,
output routines, hyphenation SKIPPED) (/usr/share/texmf/tex/mex/base/mex2.tex
redefinitions of plain rules, defaults,)) )
Beginning to dump on file pdfmex-pl.fmt
 (format=pdfmex-pl 2005.10.19)
2595 strings of total length 35363
7867 memory locations dumped; current usage is 1107555
1147 multiletter control sequences
\font\nullfont=nullfont
\font\tenrm=plr10
\font\preloaded=plr9
\font\preloaded=plr8
\font\sevenrm=plr7
\font\preloaded=plr6
\font\fiverm=plr5
\font\teni=plmi10
\font\preloaded=plmi9
\font\preloaded=plmi8
\font\seveni=plmi7
\font\preloaded=plmi6
\font\fivei=plmi5
\font\tensy=plsy10
\font\preloaded=plsy9
\font\preloaded=plsy8
\font\sevensy=plsy7
\font\preloaded=plsy6
\font\fivesy=plsy5
\font\tenex=plex10
\font\preloaded=plss10
\font\preloaded=plssq8
\font\preloaded=plssi10
\font\preloaded=plssqi8
\font\tenbf=plbx10
\font\preloaded=plbx9
\font\preloaded=plbx8
\font\sevenbf=plbx7
\font\preloaded=plbx6
\font\fivebf=plbx5
\font\tentt=pltt10
\font\preloaded=pltt9
\font\preloaded=pltt8
\font\preloaded=plsltt10
\font\tensl=plsl10
\font\preloaded=plsl9
\font\preloaded=plsl8
\font\tenit=plti10
\font\preloaded=plti9
\font\preloaded=plti8
\font\preloaded=plti7
\font\preloaded=plu10
\font\preloaded=plmib10
\font\preloaded=plbsy10
\font\preloaded=plcsc10
\font\preloaded=plssbx10
\font\preloaded=pldunh10
\font\preloaded=plr7 at 14.51799pt
\font\preloaded=pltt10 at 14.4pt
\font\preloaded=plssbx10 at 14.4pt
\font\preloaded=manfnt
21360 words of font info for 50 preloaded fonts
34 hyphenation exceptions
Hyphenation trie of length 11344 has 375 ops out of 35111
  194 for language 1
  181 for language 0
No pages of output.
Transcript written on pdfmex-pl.log.
[EMAIL PROTECTED]:/var/lib/texmf/web2c$

the pdfmex-pl.log file follows:
--
This is pdfTeX, Version 3.14159-1.10b (Web2C 7.4.5) (INITEX)  19 OCT 2005 21:48
 (/usr/share/texmf/web2c/il2-pl.tcx)
**pdfmex.ini
(/usr/share/texmf/pdftex/mex/config/pdfmex.ini
(/usr/share/texmf/tex/mex/base/mex.tex Preloading the MeX format:
(/usr/share/texmf/tex/mex/base/mex1.tex polish auxiliary macros, prefixing,
definitions of languages, (/usr/share/texmf/tex/mex/config/mexconf.tex
MeX configuration,) hyphenation [ENGLISH],
(/usr/share/texmf/tex/generic/hyphen/hyphen.tex) hyphenation [PL],
(/usr/share/texmf/tex/generic/hyphen/plhyph.tex) hyphenation [MAZOVIA, empty],
hyphenation [LATIN 2, empty], hyphenation [P1, empty],)
(/usr/share/texmf/tex/plain/base/plain.tex Preloading the plain format: codes,
registers,
\maxdimen=\dimen10
\hideskip=\skip10
\centering=\skip11
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL 

Bug#313456: tetex-base: package configuration fails because of initex error

2005-10-07 Thread Hilmar Preusse
On 14.06.05 Hilmar Preusse ([EMAIL PROTECTED]) wrote:
 On 13.06.05 Marcin Owsiany ([EMAIL PROTECTED]) wrote:

Hi,

  See attached typescript. I also attach all *.log files present in
  /var/lib/texmf/web2c
  
  This is a summary of all `failed' messages and warnings:
  `pdftex -ini -translate-file=il2-pl -jobname=pdfmex-pl -progname=pdfmex-pl 
  pdfmex.ini' failed
  `pdfetex -ini -translate-file=il2-pl -jobname=pdfemex-pl 
  -progname=pdfemex-pl *pdfemex.ini' failed
  
 And I guess calling these commands from the command prompt doesn't
 give you further infos, right? Please post your fmtutil.cnf.
 
About 4 month ago I sent you this request. Did you find the time to
look into this? If not: are you still interested in helping to fix the
bug?

Regards,
  Hilmar
-- 
sigmentation fault


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



Bug#313456: tetex-base: package configuration fails because of initex error

2005-10-07 Thread Marcin Owsiany
On Fri, Oct 07, 2005 at 09:09:01PM +0200, Hilmar Preusse wrote:
 On 14.06.05 Hilmar Preusse ([EMAIL PROTECTED]) wrote:
  On 13.06.05 Marcin Owsiany ([EMAIL PROTECTED]) wrote:
 
 Hi,
 
   See attached typescript. I also attach all *.log files present in
   /var/lib/texmf/web2c
   
   This is a summary of all `failed' messages and warnings:
   `pdftex -ini -translate-file=il2-pl -jobname=pdfmex-pl 
   -progname=pdfmex-pl pdfmex.ini' failed
   `pdfetex -ini -translate-file=il2-pl -jobname=pdfemex-pl 
   -progname=pdfemex-pl *pdfemex.ini' failed
   
  And I guess calling these commands from the command prompt doesn't
  give you further infos, right? Please post your fmtutil.cnf.
  
 About 4 month ago I sent you this request. Did you find the time to
 look into this?

Unfortunately not, all the more that I don't have daily access to that
machine.

 If not: are you still interested in helping to fix the bug?

Yes, I'll try to look at this next week and let you know what I came up with.

Marcin
-- 
Marcin Owsiany [EMAIL PROTECTED] http://marcin.owsiany.pl/
GnuPG: 1024D/60F41216  FE67 DA2D 0ACA FC5E 3F75  D6F6 3A0D 8AA0 60F4 1216


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



Bug#313456: tetex-base: package configuration fails because of initex error

2005-06-14 Thread Hilmar Preusse
On 13.06.05 Marcin Owsiany ([EMAIL PROTECTED]) wrote:

Hi,

 This seems similar to 310321,
 
Not, it's not.

 but I could not find any error in the log files.
 
Me neither.

 See attached typescript. I also attach all *.log files present in
 /var/lib/texmf/web2c
 
 This is a summary of all `failed' messages and warnings:
 `pdftex -ini -translate-file=il2-pl -jobname=pdfmex-pl -progname=pdfmex-pl 
 pdfmex.ini' failed
 `pdfetex -ini -translate-file=il2-pl -jobname=pdfemex-pl -progname=pdfemex-pl 
 *pdfemex.ini' failed
 
And I guess calling these commands from the command prompt doesn't
give you further infos, right? Please post your fmtutil.cnf.

Regards,
  Hilmar
-- 
sigmentation fault


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



Bug#313456: tetex-base: package configuration fails because of initex error

2005-06-13 Thread Marcin Owsiany
Package: tetex-base
Version: 2.0.2c-8
Severity: important


This seems similar to 310321, but I could not find any error in the log
files.

See attached typescript. I also attach all *.log files present in
/var/lib/texmf/web2c

I have space on partitions.

##
 List of ls-R files

-rw-rw-r--  1 root staff 79 2005-06-13 21:09 /usr/local/share/texmf/ls-R
-rw-rw-r--  1 root staff 91 2005-06-13 21:09 /usr/local/lib/texmf/ls-R
-rw-rw-r--  1 root users 1330 2005-06-13 21:09 /var/lib/texmf/ls-R
lrwxrwxrwx  1 root root 29 2005-06-13 19:52 /usr/share/texmf/ls-R - 
/var/lib/texmf/ls-R-TEXMFMAIN

-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.4.27-1-686
Locale: LANG=pl_PL, LC_CTYPE=pl_PL (charmap=ISO-8859-2)

Versions of packages tetex-base depends on:
ii  debconf   1.4.30.13  Debian configuration management sy
ii  dpkg  1.10.28Package maintenance system for Deb
ii  texinfo   4.7-2.2Documentation system for on-line i
ii  ucf   1.17   Update Configuration File: preserv

Versions of packages tetex-bin depends on:
ii  debconf  1.4.30.13   Debian configuration management sy
ii  debianutils  2.8.4   Miscellaneous utilities specific t
ii  dpkg 1.10.28 Package maintenance system for Deb
ii  ed   0.2-20  The classic unix line editor
ii  libc62.3.2.ds1-22GNU C Library: Shared libraries an
ii  libgcc1  1:3.4.3-13  GCC support library
ii  libice6  4.3.0.dfsg.1-14 Inter-Client Exchange library
ii  libkpathsea3 2.0.2-30path search library for teTeX (run
ii  libpaper11.1.14-3Library for handling paper charact
ii  libpng12-0   1.2.8rel-1  PNG library - runtime
ii  libsm6   4.3.0.dfsg.1-14 X Window System Session Management
ii  libstdc++5   1:3.3.5-13  The GNU Standard C++ Library v3
ii  libt1-5  5.0.2-3 Type 1 font rasterizer library - r
ii  libwww0  5.4.0-9 The W3C WWW library
ii  libx11-6 4.3.0.dfsg.1-14 X Window System protocol client li
ii  libxaw7  4.3.0.dfsg.1-14 X Athena widget set library
ii  libxext6 4.3.0.dfsg.1-14 X Window System miscellaneous exte
ii  libxmu6  4.3.0.dfsg.1-14 X Window System miscellaneous util
ii  libxt6   4.3.0.dfsg.1-14 X Toolkit Intrinsics
ii  mime-support 3.28-1  MIME files 'mime.types'  'mailcap
ii  perl 5.8.4-8 Larry Wall's Practical Extraction 
ii  sed  4.1.2-8 The GNU sed stream editor
ii  ucf  1.17Update Configuration File: preserv
ii  xlibs4.3.0.dfsg.1-14 X Keyboard Extension (XKB) configu
ii  zlib1g   1:1.2.2-4   compression library - runtime

Versions of packages tetex-extra depends on:
ii  dpkg  1.10.28Package maintenance system for Deb
ii  gsfonts   8.14+v8.11+urw-0.2 Fonts for the Ghostscript interpre
pn  tetex-binNot found.
ii  ucf   1.17   Update Configuration File: preserv

-- debconf information:
  tetex-bin/updmap-failed:
  tetex-bin/hyphen: french[=patois], ngerman[=naustrian-neue_Rechtschreibung]
  tetex-base/olddat: true
  tetex-bin/oldcfg: true
* tetex-base/fmtutil-failed:
  tetex-base/oldupdm:
  tetex-bin/upd_map: true
* tetex-bin/cnf_name:
  tetex-bin/fmtutil: true
  tetex-base/updmap-failed:
  tetex-bin/use_debconf: false
* tetex-bin/fmtutil-failed:
  tetex-bin/groupname: users
  tetex-bin/userperm: false
  tetex-bin/groupperm: true
  tetex-bin/lsr-perms: true
Script started on Mon Jun 13 21:09:16 2005
menel:~# dpkg --configure --pending
Setting up tetex-base (2.0.2c-8) ...
Running initex. This may take some time. ...
fmtutil: attempting to create localized format using pool=tex-pl and tcx=il2-pl.
fmtutil: attempting to create localized format using pool=tex-pl and tcx=il2-pl.
fmtutil: attempting to create localized format using pool=pdftex-pl and 
tcx=il2-pl.
Error: `pdftex -ini -translate-file=il2-pl -jobname=pdfmex-pl 
-progname=pdfmex-pl pdfmex.ini' failed
fmtutil: attempting to create localized format using pool=pdfetex-pl and 
tcx=il2-pl.
Error: `pdfetex -ini -translate-file=il2-pl -jobname=pdfemex-pl 
-progname=pdfemex-pl *pdfemex.ini' failed
fmtutil: /var/lib/texmf/web2c/lambda.oft installed.
fmtutil: /var/lib/texmf/web2c/omega.oft installed.
fmtutil: /var/lib/texmf/web2c/amstex.fmt installed.
fmtutil: /var/lib/texmf/web2c/latex.fmt installed.
fmtutil: /var/lib/texmf/web2c/mex-pl.fmt installed.
fmtutil: /var/lib/texmf/web2c/pdflatex.fmt installed.
fmtutil: