Your message dated Tue, 09 Dec 2025 07:04:41 +0000
with message-id <[email protected]>
and subject line Bug#1108575: fixed in lombok 1.18.42-1
has caused the Debian Bug report #1108575,
regarding libejml-java:  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.)


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

Dear Maintainers,

The package libejml-java ftbfs with default Java 25.
The relevant part of the build log:
---------------
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
main/ejml-ddense/test/org/ejml/dense/row/decomposition/eig/GeneralEigenDecompositionCheck_DDRM.java:405:
 error: cannot find symbol
                assertFalse( Double.isNaN(v.getReal() ));
                                           ^
  symbol:   method getReal()
  location: variable v of type Complex_F64
main/ejml-ddense/test/org/ejml/dense/row/decomposition/eig/GeneralEigenDecompositionCheck_DDRM.java:408:
 error: cannot find symbol
                else if( Math.abs(v.getImaginary()) < 10*UtilEjml.EPS)
                                   ^
  symbol:   method getImaginary()
  location: variable v of type Complex_F64
main/ejml-ddense/test/org/ejml/dense/row/decomposition/eig/GeneralEigenDecompositionCheck_DDRM.java:526:
 error: cannot find symbol
                DEigenpair p = EigenOps_DDRM.computeEigenVector(A,c.getReal());
                                                                   ^
  symbol:   method getReal()
  location: variable c of type Complex_F64
main/ejml-ddense/test/org/ejml/dense/row/decomposition/eig/GeneralEigenDecompositionCheck_DDRM.java:530:
 error: cannot find symbol
                    CommonOps_DDRM.scale(c.getReal(),p.vector,LV);
                                          ^
  symbol:   method getReal()
  location: variable c of type Complex_F64
main/ejml-ddense/src/org/ejml/dense/row/decomposition/eig/watched/WatchedDoubleStepQREigenvector_DDRM.java:274:
 error: cannot find symbol
                    implicit.performImplicitSingleStep(x1, x2, a.getReal());
                                                                ^
  symbol:   method getReal()
  location: variable a of type Complex_F64
main/ejml-ddense/src/org/ejml/dense/row/MatrixFeatures_DDRM.java:151: error: 
cannot find symbol
            if (v.getReal() < 0)
                 ^
  symbol:   method getReal()
  location: variable v of type Complex_F64
main/ejml-cdense/test/org/ejml/dense/row/TestCommonOps_CDRM.java:125: error: 
cannot find symbol
                assertEquals(input.get(i, j), a.getReal(), UtilEjml.TEST_F32);
                                               ^
  symbol:   method getReal()
  location: variable a of type Complex_F32
main/ejml-cdense/test/org/ejml/dense/row/TestCommonOps_CDRM.java:126: error: 
cannot find symbol
                assertEquals(0, a.getImaginary(), UtilEjml.TEST_F32);
                                 ^
  symbol:   method getImaginary()
  location: variable a of type Complex_F32
main/ejml-cdense/test/org/ejml/dense/row/TestCommonOps_CDRM.java:144: error: 
cannot find symbol
                assertEquals(a.getReal(), output.get(i, j), UtilEjml.TEST_F32);
                              ^
  symbol:   method getReal()
  location: variable a of type Complex_F32
main/ejml-cdense/test/org/ejml/dense/row/TestCommonOps_CDRM.java:162: error: 
cannot find symbol
                assertEquals(a.getImaginary(), output.get(i, j), 
UtilEjml.TEST_F32);
                              ^
  symbol:   method getImaginary()
  location: variable a of type Complex_F32
main/ejml-zdense/test/org/ejml/dense/row/TestCommonOps_ZDRM.java:123: error: 
cannot find symbol
                assertEquals(input.get(i, j), a.getReal(), UtilEjml.TEST_F64);
                                               ^
  symbol:   method getReal()
  location: variable a of type Complex_F64
main/ejml-zdense/test/org/ejml/dense/row/TestCommonOps_ZDRM.java:124: error: 
cannot find symbol
                assertEquals(0, a.getImaginary(), UtilEjml.TEST_F64);
                                 ^
  symbol:   method getImaginary()
  location: variable a of type Complex_F64
main/ejml-zdense/test/org/ejml/dense/row/TestCommonOps_ZDRM.java:142: error: 
cannot find symbol
                assertEquals(a.getReal(), output.get(i, j), UtilEjml.TEST_F64);
                              ^
  symbol:   method getReal()
  location: variable a of type Complex_F64
main/ejml-zdense/test/org/ejml/dense/row/TestCommonOps_ZDRM.java:160: error: 
cannot find symbol
                assertEquals(a.getImaginary(), output.get(i, j), 
UtilEjml.TEST_F64);
                              ^
  symbol:   method getImaginary()
  location: variable a of type Complex_F64
main/ejml-fdense/test/org/ejml/dense/row/decomposition/eig/GeneralEigenDecompositionCheck_FDRM.java:407:
 error: cannot find symbol
                assertFalse( Float.isNaN(v.getReal() ));
                                          ^
  symbol:   method getReal()
  location: variable v of type Complex_F32
main/ejml-fdense/test/org/ejml/dense/row/decomposition/eig/GeneralEigenDecompositionCheck_FDRM.java:410:
 error: cannot find symbol
                else if( Math.abs(v.getImaginary()) < 10*UtilEjml.F_EPS)
                                   ^
  symbol:   method getImaginary()
  location: variable v of type Complex_F32
main/ejml-fdense/test/org/ejml/dense/row/decomposition/eig/GeneralEigenDecompositionCheck_FDRM.java:528:
 error: cannot find symbol
                FEigenpair p = EigenOps_FDRM.computeEigenVector(A,c.getReal());
                                                                   ^
  symbol:   method getReal()
  location: variable c of type Complex_F32
main/ejml-fdense/test/org/ejml/dense/row/decomposition/eig/GeneralEigenDecompositionCheck_FDRM.java:532:
 error: cannot find symbol
                    CommonOps_FDRM.scale(c.getReal(),p.vector,LV);
                                          ^
  symbol:   method getReal()
  location: variable c of type Complex_F32
main/ejml-fdense/src/org/ejml/dense/row/decomposition/eig/watched/WatchedDoubleStepQREigenvector_FDRM.java:276:
 error: cannot find symbol
                    implicit.performImplicitSingleStep(x1, x2, a.getReal());
                                                                ^
  symbol:   method getReal()
  location: variable a of type Complex_F32
main/ejml-fdense/src/org/ejml/dense/row/MatrixFeatures_FDRM.java:153: error: 
cannot find symbol
            if (v.getReal() < 0)
                 ^
  symbol:   method getReal()
  location: variable v of type Complex_F32
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.
20 errors
1 warning
jh_build: error: find main -name '*.java' -and -type f -print0 | xargs -s 
512000 -0 /usr/lib/jvm/default-java/bin/javac -g -cp 
/usr/share/java/auto64fto32f.jar:/usr/share/java/geronimo-annotation-1.3-spec.jar:/usr/share/java/jsr305.jar:/usr/share/java/junit-jupiter-api.jar:/usr/share/java/junit-jupiter-params.jar:/usr/share/java/lombok.jar:/usr/share/java/org.jetbrains.annotations-common.jar:debian/_jh_build.ejml:debian/_jh_build.ejml
 -d debian/_jh_build.ejml -source 11 -encoding ISO8859-1  returned exit code 123
make[1]: *** [debian/rules:20: override_dh_auto_build] Error 255
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:11: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------
Build finished at 2025-06-11T20:24:14Z

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


-- 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: lombok
Source-Version: 1.18.42-1
Done: Vladimir Petko <[email protected]>

We believe that the bug you reported is fixed in the latest version of
lombok, 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.
Vladimir Petko <[email protected]> (supplier of updated lombok 
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: Sun, 07 Dec 2025 10:19:18 +1300
Source: lombok
Architecture: source
Version: 1.18.42-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 
<[email protected]>
Changed-By: Vladimir Petko <[email protected]>
Closes: 1108575
Changes:
 lombok (1.18.42-1) unstable; urgency=medium
 .
   * Team upload.
   * New upstream release (Closes: #1108575).
     - d/p: refresh patches.
   * d/control: update Standards-Version to 4.7.2, no changes.
   * d/rules: use DEB_VERSION_UPSTREAM to set the version
     in lombok.pom.
Checksums-Sha1:
 7acdd48dfaa2b514259087e08542df6e53b23425 2276 lombok_1.18.42-1.dsc
 71ec6c838b89fa1b64892efac5aed87428b435bc 648664 lombok_1.18.42.orig.tar.xz
 fce93742402ae88e3215f77c401750d80d05e139 23624 lombok_1.18.42-1.debian.tar.xz
 743d7814a0929cf4b1b36b8f08c9eae4a6213d9b 17906 lombok_1.18.42-1_amd64.buildinfo
Checksums-Sha256:
 2d6bf5ba1c4e21469c9ef0bfc8faa8317e5e7bf4d3142dfd13157a22059f1c43 2276 
lombok_1.18.42-1.dsc
 8f5eabcd91851711c8202497a105317e1290b8700274969f15a8e025922219e6 648664 
lombok_1.18.42.orig.tar.xz
 278b8b31377a4d60c18df41bf46887bfd2ab46ab091815e14ddb0a1497934dd9 23624 
lombok_1.18.42-1.debian.tar.xz
 d1187318a6fafa9734406d178f987ea9e3089fc2e45500ddf29998008ebd04d1 17906 
lombok_1.18.42-1_amd64.buildinfo
Files:
 620183fef796fff4e2ec1162d860c7a5 2276 java optional lombok_1.18.42-1.dsc
 6976b82d0345b9766664ab8a2b05154f 648664 java optional 
lombok_1.18.42.orig.tar.xz
 2bfe7113bacb4933d0bb07ebf933635b 23624 java optional 
lombok_1.18.42-1.debian.tar.xz
 407d410402ed5b3a64a22c4f54f0568f 17906 java optional 
lombok_1.18.42-1_amd64.buildinfo

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

iQJIBAEBCgAyFiEE5Qr9Va3SequXFjqLIdIFiZdLPpYFAmk3xQIUHHRtYW5jaWxs
QGRlYmlhbi5vcmcACgkQIdIFiZdLPpbITg/+JFf6JFnNXNf6LPdIRGZSdtNDo/b0
3ZuNUPdZhYm8wnDDAhc/KhEJVXurNQLYtL+HbYTHYcgB0voY859Y+qHNea13Xkcm
R6oUSexbSLX4Hd7wsdoJSdSBpbZLZSoikrRujGNd5wJdj4jn/e+Fe27iiOqeKNF+
KiupLdpdb66OwdHk8DRMHJjxIJKV18J9QqB5NUVVP+6pnYkzbiOyb5r+3LSF/4hz
Z03SZWkDwWG5zz0HDIQHCCaBcTebsf33Qy4XNhNhv0YJybxGfoElQqp0O0JS6DXu
JkCr9Czn5A1n3SsxPtChHaALPFHt6ZOQ1TcUiMNpNP0yS741CUUKhUTUkeAkdxcq
ZQxARVzzLxxF2uWZJSXrT6lHt4cEGTrSut2biXnnjohPpg7t/yf112ObIyI00pzK
JzRj+TothQQ+Lg6LsfzSH/ob8sPkwoWKRA3rFvSL2urx62DZPaMYE5uuoIGTFjtY
nn+79FRKE6EoTphlvNARZLqZnuXxAQSsXr73nJd1ZWbRJa0itWODnKhjdp3B/Mmg
hdwBFCEIEXPzMUnoF7ffzKESWMpFfOo5tMxuYxFB48+XRWftwqXv43a1MxjyGRmt
BEkDMZ51eGSbqBHkfAN+Q5GVAA6CRdRGqvdSnczk1ujUeapKZAcYNO4Ygj3PBGjd
sInAYMnuGLG+/kE=
=lSmA
-----END PGP SIGNATURE-----

Attachment: pgpJhgEfBk18m.pgp
Description: PGP signature


--- End Message ---

Reply via email to