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 1OGFVh-0000CY-Fc for garchives@archives.gentoo.org; Sun, 23 May 2010 18:02:49 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F3889E0823; Sun, 23 May 2010 18:02:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id D3991E0823 for ; Sun, 23 May 2010 18:02:13 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 7F2261B4044 for ; Sun, 23 May 2010 18:02:13 +0000 (UTC) X-Virus-Scanned: amavisd-new at gentoo.org X-Spam-Score: -2.935 X-Spam-Level: X-Spam-Status: No, score=-2.935 required=5.5 tests=[AWL=-0.336, 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 uXur2c5Ks1Vy for ; Sun, 23 May 2010 18:02:07 +0000 (UTC) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by smtp.gentoo.org (Postfix) with ESMTP id E1A971B4037 for ; Sun, 23 May 2010 18:02:04 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1OGFUw-0000Yj-5n for gentoo-user@gentoo.org; Sun, 23 May 2010 20:02:02 +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 20:02:02 +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 20:02:02 +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 11:01:53 -0700 Message-ID: References: <20100522161039.2c52d639@osage.osagesoftware.com> <20100523092457.6f5773a7@osage.osagesoftware.com> <20100523105710.556f469b@osage.osagesoftware.com> <20100523125656.662bbe9c@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: <20100523125656.662bbe9c@osage.osagesoftware.com> X-Archives-Salt: 0e83ea84-c52d-43ce-bc1a-b37c44557b3d X-Archives-Hash: bb892ce94630216b13ee2de36bd25f87 On 05/23/2010 09:56 AM, David Relson wrote: > Output of "emerge -d ant-junit" is attached, though I don't understand > what the additional info means. The 'build.log' should contain the actual error message following the test for the system-vm. The test code will look something like this: + java-pkg_switch-vm + debug-print-function java-pkg_switch-vm + str='java-pkg_switch-vm: entering function' + shift + debug-print 'java-pkg_switch-vm: entering function, parameters: ' + '[' '!' -d /media/d/portage/dev-java/ant-junit-1.7.1/temp ']' + '[' 'java-pkg_switch-vm: entering function, parameters: ' ']' + '[' '' == on ']' + '[' -n '' ']' + echo 'java-pkg_switch-vm: entering function, parameters: ' + chmod g+w /media/d/portage/dev-java/ant-junit-1.7.1/temp/eclass-debug.log + shift + '[' '' ']' + java-pkg_needs-vm + debug-print-function java-pkg_needs-vm There are no error messages in my build.log but I expect there will be some obvious ones in yours.