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

Bug#182215: marked as forwarded (tetex-bin: updmap hangs, if a map-file is not present)



Your message dated Thu, 15 Jan 2004 11:42:44 +0100
with message-id <20040115104244.GB5889@preusse-16223.user.cis.dfn.de>
has caused the Debian Bug report #182215,
regarding tetex-bin: updmap hangs, if a map-file is not present
to be marked as having been forwarded to the upstream software
author(s) Thomas Esser <te@informatik.uni-hannover.de>, 182215-forwarded@bugs.debian.org.

(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 182215-forwarded) by bugs.debian.org; 15 Jan 2004 11:23:18 +0000
>From hille42@web.de Thu Jan 15 05:23:18 2004
Return-path: <hille42@web.de>
Received: from smtp05.web.de (smtp.web.de) [217.72.192.209] 
	by master.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1Ah5an-0000Ti-00; Thu, 15 Jan 2004 05:23:17 -0600
Received: from [80.184.45.212] (helo=preusse-16223.user.cis.dfn.de)
	by smtp.web.de with asmtp (WEB.DE 4.99 #566)
	id 1Ah5al-0001P1-00; Thu, 15 Jan 2004 12:23:17 +0100
Received: by preusse-16223.user.cis.dfn.de (Postfix, from userid 1000)
	id 498884760; Thu, 15 Jan 2004 11:42:44 +0100 (CET)
Date: Thu, 15 Jan 2004 11:42:44 +0100
From: Hilmar Preusse <hille42@web.de>
To: Thomas Esser <te@informatik.uni-hannover.de>,
	182215-forwarded@bugs.debian.org
Subject: (fwd) Bug#182215: tetex-bin: updmap hangs, if a map-file is not present
Message-ID: <20040115104244.GB5889@preusse-16223.user.cis.dfn.de>
Mime-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Disposition: inline
Content-Transfer-Encoding: 8bit
User-Agent: Mutt/1.3.28i
Organization: Hilmar Preusse Inc.
X-Uptime: 11:12:53 up  2:50,  4 users,  load average: 1.00, 1.00, 1.00
X-Operating-System: Linux 2.4.24 i686
X-www.distributed.net: OGR: 3 packets (220.71 stats units) [3.20 Mnodes/s]
X-Confirmation-Request: yes
X-Confirm-Reading-To: "Hilmar Preusse" <hille42@web.de>
Sender: hille42@web.de
Delivered-To: 182215-forwarded@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_01_14 
	(1.212-2003-09-23-exp) on master.debian.org
X-Spam-Status: No, hits=-6.4 required=4.0 tests=FROM_ENDS_IN_NUMS,
	HAS_BUG_NUMBER,HAS_PACKAGE,MAILTO_TO_SPAM_ADDR autolearn=no 
	version=2.60-bugs.debian.org_2004_01_14
X-Spam-Level: 

Hi Thomas,

This bug from the DBTS is a little bit old. I know your input queue
is long... Is it intended, that updmap is not able to handle
map-Files, which are not present?

H.
----- Forwarded message from Martin Kögler <e9925248@student.tuwien.ac.at> -----

From: "Martin Kögler" <e9925248@student.tuwien.ac.at>
Reply-To: "Martin Kögler" <e9925248@student.tuwien.ac.at>,
	182215@bugs.debian.org
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: Bug#182215: tetex-bin: updmap hangs, if a map-file is not present
Date: Sun, 23 Feb 2003 20:14:16 +0100
Message-Id: <200302231914.h1NJEGdQ006228@pc2.zuhause>
X-Mailer: reportbug 1.43
X-Mailing-List: <debian-tetex-maint@lists.debian.org> archive/latest/4079

Package: tetex-bin
Version: 2.0.1-2
Severity: important
Tags: patch

I recompiled the tetex-packages and when i tried to install them,
they failed:

If a map file is not present, the cat in transLW35 will be called
without any parameter, so updmap waits for input on stdin and hangs.
Because tetex-base calls this script in postinst, tetex-base is not
installable.

The map files seem to disappear after a purge of the tetex packages.

This workaround works for me:
--- tetex-bin-2.0.1.orig/texk/tetex/updmap
+++ tetex-bin-2.0.1/texk/tetex/updmap
@@ -173,6 +173,9 @@
 ###############################################################################
 transLW35()
 {
+if [ "x$@" = "x" ];then
+echo
+else
   case $mode in
     ""|URWkb)
       cat ${1+"$@"}
@@ -184,6 +187,7 @@
       psADOBE ${1+"$@"} | file$mode
       ;;
   esac
+fi
 }

 ###############################################################################

Martin Kögler
e9925248@stud4.tuwien.ac.at
-- 
----- End forwarded message -----

-- 
sigmentation fault



Reply to: