OpenCSW Bug Tracker


Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0005290 [ghostscript_filters] minor always 2016-11-21 23:54 2016-11-22 08:38
Reporter baataboom View Status public  
Assigned To dam
Priority normal Resolution open  
Status confirmed  
Summary 0005290: CUPS ghostscript filter refers to non-existent sed command
Description The following is found in the CUPS log file (/var/opt/csw/logs/cups/error_log) on Solaris 10.

/opt/csw/lib/cups/filter/gstopxl[143]: /opt/csw/bin/sed: not found

This sed command is referenced 15 times in the file.

I could not find any CSW package that installs sed in the above location.


Additional Information I didn't see any other CUPS filters in that directory that used sed, so I'm going to modify the gstopxl filter to point to /bin/sed instead.
Tags No tags attached.
Attached Files

- Relationships
related to 0004913closeddam ghostscript pstopxl: Solaris /bin/sh cannot eval $( ), sed has not option -r 

-  Notes
(0011218)
baataboom (reporter)
2016-11-22 00:17

The attempted workaround regarding sed didn't work. It expects -E to be a valid option but it's isn't for /usr/bin/sed or /usr/xpg4/bin/sed. I've read that -E is valid on OSX and that it's an undocumented alias for -r on GNU sed.
(0011219)
dam (administrator)
2016-11-22 08:38

This was introduced in the fix for 0004913
  https://buildfarm.opencsw.org/trac/browser/csw/mgar/pkg/ghostscript/trunk/files/0001-Use-ksh-and-GNU-sed-as-reported-in-4913.patch?rev=21288 [^]

This is obviously wrong as there is no /opt/csw/bin/sed. What is meant is /opt/csw/gnu/sed or /opt/csw/bin/gsed.


Copyright © 2000 - 2008 Mantis Group
Powered by Mantis Bugtracker