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: [ERROR]
/<<PKGBUILDDIR>>/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/encryption/PublicKeySecurityHandler.java:[431,63]
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.)
--
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: 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>>'
> # work around downloading adobe file
> mkdir -p pdfbox/target/classes/org/apache/pdfbox/resources/cmap
> cp pdfbox/src/main/resources/org/apache/pdfbox/resources/cmap/*
> pdfbox/target/classes/org/apache/pdfbox/resources/cmap/
> mkdir -p pdfbox/target/classes/org/apache/pdfbox/resources/afm
> cp /usr/share/htmldoc/fonts/*.afm
> pdfbox/target/classes/org/apache/pdfbox/resources/afm/
> cp /usr/share/aglfn/glyphlist.txt
> pdfbox/target/classes/org/apache/pdfbox/resources
> dh_auto_build
> /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
> OpenJDK 64-Bit Server VM warning: Options -Xverify:none and -noverify were
> deprecated in JDK 13 and will likely be removed in a future release.
> [0m[0m[INFO] Scanning for projects...
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Reactor Build Order:
> [INFO]
> [INFO] Apache FontBox
> [jar]
> [INFO] Apache JempBox
> [jar]
> [INFO] Apache PDFBox
> [jar]
> [INFO] PDFBox reactor
> [pom]
> [INFO]
> [INFO] ---------------------< org.apache.pdfbox:fontbox
> >----------------------
> [INFO] Building Apache FontBox 1.8.16
> [1/4]
> [INFO] --------------------------------[ jar
> ]---------------------------------
> [WARNING] The artifact
> org.apache.maven.plugins:maven-resources-plugin:jar:2.6 has been relocated to
> org.apache.maven.plugins:maven-resources-plugin:jar:3.3.0
> [WARNING] The artifact org.apache.maven.plugins:maven-compiler-plugin:jar:3.1
> has been relocated to
> org.apache.maven.plugins:maven-compiler-plugin:jar:3.10.1
> [WARNING] The artifact
> org.apache.maven.plugins:maven-surefire-plugin:jar:2.12.4 has been relocated
> to org.apache.maven.plugins:maven-surefire-plugin:jar:2.22.3
> [WARNING] The artifact org.apache.maven.plugins:maven-jar-plugin:jar:2.4 has
> been relocated to org.apache.maven.plugins:maven-jar-plugin:jar:3.3.0
> [INFO]
> [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @
> fontbox ---
> [INFO] skip non existing resourceDirectory
> /<<PKGBUILDDIR>>/fontbox/src/main/resources
> [INFO]
> [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ fontbox
> ---
> [INFO] Changes detected - recompiling the module!
> [INFO] Compiling 80 source files to /<<PKGBUILDDIR>>/fontbox/target/classes
> [INFO]
> /<<PKGBUILDDIR>>/fontbox/src/main/java/org/apache/fontbox/cmap/CMapParser.java:
>
> /<<PKGBUILDDIR>>/fontbox/src/main/java/org/apache/fontbox/cmap/CMapParser.java
> uses or overrides a deprecated API that is marked for removal.
> [INFO]
> /<<PKGBUILDDIR>>/fontbox/src/main/java/org/apache/fontbox/cmap/CMapParser.java:
> Recompile with -Xlint:removal for details.
> [INFO]
> /<<PKGBUILDDIR>>/fontbox/src/main/java/org/apache/fontbox/cmap/CMapParser.java:
>
> /<<PKGBUILDDIR>>/fontbox/src/main/java/org/apache/fontbox/cmap/CMapParser.java
> uses unchecked or unsafe operations.
> [INFO]
> /<<PKGBUILDDIR>>/fontbox/src/main/java/org/apache/fontbox/cmap/CMapParser.java:
> Recompile with -Xlint:unchecked for details.
> [INFO]
> [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources)
> @ fontbox ---
> [INFO] Not copying test resources
> [INFO]
> [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @
> fontbox ---
> [INFO] Not compiling test sources
> [INFO]
> [INFO] --- maven-surefire-plugin:2.22.3:test (default-test) @ fontbox ---
> [INFO] Tests are skipped.
> [INFO]
> [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ fontbox ---
> [INFO] Building jar: /<<PKGBUILDDIR>>/fontbox/target/fontbox-1.8.16.jar
> [INFO]
> [INFO] ---------------------< org.apache.pdfbox:jempbox
> >----------------------
> [INFO] Building Apache JempBox 1.8.16
> [2/4]
> [INFO] --------------------------------[ jar
> ]---------------------------------
> [INFO]
> [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @
> jempbox ---
> [INFO] skip non existing resourceDirectory
> /<<PKGBUILDDIR>>/jempbox/src/main/resources
> [INFO]
> [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ jempbox
> ---
> [INFO] Changes detected - recompiling the module!
> [INFO] Compiling 24 source files to /<<PKGBUILDDIR>>/jempbox/target/classes
> [INFO]
> /<<PKGBUILDDIR>>/jempbox/src/main/java/org/apache/jempbox/xmp/XMPMetadata.java:
> Some input files use or override a deprecated API that is marked for removal.
> [INFO]
> /<<PKGBUILDDIR>>/jempbox/src/main/java/org/apache/jempbox/xmp/XMPMetadata.java:
> Recompile with -Xlint:removal for details.
> [INFO]
> [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources)
> @ jempbox ---
> [INFO] Not copying test resources
> [INFO]
> [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @
> jempbox ---
> [INFO] Not compiling test sources
> [INFO]
> [INFO] --- maven-surefire-plugin:2.22.3:test (default-test) @ jempbox ---
> [INFO] Tests are skipped.
> [INFO]
> [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ jempbox ---
> [INFO] Building jar: /<<PKGBUILDDIR>>/jempbox/target/jempbox-1.8.16.jar
> [INFO]
> [INFO] ----------------------< org.apache.pdfbox:pdfbox
> >----------------------
> [INFO] Building Apache PDFBox 1.8.16
> [3/4]
> [INFO] --------------------------------[ jar
> ]---------------------------------
> [INFO]
> [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @
> pdfbox ---
> [INFO] Copying 253 resources
> [INFO] The encoding used to copy filtered properties files have not been set.
> This means that the same encoding will be used to copy filtered properties
> files as when copying other filtered resources. This might not be what you
> want! Run your build with --debug to see which files might be affected. Read
> more at
> https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html
> [INFO]
> [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/pdmodel/font/PDType1CFont.java:
> Some input files use or override a deprecated API.
> [INFO]
> /<<PKGBUILDDIR>>/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/font/PDType1CFont.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/util/ImageParameters.java:
> Some input files use unchecked or unsafe operations.
> [INFO]
> /<<PKGBUILDDIR>>/pdfbox/src/main/java/org/apache/pdfbox/util/ImageParameters.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 [ 2.710
> s]
> [INFO] Apache JempBox ..................................... SUCCESS [ 0.365
> s]
> [INFO] Apache PDFBox ...................................... FAILURE [ 6.627
> s]
> [INFO] PDFBox reactor ..................................... SKIPPED
> [INFO]
> ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 9.823 s
> [INFO] Finished at: 2023-12-11T21:07:27Z
> [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
> [0m[0mdh_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
The full build log is available from:
http://qa-logs.debian.net/2023/12/12/libpdfbox-java_1.8.16-4_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: 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 ---