Gentoo Archives: gentoo-dev

From: Nils Ohlmeier <lists@××××××××.de>
To: gentoo-dev@g.o
Subject: [gentoo-dev] Double java entries in portage profiles
Date: Sat, 19 Jan 2002 22:34:54
Message-Id: 20020120043611.198C51EB56@alderan.ohlmeier.de
1 Hi all,
2
3 an 'emerge --pretend --world update' produces this output at my box:
4
5 ...
6 ..................................................................... done!
7 [ebuild N ] dev-java/blackdown-jre-1.3.1-r2 to /
8
9 But the blackdown-jdk is installed and if i'm not completly wrong a jre is
10 included in the jdk.
11 After grepping and searching a long time i found the entries:
12
13 virtual/jdk dev-java/blackdown-jdk
14 virtual/jre dev-java/blackdown-jre
15
16 in /usr/portage/profiles/default-1.0_rc6/virtuals which lets emerge think it
17 should install the jdk and the jre.
18 Removing the line with the jre solves my double installation problem, but
19 since i'm not a developer of portage i'm not sure if this is right solution.
20 I assume that the jre entry is sensfull and should be removed, but it seems
21 to lead to an installation of the jre and the jdk, if the jdk is installed
22 first.
23
24 Any comments?
25
26 Greetings
27 Nils

Replies

Subject Author
Re: [gentoo-dev] Double java entries in portage profiles Nils Ohlmeier <lists@××××××××.de>