* [gentoo-java] Tomcat 5.5.16
@ 2006-03-26 13:37 Miroslav Šulc
2006-03-26 14:52 ` [gentoo-java] " Wiktor Wandachowicz
0 siblings, 1 reply; 3+ messages in thread
From: Miroslav Šulc @ 2006-03-26 13:37 UTC (permalink / raw
To: gentoo-java
[-- Attachment #1: Type: text/plain, Size: 2159 bytes --]
Hi,
did someone succeed with building of Tomcat 5.5.16 from java
experimental overlay? I get error while building tomcat-util:
[javac] 133. protected Collection<? extends CRL> getCRLs(String crlf)
[javac] ^-------------^
[javac] *** Semantic Error: Using type arguments to access generic
types requires the use of "-source 1.5" or greater. Compilation will
continue using the raw type "java.util.Collection", but no class file
will be emitted.(not yet implemented)
[javac] 140. Collection<? extends CRL> crls = null;
[javac] ^-------------^
[javac] *** Semantic Error: Using type arguments to access generic
types requires the use of "-source 1.5" or greater. Compilation will
continue using the raw type "java.util.Collection", but no class file
will be emitted.(not yet implemented)
BUILD FAILED
/var/tmp/portage/tomcat-5.5.16/work/apache-tomcat-5.5.16-src/build.xml:49:
The following error occurred while executing this line:
/var/tmp/portage/tomcat-5.5.16/work/apache-tomcat-5.5.16-src/build/build.xml:584:
The following error occurred while executing this line:
/var/tmp/portage/tomcat-5.5.16/work/apache-tomcat-5.5.16-src/build/build.xml:188:
The following error occurred while executing this line:
/var/tmp/portage/tomcat-5.5.16/work/apache-tomcat-5.5.16-src/connectors/util/build.xml:75:
Compile failed; see the compiler error output for details.
Total time: 32 seconds
!!! ERROR: www-servers/tomcat-5.5.16 failed.
Call stack:
ebuild.sh, line 1526: Called dyn_compile
ebuild.sh, line 923: Called src_compile
tomcat-5.5.16.ebuild, line 130: Called die
!!! compile failed
!!! If you need support, post the topmost build error, and the call
stack if relevant.
!!! When you filing a bug report, please include the following information:
GENTOO_VM(sun-jdk-1.5) CLASSPATH() JAVA_HOME(/opt/sun-jdk-1.5.0.06)
JAVACFLAGS(-source 1.5 -target 1.5) COMPILER()
I am not a pro but it seems to me that JAVACFLAGS are not applied. I
have migration and axxo overlay installed.
--
Miroslav Šulc
[-- Attachment #2: miroslav.sulc.vcf --]
[-- Type: text/x-vcard, Size: 349 bytes --]
begin:vcard
fn;quoted-printable:Miroslav =C5=A0ulc
n;quoted-printable:=C5=A0ulc;Miroslav
org:StartNet s.r.o.
adr;quoted-printable;quoted-printable:;;Schodov=C3=A1 309/10;Praha 5;;150 00;=C4=8Cesk=C3=A1 republika
email;internet:miroslav.sulc@startnet.cz
tel;cell:+420 603 711 413
x-mozilla-html:TRUE
url:http://www.startnet.cz
version:2.1
end:vcard
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-java] Re: Tomcat 5.5.16
2006-03-26 13:37 [gentoo-java] Tomcat 5.5.16 Miroslav Šulc
@ 2006-03-26 14:52 ` Wiktor Wandachowicz
2006-03-26 15:19 ` Miroslav Šulc
0 siblings, 1 reply; 3+ messages in thread
From: Wiktor Wandachowicz @ 2006-03-26 14:52 UTC (permalink / raw
To: gentoo-java
> I am not a pro but it seems to me that JAVACFLAGS are not applied. I
> have migration and axxo overlay installed.
I am not an expert too, but the following page:
https://projects.gentooexperimental.org/expj/wiki/Using_migration-overlay
states simply that:
"If you were using axxo-overlay, you can simply replace
/usr/local/overlay/axxo-overlay with /usr/local/overlays/migration-overlay."
Maybe mixing too much overlays at once is the problem?
Would sticking to only one of the overlays do the trick for you?
Friendly,
--
gentoo-java@gentoo.org mailing list
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [gentoo-java] Re: Tomcat 5.5.16
2006-03-26 14:52 ` [gentoo-java] " Wiktor Wandachowicz
@ 2006-03-26 15:19 ` Miroslav Šulc
0 siblings, 0 replies; 3+ messages in thread
From: Miroslav Šulc @ 2006-03-26 15:19 UTC (permalink / raw
To: gentoo-java
[-- Attachment #1: Type: text/plain, Size: 934 bytes --]
Wiktor,
thank you for your suggestion. I tried what you suggest - removed axxo's
overlay, then tried to emerge tomcat, at this moment it complained
generation 1 build VM is not set so I set one and then ... it compiled.
Thank you very much for your help. Maybe I should learn reading better :-)
Miroslav Šulc
Wiktor Wandachowicz napsal(a):
>> I am not a pro but it seems to me that JAVACFLAGS are not applied. I
>> have migration and axxo overlay installed.
>>
>
> I am not an expert too, but the following page:
> https://projects.gentooexperimental.org/expj/wiki/Using_migration-overlay
>
> states simply that:
> "If you were using axxo-overlay, you can simply replace
> /usr/local/overlay/axxo-overlay with /usr/local/overlays/migration-overlay."
>
> Maybe mixing too much overlays at once is the problem?
> Would sticking to only one of the overlays do the trick for you?
>
> Friendly,
>
>
[-- Attachment #2: miroslav.sulc.vcf --]
[-- Type: text/x-vcard, Size: 349 bytes --]
begin:vcard
fn;quoted-printable:Miroslav =C5=A0ulc
n;quoted-printable:=C5=A0ulc;Miroslav
org:StartNet s.r.o.
adr;quoted-printable;quoted-printable:;;Schodov=C3=A1 309/10;Praha 5;;150 00;=C4=8Cesk=C3=A1 republika
email;internet:miroslav.sulc@startnet.cz
tel;cell:+420 603 711 413
x-mozilla-html:TRUE
url:http://www.startnet.cz
version:2.1
end:vcard
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2006-03-26 15:19 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-03-26 13:37 [gentoo-java] Tomcat 5.5.16 Miroslav Šulc
2006-03-26 14:52 ` [gentoo-java] " Wiktor Wandachowicz
2006-03-26 15:19 ` Miroslav Šulc
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox