Gentoo Archives: gentoo-user

From: Helmut Jarausch <jarausch@××××××.be>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] eselect mystery - please help [SOLVED]
Date: Thu, 02 Aug 2018 11:05:24
Message-Id: 6M3ESEAA.OTVNQBGY.WDRRT35V@DD4ISBPI.2G3EAA27.TEI3YTXL
In Reply to: [gentoo-user] eselect mystery - please help by Helmut Jarausch
1 On 08/01/2018 11:13:15 AM, Helmut Jarausch wrote:
2 > Hi,
3 >
4 > after an emerge --dep-clean yesterday, I've noticed today that I
5 > don't have any java-jkd / jre available anymore.
6 > Although I've emerged dev-java/oracle-jre-bin dev-java/oracle-jre-bin
7 > eselect java-vm list
8 > doesn't show these.
9 >
10 > How make these "visible" to eselect again?
11 >
12
13 It turned out that I had dev-java/oracle-jdk-bin-1.8.0.172 and
14 dev-java/oracle-jdk-bin-9.0.4-r2 installed here.
15 emerge --depclean (I modified the list by hand) removed
16 dev-java/oracle-jdk-bin-1.8.0.172 and any new
17 emerge dev-java/oracle-jdk-bin re-emerged the 9.0.4 version.
18
19 But eselect java-vm does NOT recognize any Java-9 package.
20 The solution was to reinstall dev-java/oracle-jdk-bin:1.8
21
22 Thanks for all how had helped me,
23 Helmut