Gentoo Archives: gentoo-user

From: "Bo Ørsted Andresen" <bo.andresen@××××.dk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Problem installing subversion
Date: Mon, 29 Jan 2007 11:56:08
Message-Id: 200701291250.36117.bo.andresen@zlin.dk
In Reply to: [gentoo-user] Problem installing subversion by Jeffrey Rollin
1 On Monday 29 January 2007 10:51:48 Jeffrey Rollin wrote:
2 > I'm having the following problem installing subversion:
3 >
4 > Traceback (most recent call last):
5 > File "/usr/bin/depend-java-query", line 85, in ?
6 > (options, args) = parser.parse_args()
7 > File "/usr/lib/python2.4/optparse.py", line 1275, in parse_args
8 > stop = self._process_args(largs, rargs, values)
9 > File "/usr/lib/python2.4/optparse.py", line 1315, in _process_args
10 > self._process_long_opt(rargs, values)
11 > File "/usr/lib/python2.4/optparse.py", line 1390, in _process_long_opt
12 > option.process(opt, value, values, self)
13 > File "/usr/lib/python2.4/optparse.py", line 707, in process
14 > return self.take_action(
15 > File "/usr/lib/python2.4/optparse.py", line 726, in take_action
16 > self.callback(self, opt, value, parser, *args, **kwargs)
17 > File "/usr/bin/depend-java-query", line 49, in get_vm
18 > vm = verman.get_vm(value)
19 > File "/usr/share/java-config-2/pym/java_config/VersionManager.py", line
20 > 151, in get_vm
21 > raise Exception("Couldn't find suitable VM. Possible invalid dependency
22 > string.")
23 > Exception: Couldn't find suitable VM. Possible invalid dependency string.
24 > * Unable to determine VM for building from dependencies:
25 [SNIP]
26 > Please help!
27
28 My guess is that this is equivalent to bug #152817 [1]. You probably need to
29 install a version 1.4 VM. If that doesn't help you provide the output of
30 `java-check-environment`, `java-config -L` and `emerge --info`. If it does
31 help you it may be worth filing a bug about this.
32
33 [1] https://bugs.gentoo.org/show_bug.cgi?id=152817
34
35 --
36 Bo Andresen