[Bug 586] New: classes missing from src.zip

bugzilla-daemon at icedtea.classpath.org bugzilla-daemon at icedtea.classpath.org
Fri Nov 5 12:07:54 PDT 2010


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

           Summary: classes missing from src.zip
           Product: IcedTea
           Version: 6-1.9
          Platform: all
               URL: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=570070
        OS/Version: Linux
            Status: NEW
          Severity: minor
          Priority: P2
         Component: IcedTea6
        AssignedTo: unassigned at icedtea.classpath.org
        ReportedBy: drazzib at drazzib.com


The source files in src.zip do not agree with those found in rt.jar. A
large number of classes are found in one, but not the other. To get a
full diff:

~$ jar tf /usr/lib/jvm/java-6-openjdk/jre/lib/rt.jar  |sed s/.class$// | grep
-v \\\$ |sort > rt
~$ jar tf /usr/lib/jvm/java-6-openjdk/src.zip |sed s/.java$// | grep -v /$ |
sort > src
$ diff -u rt src | diffstat
 src | 2825
++++++--------------------------------------------------------------
 1 file changed, 289 insertions(+), 2536 deletions(-)


-- 
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