Customer wishes to deploy FreeBSD workstations and servers throughout his enterprise. Things are going well...except for printing. Customer has many Debian, Fedora, openSUSE (Leap 15.3 and Tumbleweed and CentOS desktops, but most of his servers and some workstations are FreeBSD (12.2 and 13.0). CUPS driverless printing is the standard throughout. When attempting print a "Test Page" from system-config-printer, the CUPS web application or from the command line using lpr /usr/local/share/cups/data/testprint, the CUPS error log accumulates many lines of: [Job nn] Filter pdftoraster missing for \"output-format=apple-raster\" [Job nn] Print job was not accepted. [Job nn] Backend returned status 7 (retry job immediately) This sequence is repeated until the job is removed from the print queue. This same problem occurs when attempting to print from LibreOffice writer. Attempting to print an ascii file (e.g. /etc/hosts) is successful. No modifications of the CUPS software have been made to any of the systems under test. All testing is performed exactly the same on each platform.
You have to build cups-filters with the POPPLER option enabled. I could enable that by default if you want because poppler is already a dependency via the PSHYBRID option.
Thanks for the quick response. That option should be enabled so that FreeBSD is on a level playing field with the other distributions being considered. As I stated, we (FreeBSD) already have a significant presence with this customer, so anything that happens without extra effort (automatically) always looks good.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=03e35e391322633ead31d3c2ced12f23b8dbf4b2 commit 03e35e391322633ead31d3c2ced12f23b8dbf4b2 Author: Tijl Coosemans <tijl@FreeBSD.org> AuthorDate: 2021-09-18 15:41:21 +0000 Commit: Tijl Coosemans <tijl@FreeBSD.org> CommitDate: 2021-09-18 17:54:06 +0000 print/cups-filters: Update to 1.28.10 Enable POPPLER option by default to support some Brother printers. (Poppler was already a dependency through the PSHYBRID option.) PR: 258540 print/cups-filters/Makefile | 7 +++---- print/cups-filters/distinfo | 6 +++--- print/cups-filters/pkg-plist | 1 - 3 files changed, 6 insertions(+), 8 deletions(-)
Thanks for everything. We achieved parity with the other distributions due to your efforts. We (FreeBSD) have made a long-time customer very happy.