IcedTea on openSUSE 10.3

Christian Bourque christian.bourque at gmail.com
Sat Jan 26 13:16:26 PST 2008


Hi!

I'm trying to compile IcedTea on openSUSE 10.3, I've managed to install all
the dependencies and "configure" tells me that everything is ok but somehow
"make" is complaining :

-----------------------------------------------------------------------------------------------------------
cbourque at meganne:~/download/icedtea> make
if ! test -f stamps/icedtea-ecj.stamp ; \
        then \
          /usr/bin/ecj -nowarn  -g -d lib/hotspot-tools -bootclasspath ''
-source 1.6 \
            -sourcepath
'rt:hotspot-tools:openjdk/jdk/src/share/classes:openjdk/jdk/src/solaris/classes:openjdk/langtools/src/share/classes:openjdk/jaxp/src/share/classes:openjdk/corba/src/share/classes:openjdk/jaxws/src/share/classes:generated'
\
            @hotspot-tools-source-files.txt ; \
        else \
          /home/cbourque/download/icedtea/bootstrap/jdk1.6.0/bin/javac  -g
-d lib/hotspot-tools \
            -bootclasspath '' -source 1.6 \
            -sourcepath
'rt:hotspot-tools:openjdk/jdk/src/share/classes:openjdk/jdk/src/solaris/classes:openjdk/langtools/src/share/classes:openjdk/jaxp/src/share/classes:openjdk/corba/src/share/classes:openjdk/jaxws/src/share/classes:generated'
\
            @hotspot-tools-source-files.txt ; \
        fi
----------
1. ERROR in hotspot-tools/com/sun/codemodel/internal/JFormatter.java (at
line 1)
        /*
        ^
The type Enum is not generic; it cannot be parameterized with arguments <
JFormatter.Mode>
----------
----------
2. ERROR in hotspot-tools/com/sun/codemodel/internal/JCommentPart.java (at
line 46)
        public class JCommentPart extends ArrayList<Object> {
                                          ^^^^^^^^^
The type ArrayList is not generic; it cannot be parameterized with arguments
<Object>
----------
----------
3. ERROR in hotspot-tools/com/sun/codemodel/internal/JDocComment.java (at
line 41)
        public class JDocComment extends JCommentPart implements JGenerable
{
                     ^^^^^^^^^^^
The hierarchy of the type JDocComment is inconsistent
----------
3 problems (3 errors)make: *** [stamps/hotspot-tools-class-files.stamp]
Error 255

-----------------------------------------------------------------------------------------------------------

Is this related to ECJ?

Thanks

Christian
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20080126/63b33112/attachment.html 


More information about the distro-pkg-dev mailing list