Gentoo Archives: gentoo-java

From: Corey <corey_s@×××××.net>
To: gentoo-java@l.g.o
Subject: Re: [gentoo-java] tomcat 6 on amd64
Date: Thu, 24 May 2007 22:51:51
Message-Id: 200705241559.12139.corey_s@qwest.net
In Reply to: Re: [gentoo-java] tomcat 6 on amd64 by "William L. Thomson Jr."
1 On Thursday 24 May 2007 03:44:14 pm William L. Thomson Jr. wrote:
2 > Cory,
3 > Are you running a Opteron processor?
4 >
5
6 Thanks a ton for the fast response - this has had me pretty frustrated;
7
8 I'm on a Sempron, from /proc/cpuinfo:
9 processor : 0
10 vendor_id : AuthenticAMD
11 cpu family : 15
12 model : 44
13 model name : AMD Sempron(tm) Processor 2800+
14
15
16 > > Anyhow, I can't get tomcat6 installed on my amd64 system; the ebuild dies
17 > > with:
18 >
19 > Please see bug for more information
20 > http://bugs.gentoo.org/show_bug.cgi?id=178980
21 >
22
23 Ok, I'll read through that.
24
25
26 > > ... I've read plenty of similar things, in which the big fix appears to
27 > > set '-J-Xmx256m' or thereabouts to the javac... however, being somewhat
28 > > new to java, I'm not certain where/how to do this in the ebuild, or
29 > > during the emerge.
30 >
31 > You can add
32 >
33 > export ANT_OPTS="-Xmx128m"
34 >
35 > Just after src_compile and digest ebuild.
36 >
37
38 Excellent, thankyou - I'll try this right now.
39
40
41 > Or use any jdk BUT 1.5.0.11 on amd64 Opterons.
42 >
43
44 Does the same advice apply for Semprons?
45
46 --
47 gentoo-java@g.o mailing list

Replies

Subject Author
Re: [gentoo-java] tomcat 6 on amd64 Corey <corey_s@×××××.net>
Re: [gentoo-java] tomcat 6 on amd64 "William L. Thomson Jr." <wltjr@g.o>