FS#51598 - [cups-filters] Update to 1.11.5 breaks printing
Attached to Project:
Arch Linux
Opened by Jörg Volbers (pil) - Monday, 31 October 2016, 09:08 GMT
Last edited by Andreas Radke (AndyRTR) - Wednesday, 02 November 2016, 21:15 GMT
Opened by Jörg Volbers (pil) - Monday, 31 October 2016, 09:08 GMT
Last edited by Andreas Radke (AndyRTR) - Wednesday, 02 November 2016, 21:15 GMT
|
Details
Description:
Printing with CUPS did not work anymore. Got the error message "filter failed" (on the cups web backend). Reverting to cups-filters to 1.11.4 made everything work fine again. I have no time and no energy to track the real cause, but thought it should be known. Additional info: * package version(s) cups-filters 1.11.5 cups-filters 1.11.4 Steps to reproduce: - If printing does not work anymore, downgrade cups-filters. |
This task depends upon
In my error_log there is a call to popplers pstops (because I use a Konica Minolta Workgroup Printer), which fails.
Best
Andreas
after being pointed to this bug report and downgrading cups-filters to 1.11.4 all is well.
https://bbs.archlinux.org/viewtopic.php?id=218970
D [31/Oct/2016:15:49:12 +0100] [Job 3679] Usage: pdftops job user title copies options [file]
with cups-filters 1.11.5 which closely resembles the output of
[user@host /]# /usr/lib/cups/filter/pdftops job user title copies [options file extra]
Usage: ./pdftops job user title copies options [file]
In both cases it calls the same /usr/lib/cups/filter/pdftopdf and /usr/lib/cups/filter/pdftops filters.
https://bugs.linuxfoundation.org/show_bug.cgi?id=1380#c13
./configure --with-pdftops-path=/usr/bin/pdftops
is a possible fix/workaround until 1.11.6 is released.
Tested myself with modified PKGBUILD for extra/cups-filters and works flawlessly.
I guess this should be closed.