Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 729086 - net-print/cnijfilter2 - incorrect command in /usr/share/ppd/cupsfilters/canonts3100.ppd
Summary: net-print/cnijfilter2 - incorrect command in /usr/share/ppd/cupsfilters/canon...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Tupone Alfredo
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2020-06-22 06:25 UTC by Davyd McColl
Modified: 2020-07-02 04:10 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Davyd McColl 2020-06-22 06:25:27 UTC
Package net-print/cnijfilter2-5.50 installs ppds for the Canon TS3100. Unfortunately, I think there's a typo in /usr/share/ppd/cupsfilters/canonts3100.ppd which results in seeing the message "/usr/libexec/cups/filter/cmdtocanonij3 not available" when querying the printer status (so this shows in print dialogs too).

As far as I can tell, there is no /usr/libexec/cups/filter/cmdtocanonij3, however there is a /usr/libexec/cups/filter/cmdtocanonij2

Updating line 39 of canonts3100.ppd from

*cupsFilter: "application/vnd.cups-command 0 cmdtocanonij3"

to

*cupsFilter: "application/vnd.cups-command 0 cmdtocanonij2"

resolves the issue and I can print without trouble.
Comment 1 Larry the Git Cow gentoo-dev 2020-06-27 15:03:10 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26bd8e0e1ee016243117b57e43fdc4c3e1654f41

commit 26bd8e0e1ee016243117b57e43fdc4c3e1654f41
Author:     Alfredo Tupone <tupone@gentoo.org>
AuthorDate: 2020-06-27 15:02:45 +0000
Commit:     Alfredo Tupone <tupone@gentoo.org>
CommitDate: 2020-06-27 15:02:45 +0000

    net-print/cnijfilter2: build cmdtocanonij3
    
    Closes: https://bugs.gentoo.org/729086
    Package-Manager: Portage-2.3.99, Repoman-2.3.23
    Signed-off-by: Alfredo Tupone <tupone@gentoo.org>

 net-print/cnijfilter2/cnijfilter2-5.50.ebuild      | 23 +++++++++++++++++-----
 .../files/cnijfilter2-5.50-gentoo.patch            |  8 ++++++++
 2 files changed, 26 insertions(+), 5 deletions(-)
Comment 2 Tupone Alfredo gentoo-dev 2020-06-27 15:04:05 UTC
Hope this is better.
Comment 3 Davyd McColl 2020-07-02 04:10:31 UTC
Thanks for sorting this out -- I've updated and it all looks good (: