Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 374781 - net-print/hplip cannot meet depends for >=net-print/cups-1.4.6
Summary: net-print/hplip cannot meet depends for >=net-print/cups-1.4.6
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-11 06:10 UTC by Roger
Modified: 2011-07-13 10:45 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 Roger 2011-07-11 06:10:59 UTC
net-print/hplip cannot meet depends for >=net-print/cups-1.4.6 as cups ebuilds now mask net-print/cupsddk.

hplip needs cupsddk.

Reproducible: Always




(I heard somewhere on a Gentoo Bug report, cups split usb drivers from the core cups package.  However, there's yet to be an ebuild to satisfy the cups usb drivers?)
Comment 1 Pacho Ramos gentoo-dev 2011-07-11 11:44:24 UTC
Please attach full build.log and show emerge --info output
Comment 2 Roger 2011-07-11 22:59:21 UTC
cups-1.4.6-r2.ebuild:
RDEPEND="!net-print/cupsddk"

hplip-3.1*.ebuild:
RDEPEND="!static-ppds? ( || ( >=net-print/cups-1.4.0 net-print/cupsddk ) )


net-print/hplip
(X hpcups scanner snmp -acl -doc -fax -hpijs -kde -libnotify -minimal -parport -policykit -qt4 -static-ppds)



It looks as if hplip ebuild USE option "static-ppds" is turned-off by default.  Once turned on, the emerge world continues successfully.

To fix, turn-on "static-ppds" on by default with the hplip ebuilds.
Comment 3 Mike Gilbert gentoo-dev 2011-07-12 01:04:19 UTC
Please post the full output from emerge -pv net-print/hplip, along with emerge --info as previously requested.