← Back to team overview

openjdk team mailing list archive

[Bug 267177] Re: openjdk-6 dnsns.jar has extra META-INF entry

 

This bug was fixed in the package openjdk-6 - 6b12~pre1-0ubuntu3

---------------
openjdk-6 (6b12~pre1-0ubuntu3) intrepid; urgency=low

  * Update IcedTea build infrastructure (20080915).
  * Reapply: openjdk-6-jre-headless: Make libnss-mdns a suggestion
    instead of a recommendation. LP: #261847.
  * Build-depend against fixed fastjar. LP: #267177.

 -- Matthias Klose <doko@xxxxxxxxxx>   Mon, 15 Sep 2008 20:16:51 +0200

** Changed in: openjdk-6 (Ubuntu)
       Status: Confirmed => Fix Released

-- 
openjdk-6 dnsns.jar has extra META-INF entry
https://bugs.launchpad.net/bugs/267177
You received this bug notification because you are a member of OpenJDK,
which is subscribed to openjdk-6 in ubuntu.

Status in “fastjar” source package in Ubuntu: Fix Released
Status in “openjdk-6” source package in Ubuntu: Fix Released
Status in fastjar in Ubuntu Hardy: New
Status in openjdk-6 in Ubuntu Hardy: New
Status in “fastjar” source package in Debian: New

Bug description:
Binary package hint: openjdk-6-jre-lib

The dnsns.jar packaged with openjdk-6-jre-lib has two entries for META-INF/ . This is causing assertion failures when using the Scala compiler.

~$ unzip -l `locate dnsns.jar`
Archive:  /usr/lib/jvm/java-6-openjdk/jre/lib/ext/dnsns.jar
  Length     Date   Time    Name
 --------    ----   ----    ----
        0  08-15-08 18:18   META-INF/
       40  08-15-08 18:18   META-INF/MANIFEST.MF
        0  08-15-08 18:18   sun/
        0  08-15-08 18:18   sun/net/
        0  08-15-08 18:18   sun/net/spi/
        0  08-15-08 18:18   sun/net/spi/nameservice/
        0  08-15-08 18:18   sun/net/spi/nameservice/dns/
      820  08-15-08 18:18   sun/net/spi/nameservice/dns/DNSNameServiceDescriptor.class
      867  08-15-08 18:18   sun/net/spi/nameservice/dns/DNSNameService$ThreadContext.class
     1125  08-15-08 18:18   sun/net/spi/nameservice/dns/DNSNameService$1.class
     1283  08-15-08 18:18   sun/net/spi/nameservice/dns/DNSNameService$2.class
     9586  08-15-08 18:18   sun/net/spi/nameservice/dns/DNSNameService.class
        0  08-15-08 18:18   META-INF/
        0  08-15-08 18:18   META-INF/services/
       87  08-15-08 18:18   META-INF/services/sun.net.spi.nameservice.NameServiceDescriptor
 --------                   -------
    13808                   15 files



References