Gentoo Archives: gentoo-user

From: Jacques Montier <jacques.montier@×××××××××××.fr>
To: gentoo-user@l.g.o
Subject: [solved] Re: [gentoo-user] kaffe compile failed
Date: Thu, 12 Nov 2009 17:15:06
Message-Id: 4AFC4296.3020109@numericable.fr
In Reply to: Re: [gentoo-user] kaffe compile failed by Alan McKinnon
1 Alan McKinnon a gentiment tapote:
2 > On Thursday 12 November 2009 18:13:03 Jacques Montier wrote:
3 >> Hi all,
4 >>
5 >> My system wants me to install dev-java/kaffe (i didn't need it
6 >> before...) but kaffe fails to compile.
7 >
8 > I think you are missing an ACCEPT_LICENSE statement in make.conf, so portage
9 > wants to pull in that ancient jvm instead of sun-jdk or icedtea
10 >
11 > $ grep LICENSE /etc/make.conf
12 > ACCEPT_LICENSE="dlj-1.1 sun-bcla-java-vm"
13 >
14 >
15
16 Thank you for your help.
17 I found the same issue
18 http://bugs.gentoo.org/231198
19 So i patched the kaffe ebuild with kaffe-alsa-1.0.16.patch.
20 And then kaffe-1.1.7-r4 compiled fine.
21 Now it works and java-config -L gives
22 *) IcedTea6-bin 1.6.1 [icedtea6-bin]
23 2) Kaffe 1.1.7 [kaffe]
24
25 One question : what the use of Kaffe vm as i use IcedTea6-bin ?
26 Thanks again,
27
28 Best regards,
29
30 --
31 Jacques

Replies

Subject Author
Re: [solved] Re: [gentoo-user] kaffe compile failed Alan McKinnon <alan.mckinnon@×××××.com>