Public bug reported:

commons-compress 1.25 has a different signature for
ZipArchiveOutputStream.putArchiveEntry().

This causes a build failure in libapache-poi-java:
---------------
  [javac] 
/<<PKGBUILDDIR>>/src/ooxml/testcases/org/apache/poi/openxml4j/opc/internal/marshallers/TestZipPackagePropertiesMarshaller.java:61:
 error: name clash: putArchiveEntry(ArchiveEntry) in <anonymous 
org.apache.poi.openxml4j.opc.internal.marshallers.TestZipPackagePropertiesMarshaller$1>
 and putArchiveEntry(ZipArchiveEntry) in ArchiveOutputStream have the same 
erasure, yet neither overrides the other
    [javac]                     public void putArchiveEntry(final ArchiveEntry 
archiveEntry) throws IOException {
    [javac]                                 ^
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: 
/<<PKGBUILDDIR>>/src/ooxml/testcases/org/apache/poi/sl/TestOleShape.java uses 
unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 1 error
    [javac] 3 warnings
---------------

** Affects: libapache-poi-java (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2056384

Title:
  libapache-poi-java: FTBFS due to libcommons-compres-java upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libapache-poi-java/+bug/2056384/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to