Date: Wed, 29 Jul 2020 11:10:05 +0200 From: =?UTF-8?B?VMSzbA==?= Coosemans <tijl@FreeBSD.org> To: freebsd-questions@freebsd.org Cc: byrnejb@harte-lyne.ca Subject: Re: Cups on FreeBSd-12.1p7 Message-ID: <20200729111005.69aba9bf@FreeBSD.org> In-Reply-To: <927fbf2aa31817ad0939bc7557591bf4.squirrel@webmail.harte-lyne.ca> References: <927fbf2aa31817ad0939bc7557591bf4.squirrel@webmail.harte-lyne.ca>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 28 Jul 2020 16:46:25 -0400 "James B. Byrne via freebsd-questions" <freebsd-questions@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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20200729111005.69aba9bf>