Gentoo Archives: gentoo-user

From: Kevin O'Gorman <kogorman@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Java configuration is hosed
Date: Tue, 22 Jul 2008 16:51:41
Message-Id: 9acccfe50807220951x59d9bcf9p50755881ea5e7faa@mail.gmail.com
1 I cannot emerge the latest xulrunner, but the root cause appears to be
2 my Java configuration. I haven't touched it in ages, so I have no
3 idea how this happened.
4
5 The evidence:
6 treat ~ # eselect java-vm list
7 Available Java Virtual Machines:
8 [1] sun-jdk-1.4
9 [2] sun-jdk-1.6 system-vm
10 treat ~ #
11
12 So far so good, but
13 treat ~ # java-config --list-available-vms
14 Traceback (most recent call last):
15 File "/usr/bin/java-config-2", line 8, in <module>
16 from java_config_2 import __version__
17 ImportError: No module named java_config_2
18 treat ~ #
19
20 Which seems to mean there should be a file /usr/bin/java-config-2, but
21 there is not.
22 Where should it come from?
23
24
25 --
26 Kevin O'Gorman, PhD

Replies

Subject Author
Re: [gentoo-user] Java configuration is hosed Dale <dalek1967@×××××××××.net>
Re: [gentoo-user] Java configuration is hosed Dave Jones <Dave.Jones@××××××.nl>