Your message dated Fri, 13 Feb 2026 09:06:22 +0000
with message-id <[email protected]>
and subject line Bug#1108561: fixed in ddogleg 0.22+ds-2
has caused the Debian Bug report #1108561,
regarding ddogleg:  FTBFS with default Java 25
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.)


-- 
1108561: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1108561
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: ddogleg
Version: 0.22+ds-1
Severity: normal
Tags: ftbfs
Usertags: default-java25

Dear Maintainers,

The package ddogleg ftbfs with default Java 25.
The relevant part of the build log:
---------------
   debian/rules override_dh_auto_build
make[1]: Entering directory '/<<PKGBUILDDIR>>'
jh_build --no-javadoc ddogleg-0.22.jar --javacopts '-source 11' src/
jh_build: warning: Java machine does not support --release 7, using --release 8
warning: [options] location of system modules is not set in conjunction with 
-source 11
  not setting the location of system modules may lead to class files that 
cannot run on JDK 11
    --release 11 is recommended instead of -source 11 because it sets the 
location of system modules automatically
src/org/ddogleg/struct/DogLinkedList.java:289: error: cannot find symbol
                T ret = first.getObject();
                             ^
  symbol:   method getObject()
  location: variable first of type Element<T>
  where T is a type-variable:
    T extends Object declared in class DogLinkedList
src/org/ddogleg/struct/DogLinkedList.java:313: error: cannot find symbol
                T ret = last.getObject();
                            ^
  symbol:   method getObject()
  location: variable last of type Element<T>
  where T is a type-variable:
    T extends Object declared in class DogLinkedList
src/org/ddogleg/clustering/gmm/SeedFromKMeans_F64.java:66: error: cannot find 
symbol
                DogArray_I32 labels = kmeans.getAssignments();
                                            ^
  symbol:   method getAssignments()
  location: variable kmeans of type StandardKMeans<double[]>
src/org/ddogleg/clustering/gmm/SeedFromKMeans_F64.java:67: error: cannot find 
symbol
                DogArray<double[]> means = kmeans.getBestClusters();
                                                 ^
  symbol:   method getBestClusters()
  location: variable kmeans of type StandardKMeans<double[]>
src/org/ddogleg/clustering/FactoryClustering.java:151: error: cannot find symbol
                                
((InitializePlusPlus_MT)seed).setMinimumConcurrent(minimumForThreads);
                                                             ^
  symbol:   method setMinimumConcurrent(int)
  location: class InitializePlusPlus_MT
src/org/ddogleg/clustering/FactoryClustering.java:167: error: cannot find symbol
                alg.setMinimumForConcurrent(minimumForThreads);
                   ^
  symbol:   method setMinimumForConcurrent(int)
  location: variable alg of type StandardKMeans_MT<P>
  where P is a type-variable:
    P extends Object declared in method 
<P>kMeans_MT(@org.jetbrains.annotations.Nullable 
ConfigKMeans,int,ComputeMeanClusters<P>,PointDistance<P>,NewInstance<P>)
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
6 errors
1 warning
jh_build: error: find src/ -name '*.java' -and -type f -print0 | xargs -s 
512000 -0 /usr/lib/jvm/default-java/bin/javac -g -cp 
/usr/share/java/jsr305.jar:/usr/share/java/lombok.jar:/usr/share/java/ejml-core.jar:/usr/share/java/ejml-ddense.jar:/usr/share/java/ejml-dsparse.jar:/usr/share/java/ejml-cdense.jar:/usr/share/java/ejml-simple.jar:ddogleg.jar:ddogleg-benchmark.jar:debian/_jh_build.ddogleg-0.22
 -d debian/_jh_build.ddogleg-0.22 -source 11 -encoding ISO8859-1  returned exit 
code 123
make[1]: *** [debian/rules:13: override_dh_auto_build] Error 255
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:10: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------
---------------


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

Kernel: Linux 6.14.0-22-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: ddogleg
Source-Version: 0.22+ds-2
Done: Andrius Merkys <[email protected]>

We believe that the bug you reported is fixed in the latest version of
ddogleg, 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.
Andrius Merkys <[email protected]> (supplier of updated ddogleg 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: Fri, 13 Feb 2026 03:43:35 -0500
Source: ddogleg
Architecture: source
Version: 0.22+ds-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 
<[email protected]>
Changed-By: Andrius Merkys <[email protected]>
Closes: 1108561
Changes:
 ddogleg (0.22+ds-2) unstable; urgency=medium
 .
   [ Vladimir Petko ]
   * d/rules: Explicitly enable annotation processing
     (Closes: #1108561).
Checksums-Sha1:
 9e74470da9a7c9ad9912e5639a926014f629daf9 2019 ddogleg_0.22+ds-2.dsc
 42b181e23c2d32ba17e391d3349a209f00e2434d 2376 ddogleg_0.22+ds-2.debian.tar.xz
 69ffc3e1c29e1f2beac16a32f1477256c4ab6251 15702 
ddogleg_0.22+ds-2_source.buildinfo
Checksums-Sha256:
 377183bd473ca92d71a1700e03c363b19baff0ed6ca90ede0f8f25a2776bd23f 2019 
ddogleg_0.22+ds-2.dsc
 9647a037d0ba1cdea8543649552df47cd3770f1e425a95679fc4c2e4c18533de 2376 
ddogleg_0.22+ds-2.debian.tar.xz
 b9df4171f717fc38f1cdcd8076ebe69d0a1cb0af5af5e4119adb577ec9b74ff0 15702 
ddogleg_0.22+ds-2_source.buildinfo
Files:
 f5ebdc15ad54a4635418cf188d2eb007 2019 java optional ddogleg_0.22+ds-2.dsc
 a4c50e86e31184cfc790fa8d35ca4b89 2376 java optional 
ddogleg_0.22+ds-2.debian.tar.xz
 baf5d0cdaa135cb79c7e1f9853437faf 15702 java optional 
ddogleg_0.22+ds-2_source.buildinfo

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

iQJGBAEBCgAwFiEEdyKS9veshfrgQdQe5fQ/nCc08ocFAmmO5RYSHG1lcmt5c0Bk
ZWJpYW4ub3JnAAoJEOX0P5wnNPKHd4MP/jm5i2rB10YjfPQttiKuJZ+EejNMvlqe
3rkkwgOBQIkuY2Q+JWPmiGr3IzfBgAsWr1Maup5dce0OoDN9eH4zpWDCuuED/pIA
c6ju63gJs91KcS3zbEnxHQPr8YyJXC6j1M9IX8mToYOlsNwl4IZfB9E90RxKcmI4
0jRjBDHhkS0oCndOyStpL/+tJF4an1AakkOpJwLlYBvYy0GOF3pmb8C/lZWPFnIw
MPH0wpDxUIzoMRsvvlEOa4nmhOOSGoFVTi1hT28rwC6n1O6WO1pjIVe40ibqfc4/
/TXfs18iMRKl7p/WF/NbKS9H3ezoRGN4+HiGfWOaL7uYkEt+J1gSuA7JORKW7YAp
sTObJr/yCvFLOPS3c95Eu23DlACInwSJqATRMEIMbuGNp/dwrMXBJNBMnI5ekbeD
Sj5FJoTms2RwohMoKlCmWNM8qAloOv3FTNOViIWLv9Gvoji00iLwLakcRKkMV5d7
ChiYJ+2HUeMAt+3ap8PLP7pbotnYejfzhSlbB6SFE0IAEEu0PAIlOH5BFbYe1P70
wCJMnUm26+S6Gmv935v7CAN+yR/xq+wnCbf++QTXN/SMEw+18PfOBIj6ZArKYG5v
WG5ChGqKMONnLmaCLa0yF/m5ZyDNQEM+cCPZuTCp2dh7APKjU6iZ1GteGAtmZlQb
RUt7KgauHgVi
=ZDOi
-----END PGP SIGNATURE-----

Attachment: pgpmjM0cho5Do.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