Bug#425106: texlive-pdfetex: upgrade fails, can't find /usr/bin/etex?

2007-05-21 Thread Vincent . McIntyre
Greetings,

 Hm, is the right fmtutil.cnf used?

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

 run as root (or however you do the upgrade) should output
 /var/lib/texmf/web2c/fmtutil.cnf

% su
# kpsewhich --format='web2c files' fmtutil.cnf
/var/lib/texmf/web2c/fmtutil.cnf

# wc /var/lib/texmf/web2c/fmtutil.cnf
 106  551 3673 /var/lib/texmf/web2c/fmtutil.cnf

# grep -v \# /var/lib/texmf/web2c/fmtutil.cnf
tex tex -   tex.ini
pdftex  pdfetex -   -translate-file=cp227.tcx *pdftex.ini
mf  mf  -   -translate-file=cp227.tcx mf.ini

etexpdfetex language.def-translate-file=cp227.tcx 
*etex.ini
pdfetex pdfetex language.def-translate-file=cp227.tcx 
*pdfetex.ini


hmm. uh-oh. I just thought of something.
# env | grep TEX
TEXINPUTS=.:/home/me/tex/styles:/home/me/tex/bibtex/styles:/usr/share/texmf-tetex/tex//

# ls -d /usr/share/texmf*
/usr/share/texmf  /usr/share/texmf-texlive

could this be the source of the problem?

Cheers
Vince



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



Bug#425106: texlive-pdfetex: upgrade fails, can't find /usr/bin/etex?

2007-05-21 Thread Norbert Preining
On Mon, 21 Mai 2007, [EMAIL PROTECTED] wrote:
 TEXINPUTS=.:/home/me/tex/styles:/home/me/tex/bibtex/styles:/usr/share/texmf-tetex/tex//
 
 # ls -d /usr/share/texmf*
 /usr/share/texmf  /usr/share/texmf-texlive
 
 could this be the source of the problem?

Yes. It is safer to put your stuff into TEXMFHOME = ~/texmf, a normal
texmf tree.

Furthermore, if you set some env variable, add a final :
TEXINPUTS=.:/hom.:
the extra colon at the end instructs kpathsea to add the default search
patches, too.

Best wishes

Norbert

---
Dr. Norbert Preining [EMAIL PROTECTED]Università di Siena
Debian Developer [EMAIL PROTECTED] Debian TeX Group
gpg DSA: 0x09C5B094  fp: 14DF 2E6C 0307 BE6D AD76  A9C0 D2BF 4AA3 09C5 B094
---
HUNA (n.)
The result of coming to the wrong decision.
--- Douglas Adams, The Meaning of Liff


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



Bug#425106: texlive-pdfetex: upgrade fails, can't find /usr/bin/etex?

2007-05-20 Thread Frank Küster
texlive-pdfetex: format information for etex not available, 

[EMAIL PROTECTED] wrote:

  # cat /tmp/texlive.fmtutil.Iwa27687
fmtutil: format `etex' not available.
[...]
 Then check
  /var/lib/texmf/web2c/fmtutil.cnf
 for ### From file: /etc/texmf/fmt.d/10texlive-pdftex.cnf
 it should be included.

 It seems to be included, if you meant 10texlive-pdfetex.cnf

 % grep From /var/lib/texmf/web2c/fmtutil.cnf
 ### From file: /etc/texmf/fmt.d/00tex.cnf
 ### From file: /etc/texmf/fmt.d/10texlive-base-bin.cnf
 ### From file: /etc/texmf/fmt.d/10texlive-pdfetex.cnf
 ### From file: /etc/texmf/fmt.d/50cyrtexinfo.cnf

Hm, is the right fmtutil.cnf used?  

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

run as root (or however you do the upgrade) should output
/var/lib/texmf/web2c/fmtutil.cnf 

Regards, Frank
-- 
Dr. Frank Küster
Single Molecule Spectroscopy, Protein Folding @ Inst. f. Biochemie, Univ. Zürich
Debian Developer (teTeX/TeXLive)



Bug#425106: texlive-pdfetex: upgrade fails, can't find /usr/bin/etex?

2007-05-19 Thread Vincent McIntyre
Package: texlive-pdfetex
Version: 2005.dfsg.2-12
Severity: normal

*** Please type your report below this line ***
Hi,

this is probably a duplicate but I have no idea how to divine the
root cause. Bugs that look similar are #419893 and #421969.

I was doing a regular apt-get update; apt-get upgrade and got stuck
over the package 'tipa'. I've tried removing it and get clobbered
by texlive-pdfetex trying to configure itself, so I'm filing here.

Feel free to reassign/merge etc. My goal in filing is to request a
little assistance untangling the mess and to let you know of possible
problems in other formerly-depending-on-tetex packages.


The failure takes this form:

# apt-get --purge remove tipa
Reading package lists... Done
Building dependency tree... Done
The following packages will be REMOVED:
  docbook-utils* jadetex* tipa*
0 upgraded, 0 newly installed, 3 to remove and 0 not upgraded.
6 not fully installed or removed.
Need to get 0B of archives.
After unpacking 7033kB disk space will be freed.
Do you want to continue [Y/n]?
(Reading database ... 139907 files and directories currently installed.)
Removing docbook-utils ...
Removing jadetex ...
Running mktexlsr. This may take some time... done.
Purging configuration files for jadetex ...
Replacing config file /etc/texmf/texmf.cnf with new version
Removing tipa ...
Running 'mktexlsr /usr/share/texmf /var/lib/texmf'.
This may take some time... done.
Running 'updmap-sys'.
This may take some time... done.
Purging configuration files for tipa ...
Setting up texlive-pdfetex (2005.dfsg.2-12) ...
Running mktexlsr. This may take some time... done.
Building format(s) --byfmt etex. This may take some time...
fmtutil-sys failed. Output has been stored in
/tmp/texlive.fmtutil.Iwa27687
Please include this file if you report a bug.
 ... apt-get log truncated ...

# cat /tmp/texlive.fmtutil.Iwa27687
  fmtutil: format `etex' not available.

packages.d.o says the 'etex' binary comes from

   usr/bin/etex  tex/tetex-bin, tex/texlive-base-bin

 /usr/bin/etex does exist however;
 it's a symlink to /usr/bin/pdfetex which also exists.

The system has been in this state since 2007-05-10.
I tried using aptitude to resolve the dependencies, but no luck.
I waited a week or so trying to upgrade every other day or so,
in hopes things would sort themselves out but it appears this
isn't affecting many other people.

For what it's worth the other packages that currently report
dependency problems relating to this are:
   texlive-pdfetex
   texlive-latex-base
   latex-beamer
   texlive-latex-recommended
   prosper
Presumably none of this is news to you.

To close, I append the output of 'dpkg -l |grep tex' to give you an
idea of the other packages installed
ii  console-common   0.7.69  Basic 
infrastructure for text console configuration
ii  gettext-base 0.16.1-1GNU 
Internationalization utilities for the base system
ii  groff1.18.1.1-12 GNU troff 
text-formatting system
ii  groff-base   1.18.1.1-12 GNU troff 
text-formatting system (base system components)
iU  latex-beamer 3.07-1  LaTeX 
class to produce presentations
ii  latex-xcolor 2.09-1  Easy 
driver-independent TeX class for color
ii  latex-xft-fonts  0.1-6   
Xft-compatible versions of some LaTeX fonts
ii  latex2html   2002-2-1-20050114-5 LaTeX to 
HTML translator
ii  libalgorithm-diff-perl   1.19.01-2   a perl 
library for finding Longest Common Sequences in text
ii  libhtml-parser-perl  3.56-1  A 
collection of modules that parse HTML text documents
ii  liblocale-gettext-perl   1.05-1  Using libc 
functions for internationalization in Perl
ii  liblocale-maketext-lexicon-perl  0.62-2  
Lexicon-handling backends for Locale::Maketext
ii  liblocale-maketext-simple-perl   0.16-1  Simple 
interface to Locale::Maketext::Lexicon
ii  libnewt0.52  0.52.2-10   Not Erik's 
Windowing Toolkit - text mode windowing with slang
ii  libpango1.0-01.14.8-5Layout and 
rendering of internationalized text
ii  libtext-charwidth-perl   0.04-4  get 
display widths of characters on the terminal
ii  libtext-diff-perl0.35-2  Perform 
diffs on files and record sets in perl
ii  libtext-iconv-perl   1.4-3   converts 
between character sets in Perl
ii  libtext-wrapi18n-perl0.06-5  
internationalized substitute of Text::Wrap
ii  linuxdoc-tools-latex 

Bug#425106: texlive-pdfetex: upgrade fails, can't find /usr/bin/etex?

2007-05-19 Thread Norbert Preining
Hi Vincent,

On Sam, 19 Mai 2007, Vincent McIntyre wrote:
 I was doing a regular apt-get update; apt-get upgrade and got stuck
 over the package 'tipa'. I've tried removing it and get clobbered
 by texlive-pdfetex trying to configure itself, so I'm filing here.

Are you using etch or sid? On sid we are at texlive 2007 ...

 Setting up texlive-pdfetex (2005.dfsg.2-12) ...
 Running mktexlsr. This may take some time... done.
 Building format(s) --byfmt etex. This may take some time...
 fmtutil-sys failed. Output has been stored in
 /tmp/texlive.fmtutil.Iwa27687
 Please include this file if you report a bug.
  ... apt-get log truncated ...
 
 # cat /tmp/texlive.fmtutil.Iwa27687
   fmtutil: format `etex' not available.

This is strange.

Can you tell us which files you have in 
/etc/texmf/fmt.d
and whether there is a file
/etc/texmf/fmt.d/10texlive-pdfetex.cnf
it should contain lines for etex.

Then check  
/var/lib/texmf/web2c/fmtutil.cnf
for ### From file: /etc/texmf/fmt.d/10texlive-pdftex.cnf
it should be included.

Best wishes

Norbert

---
Dr. Norbert Preining [EMAIL PROTECTED]Università di Siena
Debian Developer [EMAIL PROTECTED] Debian TeX Group
gpg DSA: 0x09C5B094  fp: 14DF 2E6C 0307 BE6D AD76  A9C0 D2BF 4AA3 09C5 B094
---
YORK (vb.)
To shift the position of the shoulder straps on a heavy bag or
rucksack in a vain attempt to make it seem lighter. Hence : to laugh
falsely and heartily at an unfunny remark. 'Jasmine yorked politely,
loathing him to the depths of her being' - Virginia Woolf.
--- Douglas Adams, The Meaning of Liff


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



Bug#425106: texlive-pdfetex: upgrade fails, can't find /usr/bin/etex?

2007-05-19 Thread Vincent . McIntyre
Hi Norbert,

thanks for the quick reply.

 On Sam, 19 Mai 2007, Vincent McIntyre wrote:
  I was doing a regular apt-get update; apt-get upgrade and got stuck
  over the package 'tipa'. I've tried removing it and get clobbered
  by texlive-pdfetex trying to configure itself, so I'm filing here.

 Are you using etch or sid? On sid we are at texlive 2007 ...

This system is only using 'lenny' packages, from official d.o mirrors.

% cat /etc/apt/sources.list
deb http://ftp.au.debian.org/debian   lenny main contrib
non-free
deb-src http://ftp.au.debian.org/debian   lenny main contrib
non-free
deb http://security.debian.org/ lenny/updates main contrib non-free
deb-src http://security.debian.org/ lenny/updates main contrib non-free


  Setting up texlive-pdfetex (2005.dfsg.2-12) ...
  Running mktexlsr. This may take some time... done.
  Building format(s) --byfmt etex. This may take some time...
  fmtutil-sys failed. Output has been stored in
  /tmp/texlive.fmtutil.Iwa27687
  Please include this file if you report a bug.
   ... apt-get log truncated ...
 
  # cat /tmp/texlive.fmtutil.Iwa27687
fmtutil: format `etex' not available.

 This is strange.

 Can you tell us which files you have in
   /etc/texmf/fmt.d

There is some kind of problem there, a not-yet-installed config...

% ls -lrt /etc/texmf/fmt.d
total 10
-rw-r--r-- 1 root root 1364 2006-08-24 20:57 00tex.cnf
-rw-r--r-- 1 root root 3328 2006-09-08 08:14 01tetex.cnf
-rw-r--r-- 1 root root  565 2006-11-22 22:19 50cyrtexinfo.cnf
-rw-r--r-- 1 root root  389 2007-01-15 22:12
10texlive-latex-base.cnf.dpkg-new
-rw-r--r-- 1 root root  446 2007-02-21 21:52 10texlive-base-bin.cnf
-rw-r--r-- 1 root root  401 2007-02-21 21:52 10texlive-pdfetex.cnf

 and whether there is a file
   /etc/texmf/fmt.d/10texlive-pdfetex.cnf
 it should contain lines for etex.

It does...
% cat /etc/texmf/fmt.d/10texlive-pdfetex.cnf
#
# 10texlive-pdfetex.cnf
#
# You really can change stuff in this file, but it is NOT RECOMMENDED
# to play around with this file if you do not know what you are doing!
# Please leave this comment!
# -_- DebPkgProvidedMaps -_-
#
etexpdfetex language.def-translate-file=cp227.tcx
*etex.ini
pdfetex pdfetex language.def-translate-file=cp227.tcx
*pdfetex.ini


 Then check
   /var/lib/texmf/web2c/fmtutil.cnf
 for ### From file: /etc/texmf/fmt.d/10texlive-pdftex.cnf
 it should be included.

It seems to be included, if you meant 10texlive-pdfetex.cnf

% grep From /var/lib/texmf/web2c/fmtutil.cnf
### From file: /etc/texmf/fmt.d/00tex.cnf
### From file: /etc/texmf/fmt.d/10texlive-base-bin.cnf
### From file: /etc/texmf/fmt.d/10texlive-pdfetex.cnf
### From file: /etc/texmf/fmt.d/50cyrtexinfo.cnf
% grep End /var/lib/texmf/web2c/fmtutil.cnf
### End of file: /etc/texmf/fmt.d/00tex.cnf
### End of file: /etc/texmf/fmt.d/10texlive-base-bin.cnf
### End of file: /etc/texmf/fmt.d/10texlive-pdfetex.cnf
### End of file: /etc/texmf/fmt.d/50cyrtexinfo.cnf

Cheers
Vince




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