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

Bug#246549: tetex-bin: epstopdf doesn't even start -- syntactic error



Package: tetex-bin
Version: 2.0.2-12.backports.org.1
Severity: normal

There seems to be a syntactic error in epstopdf script -- I wonder how it is possible, that it was overlooked.

Matej


-- System Information
Debian Release: 3.0
Architecture: i386
Kernel: Linux komensky 2.4.25 #1 Út bře 16 20:58:13 EST 2004 i586
Locale: LANG=cs_CZ, LC_CTYPE=cs_CZ

Versions of packages tetex-bin depends on:
ii  debconf         1.2.35                   Debian configuration management sy
ii  debianutils     1.16.2woody1             Miscellaneous utilities specific t
ii  dpkg            1.9.21                   Package maintenance system for Deb
ii  ed              0.2-19                   The classic unix line editor
ii  libc6           2.2.5-11.5               GNU C Library: Shared libraries an
ii  libkpathsea3    2.0.2-12.backports.org.1 path search library for teTeX (run
ii  libpaper1       1.1.13-0.backports.org.1 Library for handling paper charact
ii  libpng2         1.0.12-3.woody.3         PNG library - runtime
ii  libstdc++2.10-g 1:2.95.4-11woody1        The GNU stdc++ library
ii  libwww0         5.4.0-8.backports.org.1  The W3C WWW library
ii  libxaw7         4.1.0-16woody3           X Athena widget set library
ii  mime-support    3.18-1.3                 MIME files 'mime.types' & 'mailcap
ii perl 5.6.1-8.7 Larry Wall's Practical Extraction ii sed 4.0.9-2.backports.org.1 The GNU sed stream editor
ii  t1lib1          1.3.1-1                  Type 1 font rasterizer library - r
ii  tetex-base      2.0.2-7                  Basic library files of teTeX
ii  ucf             1.05                     Update Configuration File: preserv
ii  xlibs           4.1.0-16woody3           X Window System client libraries
ii  zlib1g          1:1.1.4-1.0woody0        compression library - runtime

--
Matej Cepl, http://www.ceplovi.cz/matej
GPG Finger: 89EF 4BC6 288A BF43 1BAB  25C3 E09F EF25 D964 84AC
138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488

They never open their mouths without subtracting from the sum of
human knowledge.
     -- Thomas Brackett Reed

--- epstopdf~	Wed Apr 28 21:24:02 2004
+++ epstopdf	Wed Apr 28 21:24:20 2004
@@ -194,7 +194,7 @@
 ### open output file
 if ($::opt_gs) {
   my $pipe = "$GS -q -sDEVICE=pdfwrite $GSOPTS " .
-          "-dAutoRotatePages=/None " 
+          "-dAutoRotatePages=/None " .
           "\"-sOutputFile=$OutputFilename\" - -c quit";
   debug "Ghostscript pipe:", $pipe;
   open(OUT,"|$pipe") or error "Cannot open Ghostscript for piped input";

Reply to: