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

Bug#176029: marked as done (/usr/bin/updmap script hangs during upgrade)



Your message dated Fri, 10 Jan 2003 08:16:05 +0900 (JST)
with message-id <20030110.081605.74744510.kohda@pm.tokushima-u.ac.jp>
and subject line Bug#176029: /usr/bin/updmap script hangs during upgrade
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; 9 Jan 2003 18:28:39 +0000
>From mast@lysator.liu.se Thu Jan 09 12:28:38 2003
Return-path: <mast@lysator.liu.se>
Received: from godzilla.roxen.com (mail.roxen.com) [194.52.182.190] 
	by master.debian.org with esmtp (Exim 3.12 1 (Debian))
	id 18WhPy-0007DH-00; Thu, 09 Jan 2003 12:28:38 -0600
Received: by mail.roxen.com (Postfix, from userid 52)
	id 1E62399C0; Thu,  9 Jan 2003 19:28:37 +0100 (MET)
Received: from lister.roxen.com (lister.roxen.com [194.52.182.147])
	by mail.roxen.com (Postfix) with ESMTP id E2D7899BA
	for <submit@bugs.debian.org>; Thu,  9 Jan 2003 19:28:34 +0100 (MET)
Sender: mast@lister.roxen.com
To: submit@bugs.debian.org
Subject: /usr/bin/updmap script hangs during upgrade
From: Martin Stjernholm <mast@lysator.liu.se>
Date: 09 Jan 2003 19:28:34 +0100
Message-ID: <[🔎] 5bof6qgotp.fsf@lister.roxen.com>
Lines: 80
User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Delivered-To: submit@bugs.debian.org
X-Spam-Status: No, hits=-0.5 required=5.0
	tests=SPAM_PHRASE_00_01,USER_AGENT
	version=2.41
X-Spam-Level: 

Package: tetex-base
Version: 1.0.2+20021025-5

I encountered the following problem while switching from testing
(sarge) to unstable (sid):

The tetex-base package repeatedly hanged during configuration:

    kolon:/etc# dpkg --configure --pending
    Setting up tetex-base (1.0.2+20021025-5) ...
    Regenerating /etc/texmf/updmap.cfg ... done
    (Here nothing more happens, I have to interrupt it.)

Some investigation revealed that it's the updmap script that hangs on
the following line when it fails to find ps2pk35.map:

  { transLW35 $ps2pk35; cat $tmp1 $tmp2; } \
    | grep -v '^%' | grep . | sort | uniq >> $outputdir/ps2pk.map

The problem could be trigged by running the updmap command manually:

    kolon:/etc# /bin/sh /usr/bin/updmap --cnffile /etc/texmf/updmap.cfg --outputdir /etc/texmf/dvips
    /usr/bin/updmap: line 622: /web2c/mktexdir: No such file or directory
    using output directory /etc/texmf/dvips

    updmap is creating new map files using the following configuration:
      prefer outlines: true
      texhash enabled: true
      download standard fonts (dvips): false
      download standard fonts (pdftex): false

    Scanning for LW35 support files
    updmap: map file `pdftex35.map' not found.
    updmap: map file `ps2pk35.map' not found.
    updmap: map file `dvips35.map' not found.

    Scanning for MixedMap entries:
    using map file `/usr/share/texmf/dvips/bluesky/bsr-interpolated.map'
    using map file `/usr/share/texmf/dvips/bluesky/bsr.map'
    using map file `/usr/share/texmf/dvips/cc-pl/ccpl.map'
    using map file `/usr/share/texmf/dvips/config/cs.map'
    using map file `/usr/share/texmf/dvips/misc/eurosym.map'
    using map file `/usr/share/texmf/dvips/config/hoekwater.map'
    using map file `/usr/share/texmf/dvips/config/pl.map'
    updmap: map file `ttcmex.map' not found.

    Scanning for Map entries:
    using map file `/usr/share/texmf/dvips/antp/antp.map'
    using map file `/usr/share/texmf/dvips/antt/antt.map'
    using map file `/usr/share/texmf/dvips/config/charter.map'
    using map file `/usr/share/texmf/dvips/config/cmcyr.map'
    using map file `/usr/share/texmf/dvips/config/context.map'
    using map file `/usr/share/texmf/dvips/config/lucidabr.map'
    using map file `/usr/share/texmf/dvips/config/marvosym.map'
    using map file `/usr/share/texmf/dvips/config/mathpi.map'
    updmap: map file `mathpple.map' not found.
    using map file `/usr/share/texmf/dvips/config/mt-plus.map'
    using map file `/usr/share/texmf/dvips/config/mt-yy.map'
    using map file `/usr/share/texmf/dvips/omega/omega.map'
    using map file `/usr/share/texmf/dvips/config/pazo.map'
    updmap: map file `pxfonts.map' not found.
    updmap: map file `qbk.map' not found.
    updmap: map file `qcr.map' not found.
    updmap: map file `qhv.map' not found.
    using map file `/usr/share/texmf/dvips/config/qpl.map'
    using map file `/usr/share/texmf/dvips/config/qtm.map'
    updmap: map file `qzc.map' not found.
    updmap: map file `txfonts.map' not found.
    using map file `/usr/share/texmf/dvips/config/xypic.map'

    (Hang..)

The script warns about that it couldn't find ps2pk35.map but it
continues. The line mentioned above hangs since $ps2pk35 is empty
which causes the cat inside transLW35 to get no argument.

My workaround was to short-circuit the updmap script altogether,
finish the configuration and rerun it afterwards. It then went fine
since the map files are in place at that point. I haven't yet tested
that the tetex installation actually works, though.


---------------------------------------
Received: (at 176029-done) by bugs.debian.org; 9 Jan 2003 23:16:27 +0000
>From kohda@pm.tokushima-u.ac.jp Thu Jan 09 17:16:26 2003
Return-path: <kohda@pm.tokushima-u.ac.jp>
Received: from nsx.pm.tokushima-u.ac.jp [150.59.48.142] (mail)
	by master.debian.org with esmtp (Exim 3.12 1 (Debian))
	id 18WluU-0007cb-00; Thu, 09 Jan 2003 17:16:26 -0600
Received: from localhost ([127.0.0.1] ident=kohda)
	by nsx.pm.tokushima-u.ac.jp with esmtp (Exim 3.36 #1 (Debian))
	id 18WluN-0003JB-00; Fri, 10 Jan 2003 08:16:19 +0900
Date: Fri, 10 Jan 2003 08:16:05 +0900 (JST)
Message-Id: <20030110.081605.74744510.kohda@pm.tokushima-u.ac.jp>
To: mast@lysator.liu.se, 176029-done@bugs.debian.org
Cc: at@gclab.org, 176036-done@bugs.debian.org
Subject: Re: Bug#176029: /usr/bin/updmap script hangs during upgrade
From: Atsuhito Kohda <kohda@pm.tokushima-u.ac.jp>
In-Reply-To: <[🔎] 5bof6qgotp.fsf@lister.roxen.com>
References: <[🔎] 5bof6qgotp.fsf@lister.roxen.com>
X-Mailer: Mew version 3.1 on Emacs 21.2 / Mule 5.0 (SAKAKI)
Mime-Version: 1.0
Content-Type: Text/Plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Delivered-To: 176029-done@bugs.debian.org
X-Spam-Status: No, hits=-7.3 required=5.0
	tests=IN_REP_TO,REFERENCES,SIGNATURE_SHORT_DENSE,
	      SPAM_PHRASE_00_01
	version=2.41
X-Spam-Level: 

I believe it was fixed (temporary?) in 1.0.2+20021025-6

But the reports were very helpful and I could fix
the problem in a more reasonable way in the next
1.0.2+20021025-7, I hope.

Thanks,			2003-1-10(Fri)

-- 
 Debian Developer & Debian JP Developer - much more I18N of Debian
 Atsuhito Kohda <kohda@debian.org>
 Department of Math., Tokushima Univ.



Reply to: