Summary: | net-print/foo2zjs-99999999 - src_install(): Error: foomatic-rip is not installed! | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Viktor Yu. Kovalskii <vityokster> |
Component: | Current packages | Assignee: | Printing Team <printing> |
Status: | CONFIRMED --- | ||
Severity: | normal | CC: | dabbott, gentoo, rentorbuy |
Priority: | Normal | Keywords: | PullRequest |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: | https://github.com/gentoo/gentoo/pull/33695 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | 501466 | ||
Bug Blocks: | |||
Attachments: |
build.log
Path to foomatic-rip on Gentoo |
Description
Viktor Yu. Kovalskii
2014-03-06 06:44:08 UTC
Created attachment 371832 [details]
build.log
I have the same problem. net-print/foo2zjs looks for foomatic-rip in the following places /usr/local/libexec/cups/filter/ /usr/lib/cups/filter/ /usr/lib/lp/bin/ But net-print/cups-filters installs it in /usr/libexec/cups/filter/ Version and useflags for cups-filters: net-print/cups-filters-1.0.43-r1 USE="dbus foomatic jpeg png tiff -perl -static-libs -zeroconf" *** Bug 503788 has been marked as a duplicate of this bug. *** Created attachment 375036 [details, diff]
Path to foomatic-rip on Gentoo
ebuild patch
diff -u /usr/portage/net-print/foo2zjs/foo2zjs-99999999.ebuild foo2zjs-99999999.ebuild
--- /usr/portage/net-print/foo2zjs/foo2zjs-99999999.ebuild 2014-01-05 17:01:28.000000000 -0500
+++ foo2zjs-99999999.ebuild 2014-04-15 16:45:24.234593518 -0400
@@ -37,6 +37,7 @@
epatch "${FILESDIR}/${PN}-udev.patch"
epatch "${FILESDIR}/${PN}-usbbackend.patch"
+ epatch "${FILESDIR}/${PN}-foomatic-rip.patch"
cd "${S}"
Installed here, did not test, no hardware
(In reply to David Abbott from comment #4) Thank you for the patch, I can confirm that it fixes the problem. Tested with net-print/cups-filters-1.0.53 and a HP LaserJet P1005 printer. I propose that the fix is committed to the tree and than this bug can be closed fixed! |