Gentoo Archives: gentoo-user

From: David Relson <relson@×××××××××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: Java problem
Date: Mon, 24 May 2010 01:27:25
Message-Id: 20100523212629.45ad1317@osage.osagesoftware.com
In Reply to: [gentoo-user] Re: Java problem by walt
1 On Sun, 23 May 2010 11:01:53 -0700
2 walt wrote:
3
4 > On 05/23/2010 09:56 AM, David Relson wrote:
5 >
6 > > Output of "emerge -d ant-junit" is attached, though I don't
7 > > understand what the additional info means.
8 >
9 > The 'build.log' should contain the actual error message following the
10 > test for the system-vm. The test code will look something like this:
11 >
12 > + java-pkg_switch-vm
13 > + debug-print-function java-pkg_switch-vm
14 > + str='java-pkg_switch-vm: entering function'
15 > + shift
16 > + debug-print 'java-pkg_switch-vm: entering function, parameters: '
17 > + '[' '!' -d /media/d/portage/dev-java/ant-junit-1.7.1/temp ']'
18 > + '[' 'java-pkg_switch-vm: entering function, parameters: ' ']'
19 > + '[' '' == on ']'
20 > + '[' -n '' ']'
21 > + echo 'java-pkg_switch-vm: entering function, parameters: '
22 > + chmod
23 > g+w /media/d/portage/dev-java/ant-junit-1.7.1/temp/eclass-debug.log
24 > + shift
25 > + '[' '' ']'
26 > + java-pkg_needs-vm
27 > + debug-print-function java-pkg_needs-vm
28 > <lots of snippage>
29 >
30 > There are no error messages in my build.log but I expect there will
31 > be some obvious ones in yours.
32 >
33
34 Hi Walt,
35
36 What build.log file do you mean?
37
38 Running "emerge -d ant-junit" produces files:
39
40 /var/log/portage/dev-java:ant-junit-1.7.1:20100524-010955.log
41 /var/log/portage/elog/dev-java:ant-junit-1.7.1:20100524-010957.log
42
43 Neither file mentions "java-pkg_needs-vm". From where does
44 "java-pkg_needs-vm" come? Are there other files generated during
45 "emerge -d ..."?
46
47 I found java-pkg_needs-vm in /usr/portage/eclass/java-utils-2.eclass.
48 However "equery belongs /usr/portage/eclass/java-utils-2.eclass"
49 doesn't find an owning package for this file. Do you have this file?
50 What package owns it?

Replies

Subject Author
Re: [gentoo-user] Re: Java problem Kenneth Prugh <ken69267@×××××.com>
[gentoo-user] Re: Java problem walt <w41ter@×××××.com>