On 19.10.08 Lucas Nussbaum ([EMAIL PROTECTED]) wrote: Hi,
> During tests using piuparts of all packages in lenny, > I ran into the following problem: > > > Setting up texlive-base-bin (2007.dfsg.2-3) ... > > Running mktexlsr. This may take some time... done. > > Building format(s) --all. > > This may take some time... done. > I don't have any explanation why the configuration of texlive-base-bin did not fail as it needs the same files as luatex to build the formats (etex.ini). > > Setting up luatex (0.28.0-1) ... > > Running mktexlsr. This may take some time... done. > > Building format(s) --all --cnffile /etc/texmf/fmt.d/20luatex.cnf. > > This may take some time... > > fmtutil-sys failed. Output has been stored in > > /tmp/fmtutil.aQsKtfKU > > Please include this file if you report a bug. > > > This is LuaTeX, Version snapshot-0.28.0-2008070709 (Web2C 7.5.6) (INITEX) > (/usr/share/texmf/tex/plain/config/luatex.ini > ! I can't find file `etex.ini'. > l.3 \input etex.ini > > Please type another input file name: > ! Emergency stop. > l.3 \input etex.ini > I suggest the following patch for tpm2deb.cfg to fix the deps and get rid of the problem: [EMAIL PROTECTED]: $ diff -u tpm2deb.cfg.orig tpm2deb.cfg --- tpm2deb.cfg.orig 2008-10-17 10:39:41.000000000 +0200 +++ tpm2deb.cfg 2008-10-22 10:30:45.000000000 +0200 @@ -372,6 +372,8 @@ depends;texlive-common;tex-common (>= 1.8) depends;texlive-base-bin;ed, perl # +# texlive-base-bin needs texlive-base to generate formats (see #502755) +depends;texlive-base-bin;texlive-base # # now the conflicts with tetex if necessary # do we still need this ????? Lucas, would you be so kind to install texlive-base manually to check if installing it solves the problem? H. -- sigmentation fault -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

