From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1MXhdy-0006fG-3f for garchives@archives.gentoo.org; Sun, 02 Aug 2009 20:26:58 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1971CE02B2; Sun, 2 Aug 2009 20:26:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id E6924E02B2 for ; Sun, 2 Aug 2009 20:26:56 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 86CE565B7D for ; Sun, 2 Aug 2009 20:26:56 +0000 (UTC) X-Virus-Scanned: amavisd-new at gentoo.org X-Spam-Score: -4.021 X-Spam-Level: X-Spam-Status: No, score=-4.021 required=5.5 tests=[AWL=-0.422, BAYES_00=-2.599, RCVD_IN_DNSWL_LOW=-1] Received: from smtp.gentoo.org ([127.0.0.1]) by localhost (smtp.gentoo.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id saI8qsR6+IEE for ; Sun, 2 Aug 2009 20:26:50 +0000 (UTC) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id D135F65BE9 for ; Sun, 2 Aug 2009 20:26:48 +0000 (UTC) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1MXhdh-00052J-QJ for gentoo-user@gentoo.org; Sun, 02 Aug 2009 20:26:42 +0000 Received: from adsl-69-234-194-244.dsl.irvnca.pacbell.net ([69.234.194.244]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 02 Aug 2009 20:26:41 +0000 Received: from w41ter by adsl-69-234-194-244.dsl.irvnca.pacbell.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 02 Aug 2009 20:26:41 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: walt Subject: [gentoo-user] Re: Java jdk Date: Sun, 02 Aug 2009 13:26:12 -0700 Message-ID: References: Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: adsl-69-234-194-244.dsl.irvnca.pacbell.net User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.3pre) Gecko/20090802 Shredder/3.0b4pre In-Reply-To: Sender: news X-Archives-Salt: 072a57a6-db13-4212-8020-0c677ddab5e2 X-Archives-Hash: d9fece26fdc965fb221fd62375a07ffc On 08/02/2009 12:42 PM, James wrote: > Calculating dependencies... done! > virtual/jdk-1.4.2 pulled in by: > dev-db/hsqldb-1.8.0.10 > dev-java/jdbc-mysql-5.0.8 > dev-java/jdbc-postgresql-8.3_p603-r1 > dev-util/eclipse-sdk-3.2.1-r3 > > > So it looks like I need this virtual/jdk-1.4.2 ??? > > but my choices are: # eselect java-vm list > Available Java Virtual Machines: > [1] blackdown-jdk-1.4.2 > [2] sun-jdk-1.6 system-vm IMO unless you're doing some really unusual/obscure java thing, you don't want or need the blacktown-jdk. I'm guessing that if you delete that and run revdep-rebuild you'll probably see those other packages get rebuilt against the sun-jdk-1.6 and that will get rid of the virtual jdk-1.4.2 for you. But I'm not putting any money on it ;)