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 1OGE06-0002Go-7r for garchives@archives.gentoo.org; Sun, 23 May 2010 16:26:06 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DC879E07BA; Sun, 23 May 2010 16:25:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id B1492E07BA for ; Sun, 23 May 2010 16:25:01 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 5C7791B4057 for ; Sun, 23 May 2010 16:25:01 +0000 (UTC) X-Virus-Scanned: amavisd-new at gentoo.org X-Spam-Score: -2.936 X-Spam-Level: X-Spam-Status: No, score=-2.936 required=5.5 tests=[AWL=-0.337, BAYES_00=-2.599] 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 dCT7Hx+aRCYx for ; Sun, 23 May 2010 16:24:55 +0000 (UTC) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by smtp.gentoo.org (Postfix) with ESMTP id 799E11B4046 for ; Sun, 23 May 2010 16:24:52 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1OGDyp-0007Oc-G1 for gentoo-user@gentoo.org; Sun, 23 May 2010 18:24:47 +0200 Received: from adsl-69-234-193-222.dsl.irvnca.pacbell.net ([69.234.193.222]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 23 May 2010 18:24:47 +0200 Received: from w41ter by adsl-69-234-193-222.dsl.irvnca.pacbell.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 23 May 2010 18:24:47 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org connect(): No such file or directory From: walt Subject: [gentoo-user] Re: Java problem Date: Sun, 23 May 2010 09:24:35 -0700 Message-ID: References: <20100522161039.2c52d639@osage.osagesoftware.com> <20100523092457.6f5773a7@osage.osagesoftware.com> <20100523105710.556f469b@osage.osagesoftware.com> 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@dough.gmane.org X-Gmane-NNTP-Posting-Host: adsl-69-234-193-222.dsl.irvnca.pacbell.net User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.3a5pre) Gecko/20100522 Thunderbird/3.2a1pre In-Reply-To: <20100523105710.556f469b@osage.osagesoftware.com> X-Archives-Salt: afd10cf2-628e-4087-bacb-54f97ab69641 X-Archives-Hash: cb2cb97172d1dbae15b0f98b762bd0f4 On 05/23/2010 07:57 AM, David Relson wrote: > The important failure line seems to be: > > * Unable to determine VM for building from dependencies: > NV_DEPEND: dev-java/junit:0>=dev-java/java-config-2.1.9-r1 I'd suggest re-installing java-config-2 (just because), and then do emerge -d ant-junit to get the debugging output. Something useful may appear in build.log or eclass-debug.log. > > The ant-junit ebuild seems unusual because it doesn't download anything > Right, all the files come from the apache-ant tarball, and the ebuild takes only a few seconds to run.