Your message dated Thu, 14 Dec 2023 03:49:45 +0000 with message-id <e1rdcjj-00g5po...@fasolo.debian.org> and subject line Bug#1057165: fixed in libitext-java 2.1.7-15 has caused the Debian Bug report #1057165, regarding libitext-java: FTBFS with bouncycastle 1.77 to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact ow...@bugs.debian.org immediately.) -- 1057165: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1057165 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
--- Begin Message ---Source: libitext-java Version: 2.1.7-14 Severity: serious Tags: ftbfs sid User: a...@debian.org Usertags: bouncycastle-1.77 X-Debbugs-Cc: a...@debian.org Dear maintainer, libitext-java fails to build from source with bouncycastle 1.77. The reason is the removal of long deprecated methods. The (hopefully) relevant error message from the build log. compile: [mkdir] Created dir: /<<BUILDDIR>>/build/bin [javac] /<<PKGBUILDDIR>>/ant/compile.xml:45: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Using javac -source 1.5 is no longer supported, switching to 7 [javac] Using javac -target 1.5 is no longer supported, switching to 7 [javac] Compiling 359 source files to /<<BUILDDIR>>/build/bin [javac] warning: [options] bootstrap class path not set in conjunction with -source 7 [javac] warning: [options] source value 7 is obsolete and will be removed in a future release [javac] warning: [options] target value 7 is obsolete and will be removed in a future release [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options. [javac] /<<PKGBUILDDIR>>/core/com/lowagie/text/pdf/MappedRandomAccessFile.java:58: warning: [removal] AccessController in java.security has been deprecated and marked for removal [javac] import java.security.AccessController; [javac] ^ [javac] /<<PKGBUILDDIR>>/core/com/lowagie/text/pdf/PdfPKCS7.java:356: error: cannot find symbol [javac] if (tag.getObject() instanceof ASN1Sequence) { [javac] ^ [javac] symbol: method getObject() [javac] location: variable tag of type ASN1TaggedObject [javac] /<<PKGBUILDDIR>>/core/com/lowagie/text/pdf/PdfPKCS7.java:357: error: cannot find symbol [javac] seq = (ASN1Sequence)tag.getObject(); [javac] ^ [javac] symbol: method getObject() [javac] location: variable tag of type ASN1TaggedObject [javac] /<<PKGBUILDDIR>>/core/com/lowagie/text/pdf/PdfPKCS7.java:403: error: cannot find symbol [javac] ASN1Sequence content = (ASN1Sequence)((DERTaggedObject)signedData.getObjectAt(1)).getObject(); [javac] ^ [javac] symbol: method getObject() [javac] location: class DERTaggedObject [javac] /<<PKGBUILDDIR>>/core/com/lowagie/text/pdf/PdfPKCS7.java:435: error: cannot find symbol [javac] DEROctetString rsaDataContent = (DEROctetString)((DERTaggedObject)rsaData.getObjectAt(1)).getObject(); [javac] ^ [javac] symbol: method getObject() [javac] location: class DERTaggedObject [javac] /<<PKGBUILDDIR>>/core/com/lowagie/text/pdf/PdfPKCS7.java:488: error: cannot find symbol [javac] ASN1Sequence seqin = (ASN1Sequence)tg.getObject(); [javac] ^ [javac] symbol: method getObject() [javac] location: variable tg of type ASN1TaggedObject [javac] /<<PKGBUILDDIR>>/core/com/lowagie/text/pdf/FontDetails.java:264: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal [javac] Integer codeKey = new Integer(code); [javac] ^ [javac] /<<PKGBUILDDIR>>/core/com/lowagie/text/pdf/TrueTypeFontUnicode.java:144: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal [javac] inverseCmap.put(new Integer(metrics[0]), code); [javac] ^ [javac] /<<PKGBUILDDIR>>/core/com/lowagie/text/pdf/TrueTypeFontUnicode.java:150: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal [javac] return inverseCmap == null ? null : (Integer) inverseCmap.get(new Integer(code)); [javac] ^ [javac] /<<PKGBUILDDIR>>/core/com/lowagie/text/pdf/MappedRandomAccessFile.java:203: warning: [removal] AccessController in java.security has been deprecated and marked for removal [javac] Boolean b = (Boolean) AccessController.doPrivileged(new PrivilegedAction() { [javac] ^ [javac] Note: Some input files use or override a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. [javac] Note: Some input files use unchecked or unsafe operations. [javac] Note: Recompile with -Xlint:unchecked for details. [javac] 5 errors [javac] 9 warnings
signature.asc
Description: This is a digitally signed message part
--- End Message ---
--- Begin Message ---Source: libitext-java Source-Version: 2.1.7-15 Done: tony mancill <tmanc...@debian.org> We believe that the bug you reported is fixed in the latest version of libitext-java, which is due to be installed in the Debian FTP archive. A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to 1057...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. tony mancill <tmanc...@debian.org> (supplier of updated libitext-java package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmas...@ftp-master.debian.org) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Wed, 13 Dec 2023 19:23:31 -0800 Source: libitext-java Architecture: source Version: 2.1.7-15 Distribution: unstable Urgency: medium Maintainer: Debian Java Maintainers <pkg-java-maintain...@lists.alioth.debian.org> Changed-By: tony mancill <tmanc...@debian.org> Closes: 1057165 Changes: libitext-java (2.1.7-15) unstable; urgency=medium . * Team upload. * Add patch to build with BouncyCastle 1.77 (Closes: #1057165) * Add lintian-override for long lines in upstream HTML * Bump Standards-Version to 4.6.2 * Set Rules-Requires-Root: no in debian/control Checksums-Sha1: bf5ca350bf9ba316c82aca69c322f9ae58ca7df7 2255 libitext-java_2.1.7-15.dsc 5f3f5122b55db3530f000e70433998f22152e381 46032 libitext-java_2.1.7-15.debian.tar.xz b831f1c8bd3e9f610a517804e9ee61a6c8483fcd 12449 libitext-java_2.1.7-15_amd64.buildinfo Checksums-Sha256: 84d536216f0c034f920f2a9daf322e0b7b4db20a510631fd200148b939f945d6 2255 libitext-java_2.1.7-15.dsc 3f28b39dffed8213e1fa6ee4b7d3c8097ef991d4ecbfed2bc7e35a898e752b50 46032 libitext-java_2.1.7-15.debian.tar.xz 6116d8aca78341ba73b7b429a2daaa0f91f5a4fcb7191fe70b2c11338c32083b 12449 libitext-java_2.1.7-15_amd64.buildinfo Files: 614cfd188192b1da9beb61154e825632 2255 java optional libitext-java_2.1.7-15.dsc 5324605ef5ad21f53060206708151714 46032 java optional libitext-java_2.1.7-15.debian.tar.xz 60553b390cf42212e0cee2f2cc39b09d 12449 java optional libitext-java_2.1.7-15_amd64.buildinfo -----BEGIN PGP SIGNATURE----- iQJIBAEBCgAyFiEE5Qr9Va3SequXFjqLIdIFiZdLPpYFAmV6dYkUHHRtYW5jaWxs QGRlYmlhbi5vcmcACgkQIdIFiZdLPpYleA//d223TJAZZm+oucvG62gXznBg1G7D m6jR+07XsWd9J610S5xGNmTg4FoFgktPCaOUnQHcoTetc+wRKPGTkgTb5t+3UNjd On4wFdUVtFeVkjH3R3WgHDfp3m1O1NZITvYHPebuBffGuSwSlbTaQ1VvcB/lCLQi /3rVtbNFqzPBa8SKhfhc5mksBaNhW6cP8fWR+L4sud7MeLpRC4tbrw6d8IwVwWJJ 10C6e4dOikvRFsh+QLtlDyC2TIiofZxYy96hFZ0YwPkack7SKS+kBSz7+++2kIRE VIiNfYsVi9TLZLl6gao+26+khkZH4E9/E37sKE1BbtRX7jMpXtRgKDAFMX0dLUsf JTQHKwMYlJ6MGEONKPRFEs3p9kh2FhixP+BoS/qb7GQ365QbmYIaURPFhfO1mlbT XH6H019MPBQjfCbrvJHP4zYbOrrmy5P2C7PVmSdMe9TyDaCnRH8BnqE1yUjnCNxW YaA8cKgApuc69SgOuUjDLu6JxZKcGQDDoB8Mb1u1x10BC+WS+QxL2C81EUb2M7SB 1NtWxAfQUA2V+zn1Tpz1IjdAxDR8ak7WA9163142BGvyVnD8livLhRH1fxJSn6aM XonoejiEGK7cy3cwLQBJLrxdFbomGA4RjjmhJipJGesvimiRMyy016kydMzktqbl GQwNdqpmdpmRezQ= =RrMc -----END PGP SIGNATURE-----
--- End Message ---