[Bug 172] New: ecj bootstrap configured with --enable-liveconnect fails

bugzilla-daemon at icedtea.classpath.org bugzilla-daemon at icedtea.classpath.org
Mon Jul 14 04:28:14 PDT 2008


http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=172

           Summary: ecj bootstrap configured with --enable-liveconnect fails
           Product: IcedTea
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: IcedTea
        AssignedTo: unassigned at icedtea.classpath.org
        ReportedBy: doko at ubuntu.com


seen with icedtea6 20080714

if ! test -d /scratch/packages/openjdk/openjdk-6-6b10dfsg/bootstrap/jdk1.6.0 ;
\
        then \
          /usr/bin/ecj -nowarn  -g -d lib/rt \
            -source 1.5 \
            -sourcepath \
             
'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:/scratch/packages/openjdk/openjdk-6-6b10dfsg/generated'
\
            -bootclasspath '' @rt-source-files.txt ; \
        else \
         
/scratch/packages/openjdk/openjdk-6-6b10dfsg/bootstrap/jdk1.6.0/bin/javac  -g
-d lib/rt \
            -source 1.5 \
            -sourcepath \
             
'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:/scratch/packages/openjdk/openjdk-6-6b10dfsg/generated'
\
            -bootclasspath '' @rt-source-files.txt ; \
        fi
incorrect classpath:
/scratch/packages/openjdk/openjdk-6-6b10dfsg/rt/com/sun/jdi/AbsentInformationException.java
----------
1. ERROR in
/scratch/packages/openjdk/openjdk-6-6b10dfsg/openjdk/jdk/src/share/classes/sun/applet/PluginAppletViewer.java
(at line 524)
        GetWindowPluginCallRequest request =
        ^^^^^^^^^^^^^^^^^^^^^^^^^^
GetWindowPluginCallRequest cannot be resolved to a type
----------
2. ERROR in
/scratch/packages/openjdk/openjdk-6-6b10dfsg/openjdk/jdk/src/share/classes/sun/applet/PluginAppletViewer.java
(at line 525)
        new GetWindowPluginCallRequest("instance " + identifier + " " +
            ^^^^^^^^^^^^^^^^^^^^^^^^^^
GetWindowPluginCallRequest cannot be resolved to a type
----------
2 problems (2 errors)make[1]: *** [stamps/rt-class-files.stamp] Error 255


-- 
Configure bugmail: http://icedtea.classpath.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the distro-pkg-dev mailing list