Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 503788 - net-print/foo2zjs - ?
Summary: net-print/foo2zjs - ?
Status: RESOLVED DUPLICATE of bug 503578
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-07 22:42 UTC by Vieri
Modified: 2014-03-08 16:54 UTC (History)
1 user (show)

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 Vieri 2014-03-07 22:42:43 UTC
emerge net-print/foo2zjs fails because it can't find foomatic-rip.

In case of cups-filters, the latter file is in /usr/libexec... not /usr/lib.
 
quick fix:

in src_prepare add:

sed -e "s~/usr/lib/cups/filter/foomatic-rip~/usr/libexec/cups/filter/foomatic-rip~g" -i Makefile

or for backward compatibility, patch Makefile and add an if statement with the libexec path.
Comment 1 Alex Xu (Hello71) 2014-03-07 23:29:54 UTC
Please attach the entire build.log.
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2014-03-08 16:54:58 UTC

*** This bug has been marked as a duplicate of bug 503578 ***