Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 212263

Summary: dev-java/icu4j-3.6.1-r1 fails with ecj (javac of gcj-jdk)
Product: Gentoo Linux Reporter: Hanno Zysik (geki) <h.mth>
Component: [OLD] JavaAssignee: Java team <java>
Status: VERIFIED INVALID    
Severity: normal    
Priority: High    
Version: 2007.0   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: build.log

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. :)