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: [javac]
/<<PKGBUILDDIR>>/core/com/lowagie/text/pdf/PdfPKCS7.java:88: error: cannot find
symbol
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
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20231212 ftbfs-trixie
Hi,
During a rebuild of all packages in sid, your package failed to build
on amd64.
Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> dh_auto_build -- jar jar.rtf
> ant -propertyfile ./debian/ant.properties -Duser.name debian jar jar.rtf
> Buildfile: /<<PKGBUILDDIR>>/build.xml
>
> jar:
>
> 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/PdfPKCS7.java:88:
> error: cannot find symbol
> [javac] import org.bouncycastle.asn1.DEREnumerated;
> [javac] ^
> [javac] symbol: class DEREnumerated
> [javac] location: package org.bouncycastle.asn1
> [javac] /<<PKGBUILDDIR>>/core/com/lowagie/text/pdf/PdfPKCS7.java:89:
> error: cannot find symbol
> [javac] import org.bouncycastle.asn1.DERInteger;
> [javac] ^
> [javac] symbol: class DERInteger
> [javac] location: package org.bouncycastle.asn1
> [javac] /<<PKGBUILDDIR>>/core/com/lowagie/text/pdf/PdfPKCS7.java:91:
> error: cannot find symbol
> [javac] import org.bouncycastle.asn1.DERObjectIdentifier;
> [javac] ^
> [javac] symbol: class DERObjectIdentifier
> [javac] location: package org.bouncycastle.asn1
> [javac] /<<PKGBUILDDIR>>/core/com/lowagie/text/pdf/PdfPKCS7.java:93:
> error: DEROutputStream is not public in org.bouncycastle.asn1; cannot be
> accessed from outside package
> [javac] import org.bouncycastle.asn1.DEROutputStream;
> [javac] ^
> [javac] /<<PKGBUILDDIR>>/core/com/lowagie/text/pdf/PdfPKCS7.java:1478:
> error: cannot find symbol
> [javac] public static final DERObjectIdentifier C = new
> DERObjectIdentifier("2.5.4.6");
> [javac] ^
> [javac] symbol: class DERObjectIdentifier
> [javac] location: class X509Name
> [javac] /<<PKGBUILDDIR>>/core/com/lowagie/text/pdf/PdfPKCS7.java:1483:
> error: cannot find symbol
> [javac] public static final DERObjectIdentifier O = new
> DERObjectIdentifier("2.5.4.10");
> [javac] ^
> [javac] symbol: class DERObjectIdentifier
> [javac] location: class X509Name
> [javac] /<<PKGBUILDDIR>>/core/com/lowagie/text/pdf/PdfPKCS7.java:1488:
> error: cannot find symbol
> [javac] public static final DERObjectIdentifier OU = new
> DERObjectIdentifier("2.5.4.11");
> [javac] ^
> [javac] symbol: class DERObjectIdentifier
> [javac] location: class X509Name
> [javac] /<<PKGBUILDDIR>>/core/com/lowagie/text/pdf/PdfPKCS7.java:1493:
> error: cannot find symbol
> [javac] public static final DERObjectIdentifier T = new
> DERObjectIdentifier("2.5.4.12");
> [javac] ^
> [javac] symbol: class DERObjectIdentifier
> [javac] location: class X509Name
> [javac] /<<PKGBUILDDIR>>/core/com/lowagie/text/pdf/PdfPKCS7.java:1498:
> error: cannot find symbol
> [javac] public static final DERObjectIdentifier CN = new
> DERObjectIdentifier("2.5.4.3");
> [javac] ^
> [javac] symbol: class DERObjectIdentifier
> [javac] location: class X509Name
> [javac] /<<PKGBUILDDIR>>/core/com/lowagie/text/pdf/PdfPKCS7.java:1503:
> error: cannot find symbol
> [javac] public static final DERObjectIdentifier SN = new
> DERObjectIdentifier("2.5.4.5");
> [javac] ^
> [javac] symbol: class DERObjectIdentifier
> [javac] location: class X509Name
> [javac] /<<PKGBUILDDIR>>/core/com/lowagie/text/pdf/PdfPKCS7.java:1508:
> error: cannot find symbol
> [javac] public static final DERObjectIdentifier L = new
> DERObjectIdentifier("2.5.4.7");
> [javac] ^
> [javac] symbol: class DERObjectIdentifier
> [javac] location: class X509Name
> [javac] /<<PKGBUILDDIR>>/core/com/lowagie/text/pdf/PdfPKCS7.java:1513:
> error: cannot find symbol
> [javac] public static final DERObjectIdentifier ST = new
> DERObjectIdentifier("2.5.4.8");
> [javac] ^
> [javac] symbol: class DERObjectIdentifier
> [javac] location: class X509Name
> [javac] /<<PKGBUILDDIR>>/core/com/lowagie/text/pdf/PdfPKCS7.java:1516:
> error: cannot find symbol
> [javac] public static final DERObjectIdentifier SURNAME = new
> DERObjectIdentifier("2.5.4.4");
> [javac] ^
> [javac] symbol: class DERObjectIdentifier
> [javac] location: class X509Name
> [javac] /<<PKGBUILDDIR>>/core/com/lowagie/text/pdf/PdfPKCS7.java:1518:
> error: cannot find symbol
> [javac] public static final DERObjectIdentifier GIVENNAME = new
> DERObjectIdentifier("2.5.4.42");
> [javac] ^
> [javac] symbol: class DERObjectIdentifier
> [javac] location: class X509Name
> [javac] /<<PKGBUILDDIR>>/core/com/lowagie/text/pdf/PdfPKCS7.java:1520:
> error: cannot find symbol
> [javac] public static final DERObjectIdentifier INITIALS = new
> DERObjectIdentifier("2.5.4.43");
> [javac] ^
> [javac] symbol: class DERObjectIdentifier
> [javac] location: class X509Name
> [javac] /<<PKGBUILDDIR>>/core/com/lowagie/text/pdf/PdfPKCS7.java:1522:
> error: cannot find symbol
> [javac] public static final DERObjectIdentifier GENERATION = new
> DERObjectIdentifier("2.5.4.44");
> [javac] ^
> [javac] symbol: class DERObjectIdentifier
> [javac] location: class X509Name
> [javac] /<<PKGBUILDDIR>>/core/com/lowagie/text/pdf/PdfPKCS7.java:1524:
> error: cannot find symbol
> [javac] public static final DERObjectIdentifier UNIQUE_IDENTIFIER
> = new DERObjectIdentifier("2.5.4.45");
> [javac] ^
> [javac] symbol: class DERObjectIdentifier
> [javac] location: class X509Name
> [javac] /<<PKGBUILDDIR>>/core/com/lowagie/text/pdf/PdfPKCS7.java:1530:
> error: cannot find symbol
> [javac] public static final DERObjectIdentifier EmailAddress =
> new DERObjectIdentifier("1.2.840.113549.1.9.1");
> [javac] ^
> [javac] symbol: class DERObjectIdentifier
> [javac] location: class X509Name
> [javac] /<<PKGBUILDDIR>>/core/com/lowagie/text/pdf/PdfPKCS7.java:1535:
> error: cannot find symbol
> [javac] public static final DERObjectIdentifier E = EmailAddress;
> [javac] ^
> [javac] symbol: class DERObjectIdentifier
> [javac] location: class X509Name
> [javac] /<<PKGBUILDDIR>>/core/com/lowagie/text/pdf/PdfPKCS7.java:1538:
> error: cannot find symbol
> [javac] public static final DERObjectIdentifier DC = new
> DERObjectIdentifier("0.9.2342.19200300.100.1.25");
> [javac] ^
> [javac] symbol: class DERObjectIdentifier
> [javac] location: class X509Name
> [javac] /<<PKGBUILDDIR>>/core/com/lowagie/text/pdf/PdfPKCS7.java:1541:
> error: cannot find symbol
> [javac] public static final DERObjectIdentifier UID = new
> DERObjectIdentifier("0.9.2342.19200300.100.1.1");
> [javac] ^
> [javac] symbol: class DERObjectIdentifier
> [javac] location: class X509Name
> [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/PdfPublicKeySecurityHandler.java:112:
> error: cannot find symbol
> [javac] import org.bouncycastle.asn1.DERObjectIdentifier;
> [javac] ^
> [javac] symbol: class DERObjectIdentifier
> [javac] location: package org.bouncycastle.asn1
> [javac]
> /<<PKGBUILDDIR>>/core/com/lowagie/text/pdf/PdfPublicKeySecurityHandler.java:114:
> error: DEROutputStream is not public in org.bouncycastle.asn1; cannot be
> accessed from outside package
> [javac] import org.bouncycastle.asn1.DEROutputStream;
> [javac] ^
> [javac] /<<PKGBUILDDIR>>/core/com/lowagie/text/pdf/PdfPKCS7.java:343:
> error: cannot find symbol
> [javac] if ((seq.getObjectAt(0) instanceof
> DERObjectIdentifier)
> [javac] ^
> [javac] symbol: class DERObjectIdentifier
> [javac] location: class PdfPKCS7
> [javac] /<<PKGBUILDDIR>>/core/com/lowagie/text/pdf/PdfPKCS7.java:344:
> error: cannot find symbol
> [javac] &&
> ((DERObjectIdentifier)seq.getObjectAt(0)).getId().equals(OCSPObjectIdentifiers.id_pkix_ocsp_basic.getId()))
> {
> [javac] ^
> [javac] symbol: class DERObjectIdentifier
> [javac] location: class PdfPKCS7
> [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:400:
> error: cannot find symbol
> [javac] DERObjectIdentifier objId =
> (DERObjectIdentifier)signedData.getObjectAt(0);
> [javac] ^
> [javac] symbol: class DERObjectIdentifier
> [javac] location: class PdfPKCS7
> [javac] /<<PKGBUILDDIR>>/core/com/lowagie/text/pdf/PdfPKCS7.java:400:
> error: cannot find symbol
> [javac] DERObjectIdentifier objId =
> (DERObjectIdentifier)signedData.getObjectAt(0);
> [javac] ^
> [javac] symbol: class DERObjectIdentifier
> [javac] location: class PdfPKCS7
> [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:412:
> error: cannot find symbol
> [javac] version =
> ((DERInteger)content.getObjectAt(0)).getValue().intValue();
> [javac] ^
> [javac] symbol: class DERInteger
> [javac] location: class PdfPKCS7
> [javac] /<<PKGBUILDDIR>>/core/com/lowagie/text/pdf/PdfPKCS7.java:420:
> error: cannot find symbol
> [javac] DERObjectIdentifier o =
> (DERObjectIdentifier)s.getObjectAt(0);
> [javac] ^
> [javac] symbol: class DERObjectIdentifier
> [javac] location: class PdfPKCS7
> [javac] /<<PKGBUILDDIR>>/core/com/lowagie/text/pdf/PdfPKCS7.java:420:
> error: cannot find symbol
> [javac] DERObjectIdentifier o =
> (DERObjectIdentifier)s.getObjectAt(0);
> [javac] ^
> [javac] symbol: class DERObjectIdentifier
> [javac] location: class PdfPKCS7
> [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:453:
> error: cannot find symbol
> [javac] signerversion =
> ((DERInteger)signerInfo.getObjectAt(0)).getValue().intValue();
> [javac] ^
> [javac] symbol: class DERInteger
> [javac] location: class PdfPKCS7
> [javac] /<<PKGBUILDDIR>>/core/com/lowagie/text/pdf/PdfPKCS7.java:456:
> error: cannot find symbol
> [javac] BigInteger serialNumber =
> ((DERInteger)issuerAndSerialNumber.getObjectAt(1)).getValue();
> [javac] ^
> [javac] symbol: class DERInteger
> [javac] location: class PdfPKCS7
> [javac] /<<PKGBUILDDIR>>/core/com/lowagie/text/pdf/PdfPKCS7.java:468:
> error: cannot find symbol
> [javac] digestAlgorithm =
> ((DERObjectIdentifier)((ASN1Sequence)signerInfo.getObjectAt(2)).getObjectAt(0)).getId();
> [javac] ^
> [javac] symbol: class DERObjectIdentifier
> [javac] location: class PdfPKCS7
> [javac] /<<PKGBUILDDIR>>/core/com/lowagie/text/pdf/PdfPKCS7.java:477:
> error: cannot find symbol
> [javac] if
> (((DERObjectIdentifier)seq2.getObjectAt(0)).getId().equals(ID_MESSAGE_DIGEST))
> {
> [javac] ^
> [javac] symbol: class DERObjectIdentifier
> [javac] location: class PdfPKCS7
> [javac] /<<PKGBUILDDIR>>/core/com/lowagie/text/pdf/PdfPKCS7.java:481:
> error: cannot find symbol
> [javac] else if
> (((DERObjectIdentifier)seq2.getObjectAt(0)).getId().equals(ID_ADBE_REVOCATION))
> {
> [javac] ^
> [javac] symbol: class DERObjectIdentifier
> [javac] location: class PdfPKCS7
> [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/PdfPKCS7.java:497:
> error: cannot find symbol
> [javac] digestEncryptionAlgorithm =
> ((DERObjectIdentifier)((ASN1Sequence)signerInfo.getObjectAt(next++)).getObjectAt(0)).getId();
> [javac] ^
> [javac] symbol: class DERObjectIdentifier
> [javac] location: class PdfPKCS7
> [javac] /<<PKGBUILDDIR>>/core/com/lowagie/text/pdf/PdfPKCS7.java:507:
> error: constructor ContentInfo in class ContentInfo cannot be applied to
> given types;
> [javac] ContentInfo contentInfo = new
> ContentInfo(tokenSequence);
> [javac] ^
> [javac] required: ASN1Sequence
> [javac] found: ASN1Sequence
> [javac] reason: ContentInfo(ASN1Sequence) has private access in
> ContentInfo
> [javac] /<<PKGBUILDDIR>>/core/com/lowagie/text/pdf/PdfPKCS7.java:970:
> error: cannot find symbol
> [javac] if ((AccessDescription.getObjectAt(0)
> instanceof DERObjectIdentifier) &&
> ((DERObjectIdentifier)AccessDescription.getObjectAt(0)).getId().equals("1.3.6.1.5.5.7.48.1"))
> {
> [javac]
> ^
> [javac] symbol: class DERObjectIdentifier
> [javac] location: class PdfPKCS7
> [javac] /<<PKGBUILDDIR>>/core/com/lowagie/text/pdf/PdfPKCS7.java:970:
> error: cannot find symbol
> [javac] if ((AccessDescription.getObjectAt(0)
> instanceof DERObjectIdentifier) &&
> ((DERObjectIdentifier)AccessDescription.getObjectAt(0)).getId().equals("1.3.6.1.5.5.7.48.1"))
> {
> [javac]
> ^
> [javac] symbol: class DERObjectIdentifier
> [javac] location: class PdfPKCS7
> [javac] /<<PKGBUILDDIR>>/core/com/lowagie/text/pdf/PdfPKCS7.java:1098:
> error: ASN1OutputStream(OutputStream) is not public in ASN1OutputStream;
> cannot be accessed from outside package
> [javac] ASN1OutputStream dout = new ASN1OutputStream(bOut);
> [javac] ^
> [javac] /<<PKGBUILDDIR>>/core/com/lowagie/text/pdf/PdfPKCS7.java:1185:
> error: cannot find symbol
> [javac] algos.add(new
> DERObjectIdentifier((String)it.next()));
> [javac] ^
> [javac] symbol: class DERObjectIdentifier
> [javac] location: class PdfPKCS7
> [javac] /<<PKGBUILDDIR>>/core/com/lowagie/text/pdf/PdfPKCS7.java:1192:
> error: cannot find symbol
> [javac] v.add(new DERObjectIdentifier(ID_PKCS7_DATA));
> [javac] ^
> [javac] symbol: class DERObjectIdentifier
> [javac] location: class PdfPKCS7
> [javac] /<<PKGBUILDDIR>>/core/com/lowagie/text/pdf/PdfPKCS7.java:1213:
> error: cannot find symbol
> [javac] signerinfo.add(new DERInteger(signerversion));
> [javac] ^
> [javac] symbol: class DERInteger
> [javac] location: class PdfPKCS7
> [javac] /<<PKGBUILDDIR>>/core/com/lowagie/text/pdf/PdfPKCS7.java:1217:
> error: cannot find symbol
> [javac] v.add(new DERInteger(signCert.getSerialNumber()));
> [javac] ^
> [javac] symbol: class DERInteger
> [javac] location: class PdfPKCS7
> [javac] /<<PKGBUILDDIR>>/core/com/lowagie/text/pdf/PdfPKCS7.java:1222:
> error: cannot find symbol
> [javac] v.add(new DERObjectIdentifier(digestAlgorithm));
> [javac] ^
> [javac] symbol: class DERObjectIdentifier
> [javac] location: class PdfPKCS7
> [javac] /<<PKGBUILDDIR>>/core/com/lowagie/text/pdf/PdfPKCS7.java:1223:
> error: DERNull() has private access in DERNull
> [javac] v.add(new DERNull());
> [javac] ^
> [javac] /<<PKGBUILDDIR>>/core/com/lowagie/text/pdf/PdfPKCS7.java:1232:
> error: cannot find symbol
> [javac] v.add(new
> DERObjectIdentifier(digestEncryptionAlgorithm));
> [javac] ^
> [javac] symbol: class DERObjectIdentifier
> [javac] location: class PdfPKCS7
> [javac] /<<PKGBUILDDIR>>/core/com/lowagie/text/pdf/PdfPKCS7.java:1233:
> error: DERNull() has private access in DERNull
> [javac] v.add(new DERNull());
> [javac] ^
> [javac] /<<PKGBUILDDIR>>/core/com/lowagie/text/pdf/PdfPKCS7.java:1255:
> error: cannot find symbol
> [javac] body.add(new DERInteger(version));
> [javac] ^
> [javac] symbol: class DERInteger
> [javac] location: class PdfPKCS7
> [javac] /<<PKGBUILDDIR>>/core/com/lowagie/text/pdf/PdfPKCS7.java:1277:
> error: cannot find symbol
> [javac] whole.add(new
> DERObjectIdentifier(ID_PKCS7_SIGNED_DATA));
> [javac] ^
> [javac] symbol: class DERObjectIdentifier
> [javac] location: class PdfPKCS7
> [javac] /<<PKGBUILDDIR>>/core/com/lowagie/text/pdf/PdfPKCS7.java:1282:
> error: ASN1OutputStream(OutputStream) is not public in ASN1OutputStream;
> cannot be accessed from outside package
> [javac] ASN1OutputStream dout = new ASN1OutputStream(bOut);
> [javac] ^
> [javac] /<<PKGBUILDDIR>>/core/com/lowagie/text/pdf/PdfPKCS7.java:1313:
> error: cannot find symbol
> [javac] v.add(new DERObjectIdentifier(ID_TIME_STAMP_TOKEN)); //
> id-aa-timeStampToken
> [javac] ^
> [javac] symbol: class DERObjectIdentifier
> [javac] location: class PdfPKCS7
> [javac] /<<PKGBUILDDIR>>/core/com/lowagie/text/pdf/PdfPKCS7.java:1362:
> error: cannot find symbol
> [javac] v.add(new DERObjectIdentifier(ID_CONTENT_TYPE));
> [javac] ^
> [javac] symbol: class DERObjectIdentifier
> [javac] location: class PdfPKCS7
> [javac] /<<PKGBUILDDIR>>/core/com/lowagie/text/pdf/PdfPKCS7.java:1363:
> error: cannot find symbol
> [javac] v.add(new DERSet(new
> DERObjectIdentifier(ID_PKCS7_DATA)));
> [javac] ^
> [javac] symbol: class DERObjectIdentifier
> [javac] location: class PdfPKCS7
> [javac] /<<PKGBUILDDIR>>/core/com/lowagie/text/pdf/PdfPKCS7.java:1366:
> error: cannot find symbol
> [javac] v.add(new DERObjectIdentifier(ID_SIGNING_TIME));
> [javac] ^
> [javac] symbol: class DERObjectIdentifier
> [javac] location: class PdfPKCS7
> [javac] /<<PKGBUILDDIR>>/core/com/lowagie/text/pdf/PdfPKCS7.java:1370:
> error: cannot find symbol
> [javac] v.add(new DERObjectIdentifier(ID_MESSAGE_DIGEST));
> [javac] ^
> [javac] symbol: class DERObjectIdentifier
> [javac] location: class PdfPKCS7
> [javac] /<<PKGBUILDDIR>>/core/com/lowagie/text/pdf/PdfPKCS7.java:1375:
> error: cannot find symbol
> [javac] v.add(new
> DERObjectIdentifier(ID_ADBE_REVOCATION));
> [javac] ^
> [javac] symbol: class DERObjectIdentifier
> [javac] location: class PdfPKCS7
> [javac] /<<PKGBUILDDIR>>/core/com/lowagie/text/pdf/PdfPKCS7.java:1381:
> error: cannot find symbol
> [javac] DEREnumerated den = new DEREnumerated(0);
> [javac] ^
> [javac] symbol: class DEREnumerated
> [javac] location: class PdfPKCS7
> [javac] /<<PKGBUILDDIR>>/core/com/lowagie/text/pdf/PdfPKCS7.java:1381:
> error: cannot find symbol
> [javac] DEREnumerated den = new DEREnumerated(0);
> [javac] ^
> [javac] symbol: class DEREnumerated
> [javac] location: class PdfPKCS7
> [javac] /<<PKGBUILDDIR>>/core/com/lowagie/text/pdf/PdfPKCS7.java:1391:
> error: cannot find symbol
> [javac] v.add(new
> DERObjectIdentifier(ID_ADBE_REVOCATION));
> [javac] ^
> [javac] symbol: class DERObjectIdentifier
> [javac] location: class PdfPKCS7
> [javac] /<<PKGBUILDDIR>>/core/com/lowagie/text/pdf/PdfPKCS7.java:1478:
> error: cannot find symbol
> [javac] public static final DERObjectIdentifier C = new
> DERObjectIdentifier("2.5.4.6");
> [javac] ^
> [javac] symbol: class DERObjectIdentifier
> [javac] location: class X509Name
> [javac] /<<PKGBUILDDIR>>/core/com/lowagie/text/pdf/PdfPKCS7.java:1483:
> error: cannot find symbol
> [javac] public static final DERObjectIdentifier O = new
> DERObjectIdentifier("2.5.4.10");
> [javac] ^
> [javac] symbol: class DERObjectIdentifier
> [javac] location: class X509Name
> [javac] /<<PKGBUILDDIR>>/core/com/lowagie/text/pdf/PdfPKCS7.java:1488:
> error: cannot find symbol
> [javac] public static final DERObjectIdentifier OU = new
> DERObjectIdentifier("2.5.4.11");
> [javac] ^
> [javac] symbol: class DERObjectIdentifier
> [javac] location: class X509Name
> [javac] /<<PKGBUILDDIR>>/core/com/lowagie/text/pdf/PdfPKCS7.java:1493:
> error: cannot find symbol
> [javac] public static final DERObjectIdentifier T = new
> DERObjectIdentifier("2.5.4.12");
> [javac] ^
> [javac] symbol: class DERObjectIdentifier
> [javac] location: class X509Name
> [javac] /<<PKGBUILDDIR>>/core/com/lowagie/text/pdf/PdfPKCS7.java:1498:
> error: cannot find symbol
> [javac] public static final DERObjectIdentifier CN = new
> DERObjectIdentifier("2.5.4.3");
> [javac] ^
> [javac] symbol: class DERObjectIdentifier
> [javac] location: class X509Name
> [javac] /<<PKGBUILDDIR>>/core/com/lowagie/text/pdf/PdfPKCS7.java:1503:
> error: cannot find symbol
> [javac] public static final DERObjectIdentifier SN = new
> DERObjectIdentifier("2.5.4.5");
> [javac] ^
> [javac] symbol: class DERObjectIdentifier
> [javac] location: class X509Name
> [javac] /<<PKGBUILDDIR>>/core/com/lowagie/text/pdf/PdfPKCS7.java:1508:
> error: cannot find symbol
> [javac] public static final DERObjectIdentifier L = new
> DERObjectIdentifier("2.5.4.7");
> [javac] ^
> [javac] symbol: class DERObjectIdentifier
> [javac] location: class X509Name
> [javac] /<<PKGBUILDDIR>>/core/com/lowagie/text/pdf/PdfPKCS7.java:1513:
> error: cannot find symbol
> [javac] public static final DERObjectIdentifier ST = new
> DERObjectIdentifier("2.5.4.8");
> [javac] ^
> [javac] symbol: class DERObjectIdentifier
> [javac] location: class X509Name
> [javac] /<<PKGBUILDDIR>>/core/com/lowagie/text/pdf/PdfPKCS7.java:1516:
> error: cannot find symbol
> [javac] public static final DERObjectIdentifier SURNAME = new
> DERObjectIdentifier("2.5.4.4");
> [javac] ^
> [javac] symbol: class DERObjectIdentifier
> [javac] location: class X509Name
> [javac] /<<PKGBUILDDIR>>/core/com/lowagie/text/pdf/PdfPKCS7.java:1518:
> error: cannot find symbol
> [javac] public static final DERObjectIdentifier GIVENNAME = new
> DERObjectIdentifier("2.5.4.42");
> [javac] ^
> [javac] symbol: class DERObjectIdentifier
> [javac] location: class X509Name
> [javac] /<<PKGBUILDDIR>>/core/com/lowagie/text/pdf/PdfPKCS7.java:1520:
> error: cannot find symbol
> [javac] public static final DERObjectIdentifier INITIALS = new
> DERObjectIdentifier("2.5.4.43");
> [javac] ^
> [javac] symbol: class DERObjectIdentifier
> [javac] location: class X509Name
> [javac] /<<PKGBUILDDIR>>/core/com/lowagie/text/pdf/PdfPKCS7.java:1522:
> error: cannot find symbol
> [javac] public static final DERObjectIdentifier GENERATION = new
> DERObjectIdentifier("2.5.4.44");
> [javac] ^
> [javac] symbol: class DERObjectIdentifier
> [javac] location: class X509Name
> [javac] /<<PKGBUILDDIR>>/core/com/lowagie/text/pdf/PdfPKCS7.java:1524:
> error: cannot find symbol
> [javac] public static final DERObjectIdentifier UNIQUE_IDENTIFIER
> = new DERObjectIdentifier("2.5.4.45");
> [javac]
> ^
> [javac] symbol: class DERObjectIdentifier
> [javac] location: class X509Name
> [javac] /<<PKGBUILDDIR>>/core/com/lowagie/text/pdf/PdfPKCS7.java:1530:
> error: cannot find symbol
> [javac] public static final DERObjectIdentifier EmailAddress =
> new DERObjectIdentifier("1.2.840.113549.1.9.1");
> [javac]
> ^
> [javac] symbol: class DERObjectIdentifier
> [javac] location: class X509Name
> [javac] /<<PKGBUILDDIR>>/core/com/lowagie/text/pdf/PdfPKCS7.java:1538:
> error: cannot find symbol
> [javac] public static final DERObjectIdentifier DC = new
> DERObjectIdentifier("0.9.2342.19200300.100.1.25");
> [javac] ^
> [javac] symbol: class DERObjectIdentifier
> [javac] location: class X509Name
> [javac] /<<PKGBUILDDIR>>/core/com/lowagie/text/pdf/PdfPKCS7.java:1541:
> error: cannot find symbol
> [javac] public static final DERObjectIdentifier UID = new
> DERObjectIdentifier("0.9.2342.19200300.100.1.1");
> [javac] ^
> [javac] symbol: class DERObjectIdentifier
> [javac] location: class X509Name
> [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]
> /<<PKGBUILDDIR>>/core/com/lowagie/text/pdf/PdfPublicKeySecurityHandler.java:251:
> error: DEROutputStream is not public in org.bouncycastle.asn1; cannot be
> accessed from outside package
> [javac] DEROutputStream k = new DEROutputStream(baos);
> [javac] ^
> [javac]
> /<<PKGBUILDDIR>>/core/com/lowagie/text/pdf/PdfPublicKeySecurityHandler.java:251:
> error: DEROutputStream is not public in org.bouncycastle.asn1; cannot be
> accessed from outside package
> [javac] DEROutputStream k = new DEROutputStream(baos);
> [javac] ^
> [javac]
> /<<PKGBUILDDIR>>/core/com/lowagie/text/pdf/PdfPublicKeySecurityHandler.java:300:
> error: cannot find symbol
> [javac] AlgorithmIdentifier algorithmidentifier = new
> AlgorithmIdentifier(new DERObjectIdentifier(s), derobject);
> [javac]
> ^
> [javac] symbol: class DERObjectIdentifier
> [javac] location: class PdfPublicKeySecurityHandler
> [javac]
> /<<PKGBUILDDIR>>/core/com/lowagie/text/pdf/PdfPublicKeySecurityHandler.java:321:
> error: cannot find symbol
> [javac] Cipher cipher =
> Cipher.getInstance(algorithmidentifier.getObjectId().getId());
> [javac] ^
> [javac] symbol: method getObjectId()
> [javac] location: variable algorithmidentifier of type
> AlgorithmIdentifier
> [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] Note: Some messages have been simplified; recompile with
> -Xdiags:verbose to get full output
> [javac] 85 errors
> [javac] 9 warnings
>
> BUILD FAILED
> /<<PKGBUILDDIR>>/build.xml:44: The following error occurred while executing
> this line:
> /<<PKGBUILDDIR>>/ant/compile.xml:45: Compile failed; see the compiler error
> output for details.
>
> Total time: 5 seconds
> dh_auto_build: error: ant -propertyfile ./debian/ant.properties -Duser.name
> debian jar jar.rtf returned exit code 1
> make[1]: *** [debian/rules:7: override_dh_auto_build] Error 25
The full build log is available from:
http://qa-logs.debian.net/2023/12/12/libitext-java_2.1.7-14_unstable.log
All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20231212;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20231212&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results
A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!
If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects
If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.
--- 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 ---