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

Bug#183517: marked as forwarded (epstopdf does not handle spaces in file names)



Your message dated Tue, 5 Aug 2003 20:51:08 +0200
with message-id <20030805185108.GC27263@preusse-16223.user.cis.dfn.de>
has caused the Debian Bug report #183517,
regarding epstopdf does not handle spaces in file names
to be marked as having been forwarded to the upstream software
author(s) 183517-forwarded@bugs.debian.org, Heiko Oberdiek <oberdiek@uni-freiburg.de>.

(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 183517-forwarded) by bugs.debian.org; 5 Aug 2003 18:56:19 +0000
>From hille42@web.de Tue Aug 05 13:56:00 2003
Return-path: <hille42@web.de>
Received: from smtp02.web.de (smtp.web.de) [217.72.192.151] 
	by master.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 19k6yV-0007IS-00; Tue, 05 Aug 2003 13:56:00 -0500
Received: from [213.6.224.133] (helo=preusse-16223.user.cis.dfn.de)
	by smtp.web.de with asmtp (WEB.DE 4.99 #433)
	id 19k6yS-00032H-00; Tue, 05 Aug 2003 20:55:59 +0200
Received: by preusse-16223.user.cis.dfn.de (Postfix, from userid 1000)
	id 8B7E9476C; Tue,  5 Aug 2003 20:51:08 +0200 (CEST)
Date: Tue, 5 Aug 2003 20:51:08 +0200
From: Hilmar Preusse <hille42@web.de>
To: 183517-forwarded@bugs.debian.org,
	Heiko Oberdiek <oberdiek@uni-freiburg.de>
Subject: (fwd) epstopdf does not handle spaces in file names
Message-ID: <20030805185108.GC27263@preusse-16223.user.cis.dfn.de>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.3.28i
Organization: Hilmar Preusse Inc.
X-Uptime: 20:32:06 up 4 days,  1:16,  4 users,  load average: 1.10, 1.10, 1.04
X-Operating-System: Linux 2.4.21 i686
X-www.distributed.net: OGR: 6 packets (779.11 stats units) [2.38 Mnodes/s]
X-Confirmation-Request: yes
X-Confirm-Reading-To: "Hilmar Preusse" <hille42@web.de>
Sender: hille42@web.de
Delivered-To: 183517-forwarded@bugs.debian.org
X-Spam-Status: No, hits=-6.8 required=4.0
	tests=BAYES_10,FROM_ENDS_IN_NUMS,HAS_PACKAGE,USER_AGENT_MUTT
	version=2.53-bugs.debian.org_2003_07_20
X-Spam-Level: 
X-Spam-Checker-Version: SpamAssassin 2.53-bugs.debian.org_2003_07_20 (1.174.2.15-2003-03-30-exp)

3rd time,

http://bugs.debian.org/183517

That patch still thinks, that gs is called with
-dAutoRotatePages=/None...

Hilmar
----- Forwarded message from Johannes Martin <jmartin@notamusica.com> -----

From: Johannes Martin <jmartin@notamusica.com>
To: submit@bugs.debian.org
Subject: epstopdf does not handle spaces in file names
Date: Wed, 5 Mar 2003 14:41:20 +0100 (CET)
Message-ID: <Pine.LNX.4.44.0303051415190.18042-100000@ipymzz.sowi.uni-mainz.de>

Package: tetex-bin
Version: 1.0.7+20011202-7.1

epstopdf does not properly quote the output file name when passing it to
ghostscript. The following patch fixes the problem:

*** epstopdf.org        Wed Mar  5 14:38:45 2003
--- epstopdf    Wed Mar  5 14:38:50 2003
***************
*** 183,189 ****
  if ($::opt_gs) {
    my $pipe = "$GS -q -sDEVICE=pdfwrite $GSOPTS " .
            "-dAutoRotatePages=/None " .
!           "-sOutputFile=$OutputFilename - -c quit";
    debug "Ghostscript pipe:", $pipe;
    open(OUT,"|$pipe") or error "Cannot open Ghostscript for piped input";
  }
--- 183,189 ----
  if ($::opt_gs) {
    my $pipe = "$GS -q -sDEVICE=pdfwrite $GSOPTS " .
            "-dAutoRotatePages=/None " .
!           "\"-sOutputFile=$OutputFilename\" - -c quit";
    debug "Ghostscript pipe:", $pipe;
    open(OUT,"|$pipe") or error "Cannot open Ghostscript for piped input";
  }

----- End forwarded message -----

-- 
sigmentation fault



Reply to: