From: Solomon P. <pi...@sh...> - 2025-01-22 14:28:04
|
On Tue, Jan 21, 2025 at 04:53:21PM +0100, Temuri Doghonadze wrote: > Please, see src/cups/test-ppds.log below. Did it twice, after doing > make distclean. Is there a version of gutenprint already installed? It's possible that is being used by the tests instead. A less efficient method is to manually generate some PPD files and run those through cupstestppd. For example: $ cups-genppd.5.3 -Z -p /tmp scp2-fujifilm-dx100 done. $ cupstestppd /tmp/stp-scp2-fujifilm-dx100.5.3.ppd /tmp/stp-escp2-fujifilm-dx100.5.3.ppd: FAIL **FAIL** Unable to open PPD file - Illegal translation string on line 10148. REF: Page 27, section 3.5. Line 10148 is: *ka.Translation StpiShrinkOutput/თუ საჭიროა, საზღვრებში ჩასატევად გვერდის დაპატარავება: "" Those 53 characters encode into 147 bytes, well over the 80 byte PPD limit. Fix that, repeat the process until you get no more errors.. FWIW It would probably not be too hard to write a script to to extract all 'ka.' strings from the PPD and calculate a length check across each. - Solomon -- Solomon Peachy pizza at shaftnet dot org (email&xmpp) @pizza:shaftnet dot org (matrix) Dowling Park, FL speachy (libera.chat) |