Bug#259789: libgcj4: java.text.CollationElementIterator lacks getOffset()
Package: libgcj4
Version: 1:3.3.4-3
Severity: normal
I'm trying to use gcj to compile the xalan xsl library into native code.
However, I am running into the following problem:
org/apache/xml/utils/StringComparable.java: In class
`org.apache.xml.utils.StringComparable':
org/apache/xml/utils/StringComparable.java: In method
`org.apache.xml.utils.StringComparable.getFirstCaseDiff(java.lang.String,java.lang.String,java.util.Locale)':
org/apache/xml/utils/StringComparable.java:137: error: class
'java.text.CollationElementIterator' has no method named 'getOffset'
matching signature '()I'
org/apache/xml/utils/StringComparable.java:139: error: class
'java.text.CollationElementIterator' has no method named 'getOffset'
matching signature '()I'
org/apache/xml/utils/StringComparable.java:142: error: class
'java.text.CollationElementIterator' has no method named 'getOffset'
matching signature '()I'
org/apache/xml/utils/StringComparable.java:144: error: class
'java.text.CollationElementIterator' has no method named 'getOffset'
matching signature '()I'
It appears that the getOffset() method isn't implemented, but I believe
it may be implemented upstream (classpath has it, and the gcj vs
classpath comparison page doesn't show any differences between the two)
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.6
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8
Versions of packages libgcj4 depends on:
ii libc6 2.3.2.ds1-13 GNU C Library: Shared libraries an
ii libgcc1 1:3.4.0-2 GCC support library
ii libgcj-common 1:3.3.4-3 Java runtime library (common files
ii libice6 4.3.0.dfsg.1-6 Inter-Client Exchange library
ii libsm6 4.3.0.dfsg.1-6 X Window System Session Management
ii libstdc++5 1:3.3.4-3 The GNU Standard C++ Library v3
ii libx11-6 4.3.0.dfsg.1-6 X Window System protocol client li
ii xlibs 4.3.0.dfsg.1-6 X Window System client libraries m
ii zlib1g 1:1.2.1.1-5 compression library - runtime
-- no debconf information
Reply to: