Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 212263 - dev-java/icu4j-3.6.1-r1 fails with ecj (javac of gcj-jdk)
Summary: dev-java/icu4j-3.6.1-r1 fails with ecj (javac of gcj-jdk)
Status: VERIFIED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Java (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-04 10:45 UTC by Hanno Zysik (geki)
Modified: 2009-06-24 09:09 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,5.94 KB, text/plain)
2008-03-04 10:46 UTC, Hanno Zysik (geki)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Hanno Zysik (geki) 2008-03-04 10:45:51 UTC
Several of this error type:

The type xyz must implement the inherited abstract method Comparable.compareTo(Object)
Comment 1 Hanno Zysik (geki) 2008-03-04 10:46:38 UTC
Created attachment 145253 [details]
build.log
Comment 2 Kent Fredric (IRC: kent\n) (RETIRED) gentoo-dev 2008-03-14 05:31:09 UTC
(In reply to comment #1)
> Created an attachment (id=145253) [edit]
> build.log
> 

FWIW, editing build.xml and replacing 

source="1.4" target="1.4" 

everywhere with 

source="1.5" target="1.5" 

seems to make it compile ( seems to be the solution for many gcj bugs ) 
Comment 3 Jean-Noël Rivasseau (RETIRED) gentoo-dev 2008-08-23 08:18:56 UTC
Does the same happen with 3.8.1?
Comment 4 Hanno Zysik (geki) 2009-06-24 09:09:34 UTC
I do not use gcj-jdk anymore. :)