Cups on FreeBSd-12.1p7

Tijl Coosemans tijl at FreeBSD.org
Wed Jul 29 09:10:09 UTC 2020


On Tue, 28 Jul 2020 16:46:25 -0400 "James B. Byrne via
freebsd-questions" <freebsd-questions at freebsd.org> wrote:
> Following a pkg upgrade the printers on my desktop stopped working.  I use cups
> and I see this in /var/log/cups/error.log
> 
> D [28/Jul/2020:16:40:44 -0400] [Job 1820] While reading gs_ll3.ps:
> D [28/Jul/2020:16:40:44 -0400] [Job 1820] Error: /undefinedresource in
> findresource
> D [28/Jul/2020:16:40:44 -0400] [Job 1820] true  
> (gs_icc.ps\\000gs_mex_e.ps\\000gs_mro_e.ps\\000gs_pdf_e.ps\\000gs_wan_e.ps\\000pdf_ops.ps\\000pdf_rbld.ps\\000pdf_base.ps\\000pdf_draw.ps\\000gs_cff.ps\\000gs_mgl_e.ps\\000gs_ttf.ps\\000pdf_font.ps\\000pdf_main.ps\\000pdf_sec.ps\\000gs_epsf.ps\\000gs_pdfwr.ps)
>   (gs_ll3.ps)   1   Pscript5Idiom.pkgsave   IdiomSet   7  
> Pscript5Idiom.pkgsave

The pkgsave extension is used by pkg when it has to install a file over
an existing file.  It renames the existing file with this extension then.
Pscript5Idiom should be in /usr/local/share/ghostscript/9.52/Resource/IdiomSet/
So my guess is something went wrong with the registration of the
ghostscript package during a previous upgrade.  You can just remove this
file.  Maybe you should also search your system for other pkgsave files.



More information about the freebsd-questions mailing list