Gentoo Archives: gentoo-user

From: Matthias Hanft <mh@×××××.de>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Java wants cups?
Date: Sat, 02 Apr 2022 07:32:25
Message-Id: 44110273-f595-ad71-0fde-7f1047e70f0c@hanft.de
1 Hi,
2
3 after "emerge --sync" today, and "emerge -auv @world", I got the
4 message:
5
6 emerge: there are no ebuilds built with USE flags to satisfy ">=app-text/ghostscript-gpl-9.09[cups]".
7 !!! One of the following packages is required to complete your request:
8 - app-text/ghostscript-gpl-9.55.0-r1::gentoo (Change USE: +cups)
9 (dependency required by "net-print/cups-filters-1.28.10-r3::gentoo[postscript]" [ebuild])
10 (dependency required by "net-print/cups-2.3.3_p2-r3::gentoo" [ebuild])
11 (dependency required by "dev-java/openjdk-11.0.14_p9-r1::gentoo" [ebuild])
12 (dependency required by "virtual/jdk-11-r2::gentoo" [ebuild])
13 (dependency required by "@selected" [set])
14 (dependency required by "@world" [argument])
15
16 But:
17
18 - the cups USE flag is globally disabled (and nowhere locally
19 enabled);
20 - since this is a virtual server, no printers at all are used/
21 connected/configured.
22
23 I could run emerge with USE="cups", but in this case ~30 new
24 packages would be installed (many, many "libXsomething" among
25 them). And I would have a completely useless printing system.
26
27 How do I get rid of all those cups things?
28
29 Thanks,
30
31 -Matt

Replies

Subject Author
Re: [gentoo-user] Java wants cups? Michael <confabulate@××××××××.com>
Re: [gentoo-user] Java wants cups? Walter Dnes <waltdnes@××××××××.org>