Gentoo Archives: gentoo-user

From: walt <w41ter@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: Java problem
Date: Sun, 23 May 2010 18:02:49
Message-Id: htbqih$f9j$1@dough.gmane.org
In Reply to: Re: [gentoo-user] Re: Java problem by David Relson
1 On 05/23/2010 09:56 AM, David Relson wrote:
2
3 > Output of "emerge -d ant-junit" is attached, though I don't understand
4 > what the additional info means.
5
6 The 'build.log' should contain the actual error message following the test
7 for the system-vm. The test code will look something like this:
8
9 + java-pkg_switch-vm
10 + debug-print-function java-pkg_switch-vm
11 + str='java-pkg_switch-vm: entering function'
12 + shift
13 + debug-print 'java-pkg_switch-vm: entering function, parameters: '
14 + '[' '!' -d /media/d/portage/dev-java/ant-junit-1.7.1/temp ']'
15 + '[' 'java-pkg_switch-vm: entering function, parameters: ' ']'
16 + '[' '' == on ']'
17 + '[' -n '' ']'
18 + echo 'java-pkg_switch-vm: entering function, parameters: '
19 + chmod g+w /media/d/portage/dev-java/ant-junit-1.7.1/temp/eclass-debug.log
20 + shift
21 + '[' '' ']'
22 + java-pkg_needs-vm
23 + debug-print-function java-pkg_needs-vm
24 <lots of snippage>
25
26 There are no error messages in my build.log but I expect there will be some
27 obvious ones in yours.

Replies

Subject Author
Re: [gentoo-user] Re: Java problem David Relson <relson@×××××××××××××.com>