Gentoo Archives: gentoo-user

From: Dave Jones <Dave.Jones@××××××.nl>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Java configuration is hosed
Date: Tue, 22 Jul 2008 17:35:00
Message-Id: 48861A41.5040401@xs4all.nl
In Reply to: [gentoo-user] Java configuration is hosed by Kevin O'Gorman
1 Hi Kevin
2
3 Kevin O'Gorman wrote on 22/07/08 18:51:
4 > I cannot emerge the latest xulrunner, but the root cause appears to be
5 > my Java configuration. I haven't touched it in ages, so I have no
6 > idea how this happened.
7 >
8 > The evidence:
9 > treat ~ # eselect java-vm list
10 > Available Java Virtual Machines:
11 > [1] sun-jdk-1.4
12 > [2] sun-jdk-1.6 system-vm
13 > treat ~ #
14 >
15 > So far so good, but
16 > treat ~ # java-config --list-available-vms
17 > Traceback (most recent call last):
18 > File "/usr/bin/java-config-2", line 8, in <module>
19 > from java_config_2 import __version__
20 > ImportError: No module named java_config_2
21 > treat ~ #
22 >
23 > Which seems to mean there should be a file /usr/bin/java-config-2, but
24 > there is not.
25 > Where should it come from?
26
27 I had the same problem yesterday, ran python-updater to fix it.
28
29 That did an awful lot of re-compiling (including OpenOffice), but it
30 worked for me.
31
32 Cheers, Dave

Replies

Subject Author
Re: [gentoo-user] Java configuration is hosed Kevin O'Gorman <kogorman@×××××.com>