Your message dated Fri, 15 Dec 2023 06:19:12 +0000
with message-id <e1re1xu-004i8c...@fasolo.debian.org>
and subject line Bug#1057683: fixed in libpdfbox-java 1:1.8.16-5
has caused the Debian Bug report #1057683,
regarding libpdfbox-java: ftbfs due to bouncycastle 1.77 API changes
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.)


-- 
1057683: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1057683
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: libpdfbox-java
Version: 1:1.8.16-4
Severity: important
Tags: ftbfs

Dear Maintainer,

The package fails to build due to bouncycastle 1.77 API changes.
The relevant part of the build log:
--------
[INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ pdfbox ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 546 source files to /<<PKGBUILDDIR>>/pdfbox/target/classes
[INFO]
/<<PKGBUILDDIR>>/pdfbox/src/main/java/org/apache/pdfbox/encryption/DocumentEncryption.java:
Some input files use or override a deprecated API.
[INFO]
/<<PKGBUILDDIR>>/pdfbox/src/main/java/org/apache/pdfbox/encryption/DocumentEncryption.java:
Recompile with -Xlint:deprecation for details.
[INFO]
/<<PKGBUILDDIR>>/pdfbox/src/main/java/org/apache/pdfbox/cos/COSDictionary.java:
Some input files use or override a deprecated API that is marked for removal.
[INFO]
/<<PKGBUILDDIR>>/pdfbox/src/main/java/org/apache/pdfbox/cos/COSDictionary.java:
Recompile with -Xlint:removal for details.
[INFO]
/<<PKGBUILDDIR>>/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/common/PDStream.java:
Some input files use unchecked or unsafe operations.
[INFO]
/<<PKGBUILDDIR>>/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/common/PDStream.java:
Recompile with -Xlint:unchecked for details.
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR]
/<<PKGBUILDDIR>>/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/encryption/PublicKeySecurityHandler.java:[45,29]
org.bouncycastle.asn1.DEROutputStream is not public in org.bouncycastle.asn1;
cannot be accessed from outside package
[ERROR]
/<<PKGBUILDDIR>>/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/encryption/PublicKeySecurityHandler.java:[316,17]
org.bouncycastle.asn1.DEROutputStream is not public in org.bouncycastle.asn1;
cannot be accessed from outside package
[ERROR]
/<<PKGBUILDDIR>>/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/encryption/PublicKeySecurityHandler.java:[316,41]
org.bouncycastle.asn1.DEROutputStream is not public in org.bouncycastle.asn1;
cannot be accessed from outside package
[ERROR]
/<<PKGBUILDDIR>>/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/encryption/PublicKeySecurityHandler.java:[431,63]
cannot find symbol
  symbol:   method getObjectId()
  location: variable algorithmidentifier of type
org.bouncycastle.asn1.x509.AlgorithmIdentifier
[INFO] 4 errors
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for PDFBox reactor 1.8.16:
[INFO]
[INFO] Apache FontBox ..................................... SUCCESS [  0.792 s]
[INFO] Apache JempBox ..................................... SUCCESS [  0.082 s]
[INFO] Apache PDFBox ...................................... FAILURE [  1.940 s]
[INFO] PDFBox reactor ..................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.849 s
[INFO] Finished at: 2023-12-07T16:45:43+13:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-
plugin:3.10.1:compile (default-compile) on project pdfbox: Compilation failure:
Compilation failure:
[ERROR]
/<<PKGBUILDDIR>>/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/encryption/PublicKeySecurityHandler.java:[45,29]
org.bouncycastle.asn1.DEROutputStream is not public in org.bouncycastle.asn1;
cannot be accessed from outside package
[ERROR]
/<<PKGBUILDDIR>>/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/encryption/PublicKeySecurityHandler.java:[316,17]
org.bouncycastle.asn1.DEROutputStream is not public in org.bouncycastle.asn1;
cannot be accessed from outside package
[ERROR]
/<<PKGBUILDDIR>>/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/encryption/PublicKeySecurityHandler.java:[316,41]
org.bouncycastle.asn1.DEROutputStream is not public in org.bouncycastle.asn1;
cannot be accessed from outside package
[ERROR]
/<<PKGBUILDDIR>>/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/encryption/PublicKeySecurityHandler.java:[431,63]
cannot find symbol
[ERROR]   symbol:   method getObjectId()
[ERROR]   location: variable algorithmidentifier of type
org.bouncycastle.asn1.x509.AlgorithmIdentifier
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please
read the following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the
command
[ERROR]   mvn <args> -rf :pdfbox
dh_auto_build: error: /usr/lib/jvm/default-java/bin/java -noverify -cp
/usr/share/maven/boot/plexus-classworlds-2.x.jar -Dmaven.home=/usr/share/maven
-Dmaven.multiModuleProjectDirectory=/<<PKGBUILDDIR>>
-Dclassworlds.conf=/etc/maven/m2-debian.conf
-Dproperties.file.manual=/<<PKGBUILDDIR>>/debian/maven.properties
org.codehaus.plexus.classworlds.launcher.Launcher -s/etc/maven/settings-
debian.xml -Ddebian.dir=/<<PKGBUILDDIR>>/debian
-Dmaven.repo.local=/<<PKGBUILDDIR>>/debian/maven-repo --batch-mode package
-DskipTests -Dnotimestamp=true -Dlocale=en_US returned exit code 1
make[1]: *** [debian/rules:23: override_dh_auto_build-indep] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:8: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------
Build finished at 2023-12-07T03:45:44Z

Finished
--------
--------


-- System Information:
Debian Release: trixie/sid
  APT prefers mantic-updates
  APT policy: (500, 'mantic-updates'), (500, 'mantic-security'), (500, 'mantic')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.5.0-13-generic (SMP w/32 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

--- End Message ---
--- Begin Message ---
Source: libpdfbox-java
Source-Version: 1:1.8.16-5
Done: tony mancill <tmanc...@debian.org>

We believe that the bug you reported is fixed in the latest version of
libpdfbox-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 libpdfbox-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: Thu, 14 Dec 2023 21:52:17 -0800
Source: libpdfbox-java
Architecture: source
Version: 1:1.8.16-5
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 
<pkg-java-maintain...@lists.alioth.debian.org>
Changed-By: tony mancill <tmanc...@debian.org>
Closes: 1057683
Changes:
 libpdfbox-java (1:1.8.16-5) unstable; urgency=medium
 .
   * Update BouncyCastle patch for BC 1.77 (Closes: #1057683)
   * Freshen debian/copyright
Checksums-Sha1:
 8f440d5428aa51aeb83a1cc94f83e36bdab7facf 2415 libpdfbox-java_1.8.16-5.dsc
 e4aa85ef9dfafd42f680660f1f7ec8f17d82fc12 11776 
libpdfbox-java_1.8.16-5.debian.tar.xz
 8c8d8dafd31c8bc5b8d534d76af91a3a826e646a 17016 
libpdfbox-java_1.8.16-5_amd64.buildinfo
Checksums-Sha256:
 26941c46631b42b1bc35d6105e2fac78004345157140c177c92dede2184be8c0 2415 
libpdfbox-java_1.8.16-5.dsc
 f3446bb3bf966e196b3daa76453d3139802a31277a3ea2f9167a2ba99d8cd29b 11776 
libpdfbox-java_1.8.16-5.debian.tar.xz
 7f46bc2c7e1839c38d2af65a1f2b33f1e008c1fea2bc8faafc8662464468f084 17016 
libpdfbox-java_1.8.16-5_amd64.buildinfo
Files:
 f29c28f0212dc890799510b2ee6b28b9 2415 java optional libpdfbox-java_1.8.16-5.dsc
 ecf491bc1bdd33a619765cddf38399f4 11776 java optional 
libpdfbox-java_1.8.16-5.debian.tar.xz
 1b493213ad590e82e3ae1cc9d6ae8053 17016 java optional 
libpdfbox-java_1.8.16-5_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJHBAEBCgAyFiEE5Qr9Va3SequXFjqLIdIFiZdLPpYFAmV77IwUHHRtYW5jaWxs
QGRlYmlhbi5vcmcACgkQIdIFiZdLPpYyRg/2PigaGkHxEMylS+ke+9UudhVbixno
2bfzgEZuH6dPKQpHbvGXWbRc6qRSAZlBcdjhtWJkw5ct7ubaorQnjwzSfkNWjK2J
fpl84JLPkKLo+xct5ZfyQemo+bCsTsHf0n128MqacSCB4uVqcBrfa0Tk33FF7HWc
np/hq1r9I+bCQHFTWrfFQkgSIQkONaLGHRA4Glwc6jOx3dzMnLZj2E/DjHJRmflP
ywcJGjZUiq4MEVCwFZikruYTC4GWoGWdUUsYM0zlaA+vRV33YXoj1RkJt/gLcE3n
XFmCduSsxD5YsTS1wHKaSUsLXoIaOOitpojdKMYdMcJ8XeLtMuQcT+4unatsZMKX
ZsK4jtoutzUktlWYB6qy1Gv+3EXoHuFTMjO8iIDSGzA4t1MTRytpN+7mYHT9SNDu
d2C47mqae4d0STi4xpmfRT8TLXh2v5l/sdwZN0YNctKNc/OIbobARvEbp1Yayukr
QOtdYhU4nU5HrMkBwY60QU4d1B0V6qmaHGkcXQWatGb1bxjBw7Ocs3lzmLBHDoIr
Qe0Th3vX/HgQs/IMnSCXxjiUl72CiGdVnf2BvbH5rhZpnfF4GLxOJwiR36Te8aN+
BzD8e5w1HXaSc6Ygw+/4l7W0hgRIwi6cm+XGreHIFP6K9R0Oen1DggahvWB6lA+D
fuaau85kgx6j1g==
=vVjj
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to