Artix Linux Forum

Artix Linux => Package management => Topic started by: BobStockdale on 08 January 2025, 23:51:30

Title: Latest pacman -Syu update trashed cupsd
Post by: BobStockdale on 08 January 2025, 23:51:30
This happened on my wife's laptop running the standard kernel and on my workstation running the zen kernel. Nothing prints. Cups reports "filter failed". Do I need to delete the printer and then set up a new one? How can I fix the filter?
Title: Re: Latest pacman -Syu update trashed cupsd
Post by: LemonPie on 09 January 2025, 01:06:37
Did the wiki (https://wiki.archlinux.org/title/CUPS/Troubleshooting#CUPS:_%22Filter_failed%22) help? maybe provide more information from log.
Title: Re: Latest pacman -Syu update trashed cupsd
Post by: karaya on 09 January 2025, 20:58:10
Hi all,

This is probably due to poppler.
I got the 'filter failed' message too.
Code: (cups/error_log) [Select]
EPSON_ET-2720_Series_USB: error while loading shared libraries: libpoppler-cpp.so.1: cannot open shared object file: No such file or directory
poppler-25.01.0-1 no longer creates libpoppler-cpp.so.1 like 24-12-0-1, but libpoppler-cpp.so.2.

As a workaround I ran
Code: [Select]
ln -s libpoppler-cpp.so.2 libpoppler-cpp.so.1
but of course that is not a solution.
Title: Re: Latest pacman -Syu update trashed cupsd
Post by: BobStockdale on 09 January 2025, 22:56:25
I tried this work around and it did not work for me.
Title: Re: Latest pacman -Syu update trashed cupsd
Post by: SoftExpert on 10 January 2025, 00:29:47
There is a new cups build (cups-2:2.4.11-2) which will likely fix your issue.
Title: Re: Latest pacman -Syu update trashed cupsd
Post by: karaya on 10 January 2025, 08:41:59
Thank you.