Your message dated Mon, 03 Mar 2025 22:06:53 +0000
with message-id <[email protected]>
and subject line Bug#1099242: fixed in libpdfbox-graphics2d-java 0.43-2
has caused the Debian Bug report #1099242,
regarding libpdfbox-graphics2d-java: FTBFS: 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 [email protected]
immediately.)


-- 
1099242: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1099242
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:libpdfbox-graphics2d-java
Version: 0.43-1
Severity: serious
Tags: ftbfs trixie sid

Dear maintainer:

During a rebuild of all packages in unstable, your package failed to build:

--------------------------------------------------------------------------------
[...]
 debian/rules clean
dh clean
   dh_auto_clean
        bash -c "for dir in \$(find . -name target -type d); do if [ -f \$(echo 
\$dir | sed -e s/target\$/pom.xml/) ]; then rm -Rf \$dir; fi done"
        mh_unpatchpoms -plibpdfbox-graphics2d-java
   dh_clean
 debian/rules binary
dh binary
   dh_update_autotools_config
   dh_autoreconf
   dh_auto_configure
        mh_patchpoms -plibpdfbox-graphics2d-java --debian-build 
--keep-pom-version --maven-repo=/<<PKGBUILDDIR>>/debian/maven-repo
   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 
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.
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for 
de.rototor.pdfbox:extended-tests:jar:0.43
[WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must 
be unique: javax.xml.bind:jaxb-api:jar -> duplicate declaration of version 
debian @ line 46, column 15
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten 
the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support 
building such malformed projects.
[WARNING] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] PDFBox-Graphics2d - Parent                                         [pom]
[INFO] PDFBox-Graphics2d                                                  [jar]
[INFO] PDFBox-Graphics2d - Extended Tests                                 [jar]
[INFO] 
[INFO] -------------< de.rototor.pdfbox:pdfboxgraphics2d-parent >--------------
[INFO] Building PDFBox-Graphics2d - Parent 0.43                           [1/3]
[INFO]   from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --------------------< de.rototor.pdfbox:graphics2d >--------------------
[INFO] Building PDFBox-Graphics2d 0.43                                    [2/3]
[INFO]   from graphics2d/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[WARNING] The artifact org.apache.maven.plugins:maven-surefire-plugin:jar:2.17 
has been relocated to org.apache.maven.plugins:maven-surefire-plugin:jar:2.22.3
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ graphics2d ---
[INFO] skip non existing resourceDirectory 
/<<PKGBUILDDIR>>/graphics2d/src/main/resources
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ graphics2d ---
[INFO] Recompiling the module because of changed source code.
[INFO] Compiling 19 source files with javac [debug target 1.6] to target/classes
Use of target 1.6 is no longer supported, switching to 8
Use of source 1.6 is no longer supported, switching to 8
[WARNING] bootstrap class path not set in conjunction with -source 8
[WARNING] source value 8 is obsolete and will be removed in a future release
[WARNING] target value 8 is obsolete and will be removed in a future release
[WARNING] To suppress warnings about obsolete options, use -Xlint:-options.
[INFO] 
/<<PKGBUILDDIR>>/graphics2d/src/main/java/de/rototor/pdfbox/graphics2d/PrivateFieldAccessor.java:
 
/<<PKGBUILDDIR>>/graphics2d/src/main/java/de/rototor/pdfbox/graphics2d/PrivateFieldAccessor.java
 uses unchecked or unsafe operations.
[INFO] 
/<<PKGBUILDDIR>>/graphics2d/src/main/java/de/rototor/pdfbox/graphics2d/PrivateFieldAccessor.java:
 Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ graphics2d 
---
[INFO] Copying 38 resources from src/test/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ graphics2d ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 16 source files with javac [debug target 1.6] to 
target/test-classes
Use of target 1.6 is no longer supported, switching to 8
Use of source 1.6 is no longer supported, switching to 8
[INFO] -------------------------------------------------------------
[WARNING] COMPILATION WARNING : 
[INFO] -------------------------------------------------------------
[WARNING] bootstrap class path not set in conjunction with -source 8
[WARNING] source value 8 is obsolete and will be removed in a future release
[WARNING] target value 8 is obsolete and will be removed in a future release
[WARNING] To suppress warnings about obsolete options, use -Xlint:-options.
[INFO] 4 warnings 
[INFO] -------------------------------------------------------------
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] 
/<<PKGBUILDDIR>>/graphics2d/src/test/java/de/rototor/pdfbox/graphics2d/MultiPageTest.java:[10,23]
 cannot find symbol
  symbol:   class ChartUtilities
  location: package org.jfree.chart
[ERROR] 
/<<PKGBUILDDIR>>/graphics2d/src/test/java/de/rototor/pdfbox/graphics2d/MultiPageTest.java:[28,20]
 package org.jfree.ui does not exist
[ERROR] 
/<<PKGBUILDDIR>>/graphics2d/src/test/java/de/rototor/pdfbox/graphics2d/MultiPageTest.java:[29,22]
 package org.jfree.util does not exist
[ERROR] 
/<<PKGBUILDDIR>>/graphics2d/src/test/java/de/rototor/pdfbox/graphics2d/MultiPageTest.java:[386,33]
 cannot find symbol
  symbol:   variable TableOrder
  location: class de.rototor.pdfbox.graphics2d.MultiPageTest
[ERROR] 
/<<PKGBUILDDIR>>/graphics2d/src/test/java/de/rototor/pdfbox/graphics2d/MultiPageTest.java:[410,36]
 cannot find symbol
  symbol:   variable RectangleEdge
  location: class de.rototor.pdfbox.graphics2d.MultiPageTest
[ERROR] 
/<<PKGBUILDDIR>>/graphics2d/src/test/java/de/rototor/pdfbox/graphics2d/MultiPageTest.java:[412,17]
 cannot find symbol
  symbol:   variable ChartUtilities
  location: class de.rototor.pdfbox.graphics2d.MultiPageTest
[INFO] 6 errors 
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for PDFBox-Graphics2d - Parent 0.43:
[INFO] 
[INFO] PDFBox-Graphics2d - Parent ......................... SUCCESS [  0.004 s]
[INFO] PDFBox-Graphics2d .................................. FAILURE [  1.771 s]
[INFO] PDFBox-Graphics2d - Extended Tests ................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.856 s
[INFO] Finished at: 2025-03-01T14:03:21Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-compiler-plugin:3.13.0:testCompile 
(default-testCompile) on project graphics2d: Compilation failure: Compilation 
failure: 
[ERROR] 
/<<PKGBUILDDIR>>/graphics2d/src/test/java/de/rototor/pdfbox/graphics2d/MultiPageTest.java:[10,23]
 cannot find symbol
[ERROR]   symbol:   class ChartUtilities
[ERROR]   location: package org.jfree.chart
[ERROR] 
/<<PKGBUILDDIR>>/graphics2d/src/test/java/de/rototor/pdfbox/graphics2d/MultiPageTest.java:[28,20]
 package org.jfree.ui does not exist
[ERROR] 
/<<PKGBUILDDIR>>/graphics2d/src/test/java/de/rototor/pdfbox/graphics2d/MultiPageTest.java:[29,22]
 package org.jfree.util does not exist
[ERROR] 
/<<PKGBUILDDIR>>/graphics2d/src/test/java/de/rototor/pdfbox/graphics2d/MultiPageTest.java:[386,33]
 cannot find symbol
[ERROR]   symbol:   variable TableOrder
[ERROR]   location: class de.rototor.pdfbox.graphics2d.MultiPageTest
[ERROR] 
/<<PKGBUILDDIR>>/graphics2d/src/test/java/de/rototor/pdfbox/graphics2d/MultiPageTest.java:[410,36]
 cannot find symbol
[ERROR]   symbol:   variable RectangleEdge
[ERROR]   location: class de.rototor.pdfbox.graphics2d.MultiPageTest
[ERROR] 
/<<PKGBUILDDIR>>/graphics2d/src/test/java/de/rototor/pdfbox/graphics2d/MultiPageTest.java:[412,17]
 cannot find symbol
[ERROR]   symbol:   variable ChartUtilities
[ERROR]   location: class de.rototor.pdfbox.graphics2d.MultiPageTest
[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 :graphics2d
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 
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: *** [debian/rules:7: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------

The above is just how the build ends and not necessarily the most relevant part.
If required, the full build log is available here:

https://people.debian.org/~sanvila/build-logs/202503/

About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.

If you could not reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.

If this is really a bug in one of the build-depends, please use
reassign and add an affects on src:libpdfbox-graphics2d-java, so that this is 
still
visible in the BTS web page for this package.

Thanks.

--- End Message ---
--- Begin Message ---
Source: libpdfbox-graphics2d-java
Source-Version: 0.43-2
Done: Pierre Gruet <[email protected]>

We believe that the bug you reported is fixed in the latest version of
libpdfbox-graphics2d-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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Pierre Gruet <[email protected]> (supplier of updated libpdfbox-graphics2d-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 [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Mon, 03 Mar 2025 22:49:40 +0100
Source: libpdfbox-graphics2d-java
Architecture: source
Version: 0.43-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 
<[email protected]>
Changed-By: Pierre Gruet <[email protected]>
Closes: 1099242
Changes:
 libpdfbox-graphics2d-java (0.43-2) unstable; urgency=medium
 .
   * Altering package and class names in the tests to build against
     libjfreechart-java 1.5.5 (Closes: #1099242)
   * Raising Standards version to 4.7.2 (no change)
   * Marking the -java package as Multi-Arch: foreign
Checksums-Sha1:
 3e81a42edc471c70d363e8103d3c2679c01ebda8 2418 
libpdfbox-graphics2d-java_0.43-2.dsc
 eeab08d5962ee201e89c8af96a0995b6b294e598 6416 
libpdfbox-graphics2d-java_0.43-2.debian.tar.xz
 0e287155dc00566edefd573a0d98ebb3c96b025a 14504 
libpdfbox-graphics2d-java_0.43-2_source.buildinfo
Checksums-Sha256:
 a24496aab73ac6d64a8b0990e73abcea8954bd2549bd83e2808ea551580b7c7a 2418 
libpdfbox-graphics2d-java_0.43-2.dsc
 6e8fb26d48f03fdf4750c93a57770d1ffbeb3bb6e811b0d8e9e15732fe89f8e1 6416 
libpdfbox-graphics2d-java_0.43-2.debian.tar.xz
 3d23cef65f77e7ce85ecf61cd0aea22f84bb6dbb0900690d5d1cced9cf395cae 14504 
libpdfbox-graphics2d-java_0.43-2_source.buildinfo
Files:
 71eb331ed71a530307019dcc8fba32b0 2418 java optional 
libpdfbox-graphics2d-java_0.43-2.dsc
 e7c413ba5e8fc1732319cd473712fe6e 6416 java optional 
libpdfbox-graphics2d-java_0.43-2.debian.tar.xz
 4f2bc58f6af62c061a0ecb1a33ffe1b1 14504 java optional 
libpdfbox-graphics2d-java_0.43-2_source.buildinfo

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

iQIzBAEBCgAdFiEEM8soQxPpC9J9y0UjYAMWptwndHYFAmfGJDQACgkQYAMWptwn
dHZT5hAAtLF9EMntp1JZzi4WQzwNC43nM2EAgu3CzT7WbjPXPYSdCc6V9M+Sw/0q
XCXtmfOa/atVAsM+lHKdMOt8BBsXGGYrEurP4iddEaUJZELAQIfERoKAa9nyOSP+
w10xNJTIRIS/sDJ2HlAsq+4sAebCwukEBeYuXFebY8q/IqichdmzPwmx7yvTX/pi
pW8KLDWAFD4l2hrhpa8XhE85h7AP989STwaPOQK5dKRL7N1nEJSmZy3nsMV4tetM
WegTcUYjZk4RImj+mzUUOOmkbE8blwugSYLQU+4qzlSccQ67OxZM51kGnxYcAELh
dgc+HUZsd0VpTjLuTohxjnbF60TL92/xP7ho0njHD85n5NJCxYDLmOYUxC2NNXLm
lgRjkZ7H5vphyTFf5OT9B+TYFWvgHeIb2SSWmnAqEcrt5PHjvUG8DsPK0CXkVgcm
1kk/7uKxB7uYV5Z9wtZr0OP5s4knZUNCMBc4vg/FIoSFllALSjoJR8waSixe9Y6C
1rhtf4zvdzRBrpxPa76ym0Clc173Mcjp1dePyvYhLDyIMlXuEHy4BziD2msFDPbn
iTlvl4U71Hj5jnGb6uEfhq2JSgDLYsecFrFmNR1RjjuYlUB+g3J3s5gP4nxvHfd1
u6ItpEqX4O6/EvfXx5SWbv67G2cJ5HqyhnmpyQ82Lmp/YkF8ZqI=
=WiEP
-----END PGP SIGNATURE-----

Attachment: pgpGWB_iVlt6X.pgp
Description: PGP signature


--- End Message ---
__
This is the maintainer address of Debian's Java team
<https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-maintainers>.
 Please use
[email protected] for discussions and questions.

Reply via email to