Activity log for bug #613040

Date Who What changed Old value New value Message
2010-08-03 15:31:59 Joost Cassee bug added bug
2010-08-05 07:44:58 Joost Cassee summary Convention of graphics using epstopdf fails Conversion of graphics using epstopdf fails
2010-10-14 08:41:20 Alex Valavanis bug task added rubber
2011-02-20 14:10:13 Paul Natsuo Kishimoto bug task added texlive-extra (Ubuntu)
2011-02-20 14:10:25 Paul Natsuo Kishimoto texlive-extra (Ubuntu): status New Confirmed
2011-02-20 14:10:35 Paul Natsuo Kishimoto rubber: status New Won't Fix
2011-02-20 14:11:37 Paul Natsuo Kishimoto summary Conversion of graphics using epstopdf fails epstopdf has no #! line, can't be invoked by scripts (Debian patch available)
2011-02-20 14:12:02 Paul Natsuo Kishimoto rubber (Ubuntu): status New Invalid
2011-02-20 14:12:06 Paul Natsuo Kishimoto rubber: status Won't Fix Invalid
2011-02-20 14:18:36 Paul Natsuo Kishimoto description Binary package hint: rubber A LaTeX document I want to compile to PDF using rubber contains Postscript files. These files have to be converted, but the call to epstopdf fails: $ rubber -vv -d document.tex ... converting figure.eps to PDF... executing: epstopdf --outfile=figure.pdf figure.eps Traceback (most recent call last): File "/usr/bin/rubber", line 9, in <module> sys.exit(Main()(sys.argv[1:])) File "/usr/share/rubber/rubber/cmdline.py", line 296, in __call__ return self.main(cmdline) File "/usr/share/rubber/rubber/cmdline.py", line 260, in main ret = env.final.make(self.force) File "/usr/share/rubber/rubber/__init__.py", line 223, in make ret = src.make() File "/usr/share/rubber/rubber/__init__.py", line 237, in make ret = self.run() File "/usr/share/rubber/rubber/rules/shell.py", line 34, in run if self.env.execute(cmd): File "/usr/share/rubber/rubber/__init__.py", line 705, in execute os.execve(progname, prog, penv) OSError: [Errno 8] Exec format error process 6231 (epstopdf) returned 256 'epstopdf' failed The Gentoo bugzilla has an entry describing the same problem: http://bugs.gentoo.org/show_bug.cgi?id=289818 Basically, the problem is with the silly perl locating trickery in the first line of epstopdf. Rubber just tries to execute it as an executable, but there is no shebang. This is rubber package 1.1-2.2ubuntu1 and texlive-font-utils 2009-7ubuntu3 (containing epstopdf) on Ubuntu Lucid / 10.04. epstopdf invokes perl using: eval '(exit $?0)' && eval 'exec perl -S $0 ${1+"$@"}' && eval 'exec perl -S $0 $argv:q' …when it should instead use: #!/usr/bin/perl The debian package (texlive-binaries; source package texlive-bin) contains patches which fix this bug, and similar bugs in a2ping, pdfcrop, thumbpdf and vpe. Original description ==================== Binary package hint: rubber A LaTeX document I want to compile to PDF using rubber contains Postscript files. These files have to be converted, but the call to epstopdf fails: $ rubber -vv -d document.tex ... converting figure.eps to PDF... executing: epstopdf --outfile=figure.pdf figure.eps Traceback (most recent call last):   File "/usr/bin/rubber", line 9, in <module>     sys.exit(Main()(sys.argv[1:]))   File "/usr/share/rubber/rubber/cmdline.py", line 296, in __call__     return self.main(cmdline)   File "/usr/share/rubber/rubber/cmdline.py", line 260, in main     ret = env.final.make(self.force)   File "/usr/share/rubber/rubber/__init__.py", line 223, in make     ret = src.make()   File "/usr/share/rubber/rubber/__init__.py", line 237, in make     ret = self.run()   File "/usr/share/rubber/rubber/rules/shell.py", line 34, in run     if self.env.execute(cmd):   File "/usr/share/rubber/rubber/__init__.py", line 705, in execute     os.execve(progname, prog, penv) OSError: [Errno 8] Exec format error process 6231 (epstopdf) returned 256 'epstopdf' failed The Gentoo bugzilla has an entry describing the same problem: http://bugs.gentoo.org/show_bug.cgi?id=289818 Basically, the problem is with the silly perl locating trickery in the first line of epstopdf. Rubber just tries to execute it as an executable, but there is no shebang. This is rubber package 1.1-2.2ubuntu1 and texlive-font-utils 2009-7ubuntu3 (containing epstopdf) on Ubuntu Lucid / 10.04.
2012-05-10 14:02:26 Lesmana Zimmer bug added subscriber Lesmana Zimmer