Re: [gentoo-user] Why does Java-Runtime want to print and X and all that?

2017-07-17 Thread Matthias Hanft
Michael Orlitzky wrote: > > Try turning off USE="gtk" and turning on USE="headless-awt" for icedtea-bin. Thanks. With a total of "-alsa -cups -gtk headless-awt -webstart", it reduces to --- cut here --- home01 ~ # emerge -pv jre These are the packages that would be merged, in order:

Re: [gentoo-user] Why does Java-Runtime want to print and X and all that?

2017-07-17 Thread R0b0t1
On Mon, Jul 17, 2017 at 8:52 AM, Matthias Hanft wrote: > > This can't be true, can it? Do I really need all this just to run > some simple Java software? I can't believe this... > The "headless-awt" flag disables some functionality, but per the name it only affects the Abstract

Re: [gentoo-user] Why does Java-Runtime want to print and X and all that?

2017-07-17 Thread Michael Orlitzky
On 07/17/2017 09:52 AM, Matthias Hanft wrote: > > [ebuild N ] dev-java/icedtea-bin-3.4.0:8::gentoo USE="alsa cups > gtk webstart -doc -examples -headless-awt -multilib -nsplugin > -pulseaudio (-selinux) -source" ABI_X86="(64) -32 (-x32)" 60397 KiB Try turning off USE="gtk" and turning on

[gentoo-user] Why does Java-Runtime want to print and X and all that?

2017-07-17 Thread Matthias Hanft
Hi, I'm thinking of installing a software (not in tree) which needs a Java Runtime Environment. I guess I need "virtual/jre" for this, but it wants to install 57 packages, including cups and many x11- proto packages, including "cups" and "X" USE flags, and "cairo" keyword failure: --- cut here