[gs-bugs] [Bug 691292] New: pstopxl filter fails on Mac OS X
bugzilla-daemon at ghostscript.com
bugzilla-daemon at ghostscript.com
Tue May 11 19:05:35 UTC 2010
http://bugs.ghostscript.com/show_bug.cgi?id=691292
Summary: pstopxl filter fails on Mac OS X
Product: Ghostscript
Version: 8.71
Platform: Macintosh
OS/Version: MacOS X
Status: NEW
Severity: normal
Priority: P4
Component: CUPS driver
AssignedTo: till.kamppeter at gmail.com
ReportedBy: walterwego at macosx.com
QAContact: gs-bugs at ghostscript.com
CC: mike at easysw.com, twaugh at redhat.com
Estimated Hours: 0.0
The pstopxl CUPS filter fails on Mac OS X. The sed -r flag is not used in Mac
OS X. The -E flag should be used for extended regular expressions.
Changing all instances of 'sed -nre' to 'sed -nEe' corrects the problem and
allows the pstopxl filter to work properly.
Perhaps congifure could check to see if sed uses -r or -E and the /cups/pstopxl
filter changed appropriately during build.
--
Configure bugmail: http://bugs.ghostscript.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the gs-bugs
mailing list