Skip Menu |

This queue is for tickets about the LaTeX-Driver CPAN distribution.

Report information
The Basics
Id: 79233
Status: resolved
Priority: 0/
Queue: LaTeX-Driver

People
Owner: ANDREWF [...] cpan.org
Requestors: zpmorgan [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: (no value)
Fixed in: (no value)



Subject: ps2pdf path is broken
The following 2 lines are from LaTeX/Driver/Paths.pm: $program_path{pdf2ps} = '/usr/bin/pdf2ps'; $program_path{ps2pdf} = '/usr/bin/pdf2ps'; It'd be a simple fix in LaTeX::Driver::Paths. This also breaks the custom 'pdf(ps)' format.
I see that the path is supposed to be set as part of the build process, but this isn't happening on my system. I've identified more offensive lines in Makefile.PM: fix_path_assignment(catfile('lib','LaTeX','Driver','Paths.pm'), 'ps2pdf', $PS2PDF); fix_path_assignment(catfile('lib','LaTeX','Driver','Paths.pm'), 'ps2pdf', $PDF2PS);
fixed in 0.12