Gentoo Archives: gentoo-user

From: Matthias Hanft <mh@×××××.de>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Why does Java-Runtime want to print and X and all that?
Date: Mon, 17 Jul 2017 16:55:34
Message-Id: a539b487-1aae-cfdd-1b58-12b577f7132c@hanft.de
In Reply to: Re: [gentoo-user] Why does Java-Runtime want to print and X and all that? by Michael Orlitzky
1 Michael Orlitzky wrote:
2 >
3 > Try turning off USE="gtk" and turning on USE="headless-awt" for icedtea-bin.
4
5 Thanks. With a total of "-alsa -cups -gtk headless-awt -webstart", it reduces to
6
7 --- cut here ---
8
9 home01 ~ # emerge -pv jre
10
11 These are the packages that would be merged, in order:
12
13 Calculating dependencies... done!
14 [ebuild N ] app-eselect/eselect-java-0.3.0::gentoo 14 KiB
15 [ebuild N ] sys-apps/baselayout-java-0.1.0::gentoo 71 KiB
16 [ebuild N ] dev-java/java-config-2.2.0-r3:2::gentoo USE="{-test}" PYTHON_TARGETS="python2_7 python3_4 (-python3_5) (-python3_6)" 51 KiB
17 [ebuild N ] dev-java/icedtea-bin-3.4.0:8::gentoo USE="headless-awt -alsa -cups -doc -examples -gtk -multilib -nsplugin -pulseaudio (-selinux) -source -webstart" ABI_X86="(64) -32 (-x32)" 60397 KiB
18 [ebuild N ] virtual/jdk-1.8.0-r3:1.8::gentoo 0 KiB
19 [ebuild N ] virtual/jre-1.8.0-r1:1.8::gentoo 0 KiB
20
21 Total: 6 packages (6 new), Size of downloads: 60532 KiB
22
23 --- cut here ---
24
25 This looks pretty reasonable.
26
27 Ironically, in the meantime I found a better suitable package which doesn't
28 need Java at all :-) Thanks anyway...
29
30 -Matt